Ankur Shah, Palo Alto Networks | Palo Alto Networks Ignite22
>> Narrator: theCUBE presents Ignite 22. Brought to you by Palo Alto Networks. >> Hey, welcome back to Las Vegas. Lisa Martin here with Dave Vellante. This is day two of theCUBE's coverage of Palo Alto Ignite 2022. Dave we're just talking about how many times we're in Vegas. And we were here two weeks ago with our guest who's back in Alumni. And it's a blur, right? >> It's true, I lost count. Luckily I'm not flying red eye tonight. So that's good. >> I'm impressed. >> Excited about that. >> Yeah >> I'm actually going to enjoy the, nightlife here for a period of time. And, you know, we were at re-Invent. >> Yeah. >> And what a difference. This is nice and relaxed. You have time. You're not getting bumped in the hallway. >> Right. >> A lot of time for learning. So it's been great show. >> It's been great. And one of the things that we've been talking about is the supply chain. Securing the modern software supply chain is really complicated. We've got an Alumni back with us, to talk about what Palo Alto is doing in that respect. Ankur Shah joins us. The SVP and GM of Cloud Security at Palo Alto Networks. Welcome back. >> Yeah, happy to be back. Good to see you again. Dave and Lisa. >> It's been two long weeks. >> Ankur: I know. It's been two weeks, yeah >> Dave: It's kind of crazy. I mean, ReInvent really was a blur. And it's like you had everything coming at you. And there was obviously a big chunk of security, but you. It was just so much to absorb. >> Yeah. >> Right? >> Yeah, and I couldn't get into any of the sessions versus at Ignite. I mean, you could, you could learn a lot. To your point Dave. And 70,000 people versus 3000 in change. Big difference. >> Dave: Yeah. >> Lisa: Huge difference. >> Yeah. >> Lisa: Huge difference. So we touched on the Cider acquisition. >> Ankur: Yeah. >> Which was announced the intent to acquire last month. Let's dig into a little bit more of that, and then some of the great things that had been announced. >> Ankur: Yeah. >> In the last couple of days. >> Oh, absolutely. So, this is something that we have been marinating for last nine months. Thinking about how best to secure supply chain. And this is software supply chain. The modern application software is fairly complex. You know, back in the days when I was a developer, it was a simple three tier application. Ship the code once a year, et cetera. But now with microservices, new architectures, Kubernetes Public Cloud, we talked about this. It's getting super complicated, and the customers are really worried about securing their entire supply chain. Which is nothing but the software pipeline. And so we started looking at a whole bunch of companies and Cider really stood out. I mean, they had, they were the innovators in this space. Very early days, we've seen supply chain attack. But there hasn't been a really good and strong solution in that space. And Cider just delivered that incredible team. Great technology, super excited about what that integration will look like. in the coming quarters. >> What do we need to know about them? I mean, I'll be honest with you, I wasn't familiar with Cider until I saw you guys made the announcement of the intent to acquire them. What, what should we know about them? Why Cider? What was it that attracted you to them? >> Ankur: Yeah, so, you know, we have a history of technology acquisitions as you know, over the last four years, just in the public cloud. We acquire over half a a dozen companies, small and large. And typically we are always looking for companies who have the next gen technology available. Technology that is more in tune with how application software is going to look like in future. So we're not always going after companies that are making you know, tens of hundreds of millions of dollars in a year and all. We're looking for the right tech. The future. And that's what we found in Cider. Like they have a really strong application security background. And AppSec just broadly speaking, supply chain is part of it. But application security, just broadly speaking, is right for disruption. You've got a lot of vendors, who have been around for like last two decades. Old school stuff, lots and lots of false positives. So we've been bolstering, beefing up our portfolio in the application security space. And Cider really fits right nicely into it. Because it can like I said, secure a lot of technology and tooling, that software developers use as part of their software supply chain. So, great founding team, great technology. It was a perfect fit. >> Talk about integration. We spoke with Nikesh yesterday, with Nir, with a whole bunch of folks. Lee this morning. BJ yesterday as well. And one of the things that seems to stick out at me. With all the shows that we do, is the focus that Palo Alto has on ensuring that it's making the right acquisitions. But that it's the integration, is really seems to be like leading part of the strategy. That seems to be a little bit of a differentiator to me. >> Yeah, it absolutely is. There are two ways to integrate a technology into an existing platform. And Prisma Cloud is a platform as you know. Code-to-cloud, CNAPP platform as we call it. One is just kind of slotted in, put the whole thing in a box. And that's basically making one plus one equal to two. We're looking for high leverage in integrations, whereby once that integration comes along. It makes the rest of the platform even better and superior. It makes that technology look even better. So that's why there's a lot of focus on ensuring that we're delivering the right type of integration, that delivers instant customer value. And that makes the overall platform even superior. So customers don't feel like hey, like there's just one more add-on, on top of the other thing. >> Lisa: Right, not a bolt on. >> So that's why there's a lot of focus on that. Getting the strategy nailed. Because the founding teams generally have a preconceived notion about how the world looks like. Then they understand how Prisma cloud and Palo Alto Networks think about it. And then, we sort of merge the two ideas, and build something that's incredible. So I am, we're spending a lot of time in integration. That honeymoon phase of like, let's high five acquisitions done, that's over. Now it's the grinding work of actually getting this right. And you know, getting hundreds and thousands of customers. >> Well I like how you don't have the private equity mentality. It's not about EBITDA and cashflow. We'll take care of that. >> Ankur: Yeah. >> You know, it's about getting that integration. Getting that flywheel effect, inside the platform. You know, we said one plus one equals, maybe even more than two. Can you explain Prisma Cloud Secrets Security? What is that all about? What do we need to know about that? >> Ankur: Absolutely. So, the developers, you know generally store some stuff in the code repo for their automation work to build application. And that thing, the API keys or as Secrets are stored in code repo. It shouldn't be. Or even if they are, they should be encrypted, or locked down and things of that nature. But, you know, the need for speed trumps everything else. Developers want to go fast. And sometimes they're like, okay well. I guess my application needs this particular, you know API access token or secret. I'm just going to stick it in the code. Now the challenge with that is that, if somebody gets hold of your code repo. Now not only is your code repo, which has all your sensitive data. Your code is the life and blood of a technology company. That's in trouble. But also those secrets and API access keys can be used to log into your cloud accounts. And there you may have sensitive customer data. Everything that you have as a technology company stored in that public cloud accounts. So that's the worry. It's usually the initial access for the kill chain. Because that's where the attacks start. Let me get the secret, let me get the API access key. And let me see what I can do in public cloud. So we are now giving customers the visibility into where the secrets are stored. More importantly, it just right there on developer's face. In the code repo as they're checking in the code. They say why, hey, there's a secret here. Are you sure you want to, you want to keep it like this, no? Okay, well then you can either encrypt it, or just get rid of it. So we're making, we're bringing security where the developers are in their code repo, et cetera. >> So I can see a lot of developers saying, yeah, go ahead, encrypt it. So I don't have to do anything else, you know, extra. It's almost, the analogy is a very small you know, version of this. Its like, use a password manager. You store all your passwords in your contacts on your phone, right? I mean, somebody gets a hold of your contacts, you're screwed. >> Ankur: That's exactly right. >> And so, but I could still see a lot of developers say, check in the box. Say, yeah just encrypt it, leave it there. But you're saying best practice is to not to do that, right? >> Yeah, usually you're not supposed to, you know, store all your secrets, et cetera in code repo to begin with. But if you do, you know, you use a key wall like technology to really encrypt it and store it in a secret manner, yeah. >> Dave: There's an old saying, bad user behavior trump's great security every time. >> Ankur: Every time. >> But this is an example where, we know you're going to have bad behavior. So we're going to protect the bad behavior. >> Yeah, and actually, sorry Lisa, just to that point. The bad user behavior trumps good security. The classic example, this happened three weeks ago. Three, four weeks ago, where Dropbox, one of the file sharing companies there. 120 plus code repos were exposed. And the way their attack started, was a simple social engineering attack. Bad user behavior. There was an email, hey, like your passwords are updated for your, you know, this code plugin. Can you enter the password? And boom, now you have access to the code repo. And now if you have secrets inside of it, now, you know all bets are off. >> Are there hard-coded secrets versus like, I mean, like I think like, like you were saying, Dave. Like usernames and passwords and tokens, versus like soft coded secrets. >> Ankur: It's, I think it, this is more so two forms of it, you know. The most primary one is what we call the API access keys. And this keys are used to access cloud accounts, workloads and things of that nature. But there are actually secret secrets. Could be database login passwords, et cetera. The application is using it to spin up databases. Now, you know, you have access to the data stores. Any other application, there's a login password, all of that stuff. So it's less about the user password, but more the application and databases and things of that nature. >> Dave: So again, and, again, everybody should be using password managers. But when you use a password manager, it's going to give you a long list of passwords, that are either been compromised or are weak. And you just go uh, okay. So can you help? How do you help customers identify what the high risk? You know, API, you know, access are versus those ones that they may not have to worry about. >> Ankur: Yeah, look. You know, secrets aside. Risk prioritization is one of the biggest topics that our customers have across the board, in cloud security. All the security vendors are really, really good at one thing, generating alerts. Everybody does it. They generate an alert. You know, your ring camera, if you've got one. I mean this pop up every day, like every minute rather. Well like can you prioritize it for me? What should I really look at it? So that's a number one thing. What Prisma Cloud does is, you know, contextualize it. What the real risk is? They can tell you like, hey, here's the kill chain. If this thing, you know, goes to public internet. These are the potential exposures that you have. So we provide a prioritized risk of critical alerts that customers have to take care of before they can start taking care of more hygiene type of stuff, right? So that's how we do it. Like we leverage a lot of technology. We apply a lot of context. We tell you like, hey, this code repo is not protected by multifactor authentication. And then there's a secret inside. Are you sure, you know, you don't want to fix it? So that's what we do. But it's a great question. Top of mind for all our customers. And that's how we think about it across the board. Versus generating just alerts all the time. >> Dave: Is the strategy, Because we all know phishing is the sort of most, you know obvious way to. It's the top way in which people get hacked. >> Ankur: Yeah. >> Is your strategy essentially to say. Okay we know that's going to happen, so we're going to try to protect it at the back end. How much of the, maybe it's an industry question. more so than just a Palo Alto specifically, How much emphasis is do you think the industry is taking or should be taking on stopping that, you know that those phishing attacks? Because if that's the number one problem you know, maybe that's where we should be starting. >> Yeah, it's a great question. It's typically the initial vector, for a lot of attacks to your point. But there is one thing that technology and AI cannot solve. Which is the user behavior, to your point. Like we can't get into the heads of the user. I mean, you can train them, you can do everything. You can't prevent somebody from clicking a button. Of course there's technology out there for email security that does that. But your point is, right, it's going to happen. Now what do you do? How do you protect your applications, your crown jewel? You know, whether it's in the cloud or it's in the code repo. So a lot of what we are trying to do in code security, or cloud security, or in general at Palo Alto Networks. is to protect those crown jewel. Because we can't prevent somebody from doing something. User behavior is hard to change. >> Dave: So it's almost like, okay, you left your front door open. Somebody's going to walk in, but oh, they walk into a vault. And they don't know where to go. And there's nowhere they can- >> Ankur: Yeah. >> You know, nothing they can take. They can't get to the silverware or the jewelry. >> I think that's it, yeah. >> What are some of the things, like as we look at, we're wrapping up calendar year '22 heading into '23. That customers can look to Palo Alto Networks to help them achieve? One of the things that we talked about with Nikesh and Niri yesterday, is consolidation. Like, and you guys just did a recent, survey. >> Ankur: Yeah. >> About the state of Cyber, and organizations on average have 366 apps in their environment. 31 security tools, 30 to 50 security tools. >> Ankur: Yeah. >> Consolidation is really key there. What are some of the things that you are excited about to deliver to customers where consolidation is concerned? >> Ankur: Yeah. >> Where software supply chain security is concerned in the next year? >> Yeah, absolutely. Look, there are over 3000 security vendors. And this can be, I mean you talked about average customer having 300. I was talking to a CSO, this was last year for one of the largest financial institution I go, "How many security tools do you have?" He got 120. I said, why? He goes, we have a no vendor left behind policy. >> Wow. >> It's crazy. >> Dave: What? >> Obviously he was joking, but it's crazy, right? Like that's how the CSO's are. >> Dave: I mean, he was kidding. >> Yeah. >> Dave: But recognized that. Wow. >> Yeah, and, this is the state the security industry is in. And our mission has been, and Lee and Nikesh and Niri talked about it. Is just platforms, will platforms take moonshots, things long term. And especially the, macro headwinds that we're seeing. We're hearing more and more from the customers that, look we're not going to buy point product. Then we got to buy another product that stitches it all together. We need platforms, whether it's for zero trust, Prisma SaaS, whether it's cloud. Prisma cloud or for your sock transformation. You know XIM and Cortex line of products. So I think you're going to see more and more of that in 2023. I'm confident in that. >> We heard from Lee today, the world record's 400. >> Yes. >> Yeah. >> That's crazy. >> He's going for it. He's got a ways to go. 120 He's got to... >> Maybe he wasn't, that guy wasn't kidding about his no vendor left behind policy. (laughing) Do you have Ankur, a favorite customer story that really articulates the value of what Palo Alto delivers and continues to. You know, 'cause one of the things that Nikesh said in his keynote was that you know, security's a data problem. Well every company these days, in every industry has to be a data company. But really what they need to be able to be is a secured data company. >> Ankur: Yeah. >> How are you guys enabling that? >> Oh, absolutely. Look, many customer examples come to mind, but speaking of data. You know, one of, some of our largest customers who are protecting their PCI workers where they have sensitive data. They're using for example, Prisma Cloud, to ensure that malicious attacks don't happen. And those workloads are used for credit card processing. They're processing tens of thousands of credit card transactions a second. And make sure that nobody gets hold of that. And that's why they have to make sure that nobody is. No attacker is trying to get hold of the sensitive data, to your point, So we have customers across financial services, media and entertainment technology company. Where we are helping them go as fast as possible in public cloud. Go through digital transformation, by securing their applications. >> Dave: What's the T-shirt say? I see code. >> Oh yeah. >> Dave: Secure from Code to Cloud. >> Lisa: Shift Happens. >> Shift Happens, Secrets from Code to Cloud. >> I love that. I was looking at that, going back to that, what's next in cyber survey? >> Ankur: Yeah. >> It said 74% of respondents, and I believe there was 1300 CIO's, CXO's that were surveyed globally. Where they said security is slowing down DevOps. Can customers look to Palo Alto Networks to help them? >> Ankur: Be enablers? >> Yes. >> Yeah, hundred percent. Look, the conversation over the last few years have changed now. Security used to say like, oh, I don't know about these people who are building applications. The DevOps is like security slowing down. I think there's an opportunity for companies like Palo Alto Networks, to build the bridge between the two. And the way we do it is make the securities easy, simple and not super intrusive. Where developers have to do a natural thing. And one part of it, and I talked about it earlier, is bring security where the developers are. In their code repo, in their IDE. Make it super simple. Don't make them do unnatural things. And it just, this is no different from changing the behavior of our kids. Right? Like you make them do unnatural things, they're not going to do it. But if it is part of their regular, you know, day-to-day operating procedures. I think they're going to be more open to change. Yeah. So I think it's possible. And Palo Alto has a huge responsibility to bridge the divide between the apps team, or the DevOps and the security organization. >> Lisa: Lots of great stuff to come. We thank you so much for coming back, two weeks. Only being on two weeks ago. We appreciate your insights, learning more information. It's great to see you at Palo Alto Ignite. And we'll have to have you back on. 'Cause we know that there's so much more to follow with respect to what you're doing. And shifting left, shift happens. >> Awesome. Lisa, Dave, thank you so much. It's been a pleasure. >> Lisa: Thank you so much. For Ankur Shah and Dave Vellante. I'm Lisa Martin. You're watching theCUBE. The leader in live and emerging tech coverage.
SUMMARY :
Brought to you by Palo Alto Networks. And we were here two weeks ago So that's good. And, you know, we were at re-Invent. You're not getting bumped in the hallway. A lot of time for learning. And one of the things Good to see you again. Ankur: I know. And it's like you had any of the sessions versus at Ignite. So we touched on the Cider acquisition. the intent to acquire last month. You know, back in the days announcement of the after companies that are making you know, And one of the things And that makes the overall platform And you know, the private equity mentality. inside the platform. So that's the worry. It's almost, the analogy is a very small check in the box. But if you do, you know, Dave: There's an old protect the bad behavior. And the way their attack started, like you were saying, Dave. So it's less about the user password, it's going to give you a that our customers have across the board, is the sort of most, Because if that's the Which is the user behavior, to your point. you left your front door open. or the jewelry. One of the things that we talked about About the state of Cyber, What are some of the things of the largest financial institution I go, Like that's how the CSO's are. Dave: But recognized that. from the customers that, the world record's 400. He's got a ways to go. You know, 'cause one of the things And make sure that Dave: What's the T-shirt say? from Code to Cloud. going back to that, what's next Can customers look to Palo Alto Networks And the way we do it is make It's great to see you at Palo Alto Ignite. Lisa, Dave, thank you so much. Lisa: Thank you so much.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave Vellante | PERSON | 0.99+ |
Ankur Shah | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
Lisa | PERSON | 0.99+ |
Ankur | PERSON | 0.99+ |
Vegas | LOCATION | 0.99+ |
two ideas | QUANTITY | 0.99+ |
Lee | PERSON | 0.99+ |
30 | QUANTITY | 0.99+ |
2023 | DATE | 0.99+ |
366 apps | QUANTITY | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
last year | DATE | 0.99+ |
Palo Alto Networks | ORGANIZATION | 0.99+ |
hundred percent | QUANTITY | 0.99+ |
yesterday | DATE | 0.99+ |
next year | DATE | 0.99+ |
two | QUANTITY | 0.99+ |
Dropbox | ORGANIZATION | 0.99+ |
70,000 people | QUANTITY | 0.99+ |
two weeks | QUANTITY | 0.99+ |
two ways | QUANTITY | 0.99+ |
'23 | DATE | 0.99+ |
one | QUANTITY | 0.99+ |
last month | DATE | 0.99+ |
four weeks ago | DATE | 0.99+ |
BJ | PERSON | 0.99+ |
two weeks ago | DATE | 0.99+ |
three weeks ago | DATE | 0.99+ |
Three | DATE | 0.99+ |
3000 | QUANTITY | 0.99+ |
Cortex | ORGANIZATION | 0.98+ |
two forms | QUANTITY | 0.98+ |
Nikesh | PERSON | 0.98+ |
300 | QUANTITY | 0.98+ |
Cider | ORGANIZATION | 0.98+ |
XIM | ORGANIZATION | 0.98+ |
1300 CIO | QUANTITY | 0.98+ |
Prisma cloud | ORGANIZATION | 0.98+ |
50 security tools | QUANTITY | 0.98+ |
Nikesh | ORGANIZATION | 0.98+ |
once a year | QUANTITY | 0.97+ |
today | DATE | 0.97+ |
31 security tools | QUANTITY | 0.97+ |
Prisma Cloud | ORGANIZATION | 0.97+ |
over 3000 security vendors | QUANTITY | 0.97+ |
*****NEEDS TO STAY UNLISTED FOR REVIEW***** Tom Gillis | Advanced Security Business Group
(bright music) >> Welcome back everyone. theCube's live coverage here. Day two, of two sets, three days of theCube coverage here at VMware Explore. This is our 12th year covering VMware's annual conference, formerly called VM World. I'm John Furrier, with Dave Vellante. We'd love seeing the progress and we've got great security comes Tom Gill, senior vices, president general manager, networking and advanced security business group at VMware. Great to see you. Thanks for coming on. >> Thanks. for having me. >> Yeah, really happy we could have you on. >> I think this is my sixth edition on the theCube. Do I get frequent flyer points or anything? >> Yeah. >> You first get the VIP badge. We'll make that happen. You can start getting credits. >> Okay, there we go. >> We won't interrupt you. Seriously, you got a great story in security here. The security story is kind of embedded everywhere, so it's not called out and blown up and talked specifically about on stage. It's kind of in all the narratives in the VM World for this year. But you guys have an amazing security story. So let's just step back and to set context. Tell us the security story for what's going on here at VMware and what that means to this supercloud, multi-cloud and ongoing innovation with VMware. >> Yeah, sure thing. So probably the first thing I'll point out is that security's not just built in at VMware. It's built differently. So, we're not just taking existing security controls and cut and pasting them into our software. But we can do things because of our platform, because of the virtualization layer that you really can't do with other security tools. And where we're very, very focused is what we call lateral security or East-West movement of an attacker. 'Cause frankly, that's the name of the game these days. Attackers, you've got to assume that they're already in your network. Already assume that they're there. Then how do we make it hard for them to get to the stuff that you really want? Which is the data that they're going after. And that's where we really should. >> All right. So we've been talking a lot, coming into VMware Explore, and here, the event. About two things. Security, as a state. >> Yeah. >> I'm secure right now. >> Yeah. >> Or I think I'm secure right now, even though someone might be in my network or in my environment. To the notion of being defensible. >> Yeah. >> Meaning I have to defend and be ready at a moment's notice to attack, fight, push back, red team, blue team. Whatever you're going to call it. But something's happening. I got to be able to defend. >> Yeah. So what you're talking about is the principle of Zero Trust. When I first started doing security, the model was we have a perimeter. And everything on one side of the perimeter is dirty, ugly, old internet. And everything on this side, known good, trusted. What could possibly go wrong. And I think we've seen that no matter how good you make that perimeter, bad guys find a way in. So Zero Trust says, you know what? Let's just assume they're already in. Let's assume they're there. How do we make it hard for them to move around within the infrastructure and get to the really valuable assets? 'Cause for example, if they bust into your laptop, you click on a link and they get code running on your machine. They might find some interesting things on your machine. But they're not going to find 250 million credit cards. >> Right. >> Or the script of a new movie or the super secret aircraft plans. That lives in a database somewhere. And so it's that movement from your laptop to that database. That's where the damage is done and that's where VMware shines. >> So if they don't have the right to get to that database, they're not in. >> And it's not even just the right. So they're so clever and so sneaky that they'll steal a credential off your machine, go to another machine, steal a credential off of that. So, it's like they have the key to unlock each one of these doors. And we've gotten good enough where we can look at that lateral movement, even though it has a credential and a key, we're like wait a minute. That's not a real CIS Admin making a change. That's ransomware. And that's where you. >> You have to earn your way in. >> That's right. That's right. Yeah. >> And we're all kinds of configuration errors. But also some user problems. I've heard one story where there's so many passwords and username and passwords and systems that the bad guys scour, the dark web for passwords that have been exposed. >> Correct. >> And go test them against different accounts. Oh one hit over here. >> Correct. >> And people don't change their passwords all the time. >> Correct. >> That's a known vector. >> Just the idea that users are going to be perfect and never make a mistake. How long have we been doing this? Humans are the weakest link. So people are going to make mistakes. Attackers are going to be in. Here's another way of thinking about it. Remember log4j? Remember that whole fiasco? Remember that was at Christmas time. That was nine months ago. And whoever came up with that vulnerability, they basically had a skeleton key that could access every network on the planet. I don't know if a single customer that said, "Oh yeah, I wasn't impacted by log4j." So here's some organized entity had access to every network on the planet. What was the big breach? What was that movie script that got stolen? So there wasn't one, right? We haven't heard anything. So the point is, the goal of attackers is to get in and stay in. Imagine someone breaks into your house, steals your laptop and runs. That's a breach. Imagine someone breaks into your house and stays for nine months. It's untenable, in the real world, right? >> Right. >> We don't know in there, hiding in the closet. >> They're still in. >> They're watching everything. >> Hiding in your closet, exactly. >> Moving around, nibbling on your cookies. >> Drinking your beer. >> Yeah. >> So let's talk about how this translates into the new reality of cloud-native. Because now you hear about automated pentesting is a new hot thing right now. You got antivirus on data is hot within APIs, for instance. >> Yeah. >> API security. So all kinds of new hot areas. Cloud-native is very iterative. You know, you can't do a pentest every week. >> Right. >> You got to do it every second. >> So this is where it's going. It's not so much simulation. It's actually real testing. >> Right. Right. >> How do you view that? How does that fit into this? 'cause that seems like a good direction to me. >> Yeah. If it's right in, and you were talking to my buddy, Ahjay, earlier about what VMware can do to help our customers build cloud native applications with Tanzu. My team is focused on how do we secure those applications? So where VMware wants to be the best in the world is securing these applications from within. Looking at the individual piece parts and how they talk to each other and figuring out, wait a minute, that should never happen. By almost having an x-ray machine on the innards of the application. So we do it for both for VMs and for container based applications. So traditional apps are VM based. Modern apps are container based. And we have a slightly different insertion mechanism. It's the same idea. So for VMs, we do it with a hypervisor with NSX. We see all the inner workings. In a container world we have this thing called a service mesh that lets us look at each little snippet of code and how they talk to each other. And once you can see that stuff, then you can actually apply. It's almost like common sense logic of like, wait a minute. This API is giving back credit card numbers and it gives five an hour. All of a sudden, it's now asking for 20,000 or a million credit cards. That doesn't make any sense. The anomalies stick out like a sore thumb. If you can see them. At VMware, our unique focus in the infrastructure is that we can see each one of these little transactions and understand the conversation. That's what makes us so good at that East-West or lateral security. >> You don't belong in this room, get out or that that's some weird call from an in memory database, something over here. >> Exactly. Where other security solutions won't even see that. It's not like there algorithms aren't as good as ours or better or worse. It's the access to the data. We see the inner plumbing of the app and therefore we can protect the app from. >> And there's another dimension that I want to get in the table here. 'Cause to my knowledge only AWS, Google, I believe Microsoft and Alibaba and VMware have this. >> Correct >> It's Nitro. The equivalent of a Nitro. >> Yes. >> Project Monterey. >> Yeah. >> That's unique. It's the future of computing architectures. Everybody needs a Nitro. I've written about this. >> Yeah. >> Right. So explain your version. >> Yeah. >> It's now real. >> Yeah. >> It's now in the market, right? >> Yeah. >> Or soon will be. >> Here's our mission. >> Salient aspects. >> Yeah. Here's our mission of VMware. Is that we want to make every one of our enterprise customers. We want their private cloud to be as nimble, as agile, as efficient as the public cloud. >> And secure. >> And secure. In fact, I'll argue, we can make it actually more secure because we're thinking about putting security everywhere in this infrastructure. Not just on the edges of it. Okay. How do we go on that journey? As you pointed out, the public cloud providers realized five years ago that the right way to build computers was not just a CPU and a graphics process unit, GPU. But there's this third thing that the industry's calling a DPU, data processing unit. And so there's kind of three pieces of a computer. And the DPU is sometimes called a Smartnic. It's the network interface card. It does all that network handling and analytics and it takes it off the CPU. So they've been building and deploying those systems themselves. That's what Nitro is. And so we have been working with the major Silicon vendors to bring that architecture to everybody. So with vSphere 8, we have the ability to take the network processing, that East-West inspection I talked about, take it off of the CPU and put it into this dedicated processing element called the DPU and free up the CPU to run the applications that Ahjay and team are building. >> So no performance degradation at all? >> Correct. To CPU offload. >> So even the opposite, right? I mean you're running it basically Bare Metal speeds. >> Yes, yes and yes. >> And you're also isolating the storage from the security, the management, and. >> There's an isolation angle to this, which is that firewall, that we're putting everywhere. Not just that the perimeter, but we put it in each little piece of the server is running when it runs on one of these DPUs it's a different memory space. So even if an attacker gets to root in the OS, they it's very, very, never say never, but it's very difficult. >> So who has access to that resource? >> Pretty much just the infrastructure layer, the cloud provider. So it's Amazon, Google, Microsoft, and the enterprise. >> Application can't get in. >> Can't get in there. Cause you would've to literally bridge from one memory space to another. Never say never, but it would be very. >> But it hasn't earned the trust to get. >> It's more than barbwire. It's multiple walls. >> Yes. And it's like an air gap. It puts an air gap in the server itself so that if the server is compromised, it's not going to get into the network. Really powerful. >> What's the big thing that you're seeing with this supercloud transition. We're seeing multi-cloud and this new, not just SaaS hosted on the cloud. >> Yeah. >> You're seeing a much different dynamic of, combination of large scale CapEx, cloud-native, and then now cloud-native drills on premises and edge. Kind of changing what a cloud looks like if the cloud's on a cloud. >> Yeah. >> So we're the customer, I'm building on a cloud and I have on premise stuff. So, I'm getting scale CapEx relief from the hyperscalers. >> I think there's an important nuance on what you're talking about. Which is in the early days of the cloud customers. Remember those first skepticism? Oh, it'll never work. Oh, that's consumer grade. Oh, that's not really going to work. Oh some people realize. >> It's not secure. >> Yeah. It's not secure. >> That one's like, no, no, no it's secure. It works. And it's good. So then there was this sort of over rush. Let's put everything on the cloud. And I had a lot of customers that took VM based applications said, I'm going to move those onto the cloud. You got to take them all apart, put them on the cloud and put them all back together again. And little tiny details like changing an IP address. It's actually much harder than it looks. So my argument is, for existing workloads for VM based workloads, we are VMware. We're so good at running VM based workloads. And now we run them on anybody's cloud. So whether it's your east coast data center, your west coast data center, Amazon, Google, Microsoft, Alibaba, IBM keep going. We pretty much every. >> And the benefit of the customer is what. >> You can literally VMotion and just pick it up and move it from private to public, public to private, private to public, Back and forth. >> Remember when we called Vmotion BS, years ago? >> Yeah. Yeah. >> VMotion is powerful. >> We were very skeptical. We're like, that'll never happen. I mean we were. This supposed to be pat ourselves on the back. >> Well because alchemy. It seems like what you can't possibly do that. And now we do it across clouds. So it's not quite VMotion, but it's the same idea. You can just move these things over. I have one customer that had a production data center in the Ukraine. Things got super tense, super fast and they had to go from their private cloud data center in the Ukraine, to a public cloud data center out of harm's way. They did it over a weekend. 48 hours. If you've ever migrated a data center, that's usually six months. Right. And a lot of heartburn and a lot of angst. Boop. They just drag and dropped and moved it on over. That's the power of what we call the cloud operating model. And you can only do this when all your infrastructures defined in software. If you're relying on hardware, load balancers, hardware, firewalls, you can't move those. They're like a boat anchor. You're stuck with them. And by the way, they're really, really expensive. And by the way, they eat a lot of power. So that was an architecture from the 90's. In the cloud operating model your data center. And this comes back to what you were talking about is just racks and racks of X86 with these magic DPUs, or smart nics, to make any individual node go blisteringly fast and do all the functions that you used to do in network appliances. >> We just had Ahjay taking us to school, and everyone else to school on applications, middleware, abstraction layer. And Kit Culbert was also talking about this across cloud. We're talking supercloud, super pass. If this continues to happen, which we would think it will happen. What does the security posture look like? It feels to me, and again, this is your wheelhouse. If supercloud happens with this kind of past layer where there's vMotioning going on. All kinds of spanning applications and data across environments. >> Yeah. Assume there's an operating system working on behind the scenes. >> Right. >> What's the security posture in all this? >> Yeah. So remember my narrative about the bad guys are getting in and they're moving around and they're so sneaky that they're using legitimate pathways. The only way to stop that stuff, is you've got to understand it at what we call Layer 7. At the application layer. Trying to do security to the infrastructure layer. It was interesting 20 years ago, kind of less interesting 10 years ago. And now it's becoming irrelevant because the infrastructure is oftentimes not even visible. It's buried in some cloud provider. So Layer 7 understanding, application awareness, understanding the APIs and reading the content. That's the name of the game in security. That's what we've been focused on. Nothing to do with the infrastructure. >> And where's the progress bar on that paradigm. One to ten. Ten being everyone's doing it. >> Right now. Well, okay. So we as a vendor can do this today. All the stuff I talked about, reading APIs, understanding the individual services looking at, Hey, wait a minute this credit card anomalies, that's all shipping production code. Where is it in customer adoption life cycle? Early days 10%. So there's a whole lot of headroom for people to understand, Hey, I can put these controls in place. They're software based. They don't require appliances. It's Layer 7, so it has contextual awareness and it's works on every single cloud. >> We talked about the pandemic being an accelerator. It really was a catalyst to really rethink. Remember we used to talk about Pat as a security do over. He's like, yes, if it's the last thing I do, I'm going to fix security. Well, he decided to go try to fix Intel instead. >> He's getting some help from the government. >> But it seems like CISOs have totally rethought their security strategy. And at least in part, as a function of the pandemic. >> When I started at VMware four years ago, Pat sat me down in his office and he said to me what he said to you, which is like, "Tom," he said, "I feel like we have fundamentally changed servers. We fundamentally change storage. We fundamentally change networking. The last piece of the puzzle of security. I want you to go fundamentally change it." And I'll argue that the work that we're doing with this horizontal security, understanding the lateral movement. East- West inspection. It fundamentally changes how security works. It's got nothing to do with firewalls. It's got nothing to do with Endpoint. It's a unique capability that VMware is uniquely suited to deliver on. And so Pat, thanks for the mission. We delivered it and it's available now. >> Those WET web applications firewall for instance are around, I mean. But to your point, the perimeter's gone. >> Exactly. >> And so you got to get, there's no perimeter. so it's a surface area problem. >> Correct. And access. And entry. >> Correct. >> They're entering here easy from some manual error, or misconfiguration or bad password that shouldn't be there. They're in. >> Think about it this way. You put the front door of your house, you put a big strong door and a big lock. That's a firewall. Bad guys come in the window. >> And then the windows open. With a ladder. >> Oh my God. Cause it's hot, bad user behavior trumps good security every time. >> And then they move around room to room. We're the room to room people. We see each little piece of the thing. Wait, that shouldn't happen. Right. >> I want to get you a question that we've been seeing and maybe we're early on this or it might be just a false data point. A lot of CSOs and we're talking to are, and people in industry in the customer environment are looking at CISOs and CSOs, two roles. Chief information security officer, and then chief security officer. Amazon, actually Steven Schmidt is now CSO at Reinforce. They actually called that out. And the interesting point that he made, we had some other situations that verified this, is that physical security is now tied to online, to your point about the service area. If I get a password, I still got the keys to the physical goods too. >> Right. So physical security, whether it's warehouse for them or store or retail. Digital is coming in there. >> Yeah. So is there a CISO anymore? Is it just CSO? What's the role? Or are there two roles you see that evolving? Or is that just circumstance. >> I think it's just one. And I think that the stakes are incredibly high in security. Just look at the impact that these security attacks are having on. Companies get taken down. Equifax market cap was cut 80% with a security breach. So security's gone from being sort of a nuisance to being something that can impact your whole kind of business operation. And then there's a whole nother domain where politics get involved. It determines the fate of nations. I know that sounds grand, but it's true. And so companies care so much about it they're looking for one leader, one throat to choke. One person that's going to lead security in the virtual domain, in the physical domain, in the cyber domain, in the actual. >> I mean, you mention that, but I mean, you look at Ukraine. I mean that cyber is a component of that war. I mean, it's very clear. I mean, that's new. We've never seen. this. >> And in my opinion, the stuff that we see happening in the Ukraine is small potatoes compared to what could happen. >> Yeah. >> So the US, we have a policy of strategic deterrence. Where we develop some of the most sophisticated cyber weapons in the world. We don't use them. And we hope never to use them. Because our adversaries, who could do stuff like, I don't know, wipe out every bank account in North America. Or turn off the lights in New York City. They know that if they were to do something like that, we could do something back. >> This is the red line conversation I want to go there. So, I had this discussion with Robert Gates in 2016 and he said, "We have a lot more to lose." Which is really your point. >> So this brand. >> I agree that there's to have freedom and liberty, you got to strike back with divorce. And that's been our way to balance things out. But with cyber, the red line, people are already in banks. So they're are operating below the red line line. Red line meaning before we know you're in there. So do we move the red line down because, hey, Sony got hacked. The movie. Because they don't have their own militia. >> Yeah. >> If their were physical troops on the shores of LA breaking into the file cabinets. The government would've intervened. >> I agree with you that it creates tension for us in the US because our adversaries don't have the clear delineation between public and private sector. Here you're very, very clear if you're working for the government. Or you work for an private entity. There's no ambiguity on that. >> Collaboration, Tom, and the vendor community. I mean, we've seen efforts to try to. >> That's a good question. >> Monetize private data and private reports. >> So at VMware, I'm very proud of the security capabilities we've built. But we also partner with people that I think of as direct competitors. We've got firewall vendors and Endpoint vendors that we work with and integrate. And so coopetition is something that exists. It's hard. Because when you have these kind of competing. So, could we do more? Of course we probably could. But I do think we've done a fair amount of cooperation, data sharing, product integration, et cetera. And as the threats get worse, you'll probably see us continue to do more. >> And the government is going to trying to force that too. >> And the government also drives standards. So let's talk about crypto. Okay. So there's a new form of encryption coming out called processing quantum. >> Quantum. Quantum computers have the potential to crack any crypto cipher we have today. That's bad. Okay. That's not good at all because our whole system is built around these private communications. So the industry is having conversations about crypto agility. How can we put in place the ability to rapidly iterate the ciphers in encryption. So, when the day quantum becomes available, we can change them and stay ahead of these quantum people. >> Well, didn't NIST just put out a quantum proof algo that's being tested right now by the community? >> There's a lot of work around that. Correct. And NIST is taking the lead on this, but Google's working on it. VMware's working on it. We're very, very active in how do we keep ahead of the attackers and the bad guys? Because this quantum thing is a, it's an x-ray machine. It's like a dilithium crystal that can power a whole ship. It's a really, really, really powerful tool. >> Bad things will happen. >> Bad things could happen. >> Well, Tom, great to have you on the theCube. Thanks for coming on. Take the last minute to just give a plug for what's going on for you here at VMWorld this year, just VMware Explore this year. >> Yeah. We announced a bunch of exciting things. We announced enhancements to our NSX family, with our advanced load balancer. With our edge firewall. And they're all in service of one thing, which is helping our customers make their private cloud like the public cloud. So I like to say 0, 0, 0. If you are in the cloud operating model, you have zero proprietary appliances. You have zero tickets to launch a workload. You have zero network taps and Zero Trust built into everything you do. And that's what we're working on. Pushing that further and further. >> Tom Gill, senior vices president, head of the networking at VMware. Thanks for coming on. We do appreciate it. >> Thanks for having us. >> Always getting the security data. That's killer data and security of the two ops that get the most conversations around DevOps and Cloud Native. This is The theCube bringing you all the action here in San Francisco for VMware Explore 2022. I'm John Furrier with Dave Vellante. Thanks for watching. (bright music)
SUMMARY :
We'd love seeing the progress for having me. we could have you on. edition on the theCube. You first get the VIP It's kind of in all the narratives So probably the first thing and here, the event. To the notion of being defensible. I got to be able to defend. the model was we have a perimeter. or the super secret aircraft plans. right to get to that database, And it's not even just the right. Yeah. systems that the bad guys scour, And go test them And people don't change So the point is, the goal of attackers hiding in the closet. nibbling on your cookies. into the new reality of cloud-native. So all kinds of new hot areas. So this is where it's going. Right. a good direction to me. of the application. get out or that that's some weird call It's the access to the data. 'Cause to my knowledge only AWS, Google, The equivalent of a Nitro. It's the future of So explain your version. as efficient as the public cloud. that the right way to build computers So even the opposite, right? from the security, the management, and. Not just that the perimeter, Microsoft, and the enterprise. from one memory space to another. It's more than barbwire. server itself so that if the not just SaaS hosted on the cloud. if the cloud's on a cloud. relief from the hyperscalers. of the cloud customers. It's not secure. Let's put everything on the cloud. And the benefit of and move it from private to public, ourselves on the back. in the Ukraine, to a What does the security posture look like? Yeah. and reading the content. One to ten. All the stuff I talked We talked about the help from the government. function of the pandemic. And I'll argue that the work But to your point, the perimeter's gone. And so you got to get, And access. password that shouldn't be there. You put the front door of your house, And then the windows Cause it's hot, bad user behavior We're the room to room people. the keys to the physical goods too. So physical security, whether What's the role? in the cyber domain, in the actual. component of that war. the stuff that we see So the US, we have a policy This is the red line I agree that there's to breaking into the file cabinets. have the clear delineation and the vendor community. and private reports. And as the threats get worse, And the government is going And the government So the industry is having conversations And NIST is taking the lead on this, Take the last minute to just So I like to say 0, 0, 0. head of the networking at VMware. that get the most conversations
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave Vellante | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Alibaba | ORGANIZATION | 0.99+ |
Tom Gill | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
Microsoft | ORGANIZATION | 0.99+ |
Tom Gillis | PERSON | 0.99+ |
Pat | PERSON | 0.99+ |
Ukraine | LOCATION | 0.99+ |
2016 | DATE | 0.99+ |
Steven Schmidt | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
20,000 | QUANTITY | 0.99+ |
Tom | PERSON | 0.99+ |
Sony | ORGANIZATION | 0.99+ |
John Furrier | PERSON | 0.99+ |
New York City | LOCATION | 0.99+ |
San Francisco | LOCATION | 0.99+ |
nine months | QUANTITY | 0.99+ |
six months | QUANTITY | 0.99+ |
Zero Trust | ORGANIZATION | 0.99+ |
Reinforce | ORGANIZATION | 0.99+ |
two sets | QUANTITY | 0.99+ |
NIST | ORGANIZATION | 0.99+ |
North America | LOCATION | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
sixth edition | QUANTITY | 0.99+ |
Kit Culbert | PERSON | 0.99+ |
48 hours | QUANTITY | 0.99+ |
Robert Gates | PERSON | 0.99+ |
two roles | QUANTITY | 0.99+ |
80% | QUANTITY | 0.99+ |
12th year | QUANTITY | 0.99+ |
Ahjay | PERSON | 0.99+ |
three days | QUANTITY | 0.99+ |
two ops | QUANTITY | 0.99+ |
Ten | QUANTITY | 0.99+ |
third thing | QUANTITY | 0.99+ |
five an hour | QUANTITY | 0.99+ |
Equifax | ORGANIZATION | 0.99+ |
ten | QUANTITY | 0.98+ |
zero tickets | QUANTITY | 0.98+ |
nine months ago | DATE | 0.98+ |
one customer | QUANTITY | 0.98+ |
four years ago | DATE | 0.98+ |
both | QUANTITY | 0.98+ |
LA | LOCATION | 0.98+ |
250 million credit cards | QUANTITY | 0.98+ |
Day two | QUANTITY | 0.98+ |
five years ago | DATE | 0.98+ |
a million credit cards | QUANTITY | 0.98+ |
first | QUANTITY | 0.97+ |
10 years ago | DATE | 0.97+ |
Intel | ORGANIZATION | 0.97+ |
this year | DATE | 0.97+ |
90's | DATE | 0.97+ |
one story | QUANTITY | 0.97+ |
one | QUANTITY | 0.96+ |
today | DATE | 0.96+ |
Layer 7 | OTHER | 0.96+ |
20 years ago | DATE | 0.96+ |
One person | QUANTITY | 0.96+ |
Christmas | EVENT | 0.96+ |
three pieces | QUANTITY | 0.96+ |
Nitro | ORGANIZATION | 0.95+ |
Tanzu | ORGANIZATION | 0.95+ |
One | QUANTITY | 0.94+ |
10% | QUANTITY | 0.94+ |
one leader | QUANTITY | 0.94+ |
*****NEEDS TO STAY UNLISTED FOR REVIEW***** Tom Gillis | Advanced Security Business Group
>>Welcome back everyone Cube's live coverage here. Day two, two sets, three days of cube coverage here at VMware Explorer. This is our 12th year covering VMware's annual conference, formally called world I'm Jean Dave ante. We'd love seeing the progress and we've got great security comes Tom Gill, senior rights, president general manager, networking and advanced security business group at VMware. Great to see you. Thanks for coming on. Thanks >>For having me. Yeah, really happy we could have you on, you know, I think, I think this is my sixth edition on the cube. Like, do I get freaking flyer points or anything? >>Yeah, you get first get the VIP badge. We'll make that happen. You can start getting credits. >>Okay. There we go. >>We won't interrupt you. No, seriously, you got a great story in security here. The security story is kind of embedded everywhere, so it's not like called out and, and blown up and talked specifically about on stage. It's kind of in all the narratives in, in the VM world for this year. Yeah. But you guys have an amazing security story. So let's just step back into set context. Tell us the security story for what's going on here at VMware and what that means to this super cloud multi-cloud and ongoing innovation with VMware. Yeah, >>Sure thing. So, so probably the first thing I'll point out is that, that security's not just built in at VMware it's built differently, right? So we're not just taking existing security controls and cut and pasting them into, into our software. But we can do things because of our platform because of the virtualization layer that you really can't do with other security tools and where we're very, very focused is what we call lateral security or east west movement of an attacker. Cuz frankly, that's the name of the game these days. Right? Attackers, you gotta assume that they're already in your network. Okay. Already assume that they're there, then how do we make it hard for them to get to what the, the stuff that you really want, which is the data that they're, they're going after. Right. And that's where we, >>We really should. All right. So we've been talking a lot coming into world VMware Explorer and here the event about two things security as a state. Yeah. I'm secure right now. Yeah. Or I, I think I'm secure right now, even though someone might be in my network or in my environment to the notion of being defensible. Yeah. Meaning I have to defend and be ready at a moment's notice to attack, fight, push back red team, blue team, whatever you're gonna call it, but something's happening. I gotta be a to defend. Yeah. >>So you, what you're talking about is the principle of zero trust. So the, the, when we, when I first started doing security, the model was we have a perimeter and everything on one side of the perimeter is dirty, ugly, old internet and everything on this side known good, trusted what could possibly go wrong. And I think we've seen that no matter how good you make that perimeter, bad guys find a way in. So zero trust says, you know what? Let's just assume they're already in. Let's assume they're there. How do we make it hard for them to move around within the infrastructure and get to the really valuable assets? Cuz for example, if they bust into your laptop, you click on a link and they get code running on your machine. They might find some interesting things on your machine, but they're not gonna find 250 million credit cards. Right. Or the, the script of a new movie or the super secret aircraft plans, right. That lives in a database somewhere. And so it's that movement from your laptop to that database. That's where the damage is done. Yeah. And that's where VMware shines. If they don't >>Have the right to get to that database, they're >>Not >>In and it's not even just the right, like, so they're so clever. And so sneaky that they'll steal a credential off your machine, go to another machine, steal a credential off of that. So it's like they have the key to unlock each one of these doors and we've gotten good enough where we can look at that lateral movement, even though it has a credential and a key where like, wait a minute, that's not a real CIS admin making a change. That's ransomware. Yeah. Right. And that's, that's where we, you have to earn your way in. That's right. That's >>Right. Yeah. And we're all, there's all kinds of configuration errors. But also some, some I'll just user problems. I've heard one story where there's so many passwords and username and passwords and systems that the bad guy's scour, the dark web for passwords that have been exposed. Correct. And go test them against different accounts. Oh one hit over here. Correct. And people don't change their passwords all the time. Correct? Correct. That's a known, known vector. We, >>We just, the idea that users are gonna be perfect and never make mistake. Like how long have we been doing this? Like humans with the weakest link. Right. So, so, so people are gonna make mistakes. Attackers are gonna be in here's another way of thinking about it. Remember log for J. Remember that whole ago, remember that was a Christmas time. That was nine months ago. And whoever came up with that, that vulnerability, they basically had a skeleton key that could access every network on the planet. I don't know if a single customer that was said, oh yeah, I wasn't impacted by log for J. So seers, some organized entity had access to every network on the planet. What was the big breach? What was that movie script that got stolen? So there wasn't one. Right? We haven't heard anything. So the point is the goal of attackers is to get in and stay in. Imagine someone breaks into your house, steals your laptop and runs. That's a breach. Imagine someone breaks into your house and stays for nine months. Like it's untenable, the real world. Right, right. >>We don't even go in there. They're still in there >>Watching your closet. Exactly. Moving around, nibbling on your ni line, your cookies. You know what I mean? Drinking your beer. >>Yeah. So, so let's talk about how this translates into the new reality of cloud native, because now know you hear about, you know, automated pen testing is a, a new hot thing right now you got antivirus on data. Yeah. Is hot is hot within APIs, for instance. Yeah. API security. So all kinds of new hot areas, cloud native is very iterative. You know, you, you can't do a pen test every week. Right. You gotta do it every second. Right. So this is where it's going. It's not so much simulation. It's actually real testing. Right. Right. How do you view that? How does that fit into this? Cuz that seems like a good direction to me. >>Yeah. It, it, it fits right in. And you were talking to my buddy AJ earlier about what VMware can do to help our customers build cloud native applications with, with Zu, my team is focused on how do we secure those applications? So where VMware wants to be the best in the world is securing these applications from within looking at the individual piece parts and how they talk to each other and figuring out, wait a minute. That, that, that, that, that should never happen by like almost having an x-ray machine on the ins of the application. So we do it for both for VMs and for container based applications. So traditional apps are VM based. Modern apps are container based and we, and we have a slightly different insertion mechanism. It's the same idea. So for VMs, we do it with the hypervisor, with NSX, we see all the inner workings in a container world. >>We have this thing called a service me that lets us look at each little snippet of code and how they talk to each other. And once you can see that stuff, then you can actually apply. It's almost like common sense logic of like, wait a minute. You know, this API is giving back credit card numbers and it gives five an hour. All of a sudden, it's now asking for 20,000 or a million credit card that doesn't make any sense. Right? The anomalies stick out like a sore thumb. If you can see them. And VMware, our unique focus in the infrastructure is that we can see each one of these little transactions and understand the conversation. That's what makes us so good at that east west or lateral >>Security. Yeah. You don't belong in this room, get out or that that's right. Some weird call from an in-memory database, something over >>Here. Exactly. Where other, other security solutions won't even see that. Right. It's not like there algorithms aren't as good as ours or, or better or worse. It's that, it's the access to the data. We see the, the, the, the inner plumbing of the app. And therefore we can protect >>The app from, and there's another dimension that I wanna get in the table here, cuz to my knowledge only AWS, Google, I, I believe Microsoft and Alibaba and VMware have this, it nitro the equivalent of a nitro. Yes. Project Monterey. Yeah. That's unique. It's the future of computing architectures. Everybody needs a nitro. I've I've written about this. Yeah. Right. So explain your version. Yeah. Project. It's now real. It's now in the market right. Or soon will be. Yeah. Here. Here's our mission salient aspects. Yeah. >>Here's our mission of VMware is that we wanna make every one of our enterprise customers. We want their private cloud to be as nimble, as agile, as efficient as the public cloud >>And secure >>And secure. In fact, I'll argue, we can make it actually more secure because we're thinking about putting security everywhere in this infrastructure. Right. Not just on the edges of it. So, so, so, okay. How do we go on that journey? As you pointed out, the public cloud providers realized, you know, five years ago that the right way to build computers was not just a CPU and a GPU graphics process, unit GPU, but there's this third thing that the industry's calling a DPU data processing unit. So there's kind of three pieces of a computer. And the DPU is sometimes called a smart Nick it's the network interface card. It does all that network handling and analytics and it takes it off the CPU. So they've been building and deploying those systems themselves. That's what nitro is. And so we have been working with the major Silicon vendors to bring that architecture to everybody. So, so with vSphere eight, we have the ability to take the network processing that east west inspection. I talked about, take it off of the CPU and put it into this dedicated processing element called the DPU and free up the CPU to run the applications that AJ and team are building. >>So no performance degradation at all, correct. >>To CPU >>Offload. So even the opposite, right? I mean you're running it basically bare metal speeds. >>Yes, yes. And yes. >>And, and, and you're also isolating the, the storage right from the, from the, the, the security, the management. And >>There's an isolation angle to this, which is that firewall that we're putting everywhere. Not just that the perimeter, we put it in each little piece of the server is running when it runs on one of these DPU, it's a different memory space. So even if, if an attacker gets to root in the OS, they it's very, very, never say never, but it's very difficult. >>So who has access to that? That, that resource >>Pretty much just the infrastructure layer, the cloud provider. So it's Google Microsoft, you know, and the enterprise, the >>Application can't get in, >>Can't get in there. Cause it, you would've to literally bridge from one memory space to another, never say never, but it would be very, very, >>It hasn't earned the trust >>To get it's more than Bob wire. It's, it's, it's multiple walls and, and >>It's like an air gap. It puts an air gap in the server itself so that if the server's compromised, it's not gonna get into the network really powerful. >>What's the big thing that you're seeing with this super cloud transition we're seeing, we're seeing, you know, multicloud and this new, not just SAS hosted on the cloud. Yeah. You're seeing a much different dynamic of combination of large scale CapEx, cloud native. And then now cloud native develops on premises and edge kind of changing what a cloud looks like if the cloud's on a cloud. So rubber customer, I'm building on a cloud and I have on-prem stuff. So I'm getting scale CapEx relief from the, from the cap, from the hyperscalers. >>I, I think there's an important nuance on what you're talking about, which is, is in the early days of the cloud customers. Remember those first skepticism? Oh, it'll never work. Oh, that's consumer grade. Oh, that's not really gonna work. And some people realize >>It's not secure. Yeah. >>It, it's not secure that one's like, no, no, no, it's secure. It works. And it, and it's good. So then there was this sort of over rush. Like let's put everything on the cloud. And I had a lot of customers that took VM based applications said, I'm gonna move those onto the cloud. You gotta take 'em all apart, put 'em on the cloud and put 'em all back together again. And little tiny details, like changing an IP address. It's actually much harder than it looks. So my argument is for existing workloads for VM based workloads, we are VMware. We're so good at running VM based workloads. And now we run them on anybody's cloud. So whether it's your east coast data center, your west coast data center, Amazon, Google, Microsoft, Alibaba, IBM keep going. Right. We pretty much every, and >>The benefit of the customer is what you >>Can literally vMotion and just pick it up and move it from private to public public, to private, private, to public, public, back and forth. >>Remember when we called VMO BS years ago. Yeah, yeah, yeah. >>We were really, skeptic is >>Powerful. We were very skeptical. We're like, that'll never happen. I mean, we were, I mean, it's supposed to be pat ourselves on the back. We, well, >>Because it's alchemy, it seems like what you can't possibly do that. Right. And so, so, so, and now we do it across clouds, right? So we can, you know, it's not quite VMO, but it's the same idea. You can just move these things over. I have one customer that had a production data center in the Ukraine, things got super tense, super fast, and they had to go from their private cloud data center in the Ukraine to a public cloud data center outta harm's way. They did it over a weekend, 48 hours. If you've ever migrated data, that's usually six months, right? And a lot of heartburn and a lot of angst, boom. They just drag and drop, moved it on over. That's the power of what we call the cloud operating model. And you can only do this when all your infrastructure's defined in software. >>If you're relying on hardware, load, balancers, hardware, firewalls, you can't move those. They're like a boat anchor. You're stuck with them. And by the way, really, really expensive. And by the way, they eat a lot of power, right? So that was an architecture from the nineties in the cloud operating model, your data center. And this goes back to what you were talking about is just racks and racks of X 86 with these magic DPU or smart necks to make any individual node go blisteringly fast and do all the functions that you used to do in network appliances. >>We just said, AJ taking us to school and everyone else to school on applications, middleware abstraction layer. Yeah. And kit Culver was also talking about this across cloud. We're talking super cloud, super pass. If this continues to happen, which we would think it will happen. What does the security posture look like? It has. It feels to me. And again, this is, this is your wheelhouse. If super cloud happens with this kind of past layer where there's B motioning going on, all kinds of yeah. Spanning applications and data. Yeah. Across environments. Yeah. Assume there's an operating system working on behind the scenes. Right. What's the security posture in all this. Yeah. >>So remember my narrative about like VA guys are getting in and they're moving around and they're so sneaky that they're using legitimate pathways. The only way to stop that stuff is you've gotta understand it at what, you know, we call layer seven at the application layer the in, you know, trying to do security, the infrastructure layer. It was interesting 20 years ago, kind of less interesting 10 years ago. And now it's becoming irrelevant because the infrastructure is oftentimes not even visible, right. It's buried in some cloud provider. So layer seven, understanding, application awareness, understanding the APIs and reading the content. That's the name of the game in security. That's what we've been focused on. Right. Nothing to do with >>The infras. And where's the progress bar on that, that paradigm early one at the 10, 10 being everyone's doing it >>Right now. Well, okay. So we, as a vendor can do this today. All the stuff I talked about about reading APIs, understanding the, the individual services looking at, Hey, wait a minute. This credit card anomalies, that's all shipping production code. Where is it in customer adoption life cycle, early days, 10%. So, so there's a whole lot of headroom. We, for people to understand, Hey, I can put these controls in place. There's software based. They don't require appliances. It's layer seven. So it has contextual awareness and it's works on every single cloud. >>You know, we talk about the pandemic. Being an accelerator really was a catalyst to really rethink. Remember we used to talk about pat his security a do over. He's like, yes, if it's the last thing I'm due, I'm gonna fix security. Well, he decided to go try to fix Intel instead, but, >>But, but he's getting some help from the government, >>But it seems like, you know, CISOs have totally rethought, you know, their security strategy. And, and at least in part is a function of the pandemic. >>When I started at VMware four years ago, pat sat me down in his office and he said to me what he said to you, which is like Tom, he said, I feel like we have fundamentally changed servers. We fundamentally changed storage. We fundamentally changed networking. The last piece of the puzzle of security. I want you to go fundamentally change it. And I'll argue that the work that we're doing with this, this horizontal security understanding the lateral movement east west inspection, it fundamentally changes how security works. It's got nothing to do with firewalls. It's got nothing to do with endpoint. It's a unique capability that VMware is uniquely suited to deliver on. And so pat, thanks for the mission. We delivered it and available >>Those, those wet like web applications firewall for instance are, are around. I mean, but to your point, the perimeter's gone. Exactly. And so you gotta get, there's no perimeter. So it's a surface area problem. Correct. And access and entry, correct. They're entering here easy from some manual error or misconfiguration or bad password that shouldn't be there. They're >>In. Think about it this way. You put the front door of your house, you put a big strong door and a big lock. That's a firewall bad guys, come in the window. Right. And >>Then the window's open and the window with a ladder room. Oh my >>God. Cause it's hot, bad user behavior. Trump's good security >>Every time. And then they move around room to room. We're the room to room people. Yeah. We see each little piece of the thing. Wait, that shouldn't happen. Right. >>I wanna get you a question that we've been seeing and maybe we're early on this, or it might be just a, a false data point. A lot of CSOs and we're talking to are, and people in industry in the customer environment are looking at CSOs and CSOs, two roles, chief information security officer, and then chief security officer Amazon, actually, Steven Schmidt is now CSO at reinforced. They actually called that out. Yeah. And the, and the interesting point that he made, we've had some other situations that verified. This is that physical security is now tied to online to your point about the service area. If I get a password, I still at the keys to the physical goods too. Right. Right. So physical security, whether it's warehouse for them is, or store or retail digital is coming in there. Yeah. So is there a CSO anymore? Is it just CSO? What's the role or are there two roles you see that evolving or is that just, >>Well, >>I circumstance, >>I, I think it's just one. And I think that, that, you know, the stakes are incredibly high in security. Just look at the impact that these security attacks are having on it. It, you know, companies get taken down, Equifax market cap was cut, you know, 80% with a security breach. So security's gone from being sort of a nuisance to being something that can impact your whole kind of business operation. And then there's a whole nother domain where politics get involved. Right. It determines the fate of nations. I know that sounds grand, but it's true. Yeah. And so, so, so companies care so much about it. They're looking for one liter, one throat to choke, you know, one person that's gonna lead security in the virtual domain, in the physical domain, in the cyber domain, in, in, you know, in the actual, well, it is, >>I mean, you mentioned that, but I mean, mean you look at Ukraine. I mean the, the, that, that, that cyber is a component of that war. I mean, that's very clear. I mean, that's, that's new, we've never seen >>This. And in my opinion, the stuff that we see happening in the Ukraine is small potatoes compared to what could happen. Yeah, yeah. Right. So the us, we have a policy of, of strategic deterrents where we develop some of the most sophisticated cyber weapons in the world. We don't use them and we hope never to use them because the, the, our adversaries who could do stuff like, oh, I don't know, wipe out every bank account in north America, or turn off the lights in New York city. They know that if they were to do something like that, we could do something back. >>I, this discuss, >>This is the red line conversation I wanna go there. So >>I had this discussion with Robert Gates in 2016 and he said, we have a lot more to lose, which is really >>Your point. So this brand, so I agree that there's the, to have freedom and Liberty, you gotta strike back with divorce and that's been our way to, to balance things out. Yeah. But with cyber, the red line, people are already in banks. So they're addresses are operating below the red line, red line, meaning before we know you're in there. So do we move the red line down because Hey, Sony got hacked the movie because they don't have their own militia. Yeah. If they were physical troops on the shores of LA breaking into the file cabinets. Yeah. The government would've intervened. >>I, I, I agree with you that it creates, it creates tension for us in the us because our, our adversaries don't have the clear delineation between public and private sector here. You're very, very clear if you're working for the government or you work for an private entity, there's no ambiguity on that. And so, so we have different missions in each department. Other countries will use the same cyber capabilities to steal intellectual, you know, a car design as they would to, you know, penetrate a military network. And that creates a huge hazard for us on the us. Cause we don't know how to respond. Yeah. Is that a civil issue? Is that a, a, a military issue? And so, so it creates policy ambiguity. I still love the clarity of separation of, you know, sort of the various branches of government separation of government from, >>But that, but, but bureau on multinational corporation, you then have to, your cyber is a defensible. You have to build the defenses >>A hundred percent. And I will also say that even though there's a clear D mark between government and private sector, there's an awful lot of cooperation. So, so our CSO, Alex toshe is actively involved in the whole intelligence community. He's on boards and standards and we're sharing because we have a common objective, right? We're all working together to fight these bad guys. And that's one of the things I love about cyber is that that even direct competitors, two big banks that are rivals on the street are working together to share security information and, and private, is >>There enough? Is collaboration Tom in the vendor community? I mean, we've seen efforts to try to, that's a good question, monetize private data, you know? Yeah. And private reports and, >>And, you know, like, so at VMware, we, we, I'm very proud of the security capabilities we've built, but we also partner with people that I think of as direct competitors, we've got firewall vendors and endpoint vendors that we work with and integrate. And so cooperation is something that exists. It's hard, you know, because when you have these kind of competing, you know, so could we do more? Of course we probably could, but I do think we've done a fair amount of cooperation, data sharing, product integration, et cetera, you know, and, you know, as the threats get worse, you'll probably see us continue to do more. >>And the governments is gonna trying to force that too. >>And, and the government also drives standards. So let's talk about crypto. Okay. So there's a new form of encryption coming out called quantum processing, calling out. Yeah. Yeah. Quantum, quantum computers have the potential to crack any crypto cipher we have today. That's bad. Okay. Right. That's not good at all because our whole system is built around these private communications. So, so the industry is having conversations about crypto agility. How can we put in place the ability to rapidly iterate the ciphers in encryption? So when the day quantum becomes available, we can change them and stay ahead of these quantum people. Well, >>Didn't this just put out a quantum proof algo that's being tested right now by the, the community. >>There's a lot of work around that. Correct. And, and, and this is taking the lead on this, but you know, Google's working on it, VMware's working on it. We're very, very active in how do we keep ahead of the attackers and the bad guys? Because this quantum thing is like a, it's a, it's a x-ray machine. You know, it's like, it's like a, a, a di lithium crystal that can power a whole ship. Right. It's a really, really, really powerful >>Tool. It's bad. Things will happen. >>Bad things could happen. >>Well, Tom, great to have you on the cube. Thanks for coming. Take the last minute to just give a plug for what's going on for you here at world this year, VMware explore this year. Yeah. >>We announced a bunch of exciting things. We announced enhancements to our, our NSX family, with our advanced load balancer, with our edge firewall. And they're all in service of one thing, which is helping our customers make their private cloud like the public cloud. So I like to say 0, 0, 0. If you are in the cloud operating model, you have zero proprietary appliances. You have zero tickets to launch a workload. You have zero network taps and zero trust built into everything you do. And that's, that's what we're working on and pushing that further and further. >>Tom Gill, senior vices president head of the networking at VMware. Thanks for coming up for you. Appreciate >>It. Yes. Thanks for having guys >>Always getting the security data. That's killer data and security of the two ops that get the most conversations around dev ops and cloud native. This is the queue bringing you all the action here in San Francisco for VMware. Explore 2022. I'm John furrier with Dave, Alan. Thanks for watching.
SUMMARY :
We'd love seeing the progress and we've got great security Yeah, really happy we could have you on, you know, I think, I think this is my sixth edition on the cube. Yeah, you get first get the VIP badge. It's kind of in all the narratives in, them to get to what the, the stuff that you really want, which is the data that they're, the notion of being defensible. the model was we have a perimeter and everything on one side of the perimeter is dirty, In and it's not even just the right, like, so they're so clever. and systems that the bad guy's scour, the dark web for passwords So the point is the goal of attackers is to get in and stay We don't even go in there. Moving around, nibbling on your ni line, your cookies. So this is where it's going. So for VMs, we do it with the hypervisor, And once you can see that stuff, then you can actually apply. something over It's that, it's the access to the data. It's the future of computing architectures. Here's our mission of VMware is that we wanna make every one of our enterprise customers. And the DPU is sometimes called a So even the opposite, right? And yes. And Not just that the perimeter, we put it in each little piece of the server is running when it runs on one of these DPU, Pretty much just the infrastructure layer, the cloud provider. Cause it, you would've to literally bridge from one memory space to another, never say never, but it would be To get it's more than Bob wire. it's not gonna get into the network really powerful. What's the big thing that you're seeing with this super cloud transition we're seeing, we're seeing, you know, And some people realize Yeah. And I had a lot of customers that took VM based to private, private, to public, public, back and forth. Remember when we called VMO BS years ago. I mean, we were, I mean, So we can, you know, it's not quite VMO, but it's the same idea. And this goes back to what you were talking about is just racks and racks of X 86 with these magic DPU And again, this is, this is your wheelhouse. And now it's becoming irrelevant because the infrastructure is oftentimes not even visible, And where's the progress bar on that, that paradigm early one at the 10, All the stuff I talked about about reading You know, we talk about the pandemic. But it seems like, you know, CISOs have totally rethought, you know, And I'll argue that the work that we're doing with this, this horizontal And so you gotta get, there's no perimeter. You put the front door of your house, you put a big strong door and a big lock. Then the window's open and the window with a ladder room. Trump's good security We're the room to room people. If I get a password, I still at the keys to the physical goods too. in the cyber domain, in, in, you know, in the actual, well, it is, I mean, you mentioned that, but I mean, mean you look at Ukraine. So the us, we have a policy of, of strategic deterrents where This is the red line conversation I wanna go there. So this brand, so I agree that there's the, to have freedom and Liberty, you gotta strike back with divorce And so, so we have different missions in each department. You have to build the defenses on the street are working together to share security information and, Is collaboration Tom in the vendor community? And so cooperation is something that exists. Quantum, quantum computers have the potential to crack any crypto cipher of the attackers and the bad guys? Things will happen. Take the last minute to just give a plug for what's going on So I like to say 0, 0, 0. Thanks for coming up for you. This is the queue bringing you all the action here in San
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Microsoft | ORGANIZATION | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Tom Gill | PERSON | 0.99+ |
Alibaba | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
IBM | ORGANIZATION | 0.99+ |
Tom Gillis | PERSON | 0.99+ |
Trump | PERSON | 0.99+ |
Ukraine | LOCATION | 0.99+ |
Steven Schmidt | PERSON | 0.99+ |
2016 | DATE | 0.99+ |
20,000 | QUANTITY | 0.99+ |
48 hours | QUANTITY | 0.99+ |
San Francisco | LOCATION | 0.99+ |
Tom | PERSON | 0.99+ |
nine months | QUANTITY | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
six months | QUANTITY | 0.99+ |
Sony | ORGANIZATION | 0.99+ |
80% | QUANTITY | 0.99+ |
two roles | QUANTITY | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
north America | LOCATION | 0.99+ |
10% | QUANTITY | 0.99+ |
sixth edition | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
three days | QUANTITY | 0.99+ |
five an hour | QUANTITY | 0.99+ |
each department | QUANTITY | 0.99+ |
nine months ago | DATE | 0.99+ |
one liter | QUANTITY | 0.99+ |
third thing | QUANTITY | 0.99+ |
AJ | PERSON | 0.99+ |
two sets | QUANTITY | 0.99+ |
12th year | QUANTITY | 0.99+ |
first | QUANTITY | 0.99+ |
Equifax | ORGANIZATION | 0.99+ |
2022 | DATE | 0.99+ |
two ops | QUANTITY | 0.99+ |
Jean Dave | PERSON | 0.99+ |
Robert Gates | PERSON | 0.99+ |
250 million credit cards | QUANTITY | 0.98+ |
four years ago | DATE | 0.98+ |
Day two | QUANTITY | 0.98+ |
this year | DATE | 0.98+ |
Intel | ORGANIZATION | 0.98+ |
five years ago | DATE | 0.98+ |
LA | LOCATION | 0.98+ |
NSX | ORGANIZATION | 0.98+ |
one customer | QUANTITY | 0.98+ |
both | QUANTITY | 0.98+ |
today | DATE | 0.98+ |
10 years ago | DATE | 0.98+ |
one story | QUANTITY | 0.97+ |
three pieces | QUANTITY | 0.97+ |
Alan | PERSON | 0.97+ |
10 | QUANTITY | 0.97+ |
zero tickets | QUANTITY | 0.97+ |
one person | QUANTITY | 0.96+ |
Zu | PERSON | 0.96+ |
20 years ago | DATE | 0.96+ |
two big banks | QUANTITY | 0.96+ |
each little piece | QUANTITY | 0.96+ |
VMO | ORGANIZATION | 0.96+ |
John furrier | PERSON | 0.96+ |
one thing | QUANTITY | 0.95+ |
first thing | QUANTITY | 0.95+ |
one side | QUANTITY | 0.94+ |
Advanced Security Business Group | ORGANIZATION | 0.92+ |
one throat | QUANTITY | 0.92+ |
Alison Biers, Dell Technologies & Keith Bradley, Nature Fresh Farms | VMware Explore 2022
(light upbeat music) >> Hey, everyone, welcome back to theCUBE's day two live coverage of VMware Explore 2022 from Moscone Center in San Francisco. Lisa Martin here as your host with Dave Nicholson. We've got a couple of guests here and we have some props on set. Get a load of this Nature Fresh Farms produce. Keith Bradley joins us, the VP of IT from Nature Fresh Farms, and Alison Biers is back, as well, director of marketing at Edge Solutions for Dell. Guys, welcome back to the program and thanks for bringin' some food. >> Well, thank you, yeah. >> Thank you so much. >> So, Keith, talk to us a little bit about technology from Nature Fresh Farm's perspective. How do we look at this farming organization as a tech company? >> As technical, we're something that measures everything we grow. So, we're 200 acres of greenhouse, spanning probably about 3 or 400 acres of land. Everything's entirely environmentally controlled. So, the peppers that we have in front of you, the tomatoes, they're all grown and controlled from everything they get from light to moisture to irrigation and nutrients. So, we do all that. >> So, should I be able to taste the Dell goodness in these cucumbers, for example? >> I'd like to say Nature Fresh slash Dell good. >> Connect the dots for us. So, let's go through that sort of mental exercise of how are these end products for consumers better because of what you're doing in IT? >> So, one of the things that we've been able to do, and one of the transformations we made is we are now able to run our ETLs. So, analyze the data realtime at the Edge. So, making decisions which used to be only once a day based on analytics to now multiple times a day. Our ETLs used to take 8 to 10 hours to run. Now they run- >> So, extraction, transformation and load. >> Yep, yep. >> Okay. So, we consider it a party foul if you use a TLA and you don't find it the first time. >> Okay. >> But you get a pass 'cause you're an actual and real person. >> I'll give you that one. >> I already had a claim laid on that. I'm sorry, so continue. >> Yeah, yeah. So, it allowed now the growers to make multiple decisions and then you start adding the next layer. As we expanded our technology base, we started introducing AI into it. So now, AI is even starting to make decisions before the grower even knows to make them based on historical data. So, it's allowed us to become more proactive in protecting the health and longevity and even taste of that plant and the product coming out to you. >> That's awesome. Alison, talk to us about from Dell's perspective how is it helping Nature Fresh to simplify the Edge which there's a lot of complexity there? You talked about the size of the organization but how do you help simplify it? >> I think Nature Fresh had a lot of common problems that we see customers have. So, they had some really interesting ambitions to improve their produce and do it in a GMO free way and really bring a quality product to their customer. But yet, they were each solving their problems on their individual farms in different ways. And so, one of the ways that we were able to help was to consolidate a lot of those silos as they were expanding the scope and scale of what they really wanted to do from a technology perspective. And then being able to do that in a secure way that's delivering the insights they need when they need them right there at the Edge is really critical. >> I think it's wonderful that we have the actual stuff here. Because we often talk in these abstract terms about outcomes. There's your outcome right there. >> Yeah. >> Right. >> But talk about this growing in the soil somewhere. You have growers. It's not an abstraction. These are actual actual people. Where does the technology organism interface occur here? You have organically grown crops. Where's that interface? Where's the first technology involved in this process? Literally physically. >> Physically. >> Yeah, yeah, yeah. Is there a shack with a server in it somewhere? >> So, we actually have, we have a core data center at the center of Nature Fresh set up basically where everything ends up. We have our Edge. So, we have computers, we're at the Edge analyzing stuff. But if you want to go right back to the grassroots of where it actually is, is it's right at, not dirt, but a ground up coconut husk. That is what the plants are grown in. And we analyze the data right there, 'cause that is our first Edge. And people think that's static for us. The Edge isn't static. 'Cause the Edge now moves. We have a plant that grows. Then we pick it. And then we have to store it and then we have to ship it. So, our Edge actually does move from area to area to area. So, statically one thing isn't the same all the time. It's a hard thing to say how it all starts but it's just a combination of everything from natural gas to everything. >> Okay, then are those, 'cause we think of things in terms of like internet of things and these sensors. >> Oh yeah. >> Things are being gathered. So, you've got stuff happily growing in husks and then being picked. What's the next step there? Where is that aggregated? Where does that go? Is that all going straight back to your data center or are there sort of intermediate steps in the process? >> So, what we do is we actually store everything at the Edge, and we do daily processes right there. And then it aggregates that data and it drops it down from a large number to a smaller number to go to the core. >> Got it. >> And then that way, at the core, it does the long term analysis. 'Cause again, a lot of the data that we collect, we don't need to keep. A lot of it is the temperature was X, the temperature was X, the temperature, we don't need that. So, it aggregates it all down. So, that way the information coming to the core doesn't overwhelm it. Because we do store enough information. And to give you an idea of how our 1.8 million plants are living and breathing. We actually have estimated 1.8 million plants throughout our 200 acres. >> At any moment. >> Yeah. >> That's how many plants they're tracking. And so, that realtime information is helping to make sure that they water the plants precisely with the amount that they need, that they're fertilizing them. And you were telling me about how the life of a plant, you're really maintaining that plant over the life of 12 months. So, if you make a mistake at any point along the line, then you're dealing with that in terms of their yield throughout the life of the plant. But you aggregate a lot of that data right there on site so that you're not having to send so much back to the cloud or to the core. And you do that a lot with VxRail as well as other technology you have on site. Right? >> Yeah. Our VxRail is the center of the core of how we process things. It allowed us to even expand, not even just for compute but GPUs for our AIs to do it. So, it's what we did. And it allowed us to mold how we do things. >> Alison, question for you, this sounds like a dynamic Edge the way that you described it, Keith, and you described it so eloquently. How does the partnership that Dell has with Nature Fresh, how is Dell enabling and accelerating and advancing its Edge solutions based on what you're seeing here and this need for realtime data analytics. >> Well, we spend a lot of time with customers like Keith and also across all kinds of other industries. And what we see is that they have a really common set of problems. They're all trying to derive realtime data right then and there so that they can make business decisions that impact their profitability and their competitiveness and all of their customers experience their product quality. And what we see a lot of times is that they have a common set of concerns around security. How to manage all of the hardware that they're implementing. And at the same time, they really want to be an enabler for the business outcome. So, people have creative ideas and they come to IT hoping for support in that journey. If you're managing everything as a snowflake, it becomes really hard and untenable. So, I think one of the things that we have as our mission is to help customers simplify their Edge so that they can be the enabler that's helping the business to transform and modernize. One of the things I really admire about Nature Fresh Farms is that they decided it from a full organization perspective. So, everybody from the operational technologists to the IT to the business decision makers and leaders at the company, they all decided to modernize together. And so, I think from a partnership perspective, too, that's one of the areas that we try to work with our customers on is really talking about total transformation and modernization. >> So, it sounds like, Keith, there was an appetite there as Alison was saying for a digital transformation and IT transformation. Talk to me a little bit about from a historical perspective, how old Nature Fresh is and how did you get the team on board sounds so eloquent. How did you get the team on board to go, "This is what we need to do and technology needs to fuel our business because it's going to impact the end user, consumer of our fabulous English cucumbers." >> So, it's actually really neat. Our owner, Pete Quiring, when he first started out he really wanted to embrace technology. And this is going back right to 2000. 2000 is when we first had our first planting. And he was actually a builder by nature. He actually was a builder and fabricator and he built greenhouses for other companies. But he said they're getting a little bigger and it's the labor amount, and the number of growers he needed for a range was getting exponentially higher. So, he was one of the first ones that said, "I'm going to put a computer right in the middle and control this 16 acre range." >> It's a pretty visionary view when you really think about it. He's trying to operate his farm. >> Yeah. >> Right? >> From one single computer. >> Operationalize it. It's really cool. >> So, it was neat concept and it was actually very much not a normal concept then. You go back to 2000, people weren't talking about internet of things. They didn't talk about automation. It wasn't there. And he basically said, this is the way to go. And unfortunately, he thought, "I'll sell it to somebody. I'll grow it, I'll put a product in for a year and I'll sell it." And then guess what happened? He didn't sell it. He says, "Ah, it's not big enough. I'll build another phase two." And then his comment to me was after he built the fourth phase, he says, "I guess I'm in the pepper and cucumber business now." And that's what he is just grown. But he said it was a great relationship we had and it's a great concept. And it even goes back, and I know we talked about before, is the computer allowed one senior grower to control large number of acreages. Where before, you'd need multiple growers that know exactly what to do, 'cause they'd have to manually change all these things. Now, from a single computer they can see everything that's going on in the entire range. >> You mentioned temperature and water. And this is kind of out of the blue question, but how have global circumstances and increases in the cost of fertilizer affected you? Or is that fertilizer that's not the type that you use in your operation? You have any insight into that. >> Yeah, everything has, the global change in cost has changed everybody. I don't think there's anybody that's exempt from it. The only thing that we've been able to do is we're able to control it. We don't need to rely on, I guess you can say, rely on the weather to help us do things. We can control how much is. And we recycle all of our water. So, what the plant doesn't absorb today for nutrients, we'll put it back in the system, sterilize- >> Wait, when you say 200 acres, it's all enclosed? >> Yep, 200 acres. >> 200 acres of greenhouse. >> Yep, at 200 acres of greenhouse entirely enclosed. >> Okay, okay. >> There is not a single portion of our greenhouse that's actually gets exposed to the outside. And if you ever see a picture of a greenhouse and you see one of these lovely plants here wet, that's not true. That's just a nice to make it look better. >> Spray it for the photo. >> Yeah, yeah. They spray it for the photo. But actually everything is dry. That water goes directly to the roots and we monitor how much we put in and how much comes out. And then we recycle it. We even get so much recycling, we run natural gas generators to heat the water to heat the greenhouse. We take the burn-off of natural gas, the CO2, and funnel that into the greenhouse to give it natural stimulant. >> So, this is starting to remind me of "The Martian", if you read the book or if you seen the movie. >> Oh yeah. >> But planting the potatoes inside the hab, in the habitat. >> Yeah, and you cut 'em in half and the little ones grow with that next ones. But yep, we recycle everything that we do. And that's what we do. >> That's amazing. >> And all that information at their fingertips. Really, I think what technology is enabling you all to do is focus on what you all are good at, which is focusing on your farming operation and not necessarily the technology. So, one of the places I think we deliver some value is in validating a lot of the solutions so that customers don't have to figure that all out themselves. >> Yeah, 'cause I'm not a security expert. I don't always understand the true depth of security, but that's where that relationship is. We need this and we need that. And we need a secure way to let those communicate. And we can hand that off to the experts at Dell and let us do what we do best. >> What have been some of the changes? In the last couple of years, we've seen the security elevate skyrocket to a board level conversation. Ransomware is a when, not if, we get attacked. How does Dell help you from a security perspective ensure that what you're able to do ultimately gets these products to market in a secure fashion so that all that data that you're generating isn't exposed? >> So, like I said, I agree 100%. It's not matter of if it's going to happen, it's when it's going to happen. So, one of the things that we've actually done is we started to use Dell solution, the PowerProtect Data Manager to back up our solutions on the VxRail. And it actually did twofold for us. It allowed us to do a lot of database manipulation from restores and stuff like that. But we're now actually even investing in the cyber recovery vault that gives us that protection. And it allows us to now look at how long will it take us to get back up. And we're doing some tests right now and the last test we did is we're able to get back up going as a company from a full attack in about an hour. >> Wow. >> We've actually done a few simulations now. So, we are able to recover what our core needs are within an hour. >> Which is a very different metric than simply saying, "Oh, the data's available." >> Yeah. >> No, no, no, no, no, no, no, no. You get zero credit for that. We need our operations to be back up and running. >> Even that hour is stressful to our growers. >> Sure. >> It's a variable within a variable because if you go in the summer when it's super hot, they'll be very stressed out within an hour. And then you got nice calm weather day, it's not as bad. But the weather can change in how they have to close the vents. And you're not just closing one vent, you're closing 32, 64, 100 acres of vents. And you're changing irrigation cycle. You need that automation to do it for you. >> How do you let people eat these things after all the care that goes into it? I'm going to feel mildly guilty for just about a second and a half before I sink my teeth into the cucumber. >> Oh, but that's the joy of it. That's one of the things that I love. >> This is serious. You're proud of this, aren't you? >> Oh yeah. You know what? There's not single person at Nature Fresh that isn't proud of what we do each day. We enjoy what we do and it's a culture that makes us strive to do better every day. It's just a great feeling to be there every day and to just enjoy what you're doing. >> And see, it's real. It's real. Isn't it great? Isn't it great to be a part of? My background's in economics. I think of these things in terms of driving efficiency. And this is just a beautiful thing. When you control those variables, you leverage the technology and what's the end result? You're essentially uplifting everything in the world. >> Yeah, so true. >> Not to get philosophical on ya. >> Right, and feeding the world, especially during the last couple of years, that access. One of the things we learned in the pandemic, one of many, is access to realtime data isn't a nice to have anymore, it's essential. >> Yeah. >> So true. >> And so, the story that you're telling here, the impact to the growers, enabling them to focus what you were saying, Alison, on what they do best, Dell Technologies, VxRail enabling Nature Fresh to focus on what it does best, ultimately delivering food to people during the last couple of years was huge. >> Yeah, and allowing even at a reduced labor number for us to keep growing and doing things by automation. We still need labor in the greenhouse to pick, prune and do stuff like that. But again, we're looking into technologies to help offset that. But again, it was one of those things that we just had to be efficient at everything we do. And we drove that through everything we have. >> Well, and you guys haven't stopped. Right? >> Yeah. >> You're continuing to figure out, he was just telling me a little bit about what their next step is. So, just getting more and more accurate, more intelligence as they grow. So, it's the possibilities, that's what's exciting to me about Edge. I think this example is great, 'cause it's so relatable. Everybody can understand what the Edge is in this context. And it's really driven by the fact that you can put compute into so many different places now. It's more though a matter about how do you gather it? How do you do it in a way where you can actually understand and glean information and insights from it? And that, I think, is what you all are really focused on. >> Yeah, yeah, information is key. >> It is key. What's next from Dell's perspective for Edge computing technologies? what are some of the things you guys got cooking? >> Yeah, we're going to try to help customers to continue to simplify their Edge. So, to deliver those insights that they need where they need them, to do it in a really secure way. I know we talked about security but to do it in really a zero trust fashion. And to help customers to do it also in a zero IT fashion. Because in this example, it's the growers that are out there in the fields, or in your greenhouse in this sense, helping people that aren't necessarily IT specialists to be able to get all the benefits from the technology. >> So, do you think that VxRail technology could be used to optimize say the production of olive oil? I'm looking here and we have the makings of a pretty good salad. >> Yeah, you do. >> There you go. >> It obviously doesn't just apply to food production. >> Yeah, it really goes across the board. Whether we're talking about manufacturing or retail or energy, putting technology right there at the point of data creation and being able to figure out how to manage that inflow of data, be able to figure out which portion of the data is really valuable, and then driving decisions and being able to understand and intelligently make decisions for your business based on that data is really important. >> Keith, what's next? Give us, as we wrap out this segment here, what's next from a technology perspective? You mentioned a couple things you're looking into. >> Yeah, so I think automation is really going to change the way we do things. And automation within the greenhouse is truly just becoming a reality. It's funny we go back and we say, can we do this stuff? And now it's like, oh, even three years ago, I don't think we were quite ready for it, but now it's right there. So, I see us doing a lot more work with vendors like Dell and to do automatic picking, automatic scouting, all that stuff that we do by hand, do it in an automated fashion. >> And at scale, right? >> Yeah. >> That's the important part. I think when you're managing a snowflake, you can only do it to some level, and to be able to automate it and to be able to break down those silos, you're going to be able to apply it to so many parts of your business. >> Yeah, wide applicability. Guys, thank you so much for joining us, sharing the Nature Fresh, Dell story, bringing us actual product. This is so exciting. We congratulate you on how you're leveraging technology in a really innovative way. And we look forward to hearing what's next. Maybe we'll see you at Dell Technologies World next year. >> Sounds great. >> Sounds great. >> Thank you so much. >> All right, our pleasure, guys. >> Thank you. >> For our guests and Dave Nicholson, I'm Lisa Martin. You're watching theCUBE live from VMware Explorer 2022. Dave and I will be right back with our next guest. So, stick around. (light upbeat music)
SUMMARY :
and we have some props on set. So, Keith, talk to us a So, the peppers that we have I'd like to say Nature Connect the dots for us. and one of the transformations we made is So, extraction, and you don't find it the first time. But you get a pass 'cause you're I already had a claim laid on that. of that plant and the Alison, talk to us about And so, one of the ways that we were able we have the actual stuff here. growing in the soil somewhere. Yeah, yeah, yeah. and then we have to ship it. 'cause we think of things back to your data center at the Edge, and we do And to give you an idea of how to the cloud or to the core. of the core of how we process things. the way that you described it, Keith, And at the same time, because it's going to impact And this is going back right to 2000. when you really think about it. It's really cool. And then his comment to me was Or is that fertilizer that's not the type to do is we're able to control it. Yep, at 200 acres of That's just a nice to make it look better. that into the greenhouse to So, this is starting to But planting the potatoes and the little ones grow So, one of the places I think we deliver And we can hand that off to the experts In the last couple of years, and the last test we did is So, we are able to recover the data's available." We need our operations to stressful to our growers. You need that automation to do it for you. after all the care that goes into it? Oh, but that's the joy of it. This is serious. and to just enjoy what you're doing. Isn't it great to be a part of? One of the things we the impact to the growers, enabling them We still need labor in the greenhouse Well, and you guys haven't stopped. And it's really driven by the fact you guys got cooking? And to help customers to do to optimize say the apply to food production. and being able to understand Give us, as we wrap out this segment here, the way we do things. and to be able to And we look forward to Dave and I will be right
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave Nicholson | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Alison | PERSON | 0.99+ |
Keith Bradley | PERSON | 0.99+ |
32 | QUANTITY | 0.99+ |
Keith | PERSON | 0.99+ |
8 | QUANTITY | 0.99+ |
Dave | PERSON | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
Nature Fresh Farms | ORGANIZATION | 0.99+ |
200 acres | QUANTITY | 0.99+ |
1.8 million | QUANTITY | 0.99+ |
100% | QUANTITY | 0.99+ |
200 acres | QUANTITY | 0.99+ |
16 acre | QUANTITY | 0.99+ |
Nature Fresh Farm | ORGANIZATION | 0.99+ |
Dell Technologies | ORGANIZATION | 0.99+ |
64 | QUANTITY | 0.99+ |
first | QUANTITY | 0.99+ |
Pete Quiring | PERSON | 0.99+ |
10 hours | QUANTITY | 0.99+ |
12 months | QUANTITY | 0.99+ |
Alison Biers | PERSON | 0.99+ |
Edge Solutions | ORGANIZATION | 0.99+ |
fourth phase | QUANTITY | 0.99+ |
Nature Fresh | ORGANIZATION | 0.99+ |
Moscone Center | LOCATION | 0.99+ |
next year | DATE | 0.98+ |
2000 | DATE | 0.98+ |
Nature Fresh | ORGANIZATION | 0.98+ |
One | QUANTITY | 0.98+ |
one | QUANTITY | 0.98+ |
a year | QUANTITY | 0.98+ |
The Martian | TITLE | 0.98+ |
each day | QUANTITY | 0.98+ |
1.8 million plants | QUANTITY | 0.98+ |
first time | QUANTITY | 0.97+ |
Nature Fresh Farms | ORGANIZATION | 0.97+ |
one vent | QUANTITY | 0.97+ |
San Francisco | LOCATION | 0.97+ |
once a day | QUANTITY | 0.97+ |
three years ago | DATE | 0.97+ |
first planting | QUANTITY | 0.96+ |
first technology | QUANTITY | 0.96+ |
about an hour | QUANTITY | 0.96+ |
pandemic | EVENT | 0.96+ |
400 acres | QUANTITY | 0.96+ |
today | DATE | 0.95+ |
Edge | ORGANIZATION | 0.95+ |
single computer | QUANTITY | 0.95+ |
VxRail | ORGANIZATION | 0.94+ |
half | QUANTITY | 0.94+ |
English | OTHER | 0.92+ |
VMware Explore 2022 | TITLE | 0.92+ |
one senior | QUANTITY | 0.92+ |
Pure Storage At Your Storage Service Full Show V1
>>When AWS introduced the modern cloud in 2006, many people didn't realize the impact that it would have on the industry, but some did see the future of an as a service economy coming. I mean, SAS offerings came out several years before. And the idea of applying some of these concepts to infrastructure and simplifying deployment and management, you know, kinda looked enticing to a lot of customers and a subscription model, or, but yet a consumption model was seen as a valuable proposition by many customers. Why not apply it to infrastructure? And why should the hyperscalers have all the fun welcome to at your storage service? My name is Dave ante. And as an analyst at the time, I was excited about the, as a service trend early on. And one of the companies that caught my attention back in the beginning of last decade was pure storage. >>Pure not only was delivering cloud- simplicity, but it's no forklift approach to infrastructure was ahead of its time. And that's why we're here today to dig into what's happening with the, as a service trends that we see popping up all over the world today, we're gonna dig into three sessions with noted experts in the field. First pre Darie is the general manager of the digital experience business unit at pure storage. He's gonna join us. And then we bring in Steve McDowell, Steve's a senior analyst for data and storage at more insights and strategy, a well known consultancy and analyst firm. And finally, we close with Amil sta Emil is the chief commercial officer and chief marketing officer at open line, open lines, a managed service provider. They serve the mid-market and Emil's got a very wide observation space. He's gonna share what he's seeing with customers. So sit back and enjoy the show. >>The cloud has popularized many useful concepts in the past decade, working backwards from the customer two pizza teams, a DevOps mindset, the shared responsibility model in security. And of course the shift from CapEx to OPEX and as a service consumption models. The last item is what we're here to talk about today. Pay for consumption is attractive because you're not over provisioning. At least not the way you used to you'd have to buy for peak capacity events, but there are always two sides to every story and well pay for use more closely ties. It consumption to business value procurement teams. Don't always love the uncertainty of the cloud bill each month, but consumption pricing. And as a service models are here to stay in software and hardware. Hello, I'm Dave ante and welcome to at your storage service made possible by pure storage. And with me is Pash DJI. Who's the general manager of the digital experience business unit at pure Pash. Welcome to the program. >>Thanks Dave. Thanks for having me. >>You bet. Okay. We've seen this shift to, as a service, the, as a service economy, subscription models, and this as a service movement have gained real momentum. It's it's clear over the past several years, what's driving this shift. Is it pressure from investors and technology companies that are chasing the all important ARR, their annual recurring revenue stream? Is it customer driven? Give us your insights. >>Well, look, um, I think we'll do some definitional stuff first. I think we often mix the definition of a subscription and a service, but, you know, subscription is, Hey, I can go for pay up front or pay as I go. Service is more about how do I not buy something just by the outcome. So, you know, the concept of delivering storage as a service means, what do you want in storage performance, capacity availability? Like that's what you want. Well, how do you get that without having to worry about the labor of planning capacity management, those labor elements are what's driving it. So I think in the world where you have to do more with less and in a world where security becomes increasingly important, where standardization will allow you to secure your landscape against ransomware and those types of things, those trends are driving the ation of storage and the only way to deliver that is storage as a service. >>So that's, that's good. You maybe thinking about it differently than some of the other companies that I talked to, but so you, you, you've made inroads here pretty big inroads actually, and changed the thinking in enterprise data storage with a huge emphasis on simplicity. That's really pures rayon Detra. How does storage as a service fit into your innovation agenda overall? >>Well, our innovation agenda started, as you mentioned with the simplicity, you know, a decade ago with the evergreen architecture, that architecture was beyond the box. How do you go ahead and say, I can improve performance or capacity as I need it? Well, that's a foundational element to deliver a service because once you have that technology, you can say, oh, you know what? You've subscribed to this performance level. You want to raise your performance level and yes, that'll be a higher dollar per gig or dollar per terabyte. But how do you do that without a data migration? How do you do that with a non disruptive service change? How do you do that with a delivery via a software update, those elements of non disruptive updates. When you think SAS, Salesforce, you don't know when Salesforce doesn't update, you don't know when they're increasing something, adding a new capability just shows up. It's not a disruptive event. So to drive that standardization and sation and service delivery, you need to keep that simplicity of delivery first and foremost, and you can't allow, like, if the goal was, I want to change from this service tier to that service tier and a person needed to show up and do a day data migration, that's kind of useless. You've broken the experience of flexibility for a customer. >>Okay. So I like the Salesforce analogy, but I wanna jump out, do a little side for a second. So I I've gotta, I've gotta make some commitment to pure, right. Some baseline commitment. And if I do, then I can dial up and pay for what I use and I can dial it down. Correct? Correct. Okay. I can't do that with Salesforce. <laugh> right. I could dial up, but then I'm stuck with those licenses. So you have a better model in Salesforce. I would argue. Okay. Yeah, >>I would, I would agree with that. >>Okay. So, and I gotta pay for everything up front anyway. Um, let's go back. I was kind of pushing at you a little bit at my upfront, you know, about, you know, the ARR model, the, the all important, you know, financial metric, but let's talk from the customers standpoint. What are the benefits of consuming storage as a service from your customer's perspective? >>Well, one is when you start your storage journey, do you really know what you need? And I would argue most of the time people are guessing, right? It's like, well, I think I need this. This is the performance I think I need. Or this is the capacity I think I need. And, you know, with the scientific method, you actually deploy something and you're like, do I need more? Do I need less? You find out as you're deploying. So in a storage as a service world, when you have the ability to move up performance levels or move out capacity levels, and you have that flexibility, then you have the ability to just to meet demand as you deploy. And that's the most important element of meeting business needs today. The applications you deploy are not in your control when you're providing storage to your end consumers. >>Yeah. They're gonna want different levels of storage. They're gonna want different performance thresholds. That's kind of a pay, you know, pay for performance type culture, right? You can use HR analogies for it. You pay for performance. You want top talent, you pay for it. You want top storage performance, you pay for it. Um, you don't, you can pay less and you can actually get lower performance, tiers, not everything is a tier one application. And you need the ability to deploy it. But when you start, how do you know the way your end customers are gonna be consuming? Or do you need a dictated upfront? Cause that's infrastructure dictating business inflexibility, and you never want to be in that position. >>I, I got another analogy for you. It's like, you know, we do a lot of hosting at our home and you know, like Thanksgiving, right? And you go to the liquor store and say, okay, what should I get? Should we get red wine? We gotta go white wine. We gotta get some beer. Should I get bubbles? Yeah, I get some bubbles. Cause you don't know what people are gonna have. And so you over provision everything <laugh> and then there's a run on bubbles and you're like, ah, we run outta bubbles. So you just over buy, but there's a liquor store that actually will take it back. So I gotta do business with those guys every time. Cuz it's way more flexible. I can dial up capacity or can dial up performance and dial it back down if I don't use it >>Or you or you're gonna be drinking a lot more the next few weeks. >>Yeah, exactly. Which is the last thing you want. Okay. So let's talk about how pure kind of meets this as a service demand. You've touched upon your, your differentiators from others in the market. Um, you know, love to hear about the momentum. What, what are you seeing out there? >>Yeah. Look, our business is growing well, largely built on, you know, what customers need. Um, specifically where the market is at today is there's a set of folks that are interested in the financial transformation of CapEx to OPEX, where like that definitely exists in the industry around how do I get a pay use model? The next kind of more advanced customer is interested in how do I go ahead and remove labor to deliver storage? And a service gets you there on top of a subscription. The most sophisticated customer says, how do I separate storage production with consumption and production of storage. Being a storage producer should be about standardization. So I could do policy based management. Why is that important? You know, coming back to some of the things I said earlier in the world where ransomware attacks are common, you need the standardized security policies. >>Linux has new vulnerabilities every, every other day, like find 2, 2, 3 critical vulnerabilities a week. How do you stay on top of it? The complexity of staying on top of it should be, look, let's standardize and make it a vendor problem. And assume the vendor's gonna deliver this to me. So that standardization allows you to have business policies that allow you to stay current and modern. I would argue in, you know, the traditional storage and appliance world, you buy something and the day a, the day after you buy it, it's worthless. It's like driving a car off a lot, right? The very next day, the car's not worth what it was when you bought it. Storage is the same way. So how do you ensure that your storage stays current? How do you ensure that it gets like a fine line that gets better, better with age? Well, if you're not buying storage and you're buying a performance SLA, it's up to the vendor to meet that SLA. So it actually never gets worse over time. This is the way you modernize technology and avoid technology debt as a customer. >>Yeah. I mean, just even though words you're using in the way you're thinking about this precaution, I think are, are, are different. Uh, and I love the concept of essentially taking my labor cost and transferring them to pures R and D I mean, that's essentially what you're talking about here. Um, so let's, let's, let's stick with the, the, the tech for a minute. What do you see as new or emerging technologies that are helping accelerate this shift toward the, as a service economy? >>Well, the first thing is I always tell people, you can't deliver a service without monitoring, because if you can't monitor something, how you're gonna know what your, whether you're meeting your service level obligation, right? So everything starts with data monitoring. The next step layering on the technology. Differentiation is if you need to deliver a service level, OB obligation on top of that data monitoring, you need the ability to flexibly, meet whatever performance obligations you have in a tight time window. So supply chain and being able to deliver anywhere becomes important. So if you use the analogy today of how Tesla works or a IOT system works, you have a SaaS management that actually provides instructions that push pushes those instructions and policies to the edge. In Tesla's case, that happens to be the car it'll push software updates to the car. It'll push new map updates to the car, but the car is running independently. >>It's not like if the car becomes disconnected from the internet, it's gonna crash and drive you off the road in the same way. What if you think about storage as something that needs to be wherever your application is? So people think about cloud as a destination. I think that's a fallacy. You have to think about the world in the world in the view of an application, an application needs data, and that data needs to sit in storage wherever that application sits. So for us, the storage system is just an edge device. It can be sitting in your data center, it can be sitting in a Equinix. It can be sitting in hosted, an MSP can run. It can, can even be sitting in the public cloud, but how do you have central monitoring and central management where you can push policies to update all those devices? >>Very similar to an I IOT system. So the technology advantage of doing that means that you can operate anywhere and ensure you have a consistent set of policies, a consistent set of protection, a consistent set of, you know, prevention against ransomware attack, regardless of your application, regardless of, uh, you know, where it sits, regardless of what content in you're on that approach is very similar to the way the T industry has been updating and monitoring edge devices, nest, thermostats, you know, Tesla cars, those types of things. That's the thinking that needs to come to. And that's the foundation on which we built PI as a service. >>So that implies, or at least I infer that you've obviously got control of the experience on Preem, but you're extending that, uh, into AWS, Google Azure, which suggests to me that you have to hide the underlying complexity of the primitives and APIs in that world. And then eventually, actually today, cuz you're treating everything like the edge out to the edge, you know, maybe, maybe mini pure at some point in time. But so I call that super cloud that abstraction layer that floats above all the clouds on-prem and adds that layer of value. And is this singular experience? What you're talking about pushing, you know, policy throughout, is that the right way to think about it and how does this impact the ability to deliver true storage as a service? >>Oh, uh, that's absolutely the right way of thinking about it. The things that you think about from a, an abstraction kind of fall in three buckets, first, you need management. So how do you ensure a consistent management experience creating volumes, deleting volumes, creating buckets, creating files, creating directories, like management of objects and create a consistent API across the entire landscape. The second one is monitoring, how do you measure utilization and performance obligations or capacity obligations or uh, you know, policy violations, wherever you're at. And then the third one is more of a business one, which is procurement because you can't do it independent of procurement. Meaning what happens when you run out, you need to increase your reserve commits. Do you want to go on demand? How do you integrate it into company's procurement models, such that you can say, I can use what I need and any, it's not like every change order is a request of procurement. That's gonna break an as a service delivery model. So to get embedded in a customer's landscape where they don't have to worry about storage, you have to provide that consistency on management, monitoring and procurement across the tech. And yes, this is deep technology problems, whether it's running our storage on AWS or Azure or running it on prem or, you know, at some point in the future, maybe even, um, you know, pure mini at the edge. Right. <laugh> so, you know, tho all of those things are tied to our pure, a service delivery. >>Yeah, technically non-trivial but uh, Hey, you guys are on it. Well, we gotta leave it there. Pash. Thank you. Great stuff. Really appreciate your time. >>All right. Thanks for having me, man. >>You're very welcome. Okay. In a moment, Steve McDowell from more insights and strategies, it's gonna give us the analyst perspective on, as a service, you're watching the cube, the leader in high tech enterprise coverage. >>Why are customers making the change to pure as a service >>Other vendors, offering flexible consumption models will promise you the world on the surface. It's just what you need. But then you notice the asterisk that dreaded fine print. That turns just what you need into long-term commitments, disruptive upgrades and unpredictable costs, pure storage, launched pure as a service to provide the flexibility to respond to your ever changing needs. With clear per unit costs, no large upfront purchases and no asterisks. A usage based model should be simple, innovative, and adapt with the changing market. Unlike other vendors, pure is offering exactly that with options, for service tiers and short term contracts in a single unified subscription that allows you to improve your discounts over time. Pure makes sure you can grow and upgrade without ever taking your environment offline and without the constant worry of hidden costs with complete billing, transparency, unlike any other, you only pay for what you use and pure one helps track and predict demand from day to day, making sure you never outgrow your storage. So why are customers making the change to pure as a service convenient solutions with unlimited potential without the dreaded fine print? It's as simple as that, >>We're back with Steve McDowell, the principal analyst for data and storage at more insights and strategy. Hey Steve, great to have you on, tell us a little bit about yourself. You got a really interesting background and kind of a blend of engineering and strategy and what's your research focus? >>Yeah, so my research, my focus area is data and storage and all the things around that, right? Whether it's OnPrim or cloud or, or, or, you know, software as a service. Uh, my background, as you said, is a blend, right? I grew up as an engineer. I started off as an OS developer at IBM. Uh, came up through the ranks and, and shifted over into corporate strategy and product marketing and product management. Uh, and I've been doing, uh, working as an industry analyst now for about five years, more insights and strategy. >>Steve, how do you see this playing out in the next three to five years? I mean, cloud got it all started. It's gonna snowballing, you know, however you look at it, percent of spending on storage that you think is gonna land in as a service. How, how do you see the evolution here? >>I think it buyers are looking at as a service, a consumption based is, is, uh, uh, you know, a natural model. It extends the data center, brings all of the flexibility, all of the goodness that I get from public cloud, but without all of the downside and uncertainty around cost and security and things like that, right. That also come with a public cloud and it's delivered by technology providers that I trust and that I know, and that I've worked with, you know, for, in some cases, decades. So I don't know that we have hard data on how much, uh, adoption there is of the model, but we do know that it's trending up, uh, you know, and every infrastructure provider at this point has some flavor of offering in the space. So it's, it's clearly popular with CIOs and, and it practitioners alike. >>So Steve organizations are at a they're different levels of maturity in their, their transformation journeys. And of course, as a result, they're gonna have different storage needs that are aligned with their bottom line business objectives. From an it buyer perspective, you may have data on this, even if it's anecdotal, where does storage as a service actually fit in and can it be a growth lever >>Can absolutely be, uh, a growth leader. Uh, it, it gives me the flexibility as, as an it architect to scale my business over time, without worrying about how much money I have to invest in, in storage hardware. Right? So I, I get kind of, again, that cloudlike flexibility in terms of procurement and deployment. Uh, but it gives me that control by oftentimes being on site within my permit. And I manage it like a storage array that I own. Uh, so you know, it, it's, it's beautiful for, for organizations that are scaling and, and it's equally nice for organizations that just wanna manage and control cost over time. Um, so it's, it's a model that makes a lot of sense and fits and, and certainly growing in adoption and popularity. >>How about from a technology vendor perspective you've worked for in the, in the tech industry mm-hmm <affirmative> for, for companies? What do you think is gonna define the winners and losers in this space? If you were running strategy for, uh, storage company, what would you say? >>I, I think the days of, of a storage administrator managing, you know, rate levels and recovering and things of that sort are over, right, what would, what these organizations like pure delivering, but they're offerings is, is simplicity. It's a push button approach to deploying storage to the applications and workloads that need it, right. It becomes storage as a utility. So it's not just the, you know, the consumption based economic model of, of, uh, as a service. Uh, it, it's also the manageability that comes with that, or the flexibility of management that comes with that. I can push a button, deploy bites to, to, uh, you know, a workload that needs it. Um, and it just becomes very simple, right. For the storage administrator in a way that, you know, kind of old school OnPrim storage can't really deliver. >>You know, I wanna, I wanna ask you, I mean, I've been thinking about this because again, a lot of companies are, are, you know, moving, hopping on the, as a service bandwagon, I feel like, okay, in and of itself, that's not where the innovation lives, the innovation is gonna come from making that singular experience from on-prem to the clouds across clouds, maybe eventually out to the edge. Um, do you, do you, where do you see the innovation in as a service? >>Well, there there's two levels of innovation, right? One, one is business model innovation, right? I, I now have an organizational flexibility to build the infrastructure, to support my digital transformation efforts. Um, but on the product side and the offering side, it really is, as you said, it's about the integration of experience. Every enterprise today touches a cloud in some way, shape or form, right. I have data spread, not just in my data center, but at the edge, uh, oftentimes in a public cloud, maybe a private cloud, I don't know where my data is and it really lands on the storage providers to help me manage that and deliver that, uh, uh, manageability experience, uh, to, to the it administrators. So when I look at innovation in this space, you know, it's not just a storage array and rack that I'm leasing, right? This is not another lease model. It's really fully integrated, you know, end to end management of my data and, and, you know, and all of the things around that. >>Yeah. So you, to your point about a lease model is if you're doing a lease, you know, yeah. You can shift CapEx to OPEX, but you're still committed to, to, you have to over provision, whereas here, and I wanted to ask you about that. It's, it's, it's, it's an interesting model, right? Cuz you gotta read the fine print. Of course the fine print says you gotta commit to some level typically. And then if, you know, if you go over you, you charge for what you use and you can scale that back down and that's, that's gotta be very attractive for folks. I, I wonder if you will ever see like true cloud-like consumption pricing, that is two edges to it. Right. You see consumption based pricing in some of the software models and you know yeah. People like it, the lines of business maybe cuz they pay in by the drink, but then procurement hates it cuz they don't have predictability. How do you see the pricing models? Do you see that maturing or do you think we're sort of locked in on, on where we're at? >>No, I, I do. I do see that maturing. Right? And, and when you work with a company like pure to understand their consumption based and as a service offerings, uh, it, it really is sitting down and understanding where your data needs are going to scale, right? You, you buy in at a certain level, uh, you have capacity planning. You can expand if you need to, you can shrink if you need to. So it really does put more control in the hands of the it buyer than uh, well certainly then traditional CapEx based on-prem but also more control than you would get, you know, working with an Amazon or an Azure. >>Okay. Thanks Steve. We'll leave it there for now. I'd love to have you back. Keep it right there at your storage service continues in a moment. >>Some things are meant to last your storage should be one of them say hello to the evergreen storage program, say goodbye to refreshes and rebates. Forget planned downtime, performance impact and data migrations. Forget forklift upgrades. Evergreen storage starts with your agile storage architecture and covers the entire life cycle of the array from first purchase to ongoing use. And whenever it's time to modernize and grow, your satisfaction is covered with an evergreen subscription. You can get a full refund within 30 days for any reason, >>Our right size guarantee lets you buy just the storage you need never too much. Never not enough. Your array software is all inclusive. Even future releases and features maintenance and support costs remain constant throughout the life of your array. Proactive expert support is a true white glove experience. Evergreen maintenance ensures availability of any replacement components. Meet the demands of your business and protect your investment. Evergreen gold includes controller upgrades every three years. And if something unplanned comes up, evergreen gold provides upgrade flex the leading anytime upgrade feature to upgrade controllers whenever you need it. As you expand evergreen gold provides credits to consolidate storage with denser more modern flash. Evergreen is your subscription to continuous innovation for storage that lasts 10 years or more. Some things are meant to last make your storage. One of them >>We're back at your storage service. Emil Stan is here. He's the chief commercial officer and chief marketing officer of open line. Thank you Emil for coming on the cube. Appreciate your time. >>Thank you, David. Nice. Uh, glad to be here. >>Yes. Yeah. So tell us about open line. You're a managed service provider. What's your focus? >>Yeah, we're actually a cloud managed service provider and I do put cloud in front of the managed services because it's not just only the spheres that we manage. We have to manage the clouds as well nowadays. And then unfortunately, everybody only thinks there's one cloud, but it's always multiple layers in the cloud. So we have a lot of work in integrating it. We're a cloud manages provider in the Netherlands, focusing on, uh, companies who have head office in the Netherlands, mainly in the, uh, healthcare local government, social housing logistics department. And then in the midst size companies between say 250 to 10,000 office employees. Uh, and that's what we do. We provide 'em with excellent cloud managed services, uh, as it should be >>Interesting, you know, a lot early on in the cloud days, highly regulated industries like healthcare government were somewhat afraid of the cloud. So I'm sure that's one of the ways in which you provide value to your customers is helping them become cloud proficient. Maybe you could talk a little bit more about the value prop to customers. Why do they do business with you? >>And I think, uh, there are a number of reasons why they do business with us or choose to choose for our manage services provider that first of course are looking for stability and continuity. Uh, and, and from a cost perspective, predict predictable costs. But nowadays you also have a shortage in personnel and knowledge. So, and it's not always very easy for them to access, uh, those skill sets because most it, people just want to have, uh, a great variety in work, what they are doing, uh, towards, towards the local government, uh, healthcare, social housing. They actually, uh, a sector that, uh, that are really in between embracing the public cloud, but also have a lot of legacy and, and bringing together best of all, worlds is what we do. So we also bring them comfort. We do understand what legacy, uh, needs from a manager's perspective. We also know how to leverage the benefits in the public cloud. Uh, and, uh, I'd say from a marketing perspective, actually we focus on using an ideal cloud, being a mix of traditional and future based cloud. >>Thank you. I, you know, I'd like to get your perspective on this idea of as a service and the, as a service economy that we often talk about on the cube. I mean, you work with a lot of different companies. We talked about some of the industries and, and increasingly it seems like organizations are focused more on outcomes, continuous value delivery via, you know, suites of services and, and they're leaning into platforms versus one off product offerings, you know, do you see that? How do you see your customers reacting to this as a service trend? >>Yeah. Uh, to be honest, sometimes it makes it more complex because services like, look at your Android or iPhone, you can buy apps, uh, and download apps the way you want to. So they have a lot of apps about how do you integrate it into one excellent workflow, something that works for you, David or works for me. Uh, so the difficulty, some sometimes lies in, uh, the easy accessibility that you have to those solutions, but nobody takes into account that they're all part of a chain, a workflow supply chain, uh, and, and, uh, they're being hyped as well. So what we also have a lot of time in, in, in, in managing our customers is that the tremendous feature push feature push that there is from technology providers, SaaS providers. Whereas if you provide 10 features, you only need one or two, uh, but the other eight are very distracting from your prime core business. Uh, so there's a natural way in that people are embracing, uh, SA solutions, embracing cloud solutions. Uh, but what's not taken into account as much is that we love to see it is the way that you integrate all those solutions toward something that's workable for the person that's actually using them. And it's seldomly that somebody is only using one solution. There's always a chain of solutions. Um, so yeah, there are a lot of opportunities, but also a lot of challenges for us, but also for our customers, >>You see that trend toward, as a service continuing, or do you actually see based on what you're just saying that pendulum, you know, swinging back and forth, somebody comes out with a new sort of feature product and that, you know, changes the dynamic or do you see as a service really having legs? >>Ah, I, I think that's very, very good question, David, because that's something that's keeping our busy all the time. We do see a trend in a service looking at, uh, talk about pure later on. We also use pure as a service more or less. Yeah. And that really helps us. Uh, but you see, uh, um, that sometimes people make a step too, too fast, too quick, not well thought of, and then you see what they call sort of cloud repatriation, tend that people go back to what they're doing and then they stop innovating or stop leveraging. The possibilities are actually there. Uh, so from our consultancy, our guidance and architecture point of view, we try to help them as much as possible to think in a SA thought, but just don't use the, cloud's just another data center. Uh, and so it's all about managing the maturity on our side, but on our customer side as well. >>So I'm interested in how your sort of your philosophy and, and as relates, I think in, in, in terms of how you work with pure, but how do you stay tightly in lockstep with your customers so that you don't over rotate so that you don't and send them to over rotate, but then you're not also, you don't wanna be too late to the game. How, how do you manage all that? >>Oh, there's, there's, there's a world of interactions between us and our customers. And so I think a well known, uh, uh, thing that people is customer intimacy. That's very important for us to get to know our customers and get to predict which way they're moving. But the, the thing that we add to it is also the ecosystem intimacy. So no, the application and services landscape, our customers know the primary providers and work with them, uh, to, to, to create something that, that really fits the customers. They just not looked at from our own silo where a cloud managed service provider that we actually work in the ecosystem with, with, with, with the primary providers. And we have, I think with the average customers, I think we have, uh, uh, in a month we have so much interactions on our operational level and technical levels, strategic level. >>We do bring together our customers also, and to jointly think about what we can do together, what we independently can never reach. Uh, but we also involve our customers in, uh, defining our own strategy. So we have something we call a customer involvement board. So we present a strategy and say, does it make sense? Eh, this is actually what you need also. So we take a lot of our efforts into our customers and we do also, uh, understand the significant moments of truth. We are now in this, in this broadcast, David there. So you can imagine that at this moment, not thinking go wrong. Yeah. If, if, if the internet stops that we have a problem. And now, so we, we actually know that this broadcast is going on for our customers and we manage that. It's always on, uh, uh, where in the other moments in the week, we might have a little less attention, but this moment we should be there. And these moments of truth that we really embrace, we got them well described. Everybody working out line knows what the moment of truth is for our customers. Uh, uh, so we have a big logistics provider. For instance, you does not have to ask us to, uh, have, uh, a higher availability on black Friday or cyber Monday. We know that's the most important part in the year for him or her. Does it answer your question, David? >>Yes. We know as well. You know, when these big, the big game moments you have to be on your top, uh, top of your game, uh, you know, the other thing Emil about this as a service approach that I really like is, is it's a lot of it is consumption based and the data doesn't lie, you can see adoption, you know, daily, weekly, monthly. And so I wonder how you're leveraging pure as a service specifically in what kind of patterns you're seeing in, in, in the adoption. >>Uh, yeah, pure as a service for our customers is mainly never visible. Uh, we provide storage services to provide storage solutions, storage over is part of a bigger thing of a server of application. Uh, so the real benefits, to be honest, of course, towards our customer, it's all flash, uh, uh, and they have the fastest, fastest storage is available. But for ourself, we, uh, we use less resources to manage our storage. We have far more that we have a near to maintenance free storage solution now because we have it as a service and we work closely together with pure. Uh, so, uh, actually the way we treat our customers is that way pure treats us as well. And that's why there's a used click. So the real benefits, uh, uh, how we leverage is it normally we had a bunch of guys managing our storage. Now we only have one and knowing that's a shortage of it, personnel, the other persons can well be, uh, involved in other parts of our services or in other parts of an innovation. So, uh, that's simply great. >>You know, um, my takeaway the meal is that you've made infrastructure, at least, least the storage infrastructure, invisible to your customers, which is the way it should be. You didn't have to worry about it. And you've, you've also attacked the, the labor problem. You're not, you know, provisioning lungs anymore, or, you know, tuning the storage, you know, with, with arms and legs. So that's huge. So that gets me into the next topic, which is business transformation. That, that means that I can now start to attack the operational model. So I've got a different it model. Now I'm not managing infrastructure same way. So I have to shift those resources. And I'm presuming that it's a bus now becomes a business transformation discussion. How are you seeing your customers shift those resources and focus more on their business as a result of this sort of as a service trend? >>I think I do not know if they, they transform their business. Thanks to us. I think that they can more leverage their own business. They have less problems, less maintenance, et cetera, cetera, but we also add new, uh, certainties to it, like, uh, uh, the, the latest service we we released was imutable storage being the first in the Netherlands offering this thanks to, uh, thanks to the pure technology, but for customers, it takes them to give them a good night rest because, you know, we have some, uh, geopolitical issues in the world. Uh, there's a lot of hacking. People have a lot of ransomware attacks and, and we just give them a good night rest. So from a business transformation, does it transform their business? I think that gives them a comfort in running your business, knowing that certain things are well arranged. You don't have to worry about that. We will do that. We'll take it out of your hands and you just go ahead and run your business. Um, so to me, it's not really a transformation is just using the right opportunities at the right moment. >>The imutable piece is interesting because, because, but speaking of as a service, you know, anybody can go on the dark web and buy ransomware as a service. I mean, as it's seeing the, as a service economy hit, hit everywhere, the good and the, and the not so good. Um, and so I presume that your customers are, are looking at, I imutability as another service capability of the service offering and really rethinking, maybe because of the recent, you know, ransomware attacks, rethinking how they, they approach, uh, business continuance, business resilience, disaster recovery. Do you see that? >>Yep, definitely. Definitely. I tell not all of them yet. Imutable storage. So it's like an insurance as well, which you have when you have imutable storage and you have been, you have a ransomware attack at least have you part of data, which never, if data is corrupted, you cannot restore it. If your hardware is broken, you can order new hardware. Every data is corrupted. You cannot order new data. Now we got that safe and well. And so we offer them the possibility to, to do the forensics and free up their, uh, the data without tremendous loss of time. Uh, but you also see that you raise the new, uh, how do you say, uh, the new baseline for other providers as well? Eh, so there's security of the corporate information security officer, the CIO, they're all very happy with that. And they, they, they raise the baseline for us as well. So they can look at other security topics and look from say, security operation center. Cuz now we can really focus on our prime business risks because from a technical perspective, we got it covered. How can we manage the business risk, uh, which is a combination of people, processes and technology. >>Right. Makes sense. Okay. I'll give you the last word. Uh, talk about your relationship with pure, where you wanna see that that going in the future. >>Uh, I hope we've be working together for a long time. Uh, I, I ex experienced them very involved. Uh, it's not, we have done the sell and now it's all up to you now. We were closely working together. I know if I talk to my prime architect, Marcel height is very happy and it looks a little more or less if we work with pure, like we're working with colleagues, not with a supplier and a customer, uh, and uh, the whole pure concept is fascinating. Uh, I, uh, I had the opportunity to visit San Francisco head office and they told me to fish in how they launched, uh, pure being, if you want to implement it, it had to be on one credit card. The, the, the menu had to be on one credit card. Just a simple thought of put that as your big area, audacious goal to make the simplest, uh, implementable storage available. But for us, uh, it gives me the expectation that there will be a lot of more surprises with pur in the near future. Uh, and for us as a provider, what we, uh, literally really look forward to is that, that for us, these new developments will not be new migrations. It will be a gradual growth of our services or storage services. Uh, so that's what I expect. And that was what I, and we look forward to. >>Yeah, that's great. Uh, thank you so much, Emil, for coming on the, the cube and, and sharing your thoughts and best of luck to you in the future. >>Thank you. You're welcome. Thanks for having me. >>You're very welcome. Okay. In a moment, I'll be back to give you some closing thoughts on at your storage service. You're watching the cube, the leader in high tech enterprise coverage. >>Welcome to evergreen, a place where organizations grow and thrive rooted in the modern data experience in evergreen people find a seamless, simple way to leverage data through market leading sustainable technology, financial flexibility, and effortless management, allowing everyone to innovate with data confidently. Welcome to pure storage. >>Now, if you're interested in hearing more about Pure's growing portfolio of technology and services and how they're transforming the enterprise data experience, be sure to register for pure accelerate tech Fest. 22 digital event is also taking place as an in-person event. On June 8th, you can register at pure storage.com/accelerate, pure storage.com/accelerate. You're watching the cue, the leader in enterprise and emerging tech coverage.
SUMMARY :
you know, kinda looked enticing to a lot of customers and a subscription model, First pre Darie is the general manager of the digital experience At least not the way you used to you'd have to buy for Is it pressure from investors and technology companies that are chasing the all important ARR, the definition of a subscription and a service, but, you know, subscription is, and changed the thinking in enterprise data storage with a huge emphasis on simplicity. and service delivery, you need to keep that simplicity of delivery So you have a better model in Salesforce. you know, the ARR model, the, the all important, you know, financial metric, but let's talk from the customers And, you know, with the scientific method, you actually deploy something and you're like, And you need the ability to deploy It's like, you know, we do a lot of hosting at our home and you know, Which is the last thing you want. And a service gets you there on top of a subscription. So how do you ensure that your storage stays current? What do you see as new or emerging technologies that Well, the first thing is I always tell people, you can't deliver a It's not like if the car becomes disconnected from the internet, it's gonna crash and drive you off the road in uh, you know, where it sits, regardless of what content in you're on that approach is Google Azure, which suggests to me that you have to hide the underlying complexity you know, at some point in the future, maybe even, um, you know, pure mini at the edge. Yeah, technically non-trivial but uh, Hey, you guys are on it. Thanks for having me, man. the leader in high tech enterprise coverage. from day to day, making sure you never outgrow your storage. Hey Steve, great to have you on, tell us a little bit about yourself. Whether it's OnPrim or cloud or, or, or, you know, software as a service. It's gonna snowballing, you know, however you look at it, percent of spending on storage adoption there is of the model, but we do know that it's trending up, uh, you know, and every infrastructure provider From an it buyer perspective, you may have data on this, Uh, so you know, it, it's, it's beautiful for, For the storage administrator in a way that, you know, kind of old school OnPrim storage can't are, you know, moving, hopping on the, as a service bandwagon, I feel like, It's really fully integrated, you know, end to end management of my data and, And then if, you know, if you go over you, You can expand if you need to, you can shrink if you need to. I'd love to have you back. life cycle of the array from first purchase to ongoing use. feature to upgrade controllers whenever you need it. Thank you Emil for coming on the cube. What's your focus? only the spheres that we manage. Interesting, you know, a lot early on in the cloud days, highly regulated industries you also have a shortage in personnel and knowledge. I, you know, I'd like to get your perspective on this idea of as a service and the, much is that we love to see it is the way that you integrate all those solutions toward something that's workable Uh, but you I think in, in, in terms of how you work with pure, but how do you stay tightly So no, the application and services landscape, So you can imagine that at this moment, not thinking go wrong. You know, when these big, the big game moments you have to be on your So the real benefits, uh, uh, how we leverage is it normally we had a bunch of guys managing You're not, you know, provisioning lungs anymore, or, you know, tuning the storage, but for customers, it takes them to give them a good night rest because, you know, service offering and really rethinking, maybe because of the recent, you know, So it's like an insurance as well, which you have when you have imutable storage and you have been, where you wanna see that that going in the future. Uh, it's not, we have done the sell and now it's all up to you now. of luck to you in the future. Thanks for having me. You're very welcome. everyone to innovate with data confidently. you can register at pure storage.com/accelerate,
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
David | PERSON | 0.99+ |
Steve | PERSON | 0.99+ |
Darie | PERSON | 0.99+ |
Steve McDowell | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
Emil Stan | PERSON | 0.99+ |
Netherlands | LOCATION | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
2006 | DATE | 0.99+ |
one | QUANTITY | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Tesla | ORGANIZATION | 0.99+ |
June 8th | DATE | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
two | QUANTITY | 0.99+ |
Emil | PERSON | 0.99+ |
10 features | QUANTITY | 0.99+ |
OPEX | ORGANIZATION | 0.99+ |
San Francisco | LOCATION | 0.99+ |
iPhone | COMMERCIAL_ITEM | 0.99+ |
two sides | QUANTITY | 0.99+ |
First | QUANTITY | 0.99+ |
third one | QUANTITY | 0.99+ |
SAS | ORGANIZATION | 0.99+ |
eight | QUANTITY | 0.99+ |
first | QUANTITY | 0.99+ |
One | QUANTITY | 0.99+ |
one credit card | QUANTITY | 0.99+ |
two levels | QUANTITY | 0.99+ |
CapEx | ORGANIZATION | 0.99+ |
one cloud | QUANTITY | 0.98+ |
Evergreen | ORGANIZATION | 0.98+ |
second one | QUANTITY | 0.98+ |
about five years | QUANTITY | 0.98+ |
today | DATE | 0.98+ |
one solution | QUANTITY | 0.98+ |
five years | QUANTITY | 0.98+ |
2 | QUANTITY | 0.98+ |
Salesforce | ORGANIZATION | 0.98+ |
Thanksgiving | EVENT | 0.97+ |
last decade | DATE | 0.97+ |
250 | QUANTITY | 0.97+ |
each month | QUANTITY | 0.97+ |
pure storage.com/accelerate | OTHER | 0.97+ |
a decade ago | DATE | 0.97+ |
Marcel height | PERSON | 0.96+ |
Linux | TITLE | 0.96+ |
10 years | QUANTITY | 0.96+ |
first purchase | QUANTITY | 0.96+ |
Equinix | ORGANIZATION | 0.95+ |
first thing | QUANTITY | 0.95+ |
two pizza teams | QUANTITY | 0.95+ |
30 days | QUANTITY | 0.95+ |
10,000 office employees | QUANTITY | 0.95+ |
two edges | QUANTITY | 0.95+ |
Pash DJI | ORGANIZATION | 0.95+ |
single | QUANTITY | 0.94+ |
Pure | ORGANIZATION | 0.94+ |
Azure | TITLE | 0.93+ |
Sharon Hutchins, Intuit | WiDS 2022
>>Welcome everyone to the cubes coverage of women in data science conference width 2022. Live from Stanford at the Arriaga alumni center. I'm Lisa Martin. My next guest is joined me. Sharon Hutchins is here the VP and chief of AI plus data operations at Intuit Sharon. Welcome. Thank you. >>Excited to >>Be here. This is your first woods, very first but into it in words. >>That's right. Intuitively it's goes way back. I'm relatively new to the organization, but Intuit has been a long time sponsor of woods, and we love this organization. We have a great alignment with our goals, which has a passion and commitment to advancing women in technology and data science. And we have the same goal added to it. We are at 30% women in technology with the goal of hitting 37% by 2024. And I know that widths has a great goal of 30 by 30, so that's awesome. >>30 by 30. And here we are around, I think it's still less than 25% of stem positions are filled by women. But obviously you're ahead of that on Intuit congratulate. >>I think we're ahead of that. And I think part of the reason why we're ahead of that is because we've got great programs at Intuit to support women. One of our key programs is tech women at Intuit. And so it's an internal initiative where we focus on attracting, retaining and advancing women. So it's a great way for women across technology to support one another. Sure. You've heard of the term there's power in the pack, and we believe that when we connect women, we can help elevate their voices, which elevates our business and elevates our products. >>It does. In fact, there's some stats I was looking at recently that just showed if there was even 30% females at the executive level, how much more profitable organizations can be in how much higher performance they can have. So the data is there that suggests this is a really smart business decision to be making. >>Absolutely absolutely the data is, is no lie. I see it firsthand in my own business. And in fact, at Intuit, we've got a broader initiative around diversity and inclusion. It's led from the top. We have set goals across the company and we hold ourselves accountable because we know that if there are more women at the table and more diversity at the table, all around, we make better business decisions. And if you look at our product suite, which is a terrible tax, QuickBooks, mint, credit, karma, and MailChimp, we've got a diverse customer base of a hundred thousand, sorry, a hundred million customers. And so it's a lot of diversity in our customer base and we want a lot of diversity in the company. >>Fantastic. That there's such a dedicated effort to it. You just came in here from the career panel. Talk to me about that. What were some of the key things that were discussed? Yeah, >>I have my notebook open here because there were so many great takeaways from actually just from the day in general. I'm just so at, at the types of issues that women are tackling across different industries, they're tackling bias. And we know that bias is corrected when women are at the table, but from a career perspective, some of the things that were mentioned from the panel is the fact that women need to own their own careers and they need to actively manage their careers. And there's only so much your manager can do and should do. You've got to be in the driver's seat, driving your own career. One of the things that we've done at Intuit as we've implemented sort of a self promoting process. So twice a year during our promotion period, either your manager can nominate you for a promotion or you can self promote. So it's all about you creating a portfolio of all of your great work. And of course, you know, managers are very supportive of the process and support, you know, women and, and all technologists in crafting their portfolios for a fair chance at promotion. And so we just believe that if you take bias out of a career progression, you can close that fair and equitable gap that we see sometimes across industries with compensation. >>This is, that would be great if we can ever get there. One of the things that's nice about woods, I think it was last year or the year before they opened it up to high school students. So it was so nice walking in this morning, seeing the young, fresh faces, the mature faces, but you bring up a great point of women need to be their own mini to create their own personal board of directors and really be able to, to be at the helm of their career. Do you, did you find that the audience is receptive to that? Do they have the confidence to be able to do that? >>Yeah, absolutely. And, and that was a point that was raised a couple of times this morning, there were women who talked about having great mentors, but it is more important to have a board of your personal board of directors than one mentor, because you've got to make sure that you sort of tackle all aspects of your career life. And you know, it's not all about the technology, a good portion of how you spend your time and where you spend your time is collaborating and negotiating and communicating across the company. And so that's very important. And so that was a key message that folks shared this morning. >>That's good. That's incredibly important. I wish we had more time. You've got to run to the airport. Sharon, it's been a pleasure to have you on the program. Thank you for sharing what Intuit and woods are doing together, your involvement and some of the great messages, inspiring messages from the career panel. >>Exactly. And for all of the young expiring high school students. Yes. We want them to check out into it. www.intuit.com, careers, >>Intuit.com. Is it slash careers slash careers slash careers perfectly. I'm an Intuit customer. I will say. Awesome. It's been a pleasure talking to you. Thank you, Sharon. Bye-bye for Sharon Hutchins. I'm Lisa Martin. You're watching the cubes coverage of women in data science, 2022.
SUMMARY :
Welcome everyone to the cubes coverage of women in data science conference width This is your first woods, very first but into it in words. And we have the same goal added to it. are filled by women. You've heard of the term there's power in the pack, So the data is there that suggests and more diversity at the table, all around, we make You just came in here from the career And so we just believe that if you take bias out One of the things that's nice about woods, And so that was a key message that folks shared this morning. it's been a pleasure to have you on the program. And for all of the young expiring high school students. It's been a pleasure talking to you.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Sharon | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Intuit | ORGANIZATION | 0.99+ |
Sharon Hutchins | PERSON | 0.99+ |
Sharon Hutchins | PERSON | 0.99+ |
last year | DATE | 0.99+ |
30% | QUANTITY | 0.99+ |
2024 | DATE | 0.99+ |
30 | QUANTITY | 0.99+ |
One | QUANTITY | 0.99+ |
37% | QUANTITY | 0.99+ |
first | QUANTITY | 0.99+ |
one mentor | QUANTITY | 0.98+ |
2022 | DATE | 0.98+ |
less than 25% | QUANTITY | 0.98+ |
www.intuit.com | OTHER | 0.97+ |
Arriaga | ORGANIZATION | 0.95+ |
this morning | DATE | 0.95+ |
twice a year | QUANTITY | 0.94+ |
Intuit.com | ORGANIZATION | 0.86+ |
a hundred million customers | QUANTITY | 0.85+ |
a hundred thousand | QUANTITY | 0.84+ |
first woods | QUANTITY | 0.83+ |
2022 | OTHER | 0.78+ |
mint | ORGANIZATION | 0.75+ |
this morning | DATE | 0.67+ |
MailChimp | ORGANIZATION | 0.62+ |
QuickBooks | TITLE | 0.6+ |
Stanford | LOCATION | 0.59+ |
science | EVENT | 0.57+ |
karma | ORGANIZATION | 0.55+ |
woods | ORGANIZATION | 0.53+ |
things | QUANTITY | 0.49+ |
credit | ORGANIZATION | 0.47+ |
FINANCIAL Fight Fraud
(upbeat music) >> Hi, I'm Joe Rodriguez, Managing Director of Financial Services at Cloudera. Welcome to the Fight Fraud with Data session. At Cloudera we believe that fighting fraud begins with data. So financial services is Cloudera's largest industry vertical. We have approximately 425 global financial services customers, which consists of 82 out of a hundred of the largest global banks of which we have 27 that are globally systemic banks. Four out of the five top stock exchanges, eight out of the top 10 wealth management firms and all four of the top credit card networks. So as you can see, most financial services institutions utilize Cloudera for data analytics and machine learning. We also have over 20 central banks and a dozen or so financial regulators. So it's an incredible footprint which gives Cloudera lots of insight into the many innovations that our customers are coming up with. Criminals can steal thousands of dollars before a fraudulent transaction is detected. So the cost to purchase your account data is well worth the price to fraudsters. According to Experian, credit and a debit card account information sells on the dark web for a mere $5 with the CVV number and up to $110 if it comes with all the bank information, including your name, social security number, date of birth, complete account numbers, and other personal data. Our customers have several key data and analytics challenges when it comes to fighting financial crime. The volume of data that they need to deal with is huge and growing exponentially. All this data needs to be evaluated in real time. There are new sources of streaming data that need to be integrated with existing legacy data sources. This includes biometrics data and enhanced authentication video surveillance, call center data, and of course all that needs to be integrated with existing legacy data sources. There is an analytics Arms Race between the banks and the criminals, and the criminal networks never stop innovating. They also have to deal with disjointed security and governance. Security and governance policies are often set per data source or application requiring redundant work across workloads. And they have to deal with siloed environments. The specialized nature of platforms and people results in disparate data sources and data management processes. This duplicates efforts and divides the business risk and crime teams, limiting collaboration opportunities between them. CDP enhances financial crime solutions to be holistic by eliminating data gaps between siloed solutions, with an enterprise data approach, advanced data analytics and machine learning. By deploying an enterprise wide data platform, you reduce siloed divisions between business risk and crime teams and enable better collaboration through industrialized machine learning, you tighten up the loop between detection and new fraud patterns. Cloudera provides the data platform on which a best of breed applications can run and leverage integrated machine learning. Cloudera stands rather than replaces your existing fraud modeling applications. So Oracle, SAS, Actimize, to name a few, integrate with an enterprise data hub to scale the data, increase speed and flexibility and improve efficacy of your entire fraud system. It also centralizes the fraud workload on data that can be used for other use cases in applications like Enhanced KYC and Customer 360 for example. I just wanted to highlight a couple of our partners in financial crime prevention, Simudyne and Quantexa. So Simudyne provides fraud simulation using agent-based modeling machine learning techniques to generate synthetic transaction data. This data simulates potential fraud scenarios in a cost-effective GDPR-compliant virtual environment to significantly improve financial crime detection systems. Simudyne identifies future fraud topologies for millions of simulations that can be used to dynamically train new machine learning algorithms for enhanced identification. And Quantexa connects the dots within your data using dynamic entity resolution, and advanced network analytics to create context around your customers. This enables you to see the bigger picture and automatically assesses potential criminal behavior. Now let's go over some of our customers and how they're using Cloudera. First, we'll talk about United Overseas Bank or UOB. UOB is a leading full service bank in Asia with a network of more than 500 offices in 19 countries and territories, in Asia Pacific, Western Europe and North America. UOB built a modern data platform on Cloudera that gives it the flexibility and speed to develop new AI and machine learning solutions and to create a data-driven enterprise. UOB set up it's big data analytics center in 2017. It was Singapore's first centralized big data unit within a bank to deepen the bank's data analytic capabilities and to use data insights to enhance the bank's performance. Essential to this work was implementing a platform that could cost efficiently bring together data from dozens of separate systems and incorporate a range of unstructured data, including voice and text. Using Cloudera CDP and machine learning, UOB gained a richer understanding of its customer preferences to help make their banking experience simpler, safer, and more reliable. Working with Cloudera, UOB has a big data platform that gives business staff and data scientists, faster access to relevant and quality data for self-service analytics, machine learning and emerging artificial intelligence solutions. With new self-service analytics and machine learning driven insights, UOB has realized improvements in digital banking, asset management, compliance, AML, and more. Advanced AML detection capabilities, help analysts detect suspicious transactions either based on hidden relationships of shell companies and high risk individuals with Cloudera and machine learning technologies, UOB was able to enhance AML detection and reduce the time to identify new links from months to three weeks. Next, let's speak about MasterCard. So MasterCard's principle business is to process payments between banks and merchants and the credit issuing banks and credit unions of the purchasers who use the MasterCard brand debit and credit cards to make purchases. MasterCard chose Cloudera Enterprise for fraud detection and to optimize their DW infrastructure, delivering deep insights and best practices and big data security and compliance. Next, let's speak about Bank Rakyat in Indonesia or BRI. BRI is one of the largest and oldest banks in Indonesia and engages in the provision of general banking services. It's headquartered in Jakarta, Indonesia. BRI is well-known for its focus on microfinancing initiatives and serves over 75 million customers through its more than 11,000 offices and rural service outposts. BRI required better insight to understand customer activity and identify fraudulent transactions. The bank needed a solid foundation that allowed it to leverage the power of advanced analytics, artificial intelligence, and machine learning to gain better understanding of customers and the market. BRI used Cloudera Enterprise data platform to build an agile and reliable, predictive augmented intelligence solution to enhance its credit scoring system. And to address the rising concern around data security from regulators and customers, BRI developed a real-time fraud detection service powered by Cloudera and Kafka, BRI's data scientists developed a machine learning model for fraud detection by creating a behavioral scoring model based on customer savings, loan transactions, deposits, payroll and other financial real-time data. This led to improvements in its fraud detection and credit scoring capabilities, as well as the development of a new digital microfinancing product. With the enablement of real-time fraud detection, BRI was able to reduce the rate of fraud by 40%. It improved relationship manager productivity by two and a half fold. It improved the credit scoring system to cut down on micro-financing loan processing times from two weeks to two days to now two minutes. So fraud prevention is a good area to start with data focus if you haven't already. It offers a quick return on investment and it's a focused area that's not too entrenched across the company. To learn more about fraud prevention, go to www.cloudera.com, and you should schedule a meeting with Cloudera to learn even more. And with that, thank you for listening and thank you for your time. (upbeat music)
SUMMARY :
and reduce the time to identify new links
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Asia | LOCATION | 0.99+ |
Joe Rodriguez | PERSON | 0.99+ |
2017 | DATE | 0.99+ |
United Overseas Bank | ORGANIZATION | 0.99+ |
MasterCard | ORGANIZATION | 0.99+ |
BRI | ORGANIZATION | 0.99+ |
UOB | ORGANIZATION | 0.99+ |
Indonesia | LOCATION | 0.99+ |
two minutes | QUANTITY | 0.99+ |
Bank Rakyat | ORGANIZATION | 0.99+ |
eight | QUANTITY | 0.99+ |
40% | QUANTITY | 0.99+ |
Cloudera | ORGANIZATION | 0.99+ |
two weeks | QUANTITY | 0.99+ |
Oracle | ORGANIZATION | 0.99+ |
Four | QUANTITY | 0.99+ |
27 | QUANTITY | 0.99+ |
82 | QUANTITY | 0.99+ |
Experian | ORGANIZATION | 0.99+ |
North America | LOCATION | 0.99+ |
First | QUANTITY | 0.99+ |
Jakarta, Indonesia | LOCATION | 0.99+ |
thousands of dollars | QUANTITY | 0.99+ |
two days | QUANTITY | 0.99+ |
more than 11,000 offices | QUANTITY | 0.99+ |
more than 500 offices | QUANTITY | 0.99+ |
SAS | ORGANIZATION | 0.99+ |
Western Europe | LOCATION | 0.99+ |
over 75 million customers | QUANTITY | 0.99+ |
$5 | QUANTITY | 0.99+ |
a dozen | QUANTITY | 0.99+ |
www.cloudera.com | OTHER | 0.98+ |
Quantexa | ORGANIZATION | 0.98+ |
five top stock exchanges | QUANTITY | 0.98+ |
GDPR | TITLE | 0.98+ |
three weeks | QUANTITY | 0.98+ |
Asia Pacific | LOCATION | 0.98+ |
one | QUANTITY | 0.98+ |
Enhanced | TITLE | 0.98+ |
four | QUANTITY | 0.98+ |
up to $110 | QUANTITY | 0.97+ |
19 countries | QUANTITY | 0.97+ |
over 20 central banks | QUANTITY | 0.97+ |
two and a half fold | QUANTITY | 0.96+ |
approximately 425 global financial services customers | QUANTITY | 0.95+ |
Actimize | ORGANIZATION | 0.95+ |
Simudyne | ORGANIZATION | 0.94+ |
millions | QUANTITY | 0.94+ |
Customer 360 | TITLE | 0.93+ |
10 wealth management firms | QUANTITY | 0.92+ |
Cloudera | TITLE | 0.92+ |
first centralized | QUANTITY | 0.91+ |
Kafka | ORGANIZATION | 0.85+ |
Simudyne | TITLE | 0.85+ |
dozens of separate systems | QUANTITY | 0.73+ |
Singapore | LOCATION | 0.73+ |
Cloudera Enterprise | COMMERCIAL_ITEM | 0.73+ |
global banks | QUANTITY | 0.72+ |
Arms Race | EVENT | 0.69+ |
credit card networks | QUANTITY | 0.63+ |
couple | QUANTITY | 0.62+ |
Managing | PERSON | 0.58+ |
a hundred | QUANTITY | 0.56+ |
service outposts | QUANTITY | 0.55+ |
Quantexa | TITLE | 0.5+ |
KYC | TITLE | 0.48+ |
Chris Sachse, ThinkStack, and Michael Matthews, Mutual Credit Union | AWS PS Partner Awards 2021
>>Mhm >>Hello and welcome to today's session of the 2021 AWS Global Public Sector Partner Awards And I'm delighted to introduce our next guests. They are chris Saks Ceo of think stack and Michael Matthews President Ceo at mutual Credit Union. I'm your host for the cube Natalie. Ehrlich of course. And we're going to highlight the most impactful nonprofit partner award. Thank you gentlemen for joining the program. >>Thank you so much for having us. >>Terrific. Well delighted for you to be here. And Michael, I'd love to start with you. How did you figure out that cloud technology was critical to the future of mutual credit union? >>It's kind of by chance, Natalie, we're sitting down, we're looking at uh, racks of equipment in our I. T. Room and trying to keep everything up to date, um software updated, become a full time job and all of my staff and sat around and it come to a point where we were spending more time keeping upgrades, keeping servers upgraded. And we asked we reached out the things that they were a network provider at the time and we said, hey, whatever, what are our options? And they came back with several options and one of them was a W. S. And we explored it and uh we've not looked back. >>Terrific. Well, can you explain in further detail how you identified some of the gaps and what stood out to you about think stack, how this uh collaboration happened specifically? >>Well, some of the major gaps that you have is, you know, we're in Vicksburg Mississippi and I would say it's probably not the I. T mecca of the United States and staffing. What was a huge requirement for us if you're gonna make a move such as this, you've got to have the staffing and then along with the staffing is okay if you go out and we hire all these individuals to help help with this journey, are they going to become bored and you know, if we uh personally, if if I asked think stack, they would say, oh yes, don't do that hire us, but that's their job there, there there are parker vendor and so we went out, we asked other vendors that we use and what are the chances of us doing this and it was slim to none. And this type of technology you want, somebody who you can call and and all honesty, I want to be able to call chris and say chris, I'm having a problem versus, you know, one of my team called me and say we're having a problem, I'd rather call it and I love the vendor relationship. It has worked out well. Our major gaps in staffing though, Natalie >>what about staffing? >>That was our major gap. >>Oh God, it got it. Well, chris let's move on to you now. I'd love it if you could explain, you know, in some detail for our audience about the methodology of your company and also how you help your clients visualize their transformation processes. >>Yeah, for sure. Thanks Natalie. So we work with credit unions around the country and many of them are facing similar challenges to Michael at mutual. And in addition to staffing, they're often challenged with just the uncertain future of technology and that can include things like hurricanes, wildfires, various different disasters, pandemics and having to work remotely. But it also includes all of the opportunities that exist in transformative technologies for credit union. They need to keep pace with organizations like Robin Hood and stash and some of these other organizations that are providing cutting edge mobile apps and technology to their customers. And so how do you as an organization generally, that's a small nonprofit organization. How do you build the technology that will allow you to have a foundation to respond and react to whatever the world happens to throw actually, be that an opportunity to take advantage of for growth or some kind of risk from a cyber attack to a natural disaster. So what we try to do with our clients is take a very human centered approach first. And the idea behind that is to not walk in the door and talk about all the wonderful benefits of AWS or any other particular technology, but rather look at What do you expect. So if you take Michael, for example, you know, sitting down with him and trying to look out 10 years, what do you expect the industry to look like? What do you expect your organization to look like in? What goals do you have as a credit? You need to take advantage of those opportunities and to mitigate those risks. Once you identify those business needs, we can start looking at the humans that are involved in that experience. And so that would obviously be the employees and partners and vendors that support and make up the team at the credit union. And then obviously it's their current members and then any other members that they want to attract. And so you have to look at both sides of this. How how do you work securely efficiently? Um, as an employee on the flip side, how do you serve your members as well as you can serve them with cutting edge technology with technology that's always up and available. And then obviously with, with utmost security. So as we identify and build that picture, uh, we we generally do that with stick figures Natalie so we try to go in and and you know take um different personas and we use journey mapping and we use strategic foresight and various other exercise that help us uh literally paint a picture. Um and then from there we kind of back into that and say okay in order for you to accomplish these things into Have the organization that you want to have the next 10 years, what is your technology foundation and footprint need to look like to support that. And that's where we start to then back into that design which typically would include some type of public cloud services like AWS among other technologies from a cyber security perspective to build out that foundation and then allow them To respond and react to whatever the world throws at him over the next 10 years. >>Terrific. Well Michael would love to get your insight. How did you experience that human centered design focus, that think stack uh you know, is known for >>I think that's what says things take apart. You know, we there's numerous vendors you can go direct, there's there's plenty of software, there's plenty of technology out there you can buy. And as a credit union we can go out, we can just about get anything we wanted. But when we have a problem that we're trying to solve, it's not about that, it's about sitting down with chris his team and saying chris this this is a problem. We recently had one in password management, but we just this is a problem we're having. How do we solve this problem? And so the focus is not about trying to sell you another software. The focus is about solving the problem and having your staff and your team work more efficiently and effectively at their task. At the end of the day, you know, we're not arty people were in the financial service business. We rely on the solutions that we have to to help us do our jobs better and serve our members more effectively. >>Yeah, well, chris uh, you know, from your perspective, obviously human centered designed a really big component of your business, but what other key feature set your business apart from the competitive landscape? >>So I think the human centered design bleeds into another area that we really pride ourselves on, which is which is education and what I will call plain talk. So again, as Michael said, these organizations are our financial services, they're not technology experts, so you need to be able to communicate to those teams, those boards of directors, executive teams in a way that they can understand, and it can be uh somewhat difficult to talk about complex technical problems, um but when you boil it down back to that experience level, or you boil it down to a picture, it becomes a little easier to talk about. And what we want to be able to do as a partner is make sure our clients have confidence in the services or the products that they're purchasing, that they understand. How is this investment going to impact our credit union? How is this going to impact our members? And is this the right investment? It investments are, are significant. So we need to make sure that both parties understand the expectations of that investment and why they're doing that. So we take a lot of pride in the education and then probably the biggest piece uh and you know, it's one of those things that can be unappreciated, but its cybersecurity building, our infrastructure's with the tools and the processes and and the techniques so that everyone stays secure. I can tell you that there is nothing that would derail a digital transformation of an organization faster than a breach. So it's very important for us to make sure that those organizations, that everything that we do as fun as it is to talk about transformational technology equally as important that everything stays secure as we do it. >>Yeah. Well, excellent point. Certainly cybersecurity going to be a top uh topic for 2021 and beyond. Now, Michael, I'd like to move to you um what were the expected and unexpected business outcomes as a result of this partnership? >>Well, now we we we expected to have issues in the transition, which we really didn't um, I'll be honest with you, we we expected to have failures of servers. We expected stuff not to work because we were told by some of our other vendors that this will not work in a W S. Um and we were very surprised that most everything worked on AWS and it worked even better. Um some of the unexpected. So one of the main drivers of us moving to AWS was, I told you we had were limited on Rackspace I T room is when we want to implement a new service today, everything requires its own server. So everything needs an independent service, virtual server or physical server. We did not know how fast that could be done. So we would send a ticket in uh and we would say, hey, we need a new server here. The specs we're putting on this vendor, this is our time frame and we will get an email back the next morning. The servers ready to go where before? We weren't we didn't have that. That that was not an option. The main delay for new projects was to build up time and we weren't expecting that speech. No longer was that we all we expected that hey, we're not in a rush, but it'll be at least three months. And so now the team has to be ready to go as soon as you send the request in that we need this server is done uh and its speed up, speed up our time from uh, the idea our concept to going live with projects and we weren't that was something we had to get adjusted to. >>Yeah. And following up on that. What were some of the rational as well as the emotional impacts as a result of this collaboration? >>All right too. Two things and I don't know if they meet their, meet your that answer your question directly. But so one item we had in in a call, it's been several weeks back is when is the last time that anyone had to call it? Said, hey, I'm not working. My my can't access the server or I can complete dysfunction. And it's not been that way. We we've seen significantly improved up time, not only externally for our members who are logging in to do home banking or any other, any other feature, but internally for our staff we saw and I think it's just the entire transformation just made our company more resilient. What that was. I was as the metric we were seeing fewer instances of downtime. If we have downtown now, it's a power. We had an ice storm here in Mississippi, which is rare. Uh and we were down for a day. Um and if you lose internet today at any business you're down um The emotional side of I tell you, and it's been several years back on July four, we had a major major failure and our entire network was down and we this is prior to us moving to AWS and I'll just tell you I go home at night, this is the peace of mind that you can't put a dollar value on. I go home at night. And the last thing I'm worried about is my I. T. Network. I'm not worried about up time, I'm not worried about members, you know, going on facebook or any other social media and saying hey we can't we can't access your site what's going on and we don't have that anymore. And you know, I'm sure we could have had it any other way. But I leave that to the process of us moving from an in house holding everything on premise to moving to AWS, not only did it want to improve the results of those servers were able to back up to do different things, but it is to improve the overall working, working the functionality of our network. And I like I said I you can't put a dollar on this peace of mind and that is something I don't think there's any metric out there. You can measure, you can't measure that, but you know me and my team, we see it all the time. So >>Yeah, I agree, a peace of mind is certainly a priceless now Chris Let's move to you if you could outline to our audience some of the solutions that you provide, some of your other clients as well. Just give us a fuller picture of the services that you provide. Let's perhaps talk about, you know, 24/7 socks um services as well as data loss prevention or anything else that you think would be of interest to our audience? >>Yeah, for sure. So so obviously we I like to think of us like we design so we come in and we like to help you design and and figure out what your network needs to look like. That's not only your server and production network but also routing, switching. So Land Win S T Win various other networking projects equally. It's important that you can access the cloud as it is to move to the cloud, help with with productivity suite collaboration tools. Um and then finally, cyber security is a big part of that as well. So we try to come in and and look at all those things on the cybersecurity side. Very similar concept of what we do on the, on the cloud side, which is well design the tools and the infrastructure on the perimeter of the network, the configuration of any cloud environments, um such that they're secure and appropriate for your organization. Uh look at active directory or whatever organizational user management system you have to be using, implement those tools. Um and then as you mentioned, Natalie, we have a 24 x seven socks um with analysts watching that um that are all things that employees watching that board responding and reacting um using our our sin platform. And then we also have a 24 by seven uh network operations center or knocked. Um that is managing both the on site uh tools and network as well as any cloud uh networks that that they may have, keeping them up to date, doing all the routine maintenance, I will say from a cyber security perspective while it's not called the sock, the knock is just as important for cybersecurity as is the knock because we see that many cybersecurity attacks are often just taking advantage of systems that are not kept up to date. So the knock and that preventative maintenance is so important. So we do that for a lot of our clients. Some people pick and choose certain features. Some people use all of our services. >>Yeah. Terrific. Is that what you mean by security that's made to order? >>Yeah, exactly. Um you know, I think that's true of all technology. Um the biggest thing that we can do his look at the systems that you have during that design phase, we not only look at what technology should be should you be using, but also we take an assessment of your current team, What talent does your team have and where can we fill gaps if you have people that are doing security really well or you're doing preventative maintenance or some of these features? Uh Certainly you should keep that in house and we'll try to build services around those individuals that you have so that you're utilizing your talent to the best of your abilities and we're really fitting in um where you need us. >>Yeah. Terrific. Well, um you know, Michael, I'd like to shift to you now. What do you think will be the broader impact, you know, for the credit union industry? If others are not, you know, adopting the same kind of technologies um you know, to secure their cloud strategies. Mhm. >>I think whether credit unions want to or not, they're moving to the cloud. Um Most of our newest vendors are all cloud based. Um And so yes, he's either do it now or do it later. Which one do you want to be? And I do think that you're going to see more and more larger credit unions begin to move and it's scalable. It's more up time. It's easier to back up. A lot of people are hesitant. They don't want to take their information and move it out of town. They try to find a local data center are somewhere secure. And, and we looked at is what's the difference? You know, we, we we don't have latency issues with internet and fiber today. And so what is the difference of movement out of town and move to AWS by moving out of town? I still on the servers. I still leased the space. I still have to go over there. We have to have somebody there at all the time. And I'll be honest with you, I look at AWS as a trusted partner versus trying someone and then, and then it's not working locally and there's a lot of data centers you can, you can move to um I think I think it's going to come to the industry one way or the other. >>Yeah. Well, Terrific. Do you have any insight or you know, perhaps advice for another credit union who will, you know, like to take the next step? But, you know, as you mentioned, maybe a bit hesitant, >>I think doing your homework on it and looking at it as a, as a viable option is the first step. I know when I took it to my board and I talked about this um with chris and several people have so we we we talk about these things like the cloud, like it's this magical space and and our data is out there in Netherland and who knows where our data is. But when you break it down, you say, I have a East Coast data center and I have a West Coast data center. These are physical spaces where my dad is higher is held. Um I think it makes people think about a little differently. And and so when when you're if you're thinking about moving, if your if your in house today and you're thinking about how I'm gonna start outsourcing evaluate the cost, what are your ongoing cost, You know, who's gonna service you, Who's going to provide that service? And we've looked at other vendors over the years and I'll tell you, chris and his team have something unique that I found. Um I found very desirable in our situation is at our size and we're just under $300 million credit union. I don't think we have major projects that are too complicated to chris we're still, we're one of his better customers. I assume, chris me tell you something different in a minute, but we're not just a number, so I wouldn't go into a cube. You know, everybody knows each other. We're both small enough companies to where they're getting a lot bigger than we are now, but they're both small of companies where we're still, we we mean something to them, they care about moving to start versus just checking the box off. And so that's that's been our journey so far. Mhm. >>Yeah. Well, um, so, chris, uh, you know, first I want to know if Michael is one of your better customers, but uh, you know, really what I would I would really like to know is um, you know, what is your like, big sales pitch to? You know, as I mentioned to Michael, just some of those companies that are a little bit hesitant, a little bit on the edge. >>Michael is our best client of course because he's here doing this interview with us. No, um, you know, that that's something for us that are those, those human connections are, are, are so important and we do get very invested with any of the clients that we work with. But, um, in, in terms of the industry, I think Michael started to say at the beginning, which is, you're already there. We hear a lot of times from folks that they, I can't move to the cloud that the examiners or that the regulations do not allow them to be there. And that's, that's not true. Um, so what we're trying to do in partnership with KWS is educate the marketplaces as well as we can. Um, one of the biggest things that the cloud offers is this idea of flexibility and nimbleness and you know, unfortunately, I think Covid taught us that lesson, but there's, there's other lessons out there. I don't want to harp on Covid, I feel like that's all we talk about. Um, but if you look at any opportunity, whether it's a I machine learning, um, you know, Blockchain, pick the next technology, right? The reality is, none of us can really tell you where you're going to be in two years, maybe one year, three years, right? Like can you truly sit down after the past three years and tell me that you with no uncertainty, can tell me where your organization is going to be. And the reality is if you build your own data center right now, you have to make that guess Because you have to build something and designed for something and if you're making that investment, then you're doing that for the next probably 5-7 years. Whereas if you move to amazon you have the flexibility, whether that's scaling your organization up quickly, whether that's moving to the cloud, whether that's leveraging one of these technologies I just mentioned or in some cases even scaling back because things have hit a recession, we don't know what the future holds. But if you're in an environment like AWS, then you have the scalability and the flexibility to be able to move and pivot with that. And if you build your own and you happen to pick the wrong future, then then you could be in a bind and you've created your own limitations because you've decided to build for yourself. And I think that's the biggest thing is you can't build for yourself. You have to be flexible in this environment. That is that is the key. And the organizations that are flexible are the ones that are going to survive and thrive through all this uncertainty. Yeah. >>Well, really excellent point there. I totally agree with you. Wonderful to have you on our program. That was chris Saks Ceo of think stack as well as Michael Matthews, the president and Ceo at Mutual Credit Union. Thank you gentlemen for joining the show. Thanks so much. And that's all for this session of the AWS Global Public Sector Partner Awards. I'm your host Natalie or like thanks for >>watching. Mm.
SUMMARY :
Thank you gentlemen for joining the program. Well delighted for you to be here. And we asked we reached out the things that they were a network provider at the time and we said, hey, whatever, and what stood out to you about think stack, how this uh collaboration happened specifically? Well, some of the major gaps that you have is, you know, we're in Vicksburg Mississippi and I would say it's you know, in some detail for our audience about the methodology of your company and also how you picture, uh, we we generally do that with stick figures Natalie so we try to go in and and you centered design focus, that think stack uh you know, And so the focus is not about trying to sell you another so you need to be able to communicate to those teams, those boards of directors, Now, Michael, I'd like to move to you um what were the expected And so now the team has to be ready to go as a result of this collaboration? And I like I said I you can't put a dollar on this peace of mind and that is something you could outline to our audience some of the solutions that you provide, some of your other clients as so we come in and we like to help you design and and figure out what your network Is that what you mean by security that's made to order? Um the biggest thing that we can do his look at the systems that you have during Well, um you know, Michael, I'd like to shift to you now. lot of data centers you can, you can move to um I think I think it's going to come to the industry who will, you know, like to take the next step? But when you break it down, you know, what is your like, big sales pitch to? And the reality is if you build your own data center right now, Wonderful to have you on our program.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Michael | PERSON | 0.99+ |
Michael Matthews | PERSON | 0.99+ |
Natalie | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Mississippi | LOCATION | 0.99+ |
KWS | ORGANIZATION | 0.99+ |
chris | PERSON | 0.99+ |
amazon | ORGANIZATION | 0.99+ |
Chris | PERSON | 0.99+ |
one year | QUANTITY | 0.99+ |
2021 | DATE | 0.99+ |
July four | DATE | 0.99+ |
three years | QUANTITY | 0.99+ |
Chris Sachse | PERSON | 0.99+ |
Ceo | PERSON | 0.99+ |
10 years | QUANTITY | 0.99+ |
24 | QUANTITY | 0.99+ |
two years | QUANTITY | 0.99+ |
United States | LOCATION | 0.99+ |
today | DATE | 0.99+ |
one | QUANTITY | 0.99+ |
both | QUANTITY | 0.99+ |
both sides | QUANTITY | 0.99+ |
I. T. Network | ORGANIZATION | 0.98+ |
chris Saks Ceo | PERSON | 0.98+ |
next morning | DATE | 0.98+ |
East Coast | LOCATION | 0.98+ |
Netherland | LOCATION | 0.97+ |
Mutual Credit Union | ORGANIZATION | 0.97+ |
President | PERSON | 0.97+ |
Two things | QUANTITY | 0.97+ |
both parties | QUANTITY | 0.97+ |
West Coast | LOCATION | 0.96+ |
2021 AWS Global Public Sector Partner Awards | EVENT | 0.96+ |
Robin Hood | PERSON | 0.96+ |
under $300 million | QUANTITY | 0.96+ |
first | QUANTITY | 0.95+ |
first step | QUANTITY | 0.94+ |
Covid | PERSON | 0.94+ |
AWS Global Public Sector Partner Awards | EVENT | 0.94+ |
Vicksburg Mississippi | LOCATION | 0.93+ |
seven | QUANTITY | 0.93+ |
Ehrlich | PERSON | 0.91+ |
AWS | EVENT | 0.91+ |
ThinkStack | PERSON | 0.9+ |
5-7 years | QUANTITY | 0.9+ |
one item | QUANTITY | 0.89+ |
ORGANIZATION | 0.88+ |
Bob Bender and Jim Shook, CUBE Conversation
>> Narrator: From the CUBE Studios in Palo Alto, in Boston. Connecting with thought leaders all around the world, this is a CUBE Conversation. >> Hi, everybody. Welcome to the special Cube Conversation. With COVID-19 hitting, organizations really had to focus on business resiliency, and we've got two great guests here to talk about that topic. Bob Bender's the chief technology officer at Founders Federal Credit Union. And he's joined by Jim Shook, who is the director of cybersecurity and compliance practice at Dell Technologies. Gentlemen, thanks for coming on the CUBE, great to see you. >> Thanks, Dave, great to see you, thank you. So, Bob, let's start with you, give us a little bit of background on Founders and your role. >> Founders Federal Credit Union is a financial institution that has about 225,000 members, serving them in 30 different locations, located in the Carolinas. I serve as chief technology officer bringing in the latest technology and cyber resilient direction for the company. >> Great. And Jim, talk about your role. Is this a new role that was precipitated by COVID or was this something that Dell has had for a while? Certainly relevant. >> It's actually been around for a while, Dave. The organization invested in this space going back about five years, I founded the cyber security and compliance practice. So really, my role is most of the time in the field with our customers, helping them to understand and solve their issues around the cyber resilience and cyber recovery field that we're talking about. But I also, to do that properly, spend a lot of time with organizations that are interested in that space. So it could be with an advisory partner, could be the FBI, might be a regulator, a particular group like Sheltered Harbor that we've worked with frequently. So it's just really, as you point out, taken off first with ransomware a couple of years ago, and then with the recent challenges from work from home in COVID. So we're really helping out a lot of our customers right now. >> Bob, I've talked privately to a number of CIOs and CSOs and many have said to me that when COVID hit that their business continuance was really much too (voice cuts out) Now, you guys actually started your journey way back in 2017. I wonder if you could take us back a few years and what were the trends that you were seeing that precipitated you to go on this journey? >> Well, I think we actually saw the malware, the horizon there. And I'll take you back a little further 'cause I just love that story is, when we looked at the relationship of Dell EMC, we talked to the 1% of the 1%, who is protecting their environment, their data capital, the new critical asset in our environment. And Dell EMC was the top of the line every time. When we looked at the environment and what it required, to put our assets under protection, again, we turned to Dell EMC and said, where do we need to go here? You look at this Mecklenburg County, you look at the city of Atlanta, you look at Boeing and I hate to use the examples, but some very large companies, some really experienced companies were susceptible to this malware attacks that we just knew ourself it was going to change us. So the horizon was moving fast and we had to as well. >> Well, you were in a highly regulated industry as well. How did that factor into the move? Well, you're exactly right. We had on our budget, our capital budget horizon, to do an air gap solution. We were looking at that. So the regulatory requirements were requiring that, the auditors were in every day talking about that. And we just kept framing that in what we were going to do in that environment. We wanted to make sure as we did this purpose built data bunker, that we looked at everything, talk to the experts, whether that was federal state regulation. You mentioned Sheltered Harbor, there's GDPR. All these things are changing how are we going to be able to sustain a forward look as we stand this environment up. And we also stood up a cyber security operations center. So we felt very confident in our Runbooks, in our incident response, that you would think that we would be ready to execute. I'll share with you that we reached out every which way and a friend called me and was actually in a live ransomware event and asked if I wanted to come on to their site to help them through that incident. We had some expertise on our staff that they did not possess at that time. So going into that environment, spending 30 hours of the last 72 hours of an attack we came back changed. We came back changed and went to our board and our executives and said, "We thought we knew what we were doing." But when you see the need to change from one to 10 servers recovery to 300 in 72 hours, we just realized that we had to change our plan. We turned to the investment we had already made and what we had looked at for some time, and said, "Dell EMC, we're ready to look at that "PowerProtect Cyber Recovery solution. "How can you stand this up very quickly?" >> So, Jim, Bob was saying that he looked at the 1% of the 1%, so these guys are early adopters, but anything you can add to that discussion in terms of what you saw precipitate the activity, let's go pre-COVID, certainly ransomware was part of that. Was that the big catalyst that you saw? >> It really was. So when we started the practice, it was following up on the Sony Pictures attack, which only hit Sony in that. But it was unique in that it was trying to destroy an organization as opposed to just steal their data. So we had financial industry really leading the way, the regulators in the financial industry saying, "Gosh, these attacks could happen here "and they would be devastating." So they led the way. And as our practice continued, 2016 became the year of ransomware and became more prevalent, with the attackers getting more sophisticated and being able to monetize their efforts more completely with things like cryptocurrencies. And so as we come around and start talking to Bob, he still was well ahead of the game. People were talking about these issues, starting to grow concerned, but didn't really understand what to do. And Dave, I know we'll get to this a little bit later, but even today, there's quite a bit of disconnect, many times between the business, understanding the risks of the business and then the technology, which really is the business now, but making those pieces fit together and understanding where you need to improve to secure against these risks is a difficult process. >> Well, I think I'd love to come back to Bob and try to understand how you pitch this to the board, if you will, how you made the business case. To Jim's point, the adversaries are highly capable. It's a lucrative business. I always talk to my kids about ROI numerator and denominator. If you can raise the denominator, that's going to lower the value. And that's the business that you're in is making it less attractive for the bad guys. But how did you present this to the board? Was it a board level discussion? >> It was, exactly. We brought Dell EMC PowerProtect Cyber Recovery solution to them and said, not only you're experiencing and seeing in the news daily, these attacks in our regions, but we have actually gone out into an environment and watch that attack play out. Not only that is when we stepped away, and we ran through some tabletops with them and we stepped away. And we said, "Are you okay? "Do you know how it got in? "Are you prepared to protect now and detect that again?" Within 30 days, they were hit again by the same ransomware attacks and hackers. So I hate to say this, but I probably fast forwarded on the business case and in the environment, the horizon around me, players, they made my case for me. So I really appreciated that top down approach. The board invested, the executive invested, they understood what was at risk. They understood that you don't have weeks to recover in the financial institution. You're dealing with hundreds of thousand transactions per second so it made my case. We had studied, we had talked to the experts. We knew what we wanted. We went to Dell EMC and said, "I have six months and here's my spend." And that's from equipment hitting our CoLOS and our data centers, standing it up, standing up the Runbooks and it's fully executed. And I wanted an environment that was not only holistic. We built it out to cover all of our data and that I could stand up the data center within that environment. I didn't need another backup solution. I needed a cyber recovery environment, a lifestyle change, if you would say. It's got to be different than your BCP/DR. While it inherits some of those relationships, we fund it with employees separately. We treated the incident response separately, and it is really benefited. And I think we've really grown. And we continue to stress that to educate ourselves not only at the board level, but a bottom up approach as well with the employees. 'cause they're a part of that human firewall as well. >> I think you've seen this where a lot of organizations, they do a checkbox on backup or as I was saying before, DR. But then in this world of digital, when a problem hits, it's like, "Oh-oh, we're not ready." So I wonder Jim, if we can get into this solution that Bob has been talking about the Dell EMC PowerProtect Cyber Recovery solution, there's a mouthful there. You got the power branding going on. What is that all about? Talk to us about the tech that's behind this. >> It's something that we've developed over time and really added to in our capability. So at its core, PowerProtect Cyber Recovery is going to protect your most critical data and applications so that if there is a cyber attack, a ransomware or destructive attack, they're safe from that attack. And you can take that data and recover the most important components of the business. And to do that, we do a number of things, Dave. The solution itself takes care of all these things. But number one is we isolate the data so that you can't get there from here. If you're a bad actor, even an insider, you can't get to the data because of how we've architected. And so we'll use that to update the critical applications and data. Then we'll lock that data down. People will use terms like immutability or retention lock. So we'll lock it down in that isolated environment, and then we'll analyze it. So it's one thing to be able to protect the data with the solution, it's another, to be able to say that what I have here in my data vault, in my air gapped isolated environment is clean. It's good data. And if there was an attack, I can use that to recover. And then of course over time, we've built out all the capabilities. We've made it easier to deploy, easier to manage. We have very sophisticated services for organizations that need them. And then we can do a much lighter touch for organizations that have a lot of their built in capabilities. At its core, it's a recover capability so that if there was an attack that was unfortunately successful, you don't lose your business. You're not at the mercy of the criminals to pay the ransom. You have this data and you can recover it. >> So Bob, talk to us about your objectives going into this. It's more than a project. It really is a transformation of your resiliency infrastructure, I'll call it. What were your objectives going in? A lot of companies are reacting, and it's like, you don't have time to really think. So what are the objectives? How long did it take? Paint a picture of the project and what it looked like, some of the high level milestones that you were able to achieve. >> Well, I think several times Dell EMC was able to talk us off the edge, where it really got complicated. The Foundation Services is just one of your more difficult conversations, one of the top three, definitely, patch management, notification, and how you're going to rehydrate that data, keeping that window very small to reduce that risk almost completely as you move. I think other area this apply is that we really wanted to understand our data. And I think we're on a road to achieving that. It was important that if we were going to put it into the vault, it had a purpose. And if we weren't going to put it in a vault, let's see why would we choose to do that? Why would we have this data? Why would we have this laying around? Because that's a story of our members, 225 stories. So their ability to move into financial security, that story is now ours to protect. Not only do we want to serve you in the services and the industry and make sure you achieve what you're trying to, but now we have that story about you that we have to protect just as passionately. And we had that. I think that was two of the biggest things. I think the third is that we wanted to make sure we could be successful moving forward. And I'll share with you that in the history of the credit union, we achieved one of the biggest projects here, in the last two years. That umbrella of the Cyber Recovery solution protection was immediate. We plugged in a significant project of our data capital and it's automatically covered. So I take that out of the vendor of responsibility, which is very difficult to validate, to hold accountable sometimes. And it comes back under our control into this purpose built data security and cyber resilient, business strategy. That's a business strategy for us is to maintain that presence. So everything new, we feel that we're sized, there's not going to be a rip and replace, a huge architectural change because we did have this as an objective at the very beginning. >> Tim, when you go into a project like this, what do you tell customers in terms of things that they really should be focused on to have a successful outcome? >> I'm going to say first that not everybody has a Bob Bender. So we have a lot of these conversations where we have to really start from the beginning and work through it with our customers. If you approach this the right way, it's really about the business. So what are the key processes for your business? It can be different from a bank than from a hospital than from a school point. So what are the key things that you do? And then what's the tech that supports that and underlies those processes? That's what we want to get into the vault. So we'll have those conversations early on. I think we have to help a lot of organizations through the risks too. So understand the risk landscape, why doing one or two little things aren't really going to protect you from the full spectrum of attackers. And then the third piece really is, where do we start? How do we get moving on this process? How do we get victory so that the board can understand and the business can understand, and we can continue to progress along the way? So it's always a bit of a journey, but getting that first step and getting some understanding there on the threat landscape, along with why we're doing this is very important. >> So, Bob, what about any speed bumps that you encountered? What were some of those? No project is ever perfect. What'd you run into? How'd you deal with it? >> Well, I would say the Foundation Services were major part of our time. So it really helped for Dell EMC to come and explain to us and look at that perimeter and how our data is brought into that and size that for us and make sure it's sustainable. So that is definitely, could be a speed bump that we had to overcome. But today, because of those lifts, those efforts invested the Runbooks, the increase in new products, new data as our business organically grows is a non-event. It's very plug and play and that's what we wanted from the start. Again, you go back to that conversation at 1% of the 1%, it's saying, who protects you? We followed that. We stayed with the partner we trusted, the horizon holistically has come back and paid for itself again and again. So speed bumps, we're just enjoying that we were early adapters. I don't want to throw anybody out there, but you look about two weeks ago, there was a major announcement about an attack that was successful. They got them with ransomware and the company paid the ransom. But it wasn't for the ransomware, it was for the data they stole so that they would delete it. That's again, why we wanted this environment is we needed time to react in the case that these malwares are growing much faster than we're capable of understanding how they're attacking. Now it's one, two punch, where's it going to be? Where is it going to end? We're not going to likely be patient zero, but we're also not going to have to be up at night worrying that there's a new strain out there. We have a little time now that we have this secure environment that we know has that air gap solution that was built with the regulatory consideration, with the legal considerations, with the data capital, with the review of malware and such. You can go back in time and say, "Scan to see if I have a problem. So again, the partnership is while we focus on our business, they're focusing on the strategy for the future. And that's what we need. We can't be in both places at once. >> How long did the project take from the point of which you agreed, signed the contract to where you felt like you were getting value out of the solution? >> Six months. >> Really? >> We were adamant. I'd put it off for a year and a half, that's two budget cycles basically is what it felt. And then I had to come back and ask for that money back because we felt so passionate that our data, our critical data didn't need to be at that risk any longer. So it was a very tight timeline. And again, product on prem within six months. And it was a lot of things going on there. So I just wasn't idle during that time. I was having a conversation with Dell EMC about our relationship and our contracts. Let's build that cyber resilience into the contract. Now we've got this, PowerProtect Cyber Recovery environment, let's build it here where you also agree to bring on extra hardware or product if I need that. Let's talk about me being on a technology advisory panel So I can tell you where the pricing of the regulations are going, so you can start to build that in. Let's talk about the executive board reporting of your products and how that can enable us. We're not just talking about cyber and protecting your data. We're talking about back then 60% of your keep the lights on IT person will spend with auditors, talking about how we were failing. This product helped us get ahead of that to now where we're data analytic. We're just analysts that can come back to the business table and say, "We can stand that up very quickly." Not only because of the hardware and the platform solution we have, but it is now covered with a cyber resilience of the the cyber security recovery platform. >> I want to ask you about analytics. Do you feel as though you've been able to go from what is generally viewed as a reactive mode into something that is more anticipatory or proactive using analytics? >> Well, I definitely do. We pull analytics daily and sometimes hourly to make sure we're achieving our KPIs. And looking at the KRIs, we do risk assessments from the industry to make sure if our controls layer of defenses are there, that they will still work what we stood up three years ago. So I definitely think we've gone from an ad hoc rip and replace approach to transformation into a more of a threat hunting type of approach. So our cyber security operation center, for us, is very advanced and is always looking for opportunities not only to improve, to do self-assessments, but we're very active. We're monetizing that with a CUSO arm of the credit union to go out and help others where we're successful, others that may not have that staff. It's very rewarding for us. And I hate to say it sometimes it's at their expense of being in-evolved in the event of a ransomware attack or a malware event. We learned so much the gaps we have, that we could take this back, create Runbooks and make the industry stronger against these types of attacks. >> Well, so Jim, you said earlier, not every company has a Bob Bender. How common is it that you're able to see customers go from that reactive mode into one that is proactive? Is that rare or is it increasingly common? It can't be a 100%, but what are you seeing as trends? >> It's more common now. You think of, again, back to Bob, that's three plus years ago, and he's been a tireless supporter and tireless worker in his industry and in his community, in the cyber area. And efforts like those of Bob's have helped so many other organizations I think, understand the risks and take further action. I think too, Bob talks about some of the challenges with getting started in that three year timeframe, PowerProtect Cyber Recovery has become more productized, our practice is more mature. We have more people, more help. We're still doing things out there that nobody else is touching. And so we've made it easier for organizations that have an interest in this area, to deploy and deploy quickly and to get quick value from their projects. So I think between that some of the ease of use, and then also there's more understanding, I think, of what the bad actors can do and those threats. This isn't about somebody maybe having an outage for a couple of hours. This is about the very existence of a business being threatened. That if you're attacked, you might not come back from it. And there've been some significant example that you might lose hundreds of millions of dollars. So as that awareness has grown, more and more people have come on board and been able to leverage learnings from people like Bob who started much earlier. >> Well, I can see the CFO saying, "Okay, I get it. "I have no choice where we're going to be attacked. "We know that, I got to buy the insurance. You got me." But I can see the CFO saying, "Is there any way we can "get additional value out of this? "Can we use it to improve our processes and cut our costs? "Can we monetize this in some way?" Bob, what's the reality there? Are you able to find other sources of value beyond just an insurance policy? >> Definitely, Dave you're exactly right. We're able to go out there and take these Runbooks and really start to educate what cyber resilience means and what air gap means, what are you required to do, and then what is your responsibility to do it. When you take these exercises that are offered and you go through them, and then you change that perspective and go through a live event with other folks that see that after 60 hours of folks being up straight, it really changes your view to understand that there's no finish line here. We're always going to be trying to improve the product and why not pick somebody that you're comfortable with and you trust. And I think that's the biggest win we have from this is that was a Dell EMC partnership with us. It is very comfortable fit. We moved from backup and recovery into cyber resilience and cybersecurity as a business strategy with that partner, with our partner Dell, and it hasn't failed us. It's a very comforting. We're talking about quality of life for the employee. You hear that, keep the lights on. And they've really turned into professionals to really understand what security means differently today and what that quality of data is. Reports, aren't just reports, they're data capital. The new currency today of the value we bring. So how are we going to use that? How are we going to monetize that? It's changing. And then I hate to jump ahead, but we had our perimeters at 1% of our workforce remote and all of a sudden COVID-19 takes on a different challenge. We thought we were doing really good and next, we had to move 50% of our employees out in five days. And because of that Dell EMC, holistic approach, we were protected every step of the way. We didn't lose any time saying, we bought the wrong control, the wrong hardware, the wrong software. It was a very comfortable approach. The Runbooks held us, our security posture stayed solid. It's been a very rewarding. >> Well, Bob, that was my next question, actually is because you've started the journey. >> Sorry. >> No, no, it's okay. Because you started the journey early, were you able to respond to COVID in a more fast sell manner? it sounds like you just went right in. But there's nuance there, because you've got now 50% or more of the workforce working at home, you got endpoint security to worry about. You got identity access management, and it sounds like you were, "No problem. "We've got this covered." Am I getting that right? >> You're exactly right, Dave. We test our endpoints daily. We make sure that we understand what residue of data is where. And when we saw that employee shift to a safe environment, our most consideration at that time, we felt very comfortable that the controls we had in place, again, Dell and their business partners who we are going to hold true and be solid. And we test those metrics daily. I get reports back telling me, what's missing in patch management, what's missing in a backup. I'll go back to keeping BCP and cyber security separate. In the vault, we take approach of recovery and systems daily. And now that goes from maybe a 2% testing rate almost to 100% annually. So again, to your point, COVID was a real setback. We just executed the same Runbooks we had been maturing all along. So it was very comfortable for employees and it was very comfortable for our IT structure. We did not feel any service delays or outages because of that. In a day, when you have to produce that data, secure that data, every minute of every day of every year, it's very comforting to know it's going to happen. You don't push that button and nothing happens. It's executed as planned. >> Jim, did you see a huge spike in demand for your services as a result of COVID and how did you handle it? You guys got a zillion customers, how did you respond and make sure that you were taking care of everybody? >> We really did see a big spike, Dave. I think there were a couple of things going on. As Bob points out, the security posture changes very quickly when you're sending people to work from home or people remotely, you've expanded or obliterated your parameter, you're not ready for it. And so security becomes even more important and more top of mind. So with PowerProtect Cyber Recovery, we can go in and we can protect those most critical applications. So organizations are really looking at their full security posture. What can we do better to detect and protect against these threats? And that's really important. For us, we're focusing on what happens when those fail? And with that extension and people going home, and then the threat actors getting even more active, the possibilities of those failures become more possible and the risks are just in front of everybody. So I think it was a combination of all of those things. Many, many customers came to us very quickly and said, "Tell us more about what you're doing here. "How does it fit into our infrastructure? "What does it protect us against? "How quickly can we deploy?" And so there has been a huge uptake in interest. And we're fortunate in that, as you pointed out early on, Dave, we invested early here. I'm five years into the practice. We've got a lot of people, very mature, very sophisticated in this area, a lot of passion among our team. And we can go take care of all those customers. >> Bob, if you had a mulligan, thinking about this project, what would you do differently if you had a chance to do it over? >> I think I would start earlier. I think that was probably the biggest thing I regret in that realizing you need to understand that you may not have the time you think you do. And luckily, we came to our senses, we executed and I got to say it was with common sense, comfortable products that we already understood. We didn't have to learn a whole new game plan. I don't worry about that. I don't worry about the sizing of the product 'cause we did it, I feel correctly going in and it fits us as we move forward. And we're growing at an increased rate that we may not expect. It's plug and play. Again, I would just say, stay involved, get involved, know that what we know today about malware and these attacks are only going to get more complicated. And that's where I need to spend my time, my group become experts there. Why I really cherish the Dell EMC relationship is from the very beginning, they've always been very passionate on delivering products that recover and protect and now are cyber resilient. I don't have to challenge that, you pay for what you get for. And I just got to say, I don't think there's much other than I would have started earlier. So start today, don't put it off. >> So you said earlier though, you're never done, you never are, in this industry. So what's your roadmap look like? Where do you want to go from here with this capability? >> I definitely want to keep educating my staff, keep training them, keep working with Dell. Again, I tell you they're such forward thinking as a company. They saved me that investment. So if you're looking at part of the investment, it's got to be, are you with a partner that's forward thinking? So we definitely want to mature this, challenge it, keep challenging, keep working with Dell and their products to deliver more. Again, we go to the federal and state regulatory requirements. You go to the Sheltered Harbor, the ACET testing from the NCUA regulators, just software asset management. You can keep on going down the line. This product, I hate to say it, it's like the iPhone. You think about how many products the iPhone has now made not relevant. I don't even own a flashlight, I don't think. This is what the Dell product line brings to me is that I can trust they're going to keep me relevant so I can stay at the business table and design products that help our members today. >> Jim, how about from Dell's perspective, the roadmap, without giving away any confidential information, where do you want to take this? We talk about air gaps. I remember watching that documentary Zero Days and hearing them say, "We got through an air gap. "No problem." So analytics obviously plays a role in this machine intelligence, machine learning, AI. Where does Dell want to take this capability? Where do you see that going? >> We've got some things in mind and then we're always going to listen to our customers and see where the regulations are going to. And thus far, we've been ahead of those with the help of people like Bob. I think where we have a huge advantage, Dave is with PowerProtect Cyber Recovery. It's a product. So we've got people who are dedicated to this full time. We have a maturity in the organization, in the field to deliver it and to service it. And having something as a product like that really enables us to have roadmaps and support and things that customers need to really make this effective for them. So as we look out on the product, and thanks for your reminder, I don't want to risk saying anything here I'm going to get in trouble for. We look at things in three paths. One is we want to increase the ability for our customers to consume the product. So they want it in different forms. They might want it in appliances, in the Cloud, virtual, all of those things are things that we've developed and continue to develop. They want more capabilities. So they want the product to do more things. They want it to be more secure, and keeping up. As you mentioned, machine learning with the analytics is a big key for us. Even more mundane things like operational information makes it easier to keep the vault secure and understand what's going on there without having to get into it all the time. So those are really valuable. And then our third point, really, we can't do everything. And so we have great partners, whether they're doing delivery, offering cyber recovery as a service or providing secure capabilities, like our relationship with Unisys. They have a stealth product that is a zero knowledge, zero trust product that helps us to secure some of the connections to the vault. We'll keep iterating on all of those things and being innovative in this space, working with the regulators, doing things. Bob's mentioned a couple of times, Sheltered Harbor. We've been working with them for two years to have our product endorsed to their specification. Something that nobody else is even touching. So we'll continue along all those paths, but really following our customer's lead in addition to maybe going some places that they haven't thought about before. >> It's great guys. I have to fear that when you talk to SecOps pros, you ask them what their biggest challenge is, and they'll say lack of talent, lack of skills. And so this is a great example, Jim, you're mentioning it, you've productized this. This is a great example of a technology company translating, IT labor costs into R&D. And removing those so customers can spend time running their business. Bob and Jim, thanks so much for coming on the CUBE. Great story. Really appreciate your time. >> Thank you, Dave. >> Thank you, Dave. >> Thanks, Bob. >> All right. And thank you everybody for watching. This is Dave Vellante for the CUBE. We'll see you next time. (instrumental music)
SUMMARY :
Narrator: From the CUBE on the CUBE, great to see you. to see you, thank you. bringing in the latest technology And Jim, talk about your role. But I also, to do that and many have said to me that So the horizon was moving fast the need to change from one to 10 Was that the big catalyst that you saw? and start talking to Bob, I always talk to my kids about ROI And we said, "Are you okay? You got the power branding going on. And to do that, we do a So Bob, talk to us about So I take that out of the aren't really going to protect you any speed bumps that So it really helped for Dell EMC to come and the platform solution we have, I want to ask you about analytics. We learned so much the gaps we have, How common is it that you're able to see and to get quick value But I can see the CFO saying, and really start to educate Well, Bob, that was my Am I getting that right? We make sure that we understand And we can go take care And I just got to say, So you said earlier it's got to be, are you with a partner perspective, the roadmap, in the field to deliver I have to fear that when And thank you everybody for watching.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jim | PERSON | 0.99+ |
Bob | PERSON | 0.99+ |
FBI | ORGANIZATION | 0.99+ |
Jim Shook | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
Bob Bender | PERSON | 0.99+ |
two | QUANTITY | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
Sony | ORGANIZATION | 0.99+ |
50% | QUANTITY | 0.99+ |
Boeing | ORGANIZATION | 0.99+ |
Sheltered Harbor | ORGANIZATION | 0.99+ |
six months | QUANTITY | 0.99+ |
Unisys | ORGANIZATION | 0.99+ |
Tim | PERSON | 0.99+ |
60 hours | QUANTITY | 0.99+ |
iPhone | COMMERCIAL_ITEM | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
72 hours | QUANTITY | 0.99+ |
100% | QUANTITY | 0.99+ |
third piece | QUANTITY | 0.99+ |
225 stories | QUANTITY | 0.99+ |
300 | QUANTITY | 0.99+ |
Mecklenburg County | LOCATION | 0.99+ |
Dell EMC | ORGANIZATION | 0.99+ |
two years | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
Zero Days | TITLE | 0.99+ |
Dell EMC | ORGANIZATION | 0.99+ |
Carolinas | LOCATION | 0.99+ |
Six months | QUANTITY | 0.99+ |
1% | QUANTITY | 0.99+ |
NCUA | ORGANIZATION | 0.99+ |
2016 | DATE | 0.99+ |
Sony Pictures | ORGANIZATION | 0.99+ |
today | DATE | 0.99+ |
third | QUANTITY | 0.99+ |
Atlanta | LOCATION | 0.99+ |
2% | QUANTITY | 0.99+ |
five years | QUANTITY | 0.99+ |
three paths | QUANTITY | 0.99+ |
a year and a half | QUANTITY | 0.99+ |
COVID-19 | OTHER | 0.99+ |
Dell Technologies | ORGANIZATION | 0.99+ |
Founders Federal Credit Union | ORGANIZATION | 0.99+ |
Stewart Knox V1
>>from around the globe. It's the Cube covering space and cybersecurity. Symposium 2020 hosted by Cal Poly. Yeah, Lauren, Welcome to the Space and Cybersecurity Symposium 2020 put on by Cal Poly and hosted with Silicon Angle acute here in Palo Alto, California for a virtual conference. Couldn't happen in person this year. I'm John for a year. Host the intersection of space and cybersecurity. I'll see critical topics, great conversations. We got a great guest here to talk about the addressing the cybersecurity workforce gap, and we have a great guest, a feature speaker. Stewart Knox, the undersecretary with California's Labor and Workforce Development Office. Stewart Thanks for joining us today. >>Thank you so much, John. Appreciate your time today and listening to a little bit of our quandaries with making sure that we have the security that's necessary for the state of California and making sure that we have the work force that is necessary for cybersecurity in space. >>Great, I'd love to get started. I got a couple questions for you, but first take a few minutes for an opening statement to set the stage. >>Sure, realizing that in California we lead the nation in much of cybersecurity based on Department of Defense contractors within the Santa California leading the nation with over $160 billion within the industry just here in California alone and having over 800,000 bus workers. Full time employment in the state of California is paramount for us to make sure that we face, um, defense manufacturers approximate 700,000 jobs that are necessary to be filled. There's over 37,000 vacancies that we know of in California, just alone in cybersecurity. And so we look forward to making sure that California Workforce Development Agency is leading the charge to make sure that we have equity in those jobs and that we are also leading in a way that brings good jobs to California and to the people of California, a good education system that is developed in a way that those skills are necessarily met for the for the employers here in California and the nation, >>One of the exciting things about California is obviously look at Silicon Valley, Hewlett Packard in the garage, storied history space. It's been a space state. Many people recognize California. You mentioned defense contractors. It's well rooted with with history, um, just breakthroughs bases, technology companies in California. And now you've got technology. This is the cybersecurity angle. Um, take >>them into >>Gets more commentary to that because that's really notable. And as the workforce changes, these two worlds are coming together, and sometimes they're in the same place. Sometimes they're not. This is super exciting and a new dynamic that's driving opportunities. Could you share, um, some color commentary on that dynamic? >>Absolutely. And you're so correct. I think in California we lead the nation in the way that we developed programs that are companies lead in the nation in so many ways around, uh, cyberspace cybersecurity, Uh, in so many different areas for which in the Silicon Valley is just, uh, such a leader in those companies are good qualified companies to do so. Obviously, one of the places we play a role is to make sure that those companies have a skilled workforce. Andi, also that the security of those, uh, systems are in place for our defense contractors onda For the theater companies, those those outlying entities that are providing such key resource is to those companies are also leading on the cutting edge for the future. Also again realizing that we need to expand our training on skills to make sure that those California companies continue to lead is just, um, a great initiative. And I think through apprenticeship training programs on By looking at our community college systems, I think that we will continue to lead the nation as we move forward. >>You know, we've had many conversations here in this symposium, virtually certainly around. The everyday life of consumer is impacted by space. You know, we get our car service Uber lyft. We have maps. We have all this technology that was born out of defense contracts and r and D that really changed generations and create a lot of great societal value. Okay, now, with space kind of on the next generation is easier to get stuff into space. The security of the systems is now gonna be not only paramount for quality of life, but defending that and the skills are needed in cybersecurity to defend that. And the gap is there. What >>can we >>do to highlight the opportunities for career paths? It used to be the day when you get a mechanical engineering degree or aerospace and you graduated. You go get a job. Not anymore. There's a variety of of of paths career wise. What can we do to highlight this career path? >>Absolutely correct. And I think it starts, you know, k through 12 system on. I know a lot of the work that you know, with this bow and other entities we're doing currently, uh, this is where we need to bring our youth into an age where they're teaching us right as we become older on the uses of technology. But it's also teaching, um, where the levels of those education can take them k through 12. But it's also looking at how the community college system links to that, and then the university system links above and beyond. But it's also engage in our employers. You know, One of the key components, obviously, is the employers player role for which we can start to develop strategies that best meet their needs quickly. I think that's one of the comments we hear the most labor agency is how we don't provide a change as fast as we should, especially in technology. You know, we buy computers today, and they're outdated. Tomorrow it's the same with the technology that's in those computers is that those students are going to be the leaders within that to really develop how those structures are in place. S O. K. Through 12 is probably primary place to start, but also continuing. That passed the K 12 system and I bring up the employers and I bring them up in a way, because many times when we've had conversations with employers around what their skills needs were and how do we develop those better? One of the pieces that of that that I think is really should be recognized that many times they recognized that they wanted a four year degree, potentially or five year, six year degree. But then, when we really looked at the skill sets, someone coming out of the community college system could meet those skill sets. And I think we need to have those conversations to make sure not that they shouldn't be continue their education. They absolutely should. Uh, but how do we get those skill sets built into this into 12 plus the two year plus the four year person? >>You know, I love the democratization of these new skills because again. There's no pattern matching because they weren't around before, right? So you gotta look at the exposure to your point K through 12 exposure. But then there's an exploration piece of whether it's community, college or whatever progression. And sometimes it's nonlinear, right? I mean, people are learning different ways, combining the exposure and the exploration. That's a big topic. Can you share your view on this because this now opens up mawr doors for people choice. You got new avenues. You got online clock and get a cloud computing degree now from Amazon and walk in and help. I could be, you know, security clearance, possibly in in college. So you know you get exposure. Is there certain things you see? Is it early on middle school? And then I'll see the exploration Those air two important concepts. Can you unpack that a little bit exposure and exploration of skills? >>Absolutely. And I think this takes place, you know, not only in in the K 12 because somebody takes place in our community colleges and universities is that that connection with those employers is such a key component that if there's a way we could build in internships where experiences what we call on the job training programs apprenticeship training pre apprenticeship training programs into a design where those students at all levels are getting an exposure to the opportunities within the Space and Cybersecurity Avenue. I think that right there alone will start to solve a problem of having 37 plus 1000 openings at any one time in California. Also, I get that there's there's a burden on employers. Thio do that, and I think that's a piece that we have to acknowledge. And I think that's where education to play a larger role That's a place we had. Labor, Workforce, Development Agency, player role With our apprenticeship training programs are pre apprenticeship training programs. I could go on all day of all of our training programs that we have within the state of California. Many of the list of your partners on this endeavor are partners with Employment Training Panel, which I used to be the director of the Brown administration of um, That program alone does incumbent worker training on DSO. That also is an exposure place where ah worker, maybe, you know, you know, use the old adage of sweeping the floors one day and potentially, you know, running a large portion of the business, you know, within years. But it's that exposure that that employee gets through training programs on band. Acknowledging those skill sets and where their opportunities are, is what's valid and important. I think that's where our students we need to play a larger role in the K 12. That's a really thio Get that pushed out there. >>It's funny here in California you're the robotics clubs in high school or like a varsity sport. You're seeing kids exposed early on with programming. But you know, this whole topic of cybersecurity in space intersection around workforce and the gaps and skills is not just for the young. Certainly the young generations gotta be exposed to the what the careers could be and what the possible jobs and societal impact and contributions what they could be. But also it's people who are already out there. You know, you have retraining re Skilling is plays an important role. I know you guys do a lot of thinking on this is the under secretary. You have to look at this because you know you don't wanna have a label old and antiquated um systems. And then a lot of them are, and they're evolving and they're being modernized by digital transformation. So what does the role of retraining and skill development these programs play? Can you share what you guys are working on in your vision for that? >>Absolutely. That's a great question. And I think that is where we play a large role, obviously in California and with Kobe, 19 is we're faced with today that we've never seen before, at least in my 27 years of running program. Similar Thio, of course, in economic development, we're having such a large number of people displaced currently that it's unprecedented with unemployment rates to where we are. We're really looking at How do we take? And we're also going to see industries not return to the level for which they stood at one point in time. Uh, you know, entertainment industries, restaurants, all the alike, uh, really looking at how do we move people from those jobs that were middle skill jobs, topper skilled jobs? But the pay points maybe weren't great, potentially, and there's an opportunity for us to skill people into jobs that are there today. It may take training, obviously, but we have dollars to do that generally, especially within our K 12 and are que 14 systems and our universities. But we really wanna look at where those skill sets are are at currently. And we want to take people from that point in time where they said today, and try to give them that exposure to your point. Earlier question is, how do we get them exposed to a system for which there are job means that pay well with benefit packages with companies that care about their employees? Because that's what our goal is. >>You know. You know, I don't know if you have some visibility on this or ah opinion, but one observation that I've had and talking to whether it's a commercial or public sector is that with co vid uh, there have been a lot of awareness of the situation. We're adequately prepared. There's, um, readiness. But as everyone kind of deals with it, they're also starting to think about what to do. Post covert as we come out of it, Ah, growth strategy for a company or someone's career, um, people starting to have that on the top of their minds So I have to ask you, Is there anything that you see that they say? Okay, certain areas, maybe not doubling down on other areas. We're gonna double down on because we've seen some best practices on a trajectory of value for coming out of co vid with, you know, well, armed skills or certain things because you because that's what a lot of people are thinking right now. It's probably cyber is I mean, how many jobs are open? So you got well, that that's kind of maybe not something double down on here are areas we see that are working. Can you share your current visibility to that dynamic? >>Absolutely. Another great question. One of the key components that we look at Labor Workforce Development Agency. And so look at industries and growth modes and ones that are in decline boats. Now Kobe has changed that greatly. We were in a growth rate for last 78 years. We saw almost every industry might miss a few. You know that we're all in growth in one way or enough, obviously, that has changed. Our landscape is completely different than we saw 67 months ago. So today we're looking at cybersecurity, obviously with 30 plus 1000 jobs cos we're looking at Defense Department contractor is obviously with federal government contracts. We were looking at the supply chains within those we're looking at. Health care, which has always been one, obviously are large one of our large entities that has has grown over the years. But it's also changed with covered 19. We're looking at the way protective equipment is manufactured in the way that that will continue to grow over time. We're looking at the service industry. I mean, it will come back, but it won't come back the way we've seen it, probably in the past, but where the opportunities that we develop programs that we're making sure that the skill sets of those folks are transferrable to other industries with one of the issues that we face constant labor and were forced moment programs is understanding that over the period of time, especially in today's world again, with technology that people skill sets way, don't see is my Parents Day that you worked at a job for 45 years and you retired out of one job. Potentially, that is, that's been gone for 25 years, but now, at the pace for which we're seeing systems change. This is going to continue to amp up. I will stay youth of today. My 12 year old nephew is in the room next door to me on a classroom right now online. And so you know, there. It's a totally different atmosphere, and he's, you know, enjoying actually being in helping learning from on all online system. I would not have been able to learn that way, but I think we do see through the K Through 12 system where we're moving, um, people's interest will change, and I think that they will start to see things in a different way than we have in the past. They were forced systems. We are an old system been around since the thirties. Some even will say prior to the thirties came out of the Great Depression in some ways, and that system we have to change the way we develop our programs are should not be constant, and it should be an evolving system. >>It's interesting a lot of the conversation between the private and public partnerships and industry. You're seeing an agile mind set where it's a growth mindset. It's also reality based mindset and certainly space kind of forces. This conversation with cyber security of being faster, faster, more relevant, more modern. You mentioned some of those points, and with co vid impact the workforce development, it's certainly going to put a lot of pressure on faster learning. And then you mentioned online learning. This has become a big thing. It's not just putting education online per se. There's new touch points. You know you got APS, you got digital. This digital transformation is also accelerating. How do you guys view the workforce development? Because it's going to be open. It's gonna be evolving. There's new data coming in, and maybe kids don't want to stare at a video conference. Is there some game aspect to it? Is there how do you integrate thes new things that are coming really fast? And it's happening kind of in real time in front of our eyes. So I love to get your thoughts on how you guys see that, because it will certainly impact their ability to compete for jobs and or to itself learn. >>I think one of the key components of California's our innovation right and So I think one of the things that we pride ourselves in California is around that, um that said, that is the piece that I think the Silicon Valley and there's many areas in California that that have done the same, um, or trying to do the same, at least in their economy, is to build in innovation. And I think that's part of the K through 12 system with our with our our state universities and our UCS is to be able to bridge that. I think that you we see that within universities, um, that really instill an innovative approach to teaching but also instill innovation within their students. I'm not sure there yet with our fully with our K 12 system. And I think that's a place that either our community colleges could be a bridge, too, as well. Eso that's one component of workforce development I think that we look at as being a key. A key piece you brought up something that's really interesting to me is when you talk about agile on day, one of the things that even in state government on this, is gonna be shocking to you. But we have not been an agile system, Aziz. Well, I think one of the things that the Newsome administration Governor Newsom's administration has brought is. And when I talk about agile systems, I actually mean agile systems. We've gone from Kobol Systems, which are old and clunky, still operating. But at the same time, we're looking at upgrading all of our systems in a way that even our technology in the state of California should be matching the technology that our great state has within our our state. So, um, there in lies. It's also challenges of finding the qualified staff that we need in the state of California for all of our systems and servers and everything that we have. Um, currently. So you know, not only are we looking at external users, users of labor, workforce development, but we're looking at internal users that the way we redevelop our systems so that we are more agile in two different ways. >>You just got me. I triggered with COBOL. I programmed in the eighties with COBOL is only one credit lab in college. Never touched it again. Thank God. But this. But this >>is the >>benefit of cloud computing. I think this is at the heart, and this is the undertone of the conference and symposium is cloud computing. You can you can actually leverage existing resource is whether there legacy systems because they are running. They're doing a great job, and they do a certain work load extremely well. Doesn't make sense to replace what does a job, but you can integrate it in this. What cloud does this is Opening up? Can mawr more and more capabilities and workloads? This is kind of the space industry is pointing to when they say we need people that can code. And that could solve data problems. Not just a computer scientist, but a large range of people. Creative, um, data, science, everything. How does California's workforce solve the needs of America's space industry? This is because it's a space state. How do you see that? Let your workforce meeting those needs. >>Yeah, I think I think it's an investment. Obviously, it's an investment on our part. It's an investment with our college partners. It's an investment from our K 12 system to make sure that that we are allocating dollars in a way through meeting the demand of industry Onda, we do look at industry specific around there needs. Obviously, there's a large one. We wanna be very receptive and work with our employers and our employee groups to make sure that we need that demand. I think it's putting our money where our mouth is and and designing and working with employer groups to make sure that the training meets their needs. Um, it's also working with our employer groups to make sure that the employees are taken care of. That equity is built within the systems, Um, that we keep people employed in California on their able to afford a home, and they're able to afford a life here in California. But it's also again, and I brought up the innovation component. I think it's building an innovation within systems for which they are employers but are also our incoming employees are incumbent workers. And you brought this up earlier. People that already employed and people that are unemployed currently with the skill set that might match up, is how do we bridge those folks into employment that they maybe have not thought about. We have a whole career network of systems out throughout the city, California with the Americans job Centers of California on day will be working, and they already are working with a lot of dislocated workers on day. One of the key components of that is to really look at how do we, um, take what their current skills that might be and then expose them to a system for which we have 37 plus 1000 job openings to Andi? How do we actually get those books employed? It's paying for potentially through those that local Workforce Innovation Opportunity Act, funding for Americans job centers, um, to pay for some on the job, training it Z to be able to pay for work experiences. It's to be able to pay for internships for students, um, to get that opportunity with our employers and also partner with our employers that they're paying obviously a percentage of that, too. >>You know, one of the things I've observed over my, um, career 54 times around the sun is you know, in the old days when I was in college in school, you had career people have longer jobs, as you mentioned. Not like that anymore. But also I knew someone I'm gonna be in line to get that job, maybe nepotism or things of that nature. Now the jobs have no historical thing or someone worked longer in a job and has more seniority. Ah, >>lot of these >>jobs. Stewart don't HAVA requirements like no one's done them before. So the ability for someone who, um, is jumping in either from any college, there's no riel. It's all level set. It's like complete upside down script here. It's not like, Oh, I went to school. Therefore I get the job you could be Anyone could walk into these careers because the jobs air so new. So it's not where you came from or what school you went to or your nationality or gender. The jobs have been democratized. They're not discriminating against people with skills. So this opens up mawr. How >>do you >>see that? Because this really is an opportunity for this next generation to be more diverse and to be mawr contributed because diversity brings expertise and different perspectives. Your thoughts on that? >>Absolutely. And that was one of the things we welcome. Obviously we want to make sure that that everybody is treated equally and that the employers view everyone as employer employer of choice but an employee of choices. Well, we've also been looking at, as I mentioned before on the COVITZ situation, looking at ways that books that are maybe any stuck in jobs that are don't have a huge career pathway or they don't have a pathway out of poverty. I mean, we have a lot of working for people in the state of California, Um, that may now do to cope and lost their employment. Uh, this, you know, Let's let's turn back to the old, you know? Let's try, eliminate, eliminate, eliminate. How do we take those folks and get them employed into jobs that do have a good career pathway? And it's not about just who you knew or who you might have an in with to get that job. It is based on skills, I think, though that said there we need to have a better way to actually match those jobs up with those employers. And I think those are the long, ongoing conversations with those employer groups to make sure that one that they see those skill sets is valid and important. Um, they're helping design this crew sets with us, eh? So that they do match up and that were quickly matching up those close skills. That so that we're not training people for yesterday skills. >>I think the employer angles super important, but also the educators as well. One of the things that was asked in another question by the gas they they said. She said The real question to ask is, how early do you start exposing the next generation? You mentioned K through 12. Do you have any data or insight into or intuition or best practice of where that insertion point is without exposure? Point is, is that middle school is a elementary, obviously high school. Once you're in high school, you got your training. Wheels are off, you're off to the races. But is there a best practice? What's your thoughts? Stewart On exposure level to these kinds of new cyber and technical careers? >>Sure, absolutely. I I would say kindergarten. We San Bernardino has a program that they've been running for a little bit of time, and they're exposing students K through 12 but really starting in kindergarten. One is the exposure Thio. What a job Looks like Andi actually have. I've gone down to that local area and I've had three opportunity to see you know, second graders in a health care facility, Basically that they have on campus, built in on dear going from one workstation as a second grader, Uh, looking at what those skills would be and what that job would entail from a nurse to a Dr Teoh physician's assistant in really looking at what that is. Um you know, obviously they're not getting the training that the doctor gets, but they are getting the exposure of what that would be. Andi, I think that is amazing. And I think it's the right place to start. Um, it was really interesting because I left. This was pre covet, but I jumped on the plane to come back up north. I was thinking to myself, How do we get this to all school district in California, where we see that opportunity, um, to expose jobs and skill sets to kids throughout the system and develop the skill set so that they do understand that they have an opportunity. >>We're here at Cal Poly Space and Cybersecurity Symposium. We have educators. We have, um, students. We have industry and employers and government together. What's your advice to them all watching and listening about the future of work. Let's work force. What can people do? What do you think you're enabling? What can maybe the private sector help with And what are you trying to do? Can you share your thoughts on that? Because we have a range from the dorm room to the boardroom here at this event. Love to get your thoughts on the workforce development view of this. >>Yeah, absolutely. I think that's the mix. I mean, I think it's going to take industry to lead A in a lot of ways, in terms of understanding what their needs are and what their needs are today and what they will be tomorrow. I think it takes education, toe listen, and to understand and labor and workforce development also listen and understand what those needs will look like. And then how do we move systems? How do we move systems quickly? How do we move systems in a way that meets those needs? How do we, uh, put money into systems where the most need is, but also looking at trends? What is that trend going to look like in two years? What does that train gonna look like in five years. But that's again listening to those employers. Um, it's also the music community based organizations. I think, obviously some of our best students are also linked to CBS. And one way or another, it may be for services. It maybe for, uh, faith based. It may be anything, but I think we also need to bring in the CBS is Well, ah, lot of outreach goes through those systems in conjunction with, but I think that's the key component is to make sure that our employers are heard on. But they sit at the table like you said to the boardroom of understanding, and I think bringing students into that so that they get a true understanding of what that looks like a well, um, is a key piece of this. >>So one of the things I want to bring up with you is maybe a bit more about the research side of it. But, um, John Markoff, who was a former New York Times reporter with author of the book What the Dormouse, said It was a book about the counter culture of the sixties and the computer revolution, and really there was about how government defense spending drove the computer revolution that we now saw with Apple and PC, and then the rest is history in California has really participated. Stanford, uh, Berkeley and the University of California School system and all the education community colleges around it. That moment, the enablement. And now you're seeing space kind of bringing that that are a lot of research coming in and you eat a lot of billionaires putting money in. You got employers playing a role. You have this new focus space systems, cybersecurity, defending and making it open and and not congested and peaceful is going to enable quickly new inflection points for opportunities. E want to get your thoughts on that? Because California is participate in drove these revolutions that created massive value This next wave seems to be coming upon us. >>Yeah, absolutely. And again, Nazis covered again as too much of ah starting point to this. But I think that is also an opportunity to actually, because I think one of the things that we were seeing seven months ago was a skill shortage, and we still see the skills shortage, obviously. But I think a key piece to that is we saw people shortage. Not only was it skills shortage, but we didn't have enough people really to fill positions in addition to and I think that people also felt they were already paying the bills and they were making ends meet and they didn't have the opportunities. Thio get additional skills This again is where we're looking at. You know that our world has changed. It changed in the sixties based on what you're you're just expressing in terms of California leading the way. Let's like California lead the way again in developing a system from which labor, workforce development with our universities are, you know, are amazing universities and community college system and structure of how do we get students back into school? You know, a lot of graduates may already have a degree, but how do they now take a skill so that they already have and develop that further with the idea that they those jobs have changed? Whales have a lot of folks that don't have a degree, and that's okay. But how do we make that connection to a system that may have failed? Ah, lot of our people over the years, um, and our students who didn't make it through the school system. How do we develop in adult training school? How do we develop contract education through our community college system with our employer sets that we developed cohorts within those systems of of workers that have amazing talents and abilities to start to fill these needs? And I think that's the key components of hearing Agency, Labor, Workforce Development Agency. We work with our community. Colleges are UCS in our state universities t develop and figure that piece out, and I think it is our opportunity for the future. >>That's such a great point. I want to call that out This whole opportunity to retrain people that are out there because these air new jobs, I think that's a huge opportunity, and and I hope you keep building and investing in those programs. That's that's really worth calling out. Thank you for doing that. And, yeah, it's a great opportunity. Thes jobs they pay well to cyber security is a good job, and you don't really need to have that classical degree. You can learn pretty quickly if you're smart. So again, great call out there question for you on geography, Um, mentioned co vid we're talking about Covic. Virtualization were virtual with this conference. We couldn't be in person. People are learning virtually, but people are starting to relocate virtually. And so one observation that I have is the space state that California is there space clusters of areas where space people hang out or space spaces and whatnot. Then you got, like, the tech community cybersecurity market. You know, Silicon Valley is a talented in these hubs, and sometimes cyber is not always in the same hubs of space. Maybe Silicon Valley has some space here, Um, and some cyber. But that's not generally the case. This is an opportunity potentially to intersect. What's your thoughts on this? Because this is This is something that we're seeing where your space has historical, you know, geography ease. Now, with borderless communication, the work boat is not so much. You have to move the space area. You know what I'm saying? So okay. What's your thoughts on this? How do you guys look at this? Is on your radar On how you're viewing this this dynamic? >>It's absolute on our radar, Like you said, you know, here we are talking virtually on and, you know, 75% of all of our staff currently in some of our department that 80% of our staff are now virtual. Um you know, seven months ago, uh, we were not were government again being slow move, we quickly transitioned. Obviously, Thio being able to have a tele work capacity. We know employers move probably even quickly, more quickly than we did, but we see that as an opportunity for our rural areas. Are Central Valley are north state um, inland Empire that you're absolutely correct. I mean, if you didn't move to a city or to a location for which these jobs were really housed, um, you didn't have an opportunity like you do today. I think that's a piece that we really need to work with our education partners on of to be able to see how much this has changed. Labor agency absolutely recognizes this. We are investing funding in the Central Valley. We're investing funding in the North State and empire to really look a youth populations of how the new capacity that we have today is gonna be utilized for the future for employers. But we also have to engage our universities around. This is well, but mostly are employers. I know that they're already very well aware. I know that a lot of our large employers with, um, Silicon Valley have already done their doing almost 100% tele work policies. Um, but the affordability toe live in rural areas in California. Also, it enables us to have, ah, way thio make products more affordable is, well, potentially in the future. But we want to keep California businesses healthy and whole in California. Of course, on that's another way we can We can expand and keep California home to our 40 plus million people, >>most to a great, great work. And congratulations for doing such a great job. Keep it up. I gotta ask about the governor. I've been following his career since he's been office. A za political figure. Um, he's progressive. He's cutting edge. He likes toe rock the boat a little bit here and there, but he's also pragmatic. Um, you're starting to see government workers starting to get more of a tech vibe. Um um just curious from your perspective. How does the governor look at? I mean, the old, almost the old guard. But like you know, used to be. You become a lawyer, become a lawmaker Now a tech savvy lawmaker is a premium candidates, a premium person in government, you know, knowing what COBOL is. A start. I mean, these are the things. As we transform and evolve our society, we need thinkers who can figure out which side the streets, self driving cars go on. I mean, who does that? I mean, it's a whole another generation off thinking. How does the Governor how do you see this developing? Because this is the challenge for society. How does California lead? How do you guys talk about the leadership vision of Why California and how will you lead the future? >>Absolutely no governor that I'm aware of that I've been around for 26 27 years of workforce development has led with an innovation background, as this governor has a special around technology and the use of technology. Uh, you know, he's read a book about the use of technology when he was lieutenant governor, and I think it's really important for him that we, as his his staff are also on the leading edge of technology. I brought a badge. I'll systems. Earlier, when I was under the Brown administration, we had moved to where I was at a time employment training panel. We moved to an agile system and deported that one of the first within within the state to do that and coming off of an old legacy system that was an antique. Um, I will say it is challenging. It's challenging on a lot of levels. Mostly the skill sets that are folks have sometimes are not open to a new, agile system to an open source system is also an issue in government. But this governor, absolutely. I mean, he has established three Office of Digital Innovation, which is part of California and department technology, Um, in partnership with and that just shows how much he wants. Thio push our limits to make sure that we are meeting the needs of Californians. But it's also looking at, you know, Silicon Valley being at the heart of our state. How do we best utilize systems that already there? How do we better utilize the talent from those those folks is well, we don't always pay as well as they dio in the state. But we do have great benefit packages. Everybody does eso If anybody's looking for a job, we're always looking for technology. Folks is well on DSO I would say that this governor, absolute leads in terms of making sure that we will be on cutting edge of technology for the nation, >>you know, and, you know, talk about pay. I mean, I know it's expensive to live in some parts of California, but there's a huge young population that wants a mission driven job and serving, um, government for the governments. Awesome. Ah, final parting question for you, Stuart, is, as you look at, um, workforce. Ah, lot of people are passionate about this, and it's, you know, you you can't go anywhere without people saying, You know, we got to do education this way and that way there's an opinion everywhere you go. Cybersecurity is a little bit peaked and focused, but there are people who are paying attention to education. So I have to ask you, what creative ways can people get involved and contribute to workforce development? Whether it's stem underrepresented minorities, people are looking for new, innovative ways to contribute. What advice would you give these people who have the passion to contribute to the next cyber workforce. >>Yeah, I appreciate that question, because I think is one of the key components. But my secretary, Julie Sue, secretary of Labor and Workforce Development Agency, talks about often, and a couple of us always have these conversations around. One is getting people with that passion to work in government one or on. I brought it up community based organizations. I think I think so many times, um, that we didn't work with our CBS to the level of in government we should. This administration is very big on working with CBS and philanthropy groups to make sure that thing engagement those entities are at the highest level. So I would say, You know, students have opportunities. Thio also engage with local CBS and be that mission what their values really drives them towards Andi. That gives them a couple of things to do right. One is to look at what ways that we're helping society in one way or another through the organizations, but it also links them thio their own mission and how they could develop those skills around that. But I think the other piece to that is in a lot of these companies that you are working with and that we work with have their own foundations. So those foundations are amazing. We work with them now, especially in the new administration. More than we ever have, these foundations are really starting to help develop are strategies. My secretary works with a large number of foundations already. Andi, when we do is well in terms of strategy, really looking at, how do we develop young people's attitudes towards the future but also skills towards the future? >>Well, you got a pressure cooker of a job. I know how hard it is. I know you're working hard, appreciate you what you do and and we wish you the best of luck. Thank you for sharing this great insight on workforce development. And you guys working hard. Thank you for what you do. Appreciate it. >>Thank you so much. Thistle's >>three cube coverage and co production of the space and cybersecurity supposed in 2020 Cal Poly. I'm John for with silicon angle dot com and the Cube. Thanks for watching
SUMMARY :
We got a great guest here to talk about the addressing the cybersecurity workforce sure that we have the work force that is necessary for cybersecurity in space. the stage. leading the charge to make sure that we have equity in those jobs and that we are One of the exciting things about California is obviously look at Silicon Valley, Hewlett Packard in the garage, And as the workforce changes, I think that we will continue to lead the nation as we move forward. of life, but defending that and the skills are needed in cybersecurity to defend that. What can we do to highlight this career path? I know a lot of the work that you know, with this bow and other entities we're doing currently, I could be, you know, security clearance, possibly in in is such a key component that if there's a way we could build in internships where experiences I know you guys do a lot of thinking on this is the under secretary. And I think that is where we play a large role, obviously in California and with Kobe, but one observation that I've had and talking to whether it's a commercial or public sector is One of the key components that we look at Labor Workforce Development Agency. It's interesting a lot of the conversation between the private and public partnerships and industry. challenges of finding the qualified staff that we need in the state of California I programmed in the eighties with COBOL is only one credit lab in This is kind of the space industry is pointing to when they say we need people that can code. One of the key components of that is to really look at how do we, um, take what their current skills around the sun is you know, in the old days when I was in college in school, Therefore I get the job you could be Anyone could walk into Because this really is an opportunity for this next generation to be more diverse and And I think those are the long, ongoing conversations with those employer groups to make sure One of the things that was asked And I think it's the right place to start. What can maybe the private sector help with And what are you trying to do? I mean, I think it's going to take industry to lead So one of the things I want to bring up with you is maybe a bit more about the research side of it. But I think a key piece to that is we saw And so one observation that I have is the space state that California is there I think that's a piece that we really need to work with our education partners on of How does the Governor how do you see this developing? But it's also looking at, you know, You know, we got to do education this way and that way there's an opinion everywhere you go. But I think the other piece to that is in a lot of these companies that you are working with and that we work And you guys working hard. Thank you so much. I'm John for with silicon angle dot com and the Cube.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
John Markoff | PERSON | 0.99+ |
California | LOCATION | 0.99+ |
John | PERSON | 0.99+ |
Stuart | PERSON | 0.99+ |
CBS | ORGANIZATION | 0.99+ |
37 | QUANTITY | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Cal Poly | ORGANIZATION | 0.99+ |
25 years | QUANTITY | 0.99+ |
Stewart Knox | PERSON | 0.99+ |
45 years | QUANTITY | 0.99+ |
Hewlett Packard | ORGANIZATION | 0.99+ |
Julie Sue | PERSON | 0.99+ |
University of California School | ORGANIZATION | 0.99+ |
six year | QUANTITY | 0.99+ |
27 years | QUANTITY | 0.99+ |
five year | QUANTITY | 0.99+ |
Stanford | ORGANIZATION | 0.99+ |
Stewart | PERSON | 0.99+ |
four year | QUANTITY | 0.99+ |
two year | QUANTITY | 0.99+ |
Tomorrow | DATE | 0.99+ |
75% | QUANTITY | 0.99+ |
over $160 billion | QUANTITY | 0.99+ |
12 | QUANTITY | 0.99+ |
Central Valley | LOCATION | 0.99+ |
Apple | ORGANIZATION | 0.99+ |
Santa California | LOCATION | 0.99+ |
Silicon Valley | LOCATION | 0.99+ |
80% | QUANTITY | 0.99+ |
Palo Alto, California | LOCATION | 0.99+ |
California Workforce Development Agency | ORGANIZATION | 0.99+ |
What the Dormouse | TITLE | 0.99+ |
tomorrow | DATE | 0.99+ |
today | DATE | 0.99+ |
five years | QUANTITY | 0.99+ |
54 times | QUANTITY | 0.99+ |
first | QUANTITY | 0.99+ |
Aziz | PERSON | 0.99+ |
seven months ago | DATE | 0.99+ |
Teoh | PERSON | 0.99+ |
one | QUANTITY | 0.99+ |
one job | QUANTITY | 0.99+ |
40 plus million people | QUANTITY | 0.99+ |
Kobol Systems | ORGANIZATION | 0.99+ |
Governor | PERSON | 0.99+ |
Thio | PERSON | 0.98+ |
over 37,000 vacancies | QUANTITY | 0.98+ |
Lauren | PERSON | 0.98+ |
Office of Digital Innovation | ORGANIZATION | 0.98+ |
One | QUANTITY | 0.98+ |
Labor Workforce Development Agency | ORGANIZATION | 0.98+ |
26 27 years | QUANTITY | 0.98+ |
Stewart Knox V1
>> Announcer: From around the globe, it's theCUBE! Covering Space and Cybersecurity Symposium 2020. Hosted by Cal Poly. >> Hello everyone. Welcome to the Space and Cybersecurity Symposium 2020, put on by Cal Poly and hosted with SiliconANGLE theCUBE here in Palo Alto, California for a virtual conference. Couldn't happen in person this year, I'm John Furrier, your host. The intersection of space and cybersecurity, obviously critical topics, great conversations. We've got a great guest here to talk about the addressing the cybersecurity workforce gap. And we have a great guest, and a feature speaker, Stewart Knox, the undersecretary with California's Labor and Workforce Development Office. Stewart, thanks for joining us today. >> Thank you so much, John. I appreciate your time today and listening to a little bit of our quandaries with making sure that we have the security that's necessary for the state of California and making sure that we have the workforce that is necessary for cybersecurity in space. >> Great. I'd love to get started. I've got a couple of questions for you, but first take a few minutes for an opening statement to set the stage. >> Sure, realizing that in California, we lead the nation in much of cybersecurity based on Department of Defense contractors within the state of California, leading the nation with over 160 billion dollars within the industry just here in California alone and having over 800,000 plus workers full time employment in the state of California is paramount for us to make sure that we face defense manufacturers, approximately 700,000 jobs that are necessary to be filled. There's over 37,000 vacancies that we know of in California, just alone in cybersecurity. And so we look forward to making sure that California Workforce Development Agency is leading the charge to make sure that we have equity in those jobs and that we are also leading in a way that brings good jobs to California and to the people of California, a good education system that is developed in a way that those skills are necessarily met for the employers here in California, and the nation. >> One of the exciting things about California is obviously look at Silicon Valley, Hewlett Packard and the garage story, history, space, it's been a space state, many people recognize California. You mentioned defense contractors. It's well rooted with history, just breakthroughs, bases, technology companies in California. And now you've got technology. This is the cybersecurity angle. Take a minute to give some more commentary to that because that's really notable, and as the workforce changes, these two worlds are coming together and sometimes they're in the same place, sometimes they're not. This is super exciting and a new dynamic that's driving opportunities. Could you share some color commentary on that dynamic? >> Absolutely. And you're so correct. I think in California, we lead the nation in the way that we develop programs, that our companies lead in the nation in so many ways around cyberspace, cybersecurity in so many different areas, for which in the Silicon Valley is just such a leader and those companies are good, qualified companies to do so. Obviously one of the places we play a role is to make sure that those companies have a skilled workforce. And also that the security of those systems are in place for our defense contractors and for the feeder companies, those outlying entities that are providing such key resources to those companies are also leading on a cutting edge for the future. Also again, realizing that we need to expand our training and skills to make sure that those California companies continue to lead, is just such a great initiative. And I think through apprenticeship training programs, and looking at our community college systems, I think that we will continue to lead the nation as we move forward. >> You know, we've had many conversations here in this symposium virtually, certainly around the everyday life of a consumer is impacted by space. You know, we get our car service, Uber, Lyft, we have maps, we have all this technology that was born out of defense contracts and R and D that really changed generations and created a lot of great societal value. Okay, now with space kind of going to the next generation, it's easier to get stuff into space. The security of the systems is now going to be not only paramount for quality of life, but defending that, and the skills are needed in cybersecurity to defend that. And the gap is there. What can we do to highlight the opportunities for career paths? It used to be the day where you get a mechanical engineering degree or aerospace and you graduate and you go get a job, not anymore. There's a variety of paths, career-wise. What can we do to highlight this career path? >> Absolutely correct. And I think it starts, you know, K through 12 system. And I know a lot of the work that (indistinct) and other entities are doing currently. This is where we need to bring our youth into an age where they're teaching us, right, as we become older, on the uses of technology, but it's also teaching where the levels of those education can take them, K through 12, but it's also looking at how the community college system links to that. And then the university system links above and beyond, but it's also engaging our employers. You know, one of the key components, obviously as the employers play a role, for which we can start to develop strategies that best meet their needs quickly. I think that's one of the comments we hear the most, at Labor Agency is how we don't provide a change as fast as we should, especially in technology. You know, we buy computers today and they're outdated tomorrow. It's the same with the technology that's in those computers is that those students are going to be the leaders within that to really develop how those structures are in place. So K through 12 is probably our primary place to start, but also continuing that past the K-12 system. And I bring up the employers and I bring them up in a way, because many times when we've had conversations with employers around what their skills needs were and how do we develop those better? One of the pieces of that, that I think really should be recognized, many times they recognize that they wanted a four year degree, potentially, or a five year or six year degree. But then when we really looked at the skillsets, someone coming out of the community college system could meet those skillsets. And I think we need to have those conversations to make sure, not that they shouldn't be continuing their education. They absolutely should. But how do we get those skillsets built into this into a K-12 plus the two year plus the four year person? >> Yeah, I love the democratization of these new skills, because again, there's no pattern matching 'cause they weren't around before, right? So you got to look at the exposure, to your point, K through 12 exposure, but then there's an exploration piece of it, whether it's community college or whatever progression, and sometimes it's nonlinear, right? I mean, people are learning different ways, combining the exposure and the exploration. That's a big topic. Can you share your view on this? Because this now opens up more doors for people, choice, you got new avenues, you got online, I can get a cloud computing degree now from Amazon and walk in and help. I can be, you know, security clearance possibly in college. So, you know, you get exposure. Is there certain things you see, is it early on? Middle school? And then obviously the exploration, those are two important concepts. Can you unpack that a little bit, exposure and exploration of skills? >> Absolutely, and I think this takes place not only in the K-12 system, but it takes place in our community colleges and our four year universities is that, that connection with those employers is such a key component, that if there's a way we could build in internships, work experiences, what we call on the job training programs, apprenticeship training, pre-apprenticeship training programs, into a design where those students at all levels are getting an exposure to the opportunities within the space and cybersecurity avenue. I think that right there alone will start to solve a problem of having 37 plus thousand openings at any one time in California. Also, I get that there's a burden on employers to do that. And I think that's a piece that we have to acknowledge, and I think that's where education can play a larger role. That's a place we at Labor Workforce Development Agency play a role with our apprenticeship training programs, our pre-apprenticeship training programs. I could go on all day of all of our training programs that we have within the state of California. Many of the list of your partners on this endeavor are partners with Employment Training Panel, which I used to be the director of the Brown administration of. That program alone does incumbent worker training. And so that also is an exposure place where a worker may be, you know, I use the old adage of sweeping the floors one day and potentially writing a large portion of the business, within years. But it's that exposure that that employee gets through training programs, and acknowledging those skill sets and where their opportunities are, is what's valid and important. I think that's where our students, we need to play a larger role than the K-12 system, really, to get that pushed out there. >> It's funny, here in California, you were the robotics clubs in high school are like a varsity sport, you're seeing kids exposed early on with programming, but it's, you know, this whole topic of cybersecurity and space intersection around workforce, and the gaps in the skills, it's not just for the young, certainly the young generation's got to be exposed to what the careers could be and what the possible jobs and societal impact and contributions, what they could be, but also it's people who are already out there. You know, you have retraining, re-skilling, this plays an important role. I know you guys do a lot of thinking on this as the undersecretary, you have to look at this because you know, you don't want to have a label "old and antiquated" systems. And a lot of them are, and they're evolving and they're being modernized by digital transformation. So what does the role of retraining and skill development for these programs play? Can you share what you guys are working on and your vision for that? >> Absolutely. That's a great question. 'Cause I think that is where we play a large role, obviously in California and with COVID-19 is we are faced with today that we've never seen before. At least in my 27 years of running programs, similar to all workforce and economic development, we are having such a large number of people displaced currently that it's unprecedented, we've got employment rates to where we are. We're really looking at how do we take, and we're also going to see industries not return to the level for which they stood at one point in time, you know, entertainment industries, restaurants, all of the alike, really looking at how do we move people from those jobs that were middle skill jobs to upper skill jobs, but the pay points maybe weren't great, potentially. And there's an opportunity for us to skill people into jobs that are there today. It may take training, obviously, but we have dollars to do that, generally, especially within our K-12 and our K-14 systems and our universities. But we really want to look at where those skillsets are at, currently. And we want to take people from that point in time where they sit today, and try to give them that exposure to your point earlier question is how do we get them exposed to a system for which there are job with means that pay well, with benefit packages, with companies that care about their employees. 'Cause that's what our goal is. >> You know, I don't know if you have some visibility on this or an opinion, but one of the observations that I've had and talk to whether it's a commercial or public sector, is that with COVID, there's been a lot of awareness of the situation. We're adequately prepared. There's some readiness, but as everyone kind of deals with it, they're also starting to think about what to do post-COVID as we come out of it, a growth strategy for a company or someone's career. People are starting to have that on the top of their minds. So I have to ask you, is there anything that you see that they say, "Okay, certain areas, maybe not doubling down on other areas, we're going to double down on because we've seen some best practices on a trajectory of value for coming out of COVID with, you know, well-armed skills or certain things." 'Cause that's what a lot of people are thinking right now. And certainly cyber is, I mean, how many jobs are open? So you got "Well that that's kind of maybe not something to double down on, here are areas we see that are working." Can you share your current visibility into that dynamic? >> Absolutely. Another great question. One of the key components that we look at at Labor Workforce Development Agency is to look at the industries in growth modes and ones that are in decline modes. Now COVID has changed that greatly. We were in a growth mode for the last seven, eight years. We saw almost every industry, minus a few, that were all in growth in one way or another, but obviously that has changed. Our landscape is completely different than we saw six, seven months ago. So today we're looking at cybersecurity, obviously with 30 plus thousand job openings, we are looking at Defense Department contractors, obviously, with federal government contracts. We are looking at the supply chains within those. We are looking at healthcare, which has always been one of obviously our large, one of our large entities that has grown over the years. But it's also changed with COVID-19. We're looking at the way protective equipment is manufactured and the way that that will continue to grow over time, we're looking at the service industry. I mean, it will come back, but it won't come back the way we've seen it probably in the past, but where are the opportunities that we develop programs that we are making sure that the skill sets of those folks are transferable to other industries. We have one of the issues that we face constantly in Labor and Workforce Development programs is understanding that over the period of time, especially in today's world, again, with technology, that people's skillsets, we don't see as in my parents' day that you worked at a job for 45 years and you retired at one job potentially. That's been gone for 25 years, but now at the pace for which we are seeing systems change, this is going to continue to amp up, and I will say, youth of today, my 12 year old nephew is in the room next door to me, in a classroom right now online. And so, you know, it's a totally different atmosphere and he's enjoying actually being at home and learning from an all online system. I would not have been able to learn that way, but I think we do see through the K through 12 system, the way we're moving, people's interests will change. And I think that they will start to see things in a different way than we have in the past. They were forced systems. We are an old system, been around since the 30s. Some even we'll say prior to the 30s, came out of the Great Depression in some ways. And that system, we have to change the way we develop our programs. It should not be constant and it should be an evolving system. >> It's interesting. A lot of the conversations between the private and public partnerships and industry, you're seeing an agile mindset where it's a growth mindset, it's also a reality-based mindset and certainly space kind of forces this conversation with cybersecurity of being faster, faster, more relevant, more modern. And you mentioned some of those points, and with COVID impact, the workforce development is certainly going to put a lot of pressure on faster learning. And then you mentioned online learning. This has become a big thing. It's not just putting education online per se. There's new touchpoints. You know, you've got apps, you've got digital. This digital transformation is also accelerating. How do you guys view the workforce development? Because it's going to be open. It's going to be evolving. There's new data coming in and maybe kids don't want to stare at a video conference. Is there some game aspect to it? Is there, how do you integrate these new things that are coming really fast, and it's happening kind of in real time in front of our eyes. So I'd love to get your thoughts on how you guys see that because it'll certainly impact their ability to compete for jobs and/or to self-learn. >> Well, I think one of the key components of California is our innovation, right? And so I think one of the things that we pride ourselves in California is around that. That said, that is the piece that I think the Silicon Valley, and then there's many areas in California that have done the same, or tried to do the same, at least in their economy is to build in innovation. And I think that's part of the K through 12 system, with our state universities and our UCs is to be able to bridge that. I think that you, we see that within universities that really instill an innovative approach to teaching, but also instill innovation within their students. I'm not sure we're there yet fully, with our K-12 system, and I think that's a place that either our community colleges could be a bridge to as well. So that's one component of workforce development I think that we look at as being a key piece. You brought up something that's really interesting to me is when you talk about agile, and one of the things that even in state government, this is going to be shocking to you, but we have not been an agile system as well. I think one of the things that the Newsom administration, Governor Newsom's administration has brought is, and when I talk about agile systems, I actually mean agile systems. We've gone from COBOL systems, which are old and clunky, still operating, but at the same time, we're looking at upgrading all of our systems in a way that even in our technology, in the state of California should be matching, the technology that our great state has within our state. So therein lies, it's also challenges of finding the qualified staff that we need in the state of California for all of our systems and servers and everything that we have currently. So, you know, not only are we looking at external users of labor workforce development, but we're looking at internal users, that the way we redevelop our systems so that we are more agile in two different ways. >> You just got me triggered with COBOL. I programmed in the 80s with COBOL, only one credit lab in college. Never touched it again, thank God. But this is the benefit of cloud computing. I think this is at the heart and this is the undertone of the conference and symposium is cloud computing, you can actually leverage existing resources, whether they're legacy systems, because they are running, they're doing a great job and they do a certain workload extremely well. Doesn't make sense to replace if it does a job. You can integrate it and that's what cloud does. This is opening up more and more capabilities and workloads. This is kind of what the space industry is pointing to when they say "We need people that can code and that can solve data problems," not just the computer scientists, but a large range of people, creative, data, science, everything. How does California's workforce solve the needs of America's space industry? This is because it's a space state. How do you see the labor workforce meeting those needs? >> Yeah, I think it's an investment. Obviously it's an investment on our part. It's an investment with our college partners. It's an investment from our K-12 system to make sure that we are allocating dollars in a way through meeting the demand of industry. And we do look at industry-specific around their needs, obviously this is a large one. We want to be very receptive, and work with our employers and our employee groups to make sure that we meet that demand. I think it's putting our money where our mouth is and designing and working with employer groups to make sure that the training meets their needs. It's also working with our employer groups to make sure that the employees are taken care of and that equity is built within the systems, that we keep people employed in California, and they're able to afford a home and they're able to afford a life here in California, but it's also again and I brought up the innovation component. I think it's building an innovation within systems for which they are employers, but are also our incoming employees and our incumbent workers. And you brought those up earlier, people that are already employed and people that are unemployed currently with a skill set that might match up is how do we bridge those folks into employment that they maybe have not thought about? We have a whole career network of systems out throughout The City of California with the America's Job Centers of California, and they will be working, and they already are working with a lot of dislocated workers. And one of the key components of that is to really look at how do we take what their current skillset might be, and then expose them to a system for which we have 37 plus thousand job openings, too, and how do we actually get those folks employed? It's paid for potentially through that local Workforce Innovation and Opportunity Act funding through our America's Job Centers, to pay for some on the job training. It's to be able to pay for work experiences, it's to be able to pay for internships for students to get that opportunity with our employers and also partnering with our employers that they're paying, obviously a percentage of that too. >> You know, one of the things I've observed over my career, 54 times around the sun is, you know, in the old days, when I was in college and school, you had career, people had the longer jobs, as you mentioned it's not like that anymore. But also I knew someone I'm going to to be in line to get that job, maybe nepotism or things of that nature. Now the jobs have no historical thing or someone worked longer in a job and has more seniority. A lot of these jobs, Stewart, don't have requirements, like no one's done them before. So the ability for someone who is jumping in, either from any college, there's no real, it's all level set, it's a complete upside down script here. It's not like, "Oh, I went to school, therefore I get the job." It can be, anyone can walk into these careers because the jobs are so new. So it's not where you came from or what school you went to or your nationality or gender. The jobs have been democratized. They're not discriminating against people with skills. This opens up more. How do you see that? Because this really is an opportunity for this next generation to be more diverse and to be more contributive because diversity brings expertise and different perspectives. Your thoughts on that. >> Absolutely, and that was one of the things we welcome, obviously. We want to make sure that that everybody is treated equally and that the employers view everyone as an employer of choice, but an employee of choice as well. We've also been looking at, as I mentioned before on the COVID situation, looking at ways that folks that are maybe stuck in jobs that don't have a huge career pathway, or they don't have a pathway out of poverty. I mean, we have a lot of working poor people in the state of California that may now due to COVID lost their employment. This, you know, let's turn back to the old adage, let's turn lemons into lemonade. How do we take those folks and get them employed into jobs that do have a good career pathway? And it's not about just who you knew, or who you might have an in with to get that job. It is based on skills. I think though, that said, we need to have a better way to actually match those jobs up with those employers. And I think those are the ongoing conversations with those employer groups to make sure that, one, that they see those skill sets as valid and important. They're helping design those career sets with us so that they do match up and that we're quickly matching up those close skillsets so that we're not training people for yesterday's skills. >> I think the employer angle's super important, but also the educators as well. One of the things that was asked in another question by the guest, they said, she said, the real question to ask is, how early do you start exposing the next generation? You mentioned K through 12, do you have any data or insight into or intuition or best practice of where that insertion point is, that exposure point? Is it middle school? Is it elementary, honestly, high school, once you're in high school, you got your training wheels are off, you're off to the races, but is there a best practice? What's your thoughts, Stewart, on exposure level to these kinds of new cyber and technical careers? >> Sure, absolutely. I would say kindergarten. We, San Bernardino has a program that they've been running for a little bit of time, and they're exposing students K through 12, but really starting in kindergarten. One is the exposure to what a job looks like. And then actually I've gone down to that local area and I've had the opportunity to see, you know, second graders in a healthcare facility, basically, that they have on campus built-in. And they're going from one workstation as a second grader, looking at what those skills would be and what that job would entail from a nurse to a doctor, to a physician's assistant, and really looking at what that is. You know, obviously they're not getting the training that a doctor gets, but they are getting the exposure of what that would be. And I think that is amazing. And I think it's the right place to start. It was really interesting 'cause as I left, this was pre-COVID, but as I jumped on the plane to come back up north, I was thinking to myself, "How do we get this to all school districts in California where we see that opportunity to expose jobs and skill sets to kids throughout the system and develop those skill sets so that they do understand that they have an opportunity?" >> We are here at Cal Poly Space and Cybersecurity Symposium. We have educators, we have students, we have industry and employers and government together. What's your advice to them all watching and listening about the future of work, this workforce, what can people do? What do you think you're enabling? What can maybe the private sector help with and what are you trying to do? Can you share your thoughts on that? Because we have a range from the dorm room to the boardroom here at this event. I'd love to get your thoughts on the workforce development view of this. >> Yeah, absolutely. And I think that's the mix. I mean, I think it's going to take industry to lead, in a lot of ways in terms of understanding what their needs are and what their needs are today and what they will be tomorrow. I think it takes education to listen, and to understand, and labor and workforce development to also listen and understand what those needs will look like. And then how do we move systems? How do we move systems quickly? How do we move systems in a way that meets those needs? How do we put money into systems where the most need is, but also looking at trends? What is that trend going to look like in two years? What is that trend going to look like in five years, (indistinct), again, listening to those employers, it's also listening to the community-based organizations. I think obviously some of our best students are also linked to CBOs in one way or another. It may be for services, it may be for faith-based, it may be anything, but I think we also need to bring in the CBOs as well. A lot of outreach goes through those systems in conjunction with, but I think that's the key component is to make sure that our employers are heard and that they sit at the table, like you said, to the boardroom of understanding, and I think bringing students into that so that they get a true understanding of what that looks like as well, is a key piece of this. >> Stu, one of the things I want to bring up with you is maybe a little bit more about the research side of it, but John Markoff, who was a former New York times reporter, but author of the book, "What the Dormouse Said," it was a book about the counterculture of the 60s and the computer revolution. And really it was about how government defense spending drove the computer revolution that we now saw with Apple and PC. And then the rest is history in California, has really participated, Stanford, the Berkeley, and the University of California school system, and all the education community colleges around it. That moment, the enablement, and now you're seeing space kind of bringing that, a lot of research coming in, need a lot of billionaires putting money in, you've got employers playing a role. You have this new focus, space systems, cybersecurity defending and making it open and, not congested and peaceful, is going to enable quickly, new inflection points for opportunities. I want to get your thoughts on that because California's participated and drove those revolutions, that's created massive value. This next wave seems to be coming upon us. >> Yeah, absolutely. And again, not to use COVID again as too much of a starting point to this, but I think that is also an opportunity to actually, 'cause I think one of the things that we were seeing seven months ago was a skill shortage, and we still see the skill shortage, obviously. But I think a key piece to that is we saw a people shortage. Not only was it skill shortage, but we didn't have enough people really to fill positions in addition, too, and I think that people also felt they were already paying the bills and they were making ends meet and they didn't have the opportunities to get additional skills. This again is where we're looking at, you know, our world has changed. It changed in the 60s based on what you're just expressing in terms of California leading the way. Let's let California lead the way again in developing a system for which labor workforce development with our universities, our amazing universities and community college system structure, of how do we get students back into school? You know, a lot of graduates may already have a degree, but how do they now take a skill set that they already have and develop that further with the idea that those jobs have changed? We also have a lot of folks that don't have a degree, and that's okay, but how do we make that connection to a system that may have failed a lot of our people over the years, and our students who didn't make it through the school system, how do we develop an adult training school? How do we develop contract education through our community college system with our employer sets, that we develop cohorts within the systems of workers that have amazing talents and abilities to start to fill these needs. And I think that's the key components that here at Labor Workforce Development Agency, we work with our community colleges, our UCs and our state universities to develop and figure that piece out. And I think it is our opportunity for the future. >> That's such a great point. I want to call that out, this whole opportunity to retrain people that are out there because these are new jobs. I think that's a huge opportunity and, I hope you keep building and investing in those programs. That's really worth calling out. Thank you for doing that. And yeah, it's a great opportunity to gain these jobs. They pay well, too, cybersecurity's a good job and you don't really need to have that classical degree. You can learn pretty quickly if you're smart. So again, great call out there. A question for you on geography. You mentioned COVID, we're talking about COVID, virtualization, we're virtual with this conference. We couldn't be in person. People are learning virtually, but people are starting to relocate virtually. And so one observation that I have is the space state that California is, there's space clusters of areas where space people hang out, or space spaces and whatnot. Then you got like the tech community, the cybersecurity market, you know, Silicon Valley, you know, the talent is in these hubs. And sometimes cyber's not always in the same hubs as space. Maybe Silicon Valley has some space here, and some cyber, but that's not generally the case. This is an opportunity potentially to intersect. What's your thoughts on this? Because this is something that we're seeing, where space has historical, you know, geographies. Now with borderless communication, the work mode is not so much "You have to move to this space area." You know what I'm saying? So what's your thoughts on this? How do you guys look at, this is on your radar, and how you're viewing this dynamic. >> It's absolutely on our radar. Like you said, you know, here we are, talking virtually, and you know, 75% of all of our staff currently, in some of our departments, it's 80% of our staff, are now virtual. Seven months ago, we were not. Government, again, being slow move, we quickly transitioned, obviously, to being able to have a telework capacity. We know employers moved probably even more quickly than we did, but we see that as an opportunity for our rural areas, our Central Valley, our Northstate, Inland Empire. That you're absolutely correct. I mean, if you didn't move to a city or to a location for which these jobs were really housed, you didn't have an opportunity like you do today. I think that's a piece that we really need to work with our education partners on, to be able to see how much this has changed. Labor Agency absolutely recognizes this. We are investing funding in the Central Valley. We're investing funding in the Northstate and Inland Empire to really look at youth populations, of how the new capacity that we have today is going to be utilized for the future for employers. But we also have to engage our universities around this as well, but mostly our employers. I know that they're already very well aware. I know that a lot of our large employers within Silicon Valley have already done it. They're doing almost 100% telework policies, but the affordability to live in rural areas in California, also enables us to have a way to make products more affordable as well, potentially in the future. But we want to keep California businesses healthy and whole in California, of course. And that's another way we can expand and keep California home to our 40 plus million people. >> Well Stewart, great work and congratulations for doing such a great job. Keep it up. I got to ask you about the governor. I've been following his career since he's been in office as a political figure. He's progressive, he's cutting edge. He likes to rock the boat a little bit here and there, but he's also pragmatic. You're starting to see government workers starting to get more of a tech vibe. Just curious from your perspective, how does the governor look at, I mean, the old, I won't say "old guard," but like, you know, it used to be, you become a lawyer, you become a lawmaker. Now a tech savvy lawmaker is a premium candidate, is a premium person in government. Knowing what COBOL is, is a start. I mean, these are the things that as we transform and evolve our society, we need thinkers who can figure out which side of the streets self driving cars go on. I mean, who does that? It's a whole nother generation of thinking. How does the governor, how do you see this developing? Because this is the challenge for society. How does California lead? How do you guys talk about the leadership vision of why California and how will you lead the future? >> Absolutely. No governor that I'm aware of, and I've been around for 26, 27 years of workforce development, has led with an innovation background as this governor has, especially around technology and the use of technology. You know, he's wrote a book about the use of technology when he was lieutenant governor. And I think it's really important for him that we, as his staff are also on the leading edge of technology. I brought up agile systems earlier. When I was under the Brown administration, we had moved to where I was at the time, Employment Training Panel, we moved to an agile system and deployed that. One of the first within the state to do that and coming off of an old legacy system that was an antique. I will say it is challenging. It's challenging on a lot of levels. Mostly the skill sets that our folks have, sometimes are not open to a new agile system, to an open source system is also an issue in government. But this governor absolutely, I mean, he has established the Office of Digital Innovation, which is part of California Department of Technology, in partnership with, and that just shows how much he wants to push our limits to make sure that we are meeting the needs of Californians. But it's also looking at, you know, Silicon Valley being at the heart of our state, how do we best utilize systems that are already there? How do we better utilize the talent from those folks as well? We don't always pay as well as they do in the state, but we do have great benefit packages, everybody knows. So if anybody's looking for a job, we're always looking for technology folks as well. And so I would say that this governor absolutely leads in terms of making sure that we will be on cutting edge technology for the nation. >> And, you know, talk about pay, I mean, I know it's expensive to live in some parts of California, but there's a huge young population that wants a mission-driven job, and serving the government for the government, it's awesome. A final parting question for you, Stewart, is as you look at the workforce, a lot of people are passionate about this and it's, you know, you can't go anywhere without people saying, you know, "We've got to do education this way, and that way," there's an opinion everywhere you go. Cybersecurity, obviously a little bit peaked and focused, but there are people who are paying attention to education. So I have to ask you what creative ways can people get involved and contribute to workforce development, whether it's STEM, underrepresented minorities, people are looking for new, innovative ways to contribute. What advice would you give these people who have the passion to contribute to the next cyber workforce? >> Yeah, I appreciate that question because I think it's one of the key components that my secretary, Julie Su, secretary of Labor and Workforce Development Agency, talks about often. And a couple of us always have these conversations around one is getting people with that passion to work in government, one, or, and I brought it up community-based organizations. I think so many times that we didn't work with our CBOs to the level that in government, we should, this administration is very big on working with CBOs and philanthropy groups to make sure that the engagement of those entities are at the highest level. So I would say, students have opportunities to also engage with local CBOs and be that mission, what their values really drives them towards. And that gives them a couple of things to do, right? One is to look at ways that we're helping society in one way or another through those organizations, but it also links them to their own mission and how they can develop those skills around that. But I think the other piece to that is in a lot of these companies that you are working with and that we work with, have their own foundations. So those foundations are amazing. We work with them now, especially in the Newsom administration, more than we ever have. These foundations are really starting to help develop our strategies. My secretary works with a large number of foundations already, and we do as well in terms of strategy, really looking at how do we develop young people's attitudes towards the future, but also skills towards the future? >> Well, you got a pressure cooker of a job. I know how hard it is. I know you're working hard and appreciate what you do. And, and we wish you the best of luck, thank you for sharing this great insight on workforce development. And you guys are working hard. Thank you for what you do. Appreciate it. >> Great. Thank you so much. I appreciate it. >> This is theCUBE coverage and co-production of the Space and Cybersecurity Symposium 2020 with Cal Poly. I'm John Furrier with siliconangle.com and theCUBE. Thanks for watching. (calm music)
SUMMARY :
the globe, it's theCUBE! the undersecretary with California's and making sure that we have the workforce for an opening statement to set the stage. is leading the charge to and as the workforce changes, And also that the and the skills are needed in And I know a lot of the work that and the exploration. Many of the list of your and the gaps in the skills, all of the alike, really looking at that on the top of their minds. One of the key components that we look at A lot of the conversations that the way we redevelop our systems I programmed in the 80s with COBOL, is to really look at how do we take and to be more contributive that may now due to COVID the real question to ask is, One is the exposure to and what are you trying to do? and that they sit at the table, and the University of But I think a key piece to that but that's not generally the case. of how the new capacity that we have today I got to ask to make sure that we are meeting and serving the government for and that we work with, And, and we wish you the best of luck, Thank you so much. of the Space and Cybersecurity
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
John Markoff | PERSON | 0.99+ |
California | LOCATION | 0.99+ |
Stewart | PERSON | 0.99+ |
Julie Su | PERSON | 0.99+ |
Stanford | ORGANIZATION | 0.99+ |
John | PERSON | 0.99+ |
John Furrier | PERSON | 0.99+ |
Cal Poly | ORGANIZATION | 0.99+ |
80% | QUANTITY | 0.99+ |
Stewart Knox | PERSON | 0.99+ |
25 years | QUANTITY | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Silicon Valley | LOCATION | 0.99+ |
Uber | ORGANIZATION | 0.99+ |
45 years | QUANTITY | 0.99+ |
University of California | ORGANIZATION | 0.99+ |
27 years | QUANTITY | 0.99+ |
six year | QUANTITY | 0.99+ |
What the Dormouse Said | TITLE | 0.99+ |
Hewlett Packard | ORGANIZATION | 0.99+ |
Apple | ORGANIZATION | 0.99+ |
four year | QUANTITY | 0.99+ |
five year | QUANTITY | 0.99+ |
Office of Digital Innovation | ORGANIZATION | 0.99+ |
75% | QUANTITY | 0.99+ |
two year | QUANTITY | 0.99+ |
Workforce Innovation and Opportunity Act | TITLE | 0.99+ |
tomorrow | DATE | 0.99+ |
California Department of Technology | ORGANIZATION | 0.99+ |
Palo Alto, California | LOCATION | 0.99+ |
54 times | QUANTITY | 0.99+ |
Lyft | ORGANIZATION | 0.99+ |
California Workforce Development Agency | ORGANIZATION | 0.99+ |
Seven months ago | DATE | 0.99+ |
Newsom | ORGANIZATION | 0.99+ |
over 160 billion dollars | QUANTITY | 0.99+ |
approximately 700,000 jobs | QUANTITY | 0.99+ |
Central Valley | LOCATION | 0.99+ |
one | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
COVID-19 | OTHER | 0.99+ |
One | QUANTITY | 0.99+ |
Labor Workforce Development Agency | ORGANIZATION | 0.99+ |
one day | QUANTITY | 0.99+ |
seven months ago | DATE | 0.99+ |
six | DATE | 0.99+ |
Defense Department | ORGANIZATION | 0.99+ |
first | QUANTITY | 0.99+ |
COVID | ORGANIZATION | 0.99+ |
two years | QUANTITY | 0.98+ |
five years | QUANTITY | 0.98+ |
over 37,000 vacancies | QUANTITY | 0.98+ |
Rob Thomas Afterthought
>> (vocalizing) >> Narrator: From theCube studios in Palo Alto and Boston, it's theCube. Covering IBM Think, brought to you by IBM. >> Hi everybody, this is Dave Vallante and this is our continuing coverage of Think 2020, the digital event experience. This is the post-thing, the sort of halo effect, the afterthoughts, and joining me is Rob Thomas, he's back. The Senior Vice president of Cloud and Data Platform. Rob, thanks for taking some time to debrief on Think. >> Absolutely Dave, great to be here, good to see you again. >> Yeah, so you have a great event, you guys put it together in record time. I want to talk about sort of your innovation agenda. I mean, you are at the heart of innovation. You're talking cloud, data, AI, really the pillars of innovation, I could probably add in edge to extend the cloud. But I wonder if you could talk about your vision for the innovation agenda and how you're bringing that to customers. I mean, we heard from PayPal, you talked about Royal Bank of Scotland, Credit Mutual, a number of customer examples. How are you bringing innovation forward with the customer? >> I wouldn't describe innovation, maybe I'd give it two different categories. One is, I think the classic term would be consumerization, and you're innovating by making interiorized technology really easy to use. That's why we built out a huge design capability, it's why we've been able to get products like Watson Assistant to get companies live in 24 hours. That's the consumerization aspect, just making enterprise products really easy to use. The second aspect is even harder, which is, how do you tap into an institution like IBM Research, where we're doing fundamental invention. So, one of our now strengths in the last couple of months was around taking technology out of IBM Debater, project Debater, the AI system that could debate humans and then putting that into enterprised products. And, you saw companies like PayPal that are using Watson Assistant and now they have access to that kind of language capability. There's only two aspects here, there's the consumerization and then there's about fundamental technology that really changes how businesses can operate. >> I mean, the point you made about speed and implementation in your key note was critical, I mean really, within 24 hours, very important during this pandemic. Talk about automation, you know, you would think by now right, everything's automation. But, now you're seeing a real boom in automation and it really is driven by AI, all this data, so there's seems to be a next wave, almost a renaissance, if you will, in automation. >> There is and I think automation, when people hear first of the term, it's sometimes a scary term. Because people are like hey, is this going to take my job? Gain a lot of momentum for automation is a difficult, repetitive tasks that nobody really wanted to do in the first place. Whether it's things like data matching, containerizing an application. All these are really hard things and the output's great, but nobody really wants to do that work, they just want the outcome. And, as we've started to demonstrate different use cases for automation that are in that realm, a lot of momentum has taken off, that we're seeing. >> I want to come back to this idea of consumerization and simplification. I mean, when you think about what's been happening over the last several years. And, you and I have talked about this a lot, AI for consumer versus AI for business and enterprise. And really, one of the challenges for the encumbrance, if you will, is to really become data driven, put data at the core and apply machine intelligence to that, just to that data. Now the good news is, they don't have to invent all this stuff, because guys like you are doing that and talk about how you're making that simple. I mean, cloud packs is an example of that, simplification, but talk about how customers are going to be able to tap into AI without having to be AI inventors. >> Well, the classic AI problem actually is a data problem, and the classic data problem is data slide over, which is a company has got a lot of data but it's spread across a hundred or a thousand or tens of thousands different repositories or locations. Our strategy when we say a hybrid cloud is about how do we unify those data storage. So, it's called PaaS, on red hat open shift. We do a lot of things like data virtualization, really high performance. So, we take what is thousands of different data sources and we have that packed like a single fluid item. So then, when you're training models, you can train your models in one place and connect to all your data. That is the big change that's happening and that's how you take something like hybrid cloud, and it actually starts to impact your data architecture. And once you're doing that, then AI becomes a lot easier, because the biggest AI challenge that I described is, where's the data? Is the data in a usable form? >> A lot of times in this industry, you know, we go whale hunting, there are a lot of big companies out there, a lot of times they take priority. You know, at the same time though, a lot of the innovations are coming from companies, you know, we've never even heard of that could be multi-billion dollar companies by the end of the decade. So, how can, you know, small companies and mid-sized companies tap into this trend? Is it just for the big whales or could the small guys participate? >> The thing that's pretty amazing about modern cloud and data technology, I'll call it, is it's accessible to companies of any size. When we talked about, you know, the hundred or so clients that have adopted Watson Assistant since COVID-19 started, many of those are very small institutions with no IT staff or very limited IT staff. Though, we're making this technology very accessible. when you look at something like data, now a small company may not have a hundred different repositories, which is fine, but what they do have is they do want to make better predictions, they do want to automate, they do want to optimize the business processes that they're running in their business. And, the way that we've transformed our model consumption base starting small, it's really making technology available to, you know, from anywhere from the local deli to the Fortune 50 Company. >> So, last question is, What are your big takeaways from Think? I would ask that question normally when we're in a live event. It's a little different with the digital event, but there are still takeaways. What was your reaction and what do to leave people with? >> Even as we get back to doing physical events, which I'm positive will happen at some point. What we learned is there is something great about an immersive digital experience. So, I think the future of events is probably higher than this. Meaning, a big digital experience, to complement the physical experience. That's one big takeaway because the reaction was so positive to the content and how people could access it. Second one is the, all the labs that we did. So, for developers, builders, those were at capacity, meaning we didn't even take any more. So, there's definitively a thirst in the market for developing new applications, developing new data products, developing new security products. That's clear just by the attendance that we saw, that's exciting. Now, I'd say third, that is that AI is now moving into the mainstream, that was clear from the customer examples, whether it was with Tansa or UPS or PayPal that I mentioned before, that was talking with me. AI is becoming accessible to every company, that's pretty exciting. >> Well, the world is hybrid, oh you know the lab, the point you're making about labs is really important. I've talked to a number of individuals saying, "Hey I'm using this time to update my skills. I'm working longer hours, maybe different times of the day, but I'm going to skill up." And you know, the point about AI, 37 years ago, when I started in this business AI was all the buzz and it didn't happen. It's real this time and I'm really excited Rob, that you're at the heart of all this innovation, so really, I appreciate you taking the time. And, best of luck, stay safe, and hopefully we'll see you face to face. >> Offscreen Man: Sure. >> Thanks Dave, same to you and the whole team at theCube, take care. >> Thank you Rob, and thank you for watching everybody, this is Dave Vellante for theCube and our coverage of IBM Think 2020, the digital event experience and the post-event. We'll see you next time. (music)
SUMMARY :
Covering IBM Think, brought to you by IBM. This is the post-thing, be here, good to see you again. I mean, you are at the in the last couple of months I mean, the point you made is this going to take my job? I mean, when you think and the classic data this industry, you know, is it's accessible to What was your reaction and the labs that we did. and hopefully we'll see you face to face. you and the whole team and the post-event.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave Vallante | PERSON | 0.99+ |
Rob Thomas | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Dave | PERSON | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
Royal Bank of Scotland | ORGANIZATION | 0.99+ |
Credit Mutual | ORGANIZATION | 0.99+ |
PayPal | ORGANIZATION | 0.99+ |
Rob | PERSON | 0.99+ |
UPS | ORGANIZATION | 0.99+ |
Boston | LOCATION | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
Tansa | ORGANIZATION | 0.99+ |
24 hours | QUANTITY | 0.99+ |
hundred | QUANTITY | 0.99+ |
IBM Research | ORGANIZATION | 0.99+ |
second aspect | QUANTITY | 0.99+ |
third | QUANTITY | 0.99+ |
two aspects | QUANTITY | 0.99+ |
One | QUANTITY | 0.98+ |
Think 2020 | EVENT | 0.98+ |
Second one | QUANTITY | 0.98+ |
tens of thousands | QUANTITY | 0.98+ |
37 years ago | DATE | 0.98+ |
one | QUANTITY | 0.97+ |
Watson Assistant | TITLE | 0.97+ |
Watson Assistant | TITLE | 0.96+ |
single | QUANTITY | 0.94+ |
first | QUANTITY | 0.94+ |
one big takeaway | QUANTITY | 0.93+ |
two different categories | QUANTITY | 0.9+ |
theCube | ORGANIZATION | 0.88+ |
PaaS | TITLE | 0.88+ |
end of the decade | DATE | 0.86+ |
thousands of | QUANTITY | 0.86+ |
Fortune 50 Company | ORGANIZATION | 0.86+ |
a hundred or a thousand | QUANTITY | 0.82+ |
so clients | QUANTITY | 0.81+ |
hundred different repositories | QUANTITY | 0.78+ |
months | DATE | 0.76+ |
multi-billion dollar | QUANTITY | 0.76+ |
theCube | COMMERCIAL_ITEM | 0.76+ |
first place | QUANTITY | 0.75+ |
one place | QUANTITY | 0.74+ |
last couple | DATE | 0.74+ |
Cloud and Data Platform | ORGANIZATION | 0.73+ |
years | DATE | 0.73+ |
pandemic | EVENT | 0.71+ |
IBM Debater | ORGANIZATION | 0.69+ |
last | DATE | 0.67+ |
Think | COMMERCIAL_ITEM | 0.64+ |
COVID- | TITLE | 0.61+ |
wave | EVENT | 0.59+ |
19 | OTHER | 0.48+ |
Think | ORGANIZATION | 0.47+ |
Al Williams, Managing Director and Chief Procurement Officer, Barclays
from London England it's the cube covering Koopa inspire 19 emia taught to you by Koopa hey welcome to the cube Lisa Martin coming to you from London I'm at Koopa inspire 19 pleased to be joined by one of Koopas spent setters hit me here is alla Williams the managing director and chief procurement officer at Barclays al welcome to the cube Thank You Lisa thanks for having me so Barclays is a three hundred plus year old Bank three hundred and thirty five years I think I also was was headquartered in London I didn't know this until he did some research Barclays is the pioneer of the ATM yes and a credit card in the UK credit card why first credit card in the UK and the pioneer in inventor of the ATM correct yes so when we think of an organization that is three hundred and thirty five years old we think how agile is that organization how transformative can it be talk to me about what it's like at Barclays from a digital perspective before we get into some of the procurement stuff which or not but tight and culture like that's a great question right could you think about a three hundred thirty-five year old Bank how innovative could it can it be right how agile can it be and the market in the the sector we work in requires us to be very agile because banking is a disrupted sector especially on the retail and consumer side expectations around technology and mobile capabilities and digital transformation are the most significant they've ever been in this sector and so for Barclays it's it's absolutely key that we deliver on those capabilities both in terms of our front office for our consumers and our corporate clients as well as for our own employees within the bank how influential is the consumer side because as consumers we are so used to being able to get anything that we want we can buy products and services we can pay bills with a click or swipe on the on the business side it's harder for businesses to transform and innovate it's a lot of other risks and security issues how influential is Barclays Barclays is your retail your consumer business in terms of your b2b work and that's a great question because I think the the experiences that shape people's expectations come from their interactions in retail and consumer when it comes to b2b and traditionally business-to-business commerce and financial transactions haven't been nearly as sophisticated streamlined or frictionless you know as you would in a consumer model so the expectations are built on the consumer side in consumer to business type models and then the business and business models been playing catch-up for the last several years as a result talk to me about now the role of finance leaders I was reading surgery that Kupa did recently have 253 uk-based financial decision makers and a big number of them I think it was 96 percent said we don't have complete visibility of all of our spent there's a big opportunity there to work with a company like Cooper but talk to me about how the role of the chief procurement officer is changing you've been doing it for quite a while you're a veteran right some of the trends that you have seen that you've really jumped on and said this is the direction we need to be going in right so I've been the chief procurement officer of Barclays for two and half years and the CEO of a large global technology company for nine years before that so I think the the the role of the chief procurement officer has changed significantly over the course of the last say 10 years five years two years we're at a point now where the chief procurement officer is seen as a source of and the organization of procurement is seen as a source of innovation it's seen as a source of capacity creation for the the the organization for the company and it's also seen as sort of a steward of the portfolio of spins for that particular organization to ensure we're maximizing the utility and value of that spend and of that supply chain so the expectations for procurement have tripled quadrupled or more fold in the last you know four or five years some of the interesting things that we're hearing from Koopa and from their customers and partners today is beyond simply initiative to simply but beyond you know dramatically improving procurement and invoicing and dispensing and leveraging the platform as one source for visibility of all that spent but it's being transformative to completely other areas like I was hearing a story of a customer who redefined procurement and is actually positively impacting corporate sustainability yes Wow so talk to me a little bit about I know one of the things that you really thrive on is competition how are you leveraging that and maybe your old American football days to build and maybe foster a sense of collaborative competition within your team to transform procurement at Barclays yes so I think that whether it's in sport or whether it's in business I think the concept of teams is key and effective teams are built on trust they're built on empowerment they they're built on collaboration open communication limited asymmetry and information as it's passed and that's all about kind of driving agility for whether you're on this on the football field American footballer or other football or on or in a business environment of business context so you know it's really and as a CEO and for all of the leaders on my team it's also about being a player coach and knowing when you need to be a player when you need to sort of roll up sleeves contribute in a particular area or particular solving a particular problem but more importantly when you need to be coached and and help those players sort of and those team members in on the team sort of step up to the challenge and coach them to be more success see Bennet Berkeley's a couple years now talk to me about your use case the purpose has with Koopa what are you guys doing together and what are some of the transformations that both internally and externally you've been able to achieve yeah so the relationship with coop has been great again I joined to make a couple of years ago one of the sort of first pillars associated with our overall transformation journey of centralizing procurement from five different procurement or six different procurement organizations really to moving to strategic locations to building out a new organization structure and operating model for for procurement I won't go into all that but one of the key pillars was around technology and we didn't have a common procure-to-pay or source to pay capability that extended or threaded throughout the bank for managing and supply chain so early on when I joined Barclays partnered partnering with Koopa working both of our teams working very effectively together to deploy sort of country by country and region by region we're now in 11 countries with the Koopa source to pay platform we're going to point to six more by the end of this calendar year and over 95% of our spend is flowing through Koopa as a multinational banks so it's been a significant component of our overall transformation journey for for Barclays and part of that transformation journey the technology piece is important that all a lot of its cultural we talked about a history of a three hundred and thirty-five year old organization but also going from five different procurement organizations down to one using a central platform that's challenging to get folks on board right being comfortable with change is your spirit of competitiveness was that a facilitator of getting adoption so that you could get them well I think so I mean I think to get the most out of teams and the most out of any organization large or small you need to galvanize around a common set of goals and objectives the the adage we ought to be pulling on the rope together to achieve achieve the end result and I think in the case of the sort of our Koopa journey both in terms of its strategy and overall deployment it was something more or less our entire procurement organization was able able to galvanize around and in feel like they were a part of and it it created an identity for us within Barclays as a procurement organization as well and kind of put his front and center with our business units and our stakeholders in a way we had we'd never been before so in terms of procurement having a seat at the board table is that something now that you have the ability to do with Barclays and be much more of a strategic driver of business yeah and look at Barclays compared to some of my other experiences it's not an it's not an issue of not having a seat at the table we might have a seat at too many tables sometimes there's a lot of attention on procurement within Barclays to help it deliver on its strategic objectives so with that seat comes a lot of responsibility so I often will coach my teams to ensure that they understand kind of that that that component of it's not just about having a seat at the table it's about what we're going to contribute what are we going to do differently when we're at that table when we're helping shape the decisions for the organization and what are the accountabilities and responsibilities that will pick up as a result and deliver on those promises that's absolutely critical one of the things that was talked about this morning is to trust Rob Bernstein talked about it they also had a guest speaker Rachel Botsman who's a trusted expert it was such an interesting conversation you know we talked about any chuck event that the cube goes to you always talk about trust got to have trust in the data you gotta have trust in your suppliers but what they were talking about here was really being an enabler of trust but cooper really working to earn the trust of its customers tell me about how has earned your trust and also allowed you to have those better discussions at the board table so that you have marked trusted relationships with your executive and your peer team yeah I mean it all starts for Barclays at the very top of the house in front office because we're in the business of trust I mean Bank a bank is in the business of trust that's what we deliver and promise to our consumers and our corporate clients and I think you know within procurement we need to make sure we're sort of delivering on that same promise around around trust and building trust with our teams and with our suppliers in the case of Kupa frankly it was about asking them to ensure they appropriately set expectations with me with my team in terms of what we could or couldn't do with the capability right don't over promise and under deliver but actually be very prudent and practical about what we're gonna be able to get done and then deliver on those promises to the best of your ability but if something and I always do if something goes so not according to plan right it's be open communicative and direct with the issue and how we're going to address it that to me is how we build trust in any team and that's how we built trust with Kupa through our transformation over the last two years that's critical mister your point no deployment probably ever goes perfectly according to plan there are always things that happen whatever it is software hardware is that we're talking about and I think for companies to address that confront it help the customer through those challenges to me that's more valuable I'm saying everything went beautifully was flawless that's not reality right I completely agree and I think that's that's what separates good from great companies to write is their ability to build that trust whether it be within their supply chain with their clients with their employees and look it's it's a journey it's not something you're one and done and you can say okay we've got the trust you can lose it as easy as you can obtain it and you have to keep a focus on on those trusting relationships should think about that we've earned this trust but we have to focus on it so we don't lose it so we grow X having the focus on that because you're right whether it's a deployment of software it's not one and it's the same thing with any sort of trusted relationship right it's maintaining that it's ensuring that there's value right being delivered on both sides that's right tell me a little bit about your ability Barclays ability as a spend setter in this program that Cooper has to influence technology directions like they talk a lot about the community all the insights that they're able to deliver to the community because of the community as Burton is able to be a strategic her gir with Cooper rather than just a customer yeah Phil we are I mean Rob and his team Raja Ravi the entire crew are very receptive and they're very collaborative in hearing from an organization like Barclays now look I'll be the first to admit Barclays and in banking and banking specifically in the UK it's a different animal than many other companies and sectors that kupo would work in so what might work for other companies doesn't always work for us and kind of flipping that around there's certain things that we need from Koopa that that we've been able to partner with them to deliver over the course of the last two years and the relationship of coop has been fantastic they hear us they listen to us they help us understand what the solution can do what it can't do or won't be able to do in the near term and then how do we augment that in the right way so we don't create cottage industries of activity with Impa cure med when we could be leveraging the capability of ghupat to deliver on those services right so you mentioned a little bit about what's next for you guys in terms of rolling out the deployment a little bit more broadly last question for you is some of the news that came out today with the expansion of Koopa pay with American Express for example and just some of the other innovations that Koopa is making what are some of your thoughts what are some of the things that excite you about the direction are going in well yes so on the Koopa pay front I'm actually going to be on stage with Ravi tomorrow talking about Koopa pay because Mark Lee card is also a key component of that capability for the first virtual card that they integrated probably I believe it was yeah and and so so I think about payments is sort of the one not the only but one of the next frontiers from a source to pay or a procurement perspective and it's about how do we innovate in the payment space to get away from having that through the old traditional methods of adding suppliers you know detailed information to our vendor masters so that we can then eventually get an invoice and then reconcile payment remittance to invoices and sort of work through there's a lot of cost in that a lot of time and very little speed we want to move the dial on speed the value we want to move the dial on efficiencies and eventually get to a point where we can offer things like early payment discounts so by having control over our our payment process and that's where Koopa pay and the Barclaycard partnership with Koopa pay is really played a key role in making that happen so in q1 we made our commitment to deploy Koopa pay in q1 after we're through some of our deployments through the rest of this year on the base of the platform and look forward to continuing that journey next year on the payment side one last thing that just popped up I was doing some research and the b2c side is transformed much faster a lot of demand from the consumers we talked about that a moment ago do you see what the direction could the pay is going in with Barclays card for example as bringing in some of the consumer implements to start facilitating the acceleration that's needed there and I think yes I think that's exactly right because again when you think about the consumer side of payments or use it we're all using our phones we're using other digital means we're using wearables we're using different ways of buying and paying especially in retail and the first question we have to ask ourselves why can't those innovations be applied in a b2b space now kupah pay is I think a start of sort of that journey and certainly not the end you know destination but certainly I think it sets us off in the right direction yeah we as consumers are quite demanding yes I'll thank you for doing you on the cube ensuring the Barclays spends that our success rate good luck tomorrow in your keynote thank you for having me thank you pleasure I'm Lisa Martin you're watching the cube from cuca inspire London 19 thanks for watching
**Summary and Sentiment Analysis are not been shown because of improper transcript**
ENTITIES
Entity | Category | Confidence |
---|---|---|
Rachel Botsman | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Rob | PERSON | 0.99+ |
Barclays | ORGANIZATION | 0.99+ |
London | LOCATION | 0.99+ |
Barclaycard | ORGANIZATION | 0.99+ |
Rob Bernstein | PERSON | 0.99+ |
Koopa | ORGANIZATION | 0.99+ |
UK | LOCATION | 0.99+ |
96 percent | QUANTITY | 0.99+ |
Phil | PERSON | 0.99+ |
11 countries | QUANTITY | 0.99+ |
Al Williams | PERSON | 0.99+ |
first question | QUANTITY | 0.99+ |
four | QUANTITY | 0.99+ |
Cooper | PERSON | 0.99+ |
both sides | QUANTITY | 0.99+ |
next year | DATE | 0.99+ |
today | DATE | 0.99+ |
tomorrow | DATE | 0.98+ |
Koopas | ORGANIZATION | 0.98+ |
first credit card | QUANTITY | 0.98+ |
Kupa | ORGANIZATION | 0.98+ |
Lisa | PERSON | 0.98+ |
one | QUANTITY | 0.98+ |
q1 | DATE | 0.98+ |
over 95% | QUANTITY | 0.98+ |
five years | QUANTITY | 0.98+ |
three hundred and thirty-five year old | QUANTITY | 0.97+ |
Koopa pay | ORGANIZATION | 0.97+ |
10 years | QUANTITY | 0.97+ |
three hundred and thirty five years old | QUANTITY | 0.97+ |
both | QUANTITY | 0.97+ |
one source | QUANTITY | 0.97+ |
three hundred plus year old | QUANTITY | 0.97+ |
first | QUANTITY | 0.97+ |
London England | LOCATION | 0.96+ |
two years | QUANTITY | 0.96+ |
alla Williams | PERSON | 0.96+ |
American Express | ORGANIZATION | 0.95+ |
253 | QUANTITY | 0.95+ |
end of this calendar year | DATE | 0.95+ |
three hundred thirty-five year old | QUANTITY | 0.95+ |
six different procurement organizations | QUANTITY | 0.95+ |
three hundred and thirty five years | QUANTITY | 0.94+ |
Raja Ravi | PERSON | 0.94+ |
six more | QUANTITY | 0.93+ |
American | OTHER | 0.93+ |
Koopa inspire 19 | ORGANIZATION | 0.92+ |
first pillars | QUANTITY | 0.92+ |
19 | QUANTITY | 0.92+ |
five different procurement organizations | QUANTITY | 0.91+ |
Mark Lee | PERSON | 0.91+ |
two and half years | QUANTITY | 0.9+ |
this year | DATE | 0.89+ |
Tom Clancy, UiPath & Kurt Carlson, William & Mary | UiPath FORWARD III 2019
(upbeat music) >> Announcer: Live from Las Vegas, it's theCUBE! Covering UIPath FORWARD America's 2019. Brought to you by UIPath. >> Welcome back, everyone, to theCUBE's live coverage of UIPath FORWARD, here in Sin City, Las Vegas Nevada. I'm your host, Rebecca Knight, co-hosting alongside Dave Velante. We have two guests for this segment. We have Kurt Carlson, Associate Dean for faculty and academic affairs of the Mason School of Business at the college of William and Mary. Thanks for coming on the show. >> Thanks you for having me. >> Rebecca: And we have Tom Clancy, the SVP of learning at UIPath, thank you so much. >> Great to be here. >> You're a Cube alum, so thank you for coming back. >> I've been here a few times. >> A Cube veteran, I should say. >> I think 10 years or so >> So we're talking today about a robot for every student, this was just announced in August, William and Mary is the first university in the US to provide automation software to every undergraduate student, thanks to a four million dollar investment from UIPath. Tell us a little bit about this program, Kurt, how it works and what you're trying to do here. >> Yeah, so first of all, to Tom and the people at UIPath for making this happen. This is a bold and incredible initiative, one that, frankly, when we had it initially, we thought that maybe we could get a robot for every student, we weren't sure that other people would be willing to go along with that, but UIPath was, they see the vision, and so it was really a meeting of the minds on a common purpose. The idea was pretty simple, this technology is transforming the world in a way that students, we think it's going to transform the way that students actually are students. But it's certainly transforming the world that our students are going into. And so, we want to give them exposure to it. We wanted to try and be the first business school on the planet that actually prepares students not just for the way RPA's being used today, but the way that it's going to be used when AI starts to take hold, when it becomes the gateway to AI three, four, five years down the road. So, we talked to UIPath, they thought it was a really good idea, we went all in on it. Yeah, all of our starting juniors in the business school have robots right now, they've all been trained through the academy live session putting together a course, it's very exciting. >> So, Tom, you've always been an innovator when it comes to learning, here's my question. How come we didn't learn this school stuff when we were in college? We learned Fortran. >> I don't know, I only learned BASIC, so I can't speak to that. >> So you know last year we talked about how you're scaling, learning some of the open, sort of philosophy that you have. So, give us the update on how you're pushing learning FORWARD, and why the College of William and Mary. >> Okay, so if you buy into a bot for every worker, or a bot for every desktop, that's a lot of bots, that's a lot of desktops, right? There's studies out there from the research companies that say that there's somewhere a hundred and 200 million people that need to be educated on RPA, RPA/AI. So if you buy into that, which we do, then traditional learning isn't going to do it. We're going to miss the boat. So we have a multi-pronged approach. The first thing is to democratize RPA learning. Two and a half years ago we made, we created RPA Academy, UIPath academy, and 100% free. After two and a half years, we have 451,000 people go through the academy courses, that's huge. But we think there's a lot more. Over the next next three years we think we'll train at least two million people. But the challenge still is, if we train five million people, there's still a hundred million that need to know about it. So, the second biggest thing we're doing is, we went out, last year at this event, we announced our academic alliance program. We had one university, now we're approaching 400 universities. But what we're doing with William and Mary is a lot more than just providing a course, and I'll let Kurt talk to that, but there is so much more that we could be doing to educate our students, our youth, upscaling, rescaling the existing workforce. When you break down that hundred million people, they come from a lot of different backgrounds, and we're trying to touch as many people as we can. >> You guys are really out ahead of the curve. Oftentimes, I mean, you saw this a little bit with data science, saw some colleges leaning in. So what lead you guys to the decision to actually invest and prioritize RPA? >> Yeah, I think what we're trying to accomplish requires incredibly smart students. It requires students that can sit at the interface between what we would think of today as sort of an RPA developer and a decision maker who would be stroking the check or signing the contract. There's got to be somebody that sits in that space that understands enough about how you would actually execute this implementation. What's the right buildout of that, how we're going to build a portfolio of bots, how we're going to prioritize the different processes that we might automate, How we're going to balance some processes that might have a nice ROI but be harder for the individual who's process is being automated to absorb against processes that the individual would love to have automated, but might not have as great of an ROI. How do you balance that whole set of things? So what we've done is worked with UIPath to bring together the ideas of automation with the ideas of being a strategic thinker in process automation, and we're designing a course in collaboration to help train our students to hit the ground running. >> Rebecca, it's really visionary, isn't it? I mean it's not just about using the tooling, it's about how to apply the tooling to create competitive advantage or change lives. >> I used to cover business education for the Financial Times, so I completely agree that this really is a game changer for the students to have this kind of access to technology and ability to explore this leading edge of software robotics and really be, and graduate from college. This isn't even graduate school, they're graduating from college already having these skills. So tell me, Kurt, what are they doing? What is the course, what does it look like, how are they using this in the classroom? >> The course is called a one credit. It's 14 hours but it actually turns into about 42 when you add this stuff that's going on outside of class. They're learning about these large conceptual issues around how do you prioritize which processes, what's the process you should go through to make sure that you measure in advance of implementation so that you can do an audit on the backend to have proof points on the effectiveness, so you got to measure in advance, creating a portfolio of perspective processes and then scoring them, how do you do that, so they're learning all that sort of conceptual straight business slash strategy implementation stuff, so that's on the first half, and to keep them engaged with this software, we're giving them small skills, we're calling them skillets. Small skills in every one of those sessions that add up to having a fully automated and programmed robot. Then they're going to go into a series of days where every one of those days they're going to learn a big skill. And the big skills are ones that are going to be useful for the students in their lives as people, useful in lives as students, and useful in their lives as entrepreneurs using RPA to create new ventures, or in the organizations they go to. We've worked with UIPath and with our alums who've implement this, folks at EY, Booz. In fact, we went up to DC, we had a three hour meeting with these folks. So what are the skills students need to learn, and they told us, and so we build these three big classes, each around each one of those skills so that our students are going to come out with the ability to be business translators, not necessarily the hardcore programmers. We're not going to prevent them from doing that, but to be these business translators that sit between the programming and the decision makers. >> That's huge because, you know, like, my son's a senior in college. He and his friends, they all either want to work for Amazon, Google, an investment bank, or one of the big SIs, right? So this is a perfect role for a consultant to go in and advise. Tom, I wanted to ask you, and you and I have known each other for a long time, but one of the reasons I think you were successful at your previous company is because you weren't just focused on a narrow vendor, how to make metrics work, for instance. I presume you're taking the same philosophy here. It transcends UIPath and is really more about, you know, the category if you will, the potential. Can you talk about that? >> So we listen to our customers and now we listen to the universities too, and they're going to help guide us to where we need to go. Most companies in tech, you work with marketing, and you work with engineering, and you build product courses. And you also try to sell those courses, because it's a really good PNL when you sell training. We don't think that's right for the industry, for UIPath, or for our customers, or our partners. So when we democratize learning, everything else falls into place. So, as we go forward, we have a bunch of ideas. You know, as we get more into AI, you'll see more AI type courses. We'll team with 400 universities now, by end of next year, we'll probably have a thousand universities signed up. And so, there's a lot of subject matter expertise, and if they come to us with ideas, you mentioned a 14 hour course, we have a four hour course, and we also have a 60 hour course. So we want to be as flexible as possible, because different universities want to apply it in different ways. So we also heard about Lean Six Sigma. I mean, sorry, Lean RPA, so we might build a course on Lean RPA, because that's really important. Solution architect is one of the biggest gaps in the industry right now so, so we look to where these gaps are, we listen to everybody, and then we just execute. >> Well, it's interesting you said Six Sigma, we have Jean Younger coming on, she's a Six Sigma expert. I don't know if she's a black belt, but she's pretty sure. She talks about how to apply RPA to make business processes in Six Sigma, but you would never spend the time and money, I mean, if it's an airplane engine, for sure, but now, so that's kind of transformative. Kurt, I'm curious as to how you, as a college, market this. You know, you're very competitive industry, if you will. So how do you see this attracting students and separating you guys from the pack? >> Well, it's a two separate things. How do we actively try to take advantage of this, and what effects is it having already? Enrollments to the business school, well. Students at William and Mary get admitted to William and Mary, and they're fantastic, amazingly good undergraduate students. The best students at William and Mary come to the Raymond A. Mason school of business. If you take our undergraduate GPA of students in the business school, they're top five in the country. So what we've seen since we've announced this is that our applications to the business school are up. I don't know that it's a one to one correlation. >> Tom: I think it is. >> I believe it's a strong predictor, right? And part because it's such an easy sell. And so, when we talk to those alums and friends in DC and said, tell us why this is, why our students should do this, they said, well, if for no other reason, we are hiring students that have these skills into data science lines in the mid 90s. When I said that to my students, they fell out of their chairs. So there's incredible opportunity here for them, that's the easy way to market it internally, it aligns with things that are happening at William and Mary, trying to be innovative, nimble, and entrepreneurial. We've been talking about being innovative, nimble, and entrepreneurial for longer than we've been doing it, we believe we're getting there, we believe this is the type of activity that would fit for that. As far as promoting it, we're telling everybody that will listen that this is interesting, and people are listening. You know, the standard sort of marketing strategy that goes around, and we are coordinating with UIPath on that. But internally, this sells actually pretty easy. This is something people are looking for, we're going to make it ready for the world the way that it's going to be now and in the future. >> Well, I imagine the big consultants are hovering as well. You know, you mentioned DC, Booz Allen, Hughes and DC, and Excensior, EY, Deloitte, PWC, IBM itself. I mean it's just, they all want the best and the brightest, and now you're going to have this skill set that is a sweet spot for their businesses. >> Kurt: That's the plan. >> I'm just thinking back to remembering who these people are, these are 19 and 20 year olds. They've never experienced the dreariness of work and the drudge tasks that we all know well. So, what are you, in terms of this whole business translator idea, that they're going to be the be people that sit in the middle and can sort of be these people who can speak both languages. What kind of skills are you trying to impart to them, because it is a whole different skill set. >> Our vision is that in two or three years, the nodes and the processes that are currently... That currently make implementing RPA complex and require significant programmer skills, these places where, right now, there's a human making a relatively mundane decision, but it's sill a model. There's a decision node there. We think AI is going to take over that. The simple, AI's going to simply put models into those decision nodes. We also think a lot of the programming that takes place, you're seeing it now with studio X, a lot of the programming is going to go away. And what that's going to do is it's going to elevate the business process from the mundane to the more human intelligent, what would currently be considered human intelligence process. When we get into that space, people skills are going to be really important, prioritizing is going to be really important, identifying organizations that are ripe for this, at this moment in time, which processes to automate. Those are the kind of skills we're trying to get students to develop, and what we're selling it partly as, this is going to make you ready of the world the way we think it's going to be, a bit of a guess. But we're also saying if you don't want to automate mundane processes, then come with us on a different magic carpet ride. And that magic carpet ride is, imagine all the processes that don't exist right now because nobody would ever conceive of them because they couldn't possibly be sustained, or they would be too mundane. Now think about those processes through a business lens, so take a business student and think about all the potential when you look at it that way. So this course that we're building has that, everything in the course is wrapped in that, and so, at the end of the course, they're going to be doing a project, and the project is to bring a new process to the world that doesn't currently exist. Don't program it, don't worry about whether or not you have a team that could actually execute it. Just conceive of a process that doesn't currently exist and let's imagine, with the potential of RPA, how we would make that happen. That's going to be, we think we're going to be able to bring a lot of students along through that innovative lens even though they are 19 and 20, because 19 and 20 year olds love innovation, while they've never submitted a procurement report. >> Exactly! >> A innovation presentation. >> We'll need to do a Cube follow up with that. >> What Kurt just said, is the reason why, Tom, I think this market is being way undercounted. I think it's hard for the IDCs and the forces, because they look back they say how big was it last year, how fast are these companies growing, but, to your point, there's so much unknown processes that could be attacked. The TAM on this could be enormous. >> We agree. >> Yeah, I know you do, but I think that it's a point worth mentioning because it touches so many different parts of every organization that I think people perhaps don't realize the impact that it could have. >> You know, when listening to you, Kurt, when you look at these young kids, at least compared to me, all the coding and setting up a robot, that's the easy part, they'll pick that up right away. It's really the thought process that goes into identifying new opportunities, and that's, I think, you're challenging them to do that. But learning how to do robots, I think, is going to be pretty easy for this new digital generation. >> Piece of cake. Tom and Kurt, thank you so much for coming on theCUBE with a really fascinating conversation. >> Thank you. >> Thanks, you guys >> I'm Rebecca Knight, for Dave Velante, stay tuned for more of theCUBEs live coverage of UIPath FORWARD. (upbeat music)
SUMMARY :
Brought to you by UIPath. and academic affairs of the Mason School of Business at UIPath, thank you so much. William and Mary is the first university in the US that it's going to be used when AI starts to take hold, it comes to learning, here's my question. so I can't speak to that. sort of philosophy that you have. But the challenge still is, if we train five million people, So what lead you guys to the decision to actually that the individual would love to have automated, it's about how to apply the tooling to create the students to have this kind of access to And the big skills are ones that are going to be useful the category if you will, the potential. and if they come to us with ideas, and separating you guys from the pack? I don't know that it's a one to one correlation. When I said that to my students, Well, I imagine the big consultants are hovering as well. and the drudge tasks that we all know well. and so, at the end of the course, they're going to be doing how fast are these companies growing, but, to your point, don't realize the impact that it could have. is going to be pretty easy for this new digital generation. Tom and Kurt, thank you so much for coming on theCUBE for more of theCUBEs live coverage of UIPath FORWARD.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Rebecca | PERSON | 0.99+ |
Tom | PERSON | 0.99+ |
Kurt | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Deloitte | ORGANIZATION | 0.99+ |
Tom Clancy | PERSON | 0.99+ |
Rebecca Knight | PERSON | 0.99+ |
Dave Velante | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
PWC | ORGANIZATION | 0.99+ |
UIPath | ORGANIZATION | 0.99+ |
Kurt Carlson | PERSON | 0.99+ |
EY | ORGANIZATION | 0.99+ |
10 years | QUANTITY | 0.99+ |
19 | QUANTITY | 0.99+ |
14 hours | QUANTITY | 0.99+ |
US | LOCATION | 0.99+ |
400 universities | QUANTITY | 0.99+ |
August | DATE | 0.99+ |
Excensior | ORGANIZATION | 0.99+ |
Jean Younger | PERSON | 0.99+ |
two | QUANTITY | 0.99+ |
College of William and Mary | ORGANIZATION | 0.99+ |
last year | DATE | 0.99+ |
one credit | QUANTITY | 0.99+ |
first half | QUANTITY | 0.99+ |
second | QUANTITY | 0.99+ |
Financial Times | ORGANIZATION | 0.99+ |
two guests | QUANTITY | 0.99+ |
hundred million people | QUANTITY | 0.99+ |
William and Mary | ORGANIZATION | 0.99+ |
Mason School of Business | ORGANIZATION | 0.99+ |
20 | QUANTITY | 0.99+ |
three hour | QUANTITY | 0.99+ |
four | QUANTITY | 0.99+ |
451,000 people | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
DC | ORGANIZATION | 0.99+ |
one university | QUANTITY | 0.99+ |
both languages | QUANTITY | 0.99+ |
100% | QUANTITY | 0.99+ |
three years | QUANTITY | 0.99+ |
five million people | QUANTITY | 0.99+ |
20 year | QUANTITY | 0.99+ |
five years | QUANTITY | 0.98+ |
Six Sigma | TITLE | 0.98+ |
Sin City, Las Vegas Nevada | LOCATION | 0.98+ |
Raymond A. Mason | ORGANIZATION | 0.98+ |
each | QUANTITY | 0.98+ |
Las Vegas | LOCATION | 0.98+ |
one | QUANTITY | 0.98+ |
four million dollar | QUANTITY | 0.98+ |
2019 | DATE | 0.98+ |
Two and a half years ago | DATE | 0.97+ |
four hour course | QUANTITY | 0.97+ |
first university | QUANTITY | 0.97+ |
60 hour course | QUANTITY | 0.97+ |
mid 90s | DATE | 0.97+ |
first thing | QUANTITY | 0.96+ |
UIPath FORWARD | ORGANIZATION | 0.95+ |
about 42 | QUANTITY | 0.95+ |
Amit Walia, Informatica | CUBEConversations, May 2019
(funky guitar music) >> From our studios, in the heart of Silicon Valley, Palo Alto, California, This is theCUBE conversation. >> Everyone welcome to this CUBE conversation here in Palo Alto, California CUBE studios, I'm John Furrier, the host of theCUBE. Were with CUBE alumni, special guest Amit Walia, President of Products & Marketing at Informatica. Amit, it's great to see you. It's been a while. It's been a couple of months, how's things? >> Good to be back as always. >> Welcome back. Okay, Informatica worlds is coming up, we have a whole segment on that but we have been covering you guys for a long long time, data is at the center of the value proposition again and again, it's more amplified now, the fog is lifting. >> Sure. >> And the world is now seeing what we were talking about four years ago. (giggles) >> Yeah. >> With data, what's new? What's the big trends that going on that you guys are doubling down on? What's new, what's changed? Give us the update. >> Sure. I think we have been talking the last couple of years, I think your right, data has becoming more and more important. I think, three things we see a lot. One is obviously, you saw this whole world of digital transformation. I think that has de faintly has picked up so much steam now. I mean, every company is going digital and obviously that creates a whole new paradigm shift for companies to carry out almost recreate themselves, rebuild them, so data becomes the new definition. And that's what we call those things you saw at Infomatica even before data3.org, but data is the center of everything, right? And you see the volume of data growth, you know, the utilization of data to make decisions, whether it's, you know, decisions on the shop floor, decisions basically related to cyber security or whatever it is. And the key to what you see different now is the whole AI assisted data management. I mean the scale of complexity, the scale of growth, you know, multi-cloud, multi-platform, all the stuff that is in front of us, it's really difficult to run the old way of doing things, so that's why we see one thing that we see a whole lot is AI is becoming a lot more mainstream, still early days but it's assisting the whole ability for companies, what I call, exploit data to really become a lot more transformative. >> You have been on this for a while, again we can go back to theCUBE archives, we can almost pull out clips from two years ago, be relevant today, you know, the data control, understanding >> Yeah. >> Understanding where the data governance is-- >> Sure. >> That's always a foundational thing but you guys nailed the chat bots, you have been doing AI was previous announcements, this is putting a lot of pressure on you, the president of the products, you got to get this out there. >> What's new? What's happening inside Informatica? pedaling as fast as you can? What is some of the updates? >> No. >> Gives us the-- >> The best example always is like a duck, right? Your really swimming and feel things are calm at the top and then you are really paddling. No, I think it's great for us. I think, I look at AI's, AI is like, there is so much FUD [fear, uncertainty and doubt] around it and machine learning AI. We look at it as two different ways. One is how we leverage machine learning within our products to help our customers. Making it easy for them, like I said, so many different data types, think of IOT data, unstructured data, streaming data, how do you bring all that stuff together and marry it with your existing transactional data to make sense. So, we're leveraging a lot of machine learning to make the internal products a lot more easier to consume, a lot more smarter, a lot more richer. The second thing is that, we're what we call it our AI, CLAIRE, which we unveiled, if you remember, a couple of years ago at the Informatica World. How that then helps our customers make smarter decisions, you know, in data science and all of these data workbenches, you know, the old statistical models is only as good as they can ever be. So, we leveraging helping our customers see the value proposition of our AI, CLAIRE, then to what I make things that, you know, find patterns, you know, statistical models cannot. So, to me I look at both of those really, leveraging ML to shape our products, which is where we do a lot of innovation and then creating our AI, CLAIRE, to help customers to make smarter decisions, easier decisions, complex decisions, which I called the humans or statistical models, really cannot. >> Well this is the balance with machines and humans. >> Right. >> working together, you guys have nailed this before and I'm, I think this was two years ago. I started to hear the words, land, adopt, expand, form you guys, right? Which is, you got to get adoption. >> Right. >> And so, as you're iterating on this product focus, you got to getting working, making secure your products-- >> Big, big maniacal focus on that one. >> So, tell me what you have learned there because that's a hard thing. >> Right. >> You guy are doing well at it. You got to get adoption, which means you got to listen customers, you got to do the course correction. >> Yeah. >> what's the learnings coming out of that piece of that. >> That's actually such a good point. We've made such, we've always been a customer centric company but as you said, like, as whole world shifted towards a new subscription cloud model, we've really focused on helping our customers adopt our products and you know, in this new world, customers are struggling with new architectures and everything, so we doubled down on what we called customer success. Making sure we can help our customers adopt the products and by the way it's to our benefit. Our customers get value really quickly and of course we believe in what we call a customer for life. Our ability to then grow with our customers and help them deliver value becomes a lot better. So, we really focused, so, we have globally across the board customers, success managers, we really invest in our customers, the moment a customer buys a product from us, we directly engage with them to help them understand for this use case, how you implement the product. >> It's not just self service, that's one thing that I appreciate 'cause I know how hard it is to build products these days, especially with the velocity of change but it's also when you have a large scale data. >> Yeah. >> You need automation, you got to have machine learning, you got to have these disciplines. >> Sure. >> And this is both on your end and but also on the customer. >> Yes. >> Any on the updates on the CLAIRE and some customer learnings you're seeing that are turning into use cases or best practices, what are some of them? >> So many of them. So take a simple example, right? I mean, we think of, we take these things for granted, right? I mean, take note, we don't talk about IOB these days right? All these cell cells, we were streaming data, right? Or even robots on the shop floor. So much of that data has no schema, no structure, no definition, it's coming, right? Netflix data and for customers there is a lot of volume in it, a lot of it could be junk, right? So, how do you first take that volume of data? Create some structure to it for you to do analytics. You can only do analytics if you put some structure to it, right? So, first thing is I've leverage CLAIRE, we help our customers to create, what I call, schema and you can create some structure to it. Then what we do allow is basically CLAIRE through CLAIRE, it can naturally bring what we have the data quality on top of it, like how much of it is irrelevant, how much of it is noise, how much of it really makes sense, so, then, as you said it, signal from the noise We are helping our customers get signal from the noise of data. That's where it AI comes very handy because it's very manual, cumbersome, time consuming and sometimes very difficult to do. So, that's a area we have leveraged creating structure and data quality on top and finding rules that didn't naturally probably didn't exist, that you and me wouldn't be able to see. Machines are able to do it and to your point, our belief is, this is my 100% belief, we believe AI assisting the humans. We have given the value of CLAIRE to our users, so it complements you and that's where we are trying to help our users get more productive and deliver more value to you faster. >> Productivity is multifold, it's like, also, efficiency, people wasting time on project that can be automated, so you can focus that valuable resource somewhere else. >> Yeah. >> Okay, let's shift gears onto Informatica World coming up. Let's spend some time on that. What's the focus this year, the show, it's coming up, right around the corner, what's going to be the focus? What's going to be the agenda? What's on the plate? >> Give you a quick sense on how it's shape up, it's probably going to be our Informatica World. So, it's 20th year, again back in Waze, you know, we love Waze of course. We have obviously, a couple of days lined up over there, I know you guys will be there too. A great set of speakers. Obviously, we will have me on stage, speakers like, we'll have some, the CEO of Google Cloud, Thomas Kurian is going to be there, we'll have on the main stage with Anil, we'll have the CEO of Databricks, Ali, with me, we'll also have CMO of AWS, Ariel, there, then we have a couple of customers lined up, Simon from Credit Suisse, Daniel is the CDO of Nissan, we also have the Head of AI, Simon Guggenheimer from Microsoft as well as the Chief Product Officer of Tableau, Francois Ajenstat, so, we have a great line up of speakers, customers and some of our very very strategic partners with us. If you remember last year, We also had Scott Guthrie there main stage. 80 plus sessions, pretty much 90% lead by customers. We have 70 to 80 customers presenting. >> Technical sessions or going to be a Ctrack? >> Technical, business, we have all kinds of tracks, we have hands on labs, we have learnings, customers really want to learn our products, talk with the experts, some want to the product managers, some want to talk to the engineers, literally so many hands on labs, so, it's going to be a full blown couple of days for us. >> What's the pitch for someone watching that never been Informatica World? Why should they come for the show? >> I'll always tell them three things. Number one is that, it's a user conference for our customers to learn all things about data management and of course in that context they learn a lot about. So, they learn a lot about the industry. So, day one we kick it off by market perspectives. We are giving a sense on how the market is going, how everybody is stepping back from the day to and understanding, where are these digital transformation, AI, where is all the world of data going. We've got some great annalists coming, talkings, some customers talking, we are talking about futures over there. Then it is all about hands on learning, right?, learning about the product. Hearing from some of these experts, right?, from the industry experts as well as our customers, teaching what to do and what not to do and networking, it's always go to network, right, it's a great place for people to learn from each other. So, it's a great forum for all those three things but the theme this year is all about AI. I talked about CLAIRE, I'll in fact our tagline this year is, Clarity Unleashed. We really want, basically, AI has been developing over the last couple of years, it's becoming a lot more mainstream, for us in our offerings and this year we're really taking it mainstream, so, it's kind of like, unleashing it for everybody can genuinely use it, truly use it, for the day to day data management activities. >> Clarity is a great theme, I mean, it plays on CLAIRE but this is what we're starting to see some visiblility into some clear >> Yeah. >> Economic benefits, business benefits. >> Yep. >> Technical benefits, >> Yep. >> Kind of all starting to come in. How would you categorize those three areas because you know, generally that's the consensus these days that what was once a couple years ago was, like, foggy when you see, now you're starting to see that lift, you're seeing economic, business and technical benefits. >> To me it's all about economic and business. So, technology plays a role in driving value for the business, right, I'm a full believer in that, right, and if you think about some of the trends today, right, a billion users are coming into play that will be assisted by AI. Data is doubling every year, you know the volume of data, >> Yep. >> The amount of, and I always say business users today, I mean, I run a business, I want, I always say, tomorrow data, yesterday to make a decision today. It's just in time and that's where AI comes into play. So our goal is to help organizations transform themselves, truly be more productive, reduce operation cost, by the way governance and compliance, that's becoming such a mainstream topic. It's not just basically making analytical decisions. How do you make sure your data is safe and secure, you don't want to get basically get hit by all of these cyber attacks, they're all are coming after data. So, governance, compliance of data that's becoming very, so, those-- >> Again you guys are right on the data thing. >> Yeah. >> I want to get your reaction, you mentioned some stats. >> Sure. >> I've got some stats here. Data explosion, 15.3 zettabytes per year >> Yeah, in global traffic. >> Yeah. >> 500 million business data users and growing 20 billion in connected devices, one billion workers will be assisted by machine learning, so, thanks for plugging those stats but I want to get your reaction to some of these other points here. 80% of enterprises are looking at multicloud, their really evaluating where the data sits in that equation >> Sure. And the other thing is the responsibility and role of the Chief Data Officer >> Yes. >> These are new dynamics, I think you guys will be addressing that into the event. >> Absolutely, absolutely. >> Because organizational dynamics, skill gaps are issues but also you have multicloud. So your thoughts on those to. >> That's a big thing, look at, in the old world, John, Hidrantes is always still in large enterprises, right, and it's going to stay here. In fact I think it's not just cloud, think of it this way, on-premise is still here, it's not going a way. It's reducing in scope but then you have this multicloud world, SAS apps, PAS apps, infrastructure, if I'm a customer, I want to do all of it but the biggest problem is that my data is everywhere, how do I make sense of it and then how do I govern it, like my customer data is sitting somewhere in this SAS app, in that platform, on this on-prem application transaction app I'm running, how do I connect the three and how do I make sense it doesn't get, I can have a governance control around it. That's when data management becomes more important but more complex but that's why AI comes in to making it easier. What are the things we've seen a lot, as you touched upon, is the rise of CDO. In fact we have Daniel from Nissan, she is the CDO of Nissan North America, on main stage, talking about her role and how they have leveraged data to transform themselves. That is something we're seeing a lot more because you know, the role of the CDO is making sure that is not only a sense of governance and compliance, a sense of how do we even understand the value of data across an enterprise. Again, I see, one of the things we going to talk about is system thinking around data. We call it System Thinking 3.0, data is becoming a platform. See, there was OSA-D hardware layer whether it is server, or compute, we believe that data is becoming a platform in itself. Whether you think about it in terms of scale, in terms of governance, in terms of AI, in terms of privacy, you have to think of data as a platform. That's the other big thing. >> I think that is a very powerful statement and I like to get your thoughts, we had many conversations on camera, off camera, around product, Silicon Valley, Venture Capital, how can startups create value. On of the old antigens use to be, build a platform, that's your competitive strategy, you were a platform company and that was a strategic competitive advantage. >> Yes. >> That was unique to the company, they created enablement, Facebook is a great example. >> Yeah. >> They monetized all the data from the users, look where they are. >> Sure. >> If you think about platforms today. >> Sure. >> It seems to be table steaks, not as a competitive advantage but more of a foundational. >> Sure. >> Element of all businesses. >> Yeah. >> Not just startups and enterprises. This seems to be a common thread, do you agree with that, that platforms becoming table steaks, 'cause of if we have to think like systems people >> Mm-hmm. >> Whether it's an enterprise. >> Sure. >> Or a supplier, then holistically the platform becomes table steaks on premer or cloud. Your reaction to that. Do you agree? >> No, I think I agree. I'll say it slightly differently, yes. I think platform is a critical component for any enterprise when they think of their end to end technology strategy because you can't do piece meals otherwise you become a system integrator of your own, right? But it's no easy to be a platform player itself, right, because as a platform player, the responsibility of what you have to offer your customer becomes a lot bigger. So, we obviously has this intelligent data platform but the other thing is that the rule of the platform is different too. It has to be very modular and API driven. Nobody wants to buy a monolithic platform. I don't want to, as a enterprise, I don't buy all now, I'm going to implement five years of platform. You want it, it's going to be like a Lego block, okay you, it builds by itself. Not monolithic, very API driven, maybe microservices based and that's our belief that in the new world, yes, platform is very critical for to accelerate your transformational journeys or data driven transformational journeys but the platform better be API driven, microservices based, very nimble that is not a percussor to value creation but creates value as you go along. >> It's all, kind of up to, depends on the customer it could have a thin foundational data platform, from you guys for instance, then what you're saying, compose. >> Of different components. >> On whatever you need. >> For example you have data integration platform, you can do data quality on top, you can do master data management on top, you can provide governance, you can provide privacy, you can do cataloging, it all builds. >> Yeah. >> It's not like, oh my gosh, I have go do all these things over the course of five years, then I get value. You got to create value all along. >> Yeah. >> Today's customers want value like, in two months, three months, you don't want to wait for a year or two. >> This is the excatly the, I think, the operating system, systems mindset. >> Yes. >> You were referring too, this is kind of how enterprises are behaving now. There is the way you see on-premise, >> Yep. >> Thinking around data, cloud, multicloud emerging, it's a systems view distributed computing, with the right Lego blocks. >> That's what our belief is. That's what we heard from customers. See our, I spend most of my time talking to customers and are we trying to understand what customers want today and you know, some of this latent demands that they have, sometimes can't articulate, my job, I always end up on the road most of the time, just hearing customers, that's what they want. They want exactly to your point, a platform that builds, not monolithic, but they do want a platform. They do want to make it easy for them not to do everything piece meal. Every project is a data project. Whether it's a customer experience project, whether it's a governance project, whether it's nothing else but a analytical project, it's a data project. You don't repeat it every time. That's what they want. >> I know you got a hard stop but I want to get your thoughts on this because I have heard the word, workload, mentioned so many more times in the past year, if there was a tag cloud of all theCUBE conversations where the word workload was mentioned, it would be the biggest font. (laughs) >> Yes. >> Workload has been around for a while but now you are seeing more workloads coming on. >> Yeah. >> That's more important for data. >> Yes. >> Workloads being tied into data. >> Absolutely. >> And then sharing data across multiple workloads, that's a big focus, do you see that same thing? >> We absolutely see that and the unique thing we see also is that newer workloads are being created and the old workloads are not going away, which is where the hybrid becomes very important. See, we serve large enterprises and their goal is to have a hybrid. So, you know, I'm running a old transaction workload order here, I want to have a experimental workload, I want to start a new workload, I want all of them to talk to each other, I don't want them to become silos and that's when they look to us to say connect the dots for me, you can be in the cloud, as an example, our cloud platform, you know last time, we talked about a 5 trillion transactions a month, today is double that, eight to ten trillion transactions a month. Growing like crazy but our traditional workload is also still there so we connect the dots for our customers. >> Amit, thank you for coming on sharing your insights, obviously you guys are doing well. You've got 300,000 developers, billions in revenue, thanks for coming on, appreciate the insight and looking forward to your Informatica World. >> Thank you very much. >> Amit Walia here inside theCUBE, with theCUBE conversation, in Palo Alto, thanks for watching.
SUMMARY :
in the heart of Silicon Valley, I'm John Furrier, the host of theCUBE. but we have been covering you guys And the world is now seeing what we were talking about that you guys are doubling down on? And the key to what you see different now but you guys nailed the chat bots, then to what I make things that, you know, working together, you guys have nailed this before So, tell me what you have learned there which means you got to listen customers, and you know, in this new world, but it's also when you have a large scale data. You need automation, you got to have machine learning, and but also on the customer. and you can create some structure to it. so you can focus that valuable resource somewhere else. What's the focus this year, I know you guys will be there too. so, it's going to be a full blown couple of days for us. how everybody is stepping back from the day to because you know, generally that's the consensus and if you think about some of the trends today, right, How do you make sure your data is safe and secure, I've got some stats here. but I want to get your reaction and role of the Chief Data Officer I think you guys will be addressing that into the event. are issues but also you have multicloud. Again, I see, one of the things we going to talk about and I like to get your thoughts, they created enablement, Facebook is a great example. They monetized all the data from the users, It seems to be table steaks, do you agree with that, Do you agree? the responsibility of what you have to offer from you guys for instance, you can do master data management on top, over the course of five years, then I get value. three months, you don't want to wait for a year or two. This is the excatly the, I think, the operating system, There is the way you see on-premise, it's a systems view distributed computing, and you know, some of this latent demands that they have, I know you got a hard stop but now you are seeing more workloads coming on. and the unique thing we see also is that Amit, thank you for coming on sharing your insights, with theCUBE conversation, in Palo Alto,
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Daniel | PERSON | 0.99+ |
Simon Guggenheimer | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
May 2019 | DATE | 0.99+ |
Amit Walia | PERSON | 0.99+ |
20 billion | QUANTITY | 0.99+ |
70 | QUANTITY | 0.99+ |
Scott Guthrie | PERSON | 0.99+ |
eight | QUANTITY | 0.99+ |
Silicon Valley | LOCATION | 0.99+ |
Simon | PERSON | 0.99+ |
Thomas Kurian | PERSON | 0.99+ |
five years | QUANTITY | 0.99+ |
John Furrier | PERSON | 0.99+ |
Netflix | ORGANIZATION | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
100% | QUANTITY | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
80% | QUANTITY | 0.99+ |
Amit | PERSON | 0.99+ |
90% | QUANTITY | 0.99+ |
three months | QUANTITY | 0.99+ |
Nissan | ORGANIZATION | 0.99+ |
yesterday | DATE | 0.99+ |
last year | DATE | 0.99+ |
Credit Suisse | ORGANIZATION | 0.99+ |
Tableau | ORGANIZATION | 0.99+ |
300,000 developers | QUANTITY | 0.99+ |
a year | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
tomorrow | DATE | 0.99+ |
CUBE | ORGANIZATION | 0.99+ |
two months | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
two | QUANTITY | 0.99+ |
CLAIRE | PERSON | 0.99+ |
One | QUANTITY | 0.99+ |
Informatica World | ORGANIZATION | 0.99+ |
both | QUANTITY | 0.99+ |
Ali | PERSON | 0.99+ |
Databricks | ORGANIZATION | 0.99+ |
data3.org | OTHER | 0.99+ |
Informatica | ORGANIZATION | 0.99+ |
80 plus sessions | QUANTITY | 0.99+ |
this year | DATE | 0.99+ |
two years ago | DATE | 0.99+ |
one billion workers | QUANTITY | 0.99+ |
Google Cloud | ORGANIZATION | 0.98+ |
80 customers | QUANTITY | 0.98+ |
Francois Ajenstat | PERSON | 0.98+ |
Nissan North America | ORGANIZATION | 0.98+ |
billions | QUANTITY | 0.98+ |
second thing | QUANTITY | 0.98+ |
one | QUANTITY | 0.98+ |
first | QUANTITY | 0.97+ |
three | QUANTITY | 0.97+ |
Infomatica | ORGANIZATION | 0.97+ |
Anil | PERSON | 0.97+ |
one thing | QUANTITY | 0.97+ |
two different ways | QUANTITY | 0.96+ |
Today | DATE | 0.96+ |
Lego | ORGANIZATION | 0.96+ |
20th year | QUANTITY | 0.96+ |
three things | QUANTITY | 0.96+ |
CDO | TITLE | 0.96+ |
ten trillion transactions | QUANTITY | 0.96+ |
Palo Alto, California | LOCATION | 0.95+ |
Venture Capital | ORGANIZATION | 0.94+ |
last couple of years | DATE | 0.94+ |
theCUBE | ORGANIZATION | 0.93+ |
President | PERSON | 0.93+ |
Amit Walia, Informatica | CUBEConversation, April 2019
>> from our studios in the heart of Silicon Valley. HOLLOWAY ALTO, California It is a cube conversation. >> Welcome to this. Keep conversation here in Palo Alto, California. Keep studios. I'm John for the host of the Cube were with Cuba Lum nine. Special gas *** while the president of products and marking it in from Attica. I make great to see you has been a while, but a couple months. How's things good to be >> back has always >> welcome back. Okay, so in dramatic, a world's coming up. We have a whole segment on that, but we've been covering you guys for a long, long time. Data is at the center the value proposition. Again and again, it's Maur amplified. Now the fog is lifting. Show in the world is now seeing what we think we were told about four years ago with data. What's new? What's that? What's the big trends going on that you guys air doubling down on what's new? What's changed? Here's the update. Sure, >> I think we've been talking for the last couple of years. I think you're right. It is becoming more and more important. I think three things we see a lot one is. Obviously you saw this whole world of district transformation. I think that definitely has picked up so much steam. Now. I mean, every company's going digital and And that the officer, that creates a whole new paradigm shift for companies to come almost recreate themselves remained. And so that data becomes the new definition. And that's what we call the thing is you side and fanatical even before the data three dollar word. But data is the center of everything, right? And in basically see the volume of data growth, you know, the utilization of data to make decisions, whether it's, you know, a decision on the shop floor decisions basically related to a cyber security or whatever it is on the keel of your signal is different now. Is the hole e. I assisted data management. I mean the scale ofthe complexity, the scale of growth, you know, multi cloud, multi platform, all the stuff that's in front of us. It's very difficult to run the old way of doing things. So that's where we see the one thing that we see a whole lot is is becoming a lot more mainstream still early days. But it's assisting the whole ability for companies to what I call exploit data to really become a lot more transformative. >> You've been on this for a while again. We get what we had to go back to. The Cube archives were almost pullout clips from two years ago be relevant today. You know the data control understanding. You know that. You know, I understand where the date of governance is ours. So is the foundational thing. But you guys nailed the chat box. You've been doing a Iot of previous announcements. This is putting a lot of pressure on you. The president of products you got. Get this out there. What's new? What's happening inside in from Attica? He's pedaling as fast as you can. What are some of the updates? Give >> us the best example. I was just like the duck, right? You know, you're really selling your Felix comma the top and then you're really finally I think it's great for us. I think I look a tw ee eye ee eye. It's like this so much fun around machine learning. We look at it, it's two different ways. One is how we leverage machine learning Vidin our products to help our customers, making it easy for them to. As I said, so many different data types Think of I ot data instructor data streaming data. How do you bring all that stuff together and married with your existing transaction? It'LL make sense. So we're leveraging a lot of machine learning to make the internal products a lot more easier to consume. A lot more smarter, a lot more. Richard, The second thing is that we what we call his are a clear which we are. Really? If you remember a couple years ago and in America World, how guard then helps our customers make smarter decisions in the in the one of data signs and all these new data workbench is, you know, the old statistical models are only as good as they can never be. So we're leveraging, helping our customers take the value proposition of r B. I clear then what? I make things that, you know, find patterns that, you know, statistical models cannot. So, to me, I look att, both of those really leveraging ml to shape our products, which is married to a lot of innovation and then creating our eclair to that help customers make smarter decisions, easier decisions, complex decisions. Which would I kill the humans or the statistical models? >> Really Well, this is the balance between machines and humans working together. And you guys have nailed this before. And I think this was two years ago. I started to hear the words land adopt, expand from you guys. Write, which is you've got to get adoption, right? And so as you're iterating on this product, focus, you've got to get it working your >> butt looks big, maniacal focus of that. Let's talk about >> what? What you've learned there because that's a hard thing. You guys are doing well at it. We've got to get a doctor. Means you gotta listen to customers going do the course correction. What's the learning is coming out of that. That >> is actually such a good point. We made such. We were always a very customer centric company. But as you said like that, as the world shifted towards a new subscription cloud model, be really focused on helping our customers adopt our products. And you know, in this new world, customers are also struggling with new architectures and everything, so we double down on what we call customer success, making sure we can help our customers adopt the products. And whether it's it's, it's too will benefit. Our customers can value very quickly. And of course, we believe in what we call a customer for life. Our ability to then grow without customers and held them deliver value becomes a lot better, so we're really for So we have globally across the board customers, success managers, we really invest in a customer's. The moment we a customer, buys a product from us, we directly engage with them to help them understand forthis use case. How you >> implement its not just self serving. That's one thing which I appreciate because you know, how hard is it? Build products these days, especially with philosophy, have changed, but it's also we have in the large scale data. You need automation. You've gotta have machine learning. You gotta have these disciplines. Sure this both on your own, but also for the customer. Yes, any updates on the Clare and some customer learnings, and you're seeing that air turning into either use cases or best practices, >> many of them. So take a simple example, right? I mean, we think if we take these things for granted, right? I mean, taking over here to talk about I open these designs on all of these sensors. We were streaming data, right? Or even robots in the shop floor. Sort of. That data has no schema, no structure, nor definition. It's coming like Netflix data has to. And for customers, there's a lot of volume on it. None of it could be junk. Right? So how do you first think that volume of data creates some structure to it for you to do analytics? You You can only do analytics if you put some structure to it. Right. So first thing is that we leverage clear help customers create what are called scheme, and you can create some structure to it. Then what we do allow is basically clear through clear. It can naturally bring what we have. The data quality on top of it. Like how much of it is irrelevant? How much of it is noise? How much would it really make sense? So then what was you said? It signal from the noisy were helping customers get signal from the noise of data. That's where it becomes very handy because It's a very man will cumbersome, time consuming and something very difficult to do. So that's an area of every have leveraged, creating structure, adding data quality on top and finding rules that didn't probably naturally didn't exist, that you and he would be able to see machines are able to do it. And to your point, our belief is this is my one hundred percent believe we believe in the eye assisting the humans. We have given the value ofthe Claire, tow our users that it compliments you. And that's where we're trying to help our users get more productive and deliver more value faster. >> Productivity is multifold. It's like also efficiency. You don't want people wasting time on project that can be automated. You focus that valuable resource somewhere else. Yeah, okay, so let's shift gears on. Taking from Attica World coming up. Let's spend some time on that. What's the focus this year? The show. It's coming up right around the corner. What's going to focus on what's going to be the agenda? What's on the plate >> give you a quick sense of how it's the shape of its going to be our biggest in from Attica well, so it's twentieth year again. Back in Vegas, you know we love Vegas. Of course, we have obviously a couple of days line up over there and you guys will be there too Great sort of speakers. So obviously we'LL have mean stage speakers like so we'LL have some CEO of Google Cloud Thomas Korean is going to be there We'LL have on main stage with Neil We'LL have the CEO of dealer Breaks Ali with me We'LL also have the CMO off a ws ariel there. Then we have a couple of customers lined up Simon from Credit Suisse Daniels CD over Nissan. We also have the head of the eye salmon Guggenheimer from Microsoft, as well as the chief product officer of Tableau Francois on means. So we have a great lineup of speakers, customers and some of our very, very strategic partners with us. Remember last year we also had Scott country. That means too eighty plus session's pretty much a ninety percent led by customers. We have seventy to eighty customers. Presentable sessions, technical business. We have all kinds of tracks. We have hands on labs. We have learnings. Customers really want to come. Lana products. Talked to the experts someone to talk to the product manager. Someone talk to the engineers literally, so many hands on lab. So it's going to be a full blown a couple of days. What's >> the pitch for someone watching that has never been in from Attica world? Why should they come for the show? >> I always tell them three things. Number one is that it's a user conference for our customers to known all things about data management. And then, of course, in that context, they learned a lot about so they learned a lot about the industry. So Dave one we kicked around by market perspective giving Assessor the market is going, how everybody should be stepping back from the data and understanding. Where are these district transformation? E I? Where is the world of detail going? We have some great analysts coming, talking, some customers talking. We'LL be talking about futures over there. Then it is all about hands on learning, right, learning about the product hearing from some of these experts, right from the industry experts as well as our customers teaching what to do, what not to do and networking. It's always great to network writes a great place for people to learn from each other. So it's a great forum for for two of those three things. But the team this year is all around here. I talked about clear. In fact, our tagline Dissidents, clarity unleashed. I really want to, basically has been developing for the last couple of years. It's become becoming a lot who means stream for us in our offerings. And this year we really are taking it being stream. So it's kinda like unleashing it where everybody can genuinely use a truly use it from the data data management. Active >> clarity is a great team. I mean plays on Claire, But this is what we're starting to see. Some visibility into some clear economic benefits, business benefits, technical benefits, kind of all starting to come in. How would you categorize those three years? Because, you know, that's generally the consensus these days is that what was once a couple years ago was like foggy. When you see now you're starting to see that lift. You see economic, business and technical benefits. >> To me, it's all about economic and business. Anniversary technology plays a role in driving value for the business, my gramophone believing that right? And if you think about some of the trans today, right, ah, billion users are coming into play. That he be assisted by data is doubling every year. You know, the volume of data and and amount ofthe amount off. And I obviously business users today. I mean, when I run a business I want, I always say, tomorrow's data yesterday to make a decision. Today it's just in time, and that's where it comes into play. So our goal is to help organizations transformed themselves truly, you know, be more productive, produce operational cost by the government and compliance that's becoming such a mainstream topic. It's not just basically making analytical decisions. How do you make sure that your data is safe and secure? You don't want to get basically hit by any of these cyberattacks. They're all coming after data. So governance and compliance of data that's becoming but in the end got stored on the >> data thing. Yeah, I wanna get your reactions. You mention some shots like some stats here. Date explosion fifteen point three's added bytes per year in traffic, five million business data users and growing twenty billion connected devices. One billion workers will be assisted by learning. So no thanks for putting those stats, but I want to get your reactors. Some of these other points here, eighty percent of enterprises air that we're looking at multi cloud. They're really evaluating their where the data sits in that kind of equation short. And then the other thing is that the responsibility and role of the chief data? Yes, these air new dynamic. I think you guys will be addressing that. And because organizational stuff dynamics, skill, gaps are issues. But also you have multi clouds form. >> And that's a big thing. I mean, look thin. The old World John hatred Unite is always too large in the price is right, and it's going to stay here. In fact, I think it's not just cloud. Think of it this way, one promised. Ilya is not going away. It's producing in school. But then you have this multi cloud world sassafras pass halves infrastructure. If I'm a customer, I want to do all of it. But the biggest problem comes, you said, is that my data is everywhere. How do I make sense of it? And then how do I go on it like my customer data sitting somewhat in this *** up in that platform in this on prime application transaction after running hardware Connect three. And how do I make sense? It doesn't get. I can have a governance and control around it. That's where data management becomes more important but more complex. But that's where it comes into making it easier. One of the things we've seen a lot of you touched upon is the rise of the Sirio. In fact, we have Danielle from the Sanchez, a CD off Mr North America on Main Stage, talking about her rule and how they've leveraged data to transform themselves. That is something we're seeing a lot more because you know, the rule of the city or making sure there is, You know, not only a sense of governance and compliance, a sense of how to even understand the value of dude across an enterprise again. I see one of the things we're gonna talk about this. It's old system thinking around data. We call it system, thinking three daughter data is becoming a platform C. There was always that the hard way earlier, whether it is server or computer. We believe that data is becoming a platform in itself. Whether you think about it in terms of scary, in terms ofthe governance, in terms of e i times a privacy, you have to think of data as a platform. That's the that's the other. But >> I think that is very powerful statement, and I'd like to get your thoughts. You know, we've had many countries. Is on camera off camera around product. Silicon Valley Venture Capital. How come started to create value. One of the old adage is used to be build a platform. That's your competitive strategy. There were a platform company, and >> that was a >> strategic competitive advantage that is unique to the company. And they created enablement. Facebook's a great example. Monetize all the data from users. Look where they are short. If you think about platforms today, Charlie, it seems to be table stakes. Not as a competitive is more of a foundational element of all businesses, not just startups enterprises. This seems to be a common thread. Do you agree with that that platforms were becoming table stakes? Because if we have to think like systems people, whether it's an enterprise show supplier ballistically the platform becomes stable. States that could be on primary cloud. Your reactions >> are gonna agree that I'll say it slightly differently. Yes, I think I think platform is a critical competent for any enterprise when they think of their entire technology strategy because you can't do peace feels otherwise. You become a system integrated over your own right. But it's not easy to be a platform clear itself, right? Because it's a platform player. The responsibility of what you have to offer your customer becomes a lot bigger. So we always t have this intelligent in a platform. Uh, but the other thing is that the rule of the platform is different. It has to be very modeling and FBI driven. Nobody wants to buy a monolithic platform. I don't want as an enterprise it on my own. I'm gonna implement five years a platform you want. It's gonna be like a Lego block. Okay? You It builds by itself, not monolithic, very driven my micro services based And that's our belief that in the new World, yes, black form is very critical for youto accelerate your district transformation journeys or data driven district transformation journeys but the platform better be FBI driven micro services based, very nimble that it's not a precursor to value creation but creates value as you want. It's >> all kind of depends on the customer. Get up a thin, foundational data platform from you guys, for instance. And then what you're saying is composed off >> different continents. For example, you have a data integration platform, then you can do the quality on top. You do. You could do master data management on top. You can provide governance. You can provide privacy. You could do cataloging it all builds its not like Oh my gosh, I have to go do all these things over the course of five years. Then I'LL get value. You gotta create value all along. Today's customers want value like in two months. Three months. You don't wait for a year or >> two years. This is exactly why I think the kind of Operation Storm systems mindset that you're referring to. This is kind of enterprises. They're behaving others the way that you see on premise, thinking around data and cloud multi cloud emerging. It's a systems view of distributed computing with the right block Lego blocks >> that that's what I believe is. That's what we heard from customers. He r I spend most of my time traveling, talking to customers on my way to try to understand what customers want today. And you know some of this late and demand that they have it. They can't sometimes articulate my job. I always end up on the road most of the time just to hearing customers, and that's what they want. They want exactly appoint a platform that Bill's not monolithic, but they don't want the platform. They do want to make it easy for them not to do everything piecemeal. Every project is a data project, whether it's a customer experience project, whether it's the government's project, whether it is nothing else but an analytical. It's a data project, but you don't want to repeat it every time. That's what they want, >> but I know you got a hard stuff, but I want your thoughts on this because I've heard the word workload mentioned so many more times these in the past year. It was a tad cloud of all the cute conversation with a word workload was mentioned to be the biggest fund. Yes, work has been around for a while, but nice seeing more and more workloads coming on. Yeah, that's more important for day that we're close to being tied into the data absolutely, and then sharing data cross multiple workloads. That's a big focus. Perhaps you see that same thing. >> We absolutely see that, Onda. The unique thing that we see also that new work towards getting created and the old workloads are not going away, which is where the hybrid becomes very important. See, these serve large enterprises and their goal is to have an hybrid. So, you know, I'm running a old transaction workload over here. I want to have an experimental workload. I want to start a new book. I want all of them to talk to each other. I don't want them to become silos. And that's when they look to us to say connect the dots for me. You can be in the cloud as an example. Our cloud platform, you know, last time and fanatical will remember we talked about like it wasn't five trillion transactions a month, but it's double that it to pen trillion transaction a month growing like crazy. But our traditional workload is also still there. So we connect the dots for customers. >> I mean, thank you for coming on sharing the insights house. You guys doing well? You got three thousand developers, billions in revenue. Thanks for coming. Appreciate the insight. And looking for Adrian from Attica World. Thank you very much. Meanwhile, here inside the Cuban shot furry with cute conversation in Palo Alto. Thanks for watching.
SUMMARY :
from our studios in the heart of Silicon Valley. I make great to see you has been a while, but a couple months. What's the big trends going on that you guys air doubling down on what's new? I mean the scale ofthe complexity, the scale of growth, you know, multi cloud, So is the foundational thing. I make things that, you know, find patterns that, you know, statistical models cannot. And you guys have nailed this butt looks big, maniacal focus of that. Means you gotta listen to customers going do the course correction. And you know, in this new world, customers are also struggling with new architectures and everything, That's one thing which I appreciate because you know, how hard is it? creates some structure to it for you to do analytics? What's the focus this year? We also have the head of the eye salmon Guggenheimer from Microsoft, But the team this year is Because, you know, that's generally the consensus these days is that what was once a couple years ago was like foggy. So governance and compliance of data that's becoming but in the end got stored on I think you guys will be addressing that. One of the things we've seen a lot of you touched upon is the rise of the Sirio. One of the old adage is used to be build a platform. If you think about platforms today, The responsibility of what you have to offer your customer becomes a lot bigger. all kind of depends on the customer. You could do cataloging it all builds its not like Oh my gosh, I have to go do all these things over the course They're behaving others the way that you see on premise, thinking around data And you know some of this late and demand that they have it. but I know you got a hard stuff, but I want your thoughts on this because I've heard the word workload mentioned so many more times You can be in the cloud as an example. I mean, thank you for coming on sharing the insights house.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Amit Walia | PERSON | 0.99+ |
Claire | PERSON | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
Richard | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
Netflix | ORGANIZATION | 0.99+ |
Adrian | PERSON | 0.99+ |
seventy | QUANTITY | 0.99+ |
Today | DATE | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
yesterday | DATE | 0.99+ |
Neil | PERSON | 0.99+ |
ORGANIZATION | 0.99+ | |
Silicon Valley | LOCATION | 0.99+ |
April 2019 | DATE | 0.99+ |
last year | DATE | 0.99+ |
Vegas | LOCATION | 0.99+ |
two | QUANTITY | 0.99+ |
Charlie | PERSON | 0.99+ |
FBI | ORGANIZATION | 0.99+ |
ninety percent | QUANTITY | 0.99+ |
Three months | QUANTITY | 0.99+ |
Palo Alto, California | LOCATION | 0.99+ |
Nissan | ORGANIZATION | 0.99+ |
tomorrow | DATE | 0.99+ |
a year | QUANTITY | 0.99+ |
five years | QUANTITY | 0.99+ |
Tableau Francois | ORGANIZATION | 0.99+ |
John | PERSON | 0.99+ |
both | QUANTITY | 0.99+ |
One | QUANTITY | 0.99+ |
three years | QUANTITY | 0.99+ |
two months | QUANTITY | 0.99+ |
two different ways | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
Attica World | ORGANIZATION | 0.98+ |
eighty percent | QUANTITY | 0.98+ |
two years ago | DATE | 0.98+ |
second thing | QUANTITY | 0.98+ |
one hundred percent | QUANTITY | 0.98+ |
three things | QUANTITY | 0.98+ |
three thousand developers | QUANTITY | 0.98+ |
this year | DATE | 0.98+ |
twentieth year | QUANTITY | 0.98+ |
first thing | QUANTITY | 0.98+ |
five trillion transactions | QUANTITY | 0.97+ |
first | QUANTITY | 0.97+ |
twenty billion connected devices | QUANTITY | 0.97+ |
Ilya | PERSON | 0.96+ |
Danielle | PERSON | 0.96+ |
Lego | ORGANIZATION | 0.96+ |
nine | QUANTITY | 0.96+ |
billions | QUANTITY | 0.96+ |
one thing | QUANTITY | 0.96+ |
eighty customers | QUANTITY | 0.95+ |
Informatica | ORGANIZATION | 0.95+ |
One billion workers | QUANTITY | 0.94+ |
Attica | ORGANIZATION | 0.94+ |
last couple of years | DATE | 0.93+ |
Bill | PERSON | 0.92+ |
Sirio | TITLE | 0.92+ |
one | QUANTITY | 0.92+ |
Lana | ORGANIZATION | 0.91+ |
Simon | PERSON | 0.88+ |
two years | QUANTITY | 0.88+ |
HOLLOWAY ALTO, California | LOCATION | 0.88+ |
Credit Suisse Daniels CD | ORGANIZATION | 0.87+ |
couple years ago | DATE | 0.86+ |
Cuba | ORGANIZATION | 0.86+ |
five million business data | QUANTITY | 0.86+ |
past year | DATE | 0.85+ |
Clare | ORGANIZATION | 0.84+ |
double | QUANTITY | 0.84+ |
Google Cloud | ORGANIZATION | 0.84+ |
Sanchez | ORGANIZATION | 0.83+ |
three daughter | QUANTITY | 0.83+ |
America | LOCATION | 0.83+ |
billion users | QUANTITY | 0.82+ |
Cube | ORGANIZATION | 0.82+ |
Alex Almeida, Dell EMC and Bob Bender, Founders Federal Credit Union | Dell Technologies World 2018
>> Announcer: Live from Las Vegas, it's the Cube, covering Dell Technologies World, 2018, brought to you by Dell EMC and it's ecosystem partners. >> Well welcome back to Las Vegas, the Cube, continuing our coverage here of Dell Technologies World 2018, with some 14 thousand strong in attendance. This is day two by the way, of three days of coverage that you'll be seeing here live on the Cube. Along with Keith Townsend, I'm John Walls and we're now joined by Alex Almeida, who is the consultant of product marketing at Dell EMC, and Bob Bender who is the CTO of Founders Federal Credit Union, Bob, good to see you as well, sir. >> Thank you, thank you for having me. >> You bet, thanks for being here to both of you. First off, let's just set the table for what you do at Founders and what Founders is all about and then why Dell, and how Dell figures into your picture. >> Sure, so Founders Federal Credit Union established in 1950 we're a regional financial institution providing basic services for that area in South and North Carolina. We now service over 32 areas and we have about 210 thousand plus members. So I'm Chief Technology Officer and we're looking to Dell EMC to really give us a lift in the cyber resilience of our data, what we're trying to protect today. >> Keith and I were talking too, and said we always like hearing on the customer side of this, especially on the financial side, right? Because your concerns are grave concerns, right? We all care about our money, right? And obviously that's first and foremost for you, having trust, credibility, liability. So tell us a little bit about that thought process in general, what drives your business and how that then transfers over to DIT. >> Sure, and as a member, you look at us, big or small, you expect the same cyber resilience, protection for your personal information, you don't think there's going to be a difference there. So if you look at the Carolina's, you're going to see a significant, or the southeast, we've been picked on with malware, with that data extortion of what the name, ransomware, so we had to find a solution quickly and we looked at Dell EMC for data protection and cyber recovery to really help us in that area and really protect our data. >> So let's talk about some of the threats faced. Outside of malware, typically the line of thought is, you know what, don't assume that you can prevent getting hacked, assume that you are hacked, what personas do you guys wear as a bank, or as a credit union? >> Well, we looked at that and what we did is we get really involved and we go out and we see that event, the breach, the malware, the ransomware, and so we really thought, we lack the ability of bringing assets under governance, so how do we really roll that up so that everybody knows at any point in time, we can recover, that we have kind of a isolated recovery, an air gap, or a data bunker, and then a clean room to bring that up, a Sandbox. And we really saw that our tape media backup recovery was not going to recover for the events that were happening, the old days, you're looking at one or two critical systems that are being recovered. Today, they're locking 500, 1500 servers in a matter of minutes. So, when you rehydrate that data, you know, the deduplication, we're seeing 72 to one and that's done very fast, through the product lines of Dell EMC, significant, but when you want to rehydrate that, the data's gone, it's just not there. Well, if you take away that air gap situation, what're you left with? And if they're smart enough to figure out where your backups are, you're left with no protection, so we really needed to isolate and put off network all that critical data. And because of that 72 to one dedupe rate, and I realize we may be unique, there's others that may have to choose what those critical systems are, we're not going to have to, we're going to protect everything, every day, and so that we have a recovery point that we can point to and show management and our board and our members, such as you guys, that we can recover, that you're going to have trust in us handling your financial responsibilities. >> So what specific technologies are you guys using from Dell to create this environment in which you can recover within these isolated bubbles? >> You know, I'll let Alex talk more specific, but we really looked at the data protection solution, and a cyber solution, we said phase one, we want to stand this up very quickly because it's any minute this could happen to us. It's happening to very smart establishments. We really picked what was going to optimize our first iteration of this, and we did it quickly, so we're talking a roll out in 45 days. We used Data Domain, Avamar, DD Boost, we've got Data Protection Advisor, which gives me, whether I'm here or I'm off at another conference, or I'm showing up at the office, I get instant results of what we did the day before for that recovery. I know that we're in the petabyte storage business, I don't know when we crossed that line, but now we store you know, a huge amount of data very quickly. I mean, we took their product line and went from hours down to seconds and I can move that window any which way I want, and so it's just empowering to be able to use that product line to protect our data the way we are today. >> Yeah, I think the Dell EMC cyber recovery solution really is kind of looking at solving the problem, most people look at it from solving it as a preventative thing, how do I prevent malware from happening, how do I stop ransomware from attacking me? The thing is is that it's all about really, how are you going to recover from that? And having plan to be able to recover. And with the way we approached it, we started talking to customers like Bob, and they were really coming to us and saying, you know, this is increasing, this is an increasing problem that we're seeing and it's inevitable, we feel we're going to be attacked at some point. And you see on the news today, you know, we're only a little bit through the year and there's been a lot of news on cyber attacks and things like that. The key thing is how do you recover? So we took at that in conversations with our customers and went specifically back and designed a solution that leverages the best in industry technology that we have with our data protection portfolio. So when you look at data deduplication, you look at Data Domain, that technology in the industry provides the fastest recovery possible. And from there, that makes it realistic for companies to really say, yeah, I can recover from a ransomware attack. And the more important thing is, we look at this as the isolation piece of the solution is really where the value comes in. Not only is it to get a clean copy of the data, but you can use that for analysis of that data in that clean room to be able to detect early on problems that may be happening in your production environment. And it's really important that that recovery aspect be stressed and really the Data Domain solution is kind of the enabler there. >> It's still a really tough spot to be in, right? Because on one hand you're protecting, you're trying to prevent, so you're building the fortress as best you can, and at the same time, you're developing a recovery solution so that if there is a violation, an intrusion, you're going to be okay, but the fact is the data's gone, you know, it went out the door, and so I'm just curious psychologically, you know, how do you deal with that, with your board, with your ownership, with your customers? How do you deal with it, Alex, to your customer, just saying we're going to do all we can to keep this safe, >> Absolutely. >> But so that but is a big caviada, right? How do both of you deal with that? >> Yeah. >> First off... >> I'll say this, working with the Dell EMC engineers and their business partners, I'm sleeping better at night, and I'm not just saying that being here, what I mean is that they've shrunk my backup window, they've guaranteed me reporting and a infrastructure IQ of that environment that I have more insight, integrated, so across, holistically, my enterprise. So no longer am I adding on different components to complete backups, this backup, this company, this... I never get that insight, and I never really have the evidence that we're restoring, I can do the store and the restore at the same time and see that next day in reporting, that we're achieving that. I hear that but, but that but is a little quieter because you know, it's just a little less impactful because I'm confident now that I've got a very efficient window. I'm not effecting again, with those add on, ad hoc products, not condemning 'em, but, they're impactful to critical applications, I can see response time during peak times, the product doesn't have that effect. And it's really exciting because now I can, you know, I've got to rip and replace, I got to lift and shift, you decide what the acronyms you want to add to it, but we... The big thing I want to add, and sorry to ramble here a little, >> You're fine. >> Yep, yep. Our run books are becoming smaller. And this is, the less complex, now we're taking keep the lights on people that are very frustrated with our acronyms and our terminology and the way we're going and I'm starting to bring them into the cyber resilience, cyber security environment and they're feeling empowered and I'm getting more creative ideas and that means, more creative ideas means we're back as a business solving problems, not worrying if our backups are done at two in the morning. >> And from a Dell EMC perspective, I think we're really uniquely positioned in the industry, in that, not just from Dell EMC, but we look at all of Dell technologies, right? When we incorporate the fact that we have best in class data protection solutions to do operational recovery, disaster recovery, the next logical step is to really augment that and really start looking at cyber recovery, right? And then when you look at that and you look at the power of Dell technologies, it's really a layered approach, how do I layer my data protection solutions to do operational recovery, to do disaster recovery? And then at the same time, throw in a little RSA and SecureWorks in there into the picture and we're really uniquely positioned as a vendor in the industry, no other vendor can really handle that breadth in the industry from a cyber recovery standpoint when you throw in the likes of RSA and SecureWorks. >> So, Alex, let's drill down in the overall capability versus the rest of the industry. There's been a ton of investment in data protection, 90 million, 100 million, we're seeing unicorns pop up over just this use case of data protection. And they're making no qualms at it, they're going right at the Data Domain business. What is the message that you're going out and telling any users like Bob, that, you know what, stay the course, Data Domain, the portfolio of data protection at Dell is the best way to recover your environment in case of a breach. >> Yeah, absolutely. So in terms of that, what I say to customers I talk to every day around this, that are maybe doubting you know, going forward and what they're going to do, is that we are continuing to innovate, that Data Domain platform continues to innovate, you see that in our cloud scenarios, in the cloud, you know, use cases that we're talking about, and really kind of working together with our customers as a partner on how we apply things like cyber recovery for their workloads that go into the cloud, right? And that's really through that working relationship with customers and that very strong investment that we're making on the engineering side with our roadmaps is really what customers, at the end of the day become convinced that Data Domain is here to stay. >> So, Bob I'd love to follow up on-- >> Bob: Can I add on to that? >> Please. >> You know, I think the couple things you pointed on that I probably missed, is one, you've given me options, I can be on pram or off pram or back to on pram, and that is with the product line. And again, that integration across that, I have to have that insight, but at the end of the day, Dell EMC's product line delivers and that's what we experienced in our relationship. We're not talking about... 72 to one dedupe rate, I know that's, I triple checked the facts, it's like really, we're achieving that? That's impactful to my project lines, right? I'm no longer a bottle neck because I'm back at the projects and we're getting stuff moving and we're just not confused by the technology or the way we have to, you know, kind of bandaid them together, it's just one place to go and it delivers. And we see that delivery, especially with the growth of the Data Domain and the addition of the Sandbox, it's very exciting, we're seeing some great performance on our new systems. >> Yeah, and we hear that a lot about the flexibility of the portfolio and the data protection, the fact that, Bob mentioned it many times, making the backup window disappear is really where the heart of it is. And now Bob's team an all the customers that I've talked to and their teams can go off and actually move the business forward with more innovation and bringing more value back to the business. >> Part of security is disaster recovery. Do you guys integrate your disaster recovery practice as part of your Data Domain implementation? >> I think that's a great question. We've challenged our DR group, external also, we saw incident response component, just a big empty hole, it's missing. And I think that's a change in mindset people have to implement, as you pointed out, incident response is going to be before the disaster. And if you don't stand up, you're, look our data's gone mobile, that means it's everywhere, and we have to follow it everywhere with the same protection in the end of the day, no matter where we sit, we own it, we're responsible for it, so we have to go after it in the same protection. So I think it is part of that, we're integrating it, I think we confused a couple companies with that, but you got to stand up those foundation services, the cyber security, the data life cycle has made the cyber security become much more complex. And the use, the business use of that data is becoming more demanding, so we had to make it available, so we had to be transparent with these products and Kudos to Dell EMC and all the engineers making this happen. I don't know what I would be doing if it wasn't there for me. >> Keith: Well thank you, Bob. >> You know, and I'll tell you what strikes me a little bit about this, as we have just a final moment here, is that we think about cyber invasions and violations, what have you, we think about it on a global or a national scale. I mean, you are a very successful regional business, right? And you are just as prime of a target for malfeasance as any and you need to take these prophylactic measures just as aggressively as any enterprise. >> Right, right. If you look at the names, I mean, you just go down the list, Boeing, Mecklenburg County, City of Atlanta, you know, not to name 'em and pick on 'em but they're still recovering. And our business resilience, our reputation is all we have, we're there, you know, our critical asset is your data, that is what we say, you know, the story we tell is how we protect that and that's our services and if at the end of the day you don't trust our services, what are we? >> Alex: That's right. >> Not enough just to protect and prevent, you have to be able to recover. >> So to have a business partner that really understands, and I know I'm a little, maybe a little smaller than some of your others, but you still treat me like I'm... And you still listen to me, I bring you ideas, you say this fits, let's see what we can do. Your engineers go back and they say, you know, we can't say yes, but we can say we're going to take a different approach and come back with a solution. So it's very, very exciting to have a partner that does that with you. >> No, it's a great lesson, it is, it's great. Although, as I say goodbye here, I am a little disappointed when I heard you're from South Carolina I was expecting this wonderful southern accent to come out. (laughing) it just, Bob, what happened? >> You know, I'm an Iowa boy. >> John: You got a little yankee in ya'. >> There you go. Maybe they'll say a little more than a little. >> Alright, gentlemen, thanks for being with us. >> Thank you very much for having us. >> Thanks for sharing the Founders Federal story. Back with more from Las Vegas, you're watching the Cube, we're in Dell Technologies World 2018.
SUMMARY :
brought to you by Dell EMC and it's ecosystem partners. Bob, good to see you as well, sir. First off, let's just set the table for what you do and we have about 210 thousand plus members. and how that then transfers over to DIT. Sure, and as a member, you look at us, big or small, getting hacked, assume that you are hacked, And because of that 72 to one dedupe rate, product line to protect our data the way we are today. that leverages the best in industry technology that we have And it's really exciting because now I can, you know, and our terminology and the way we're going And then when you look at that and you look at the power of data protection at Dell is the best way is that we are continuing to innovate, and that is with the product line. and actually move the business forward with more innovation Do you guys integrate your disaster recovery practice and we have to follow it everywhere with the same protection and you need to take these prophylactic measures that is what we say, you know, the story we tell you have to be able to recover. And you still listen to me, I bring you ideas, you say I am a little disappointed when I heard you're from There you go. Thanks for sharing the Founders Federal story.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Keith | PERSON | 0.99+ |
Keith Townsend | PERSON | 0.99+ |
Alex Almeida | PERSON | 0.99+ |
Bob Bender | PERSON | 0.99+ |
John Walls | PERSON | 0.99+ |
Alex | PERSON | 0.99+ |
Bob | PERSON | 0.99+ |
one | QUANTITY | 0.99+ |
South Carolina | LOCATION | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
John | PERSON | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
Dell EMC | ORGANIZATION | 0.99+ |
Today | DATE | 0.99+ |
72 | QUANTITY | 0.99+ |
1950 | DATE | 0.99+ |
90 million | QUANTITY | 0.99+ |
100 million | QUANTITY | 0.99+ |
both | QUANTITY | 0.99+ |
First | QUANTITY | 0.99+ |
Founders Federal Credit Union | ORGANIZATION | 0.99+ |
Avamar | ORGANIZATION | 0.99+ |
today | DATE | 0.99+ |
500 | QUANTITY | 0.98+ |
14 thousand | QUANTITY | 0.98+ |
two critical systems | QUANTITY | 0.98+ |
45 days | QUANTITY | 0.98+ |
first | QUANTITY | 0.98+ |
Mecklenburg County | LOCATION | 0.98+ |
three days | QUANTITY | 0.98+ |
about 210 thousand plus members | QUANTITY | 0.98+ |
Iowa | LOCATION | 0.98+ |
Dell Technologies World 2018 | EVENT | 0.97+ |
DD Boost | ORGANIZATION | 0.97+ |
North Carolina | LOCATION | 0.97+ |
Boeing | ORGANIZATION | 0.97+ |
Data Domain | ORGANIZATION | 0.96+ |
Carolina | LOCATION | 0.94+ |
South | LOCATION | 0.94+ |
Dell Technologies World 2018 | EVENT | 0.93+ |
SecureWorks | ORGANIZATION | 0.92+ |
over 32 areas | QUANTITY | 0.91+ |
first iteration | QUANTITY | 0.85+ |
1500 servers | QUANTITY | 0.81+ |
day two | QUANTITY | 0.78+ |
Dell Technologies World, 2018 | EVENT | 0.77+ |
two in | DATE | 0.77+ |
next day | DATE | 0.73+ |
couple | QUANTITY | 0.71+ |
RSA | ORGANIZATION | 0.69+ |
couple things | QUANTITY | 0.69+ |
Sucharita Kodali, Forrester Research | Magento Imagine 2018
>> Narrator: Live from the Wynn Hotel in Las Vegas, it's theCUBE covering Magento Imagine 2018. Brought to you by Magento. >> Hey, welcome back to theCUBE. We are continuing our coverage live from the Wynn Las Vegas at Magento Imagine 2018. We've had a really exciting day talking about commerce and how it's limitless and changing dramatically. Joining me next is Sucharita Kodali, the vice president and principal analyst at Forrester. Sucharita, it's great to have you on theCUBE. >> Thanks for having me, Lisa. >> So commerce is limitless. We've been hearing this thematically all day. You primarily are working with retailers on their digital strategies. And you've been doing this for a long time. Let's talk about the evolution that you've seen in the retail space with everybody expecting to have access to whatever they want to buy in their pockets. >> Right, right, right. I would say, so I've been working in the retail industry for the last two decades. I've been an analyst for the last 10 plus years. I've really seen a number of changes. And if I had to just summarize the biggest changes, one is just the inventory across different retail channels. So, that's definitely been a huge huge one. It's like, how do you, how do you order online, but then fulfill the item from a physical store or fulfill the item from another store? So those are, that's basically the digital transformation of retailers. Those are investments that companies like WalMart and Target have really been doubling down on and focusing on. The second big change is Amazon. And they single-handedly have transformed the retail industry. They have increased consumer expectations. And what Amazon's also done is reinvented retail as a business model. Because it is no longer about just selling product and being profitable selling that product. Amazon actually is not profitable with a lot of the items that it sells. It makes money in other ways. And it is probably what I would describe as America's first retail conglomerate. And that becomes a really interesting question for other companies to compete, do you have to become a retail conglomerate? Then, the third big change is just brand selling direct to consumer. I remember when I started at Forrester, my very first project was with a large consumer electronics company that asked, Well, should we even sell directly to consumers? There's channel conflict and issues with our distributors. And now, that's not even a factor. It's sort of table stakes you have to sell direct to consumer. And that's probably where we'll continue to see a lot of retail sales in the future. >> So the Amazon model, we expect to be able to get whatever we want whenever we want it, have it shipped to us either at home or shipped to us so we can go pick it up at a store. It's really set the bar. In fact, they just announced the other day that a hundred million Amazon Prime members. I know people that won't buy something if it's not available through Prime. But I think this morning the gentleman that was on main stage from Amazon said at least 50% of their sales are not products they sell, they're through all of the other retailers that are using Amazon as a channel as part of their omni-channel strategy. If you think of a retailer from 20 years ago, how do they leverage your services and expertise and advice to become omni-channel? Because as today, you said essentially it's table stakes for companies to have to sell to consumers. >> Yeah, yeah. There are so many questions that really require, I call it destroying the retail orthodoxies. And retail has historically been about buyers and merchandisers buying goods. There's the old expression in retail, You stack 'em high and watch 'em fly. And that is just where buyers would, Take a company like Toys R Us, they would basically take what Mattel and Hasbro told them to buy. They would buy a ton of it, put it in stores. And because there was less competition back in the '80s, consumers actually would buy that merchandise. And unfortunately, the change for retailers is that consumers have so much more choice now. There's so such more innovation. There are small entrepreneurs who are creating fabulous products, consumer tastes have changed. And this old paradigm of Mattel and Hasbro, or kind of fill in the blank with whatever vendors and suppliers, pushing things is no longer relevant. So, there was just an article in the journal today about how Hasbro sales were down by double digits because Toys R Us is now going to go out of business. So those are the kinds of things that retailers who did not adjust to those changes, they are the ones that really suffer. They don't find ways to develop new inventory, they don't find new channels for growth, and they don't protect their own. They don't build a moat around their customers like Amazon has done, or they don't find ways to source inventory creatively. That's where the problems are. >> You think that's more of a function of a legacy organization; having so much technology that they don't know how to integrate it all together? What do you think are some of the forcing functions old orthodoxies that companies that don't do it well are missing? >> Yeah, it's a lot of it is just in the old ways of doing business. So, a lot of it is being heavily dependent, for instance, on buyers and merchandisers buying things. I mean, one of the biggest innovations that Amazon realized was that, look you can sell things without actually owning the inventory. And that is, their entire, what we call the third party marketplace, and that is just so simple. But if you were to ask a buyer at a major retailer a decade or two ago, "Why do you have to buy the inventory?" their response would be, Well, you have to buy the inventory, that's just the way it is. And it's like, well why? Why don't you try to find a new way to do business? And they never did. But it took Amazon to figure that out. And the great irony of why so many retailers continue to struggle is that Amazon has exposed the playbook on how to sell inventory without owning it. And so few retailers to this day have adopted that approach. And that's the great irony I think, is that that's the most profitable part of Amazon's business is that third party marketplace. And every retailer I've talked to is like, Oh, it's really hard. We can't do that. But, the part of Amazon's business that everyone is looking to imitate is their fast shipping. Which, is the most expensive part of their business. Amazon is only able to afford the fast free shipping because of the third party marketplace. Other retailers want to get the fast free shipping without the marketplace. And it just doesn't make any sense. And that's really the heart of the challenge is that they just don't think about alternative business models. They don't want to change the way that they've historically run their businesses. And some of this could mean that merchants are not as powerful in organizations. And maybe that's part of the pushback is that, there could be a lot of people who lose jobs. The future will be robo-buyers and financial services you have robo-advisors, why not robo-planners in retail? >> So one of the keys then, of eliminating some of the old orthodoxies for merchants is to be able to pivot and be flexible. But it has to start from where in an organization from a digital strategy perspective? Where do you help an organization not fall into the Toys R Us bucket? >> Yeah, I think a lot of it does have to start with merchandising and putting in some interesting digital tools to help merchants be more flexible. So, you want to flex to supply and demand. And some of that comes with integrating marketplaces into your own experience. Some of it can be investing in 3D printers that can make things that are plastic or metals based on demand. That's something that I always wondered why Toy R Us didn't, for instance, make Fidget Spinners on demand. Why did you have to get them with a six month leave time from China, it never made any sense. You can scale service, so use technology to match great store associates with a customer who may have a question. And you don't have to be in the same store. It can be a Facetime call with somebody who is far away. But very few retailers do that. And finally, the last bit is really to look at new alternative business models and finding new ways of making money beyond just selling inventory. >> That's really key because there are so many oppurtunities when companies go omni-channel of not just increasing sales and revenue, but also reducing attrition, making the buying process simple and seamless. Everybody wants one click, right? >> Right. >> Super seamless, super fast, and relevant. It's got to be something if you're going to attract my business, you need to be able to offer something where you know me to a degree. >> Absolutely. >> Or know what it is I might have a propensity to buy. >> Absolutely. And that's the entire area of personalization. And that personalization can be anything from a recommendation that I give you. It can be proactively pushing a recommendation. That's what companies like Stitch Fix do is I tell you what I want and then they send you a box in the mail of things I think you would like and oh, by the way are your size and within your budget. It can be customization. One of Nike's most successful parts of their business is their Nike ID program which allows you to customize shoes according to colors and different sort of embellishments that you may like. And that's exactly the kind of thing that more retailers need to be looking at. >> What are some of the trends maybe that a B2B organization might be able to love or some of the conveniences that we have as consumers and we expect in terms of-- Magento, I was looking on their website the other day and a study that they've done suggests 93 percent of B2B buyers want to be able to purchase online. So, new business models, new revenue streams, but it really is a major shift of sales in marketing to be able to deliver this high velocity low touch model. What are some of the things that a business like a Magento, could learn from say a Nike with how they have built this successful omni-channel experience? >> Well, interestingly I think one of the most important things to recognize is that every B2B buyer is also a B2C buyer. And their expectations are set by their experiences in B2C. So, if you have everything from all of the information at your fingertips, all of that information is optimized for mobile devices. You have different ways to view that information, you have all of your loaded costs, like shipping, or tax, or if there's cross-border. All of the information related to the time to ship, any customs and duties, all of that needs to be visible because in any experience that you have with say a site like Amazon, you're going to get that information. So, the expectation is absolutely there to have it in any situation whether it's B2B or whether it's buying components or kind of very long tail items. That's basically the cost of doing business at this point, is that you have to deliver all of the information that the customer wants and needs. And if you don't, the customer is just going to opt to go purchase that product at whatever destination offers it. >> Somewhere else. >> And somebody will. That's the challenge when you have 800 thousand Plus eCommerce sellers out there selling every product imaginable in the both B2B and B2C landscape. >> So, on the data side there's so much data out there that companies have any type of business to be able to take advantage of that. I know that there's, BI has so much potential. Are you hearing retailers start to embrace advanced analytics techniques, AI machine learning, Where are they with starting to do that? I know that some eyeglass companies have virtual reality augmented reality type of apps where you can kind of try on a pair of frames. Where are you seeing advanced analytics start to be successful and help retailers to be able to target buyers that might say, oh, I can't try that on? No, I want to go somewhere that I can touch and feel it. >> Yeah, well, it's emerging still. I mean, retailers have a lot of data. I think they're trying to figure out where is it most useful. And one of the places where it is incredibly useful is in the backend with fraud management. So, after retailers were forced to put in chip cards as a payment form, what you started to see was more of the fraud shifting to eCommerce. I just had two credit cards that had to be shut off because of E-commerce fraud. But that is where you see the fraudsters going to. And what you see as a result of that is some innovators in that space technology companies really leveraging machine learning, AI, other advanced data techniques to identify fraudulent transactions and to better help retailers eliminate or reduce the percent of transactions that have to then be charged back. So, that's probably one of the most promising areas. There are others that are emerging. We're seeing more visual recognition technologies. House for instance, is excellent at that and Pinterest too. If there's part of an image you like you can click on it or you can tap it and see other images like that. And that's incredibly difficult. And it was even more difficult 10-15 years ago, but it's becoming easier. There's the voice element, voice to text or text to voice. I think that the best applications they're often in customer service, there are so many interactions that happen anywhere in a consumer facing world. It doesn't even have to be within retail. You can think about the complaints to the airline industry or to a bank. And a lot of it falls into a black hole. You always hear that oh, This call may be recorded, but it is really difficult to go back and transcribe that. And to really synthesize that into major themes. And what ML in particular can do is to basically pull out those themes, it can automate all of that, and can give insights as to what you could be doing, what you should be doing, what are the opportunities that you may not have even known existed. So there are definitely emerging places. I mean even a visual recognition, so we talked about House and Pinterest. Another great example is the computer vision that you have in the Amazon Go stores. And there's a robot that the Wal Mart stores are now testing to go find if there are gaps in the inventory that need to be filled. Or if something is running low or out of stock. So there are definitely some interesting applications, but it's still early days for sure. >> So last question, we've got to wrap here, but, we're in April 2018, what are some of the, your top three recommendations for merchants, as they prepare for say Black Friday coming up in what, six or eight months. What are you top three recommendations for merchants to be successful and be able to facilitate a seamless online offline experience? >> Well, we always have kind of imbalances between supply and demand, and that's where I do think things like third party sellers, third party marketplaces are huge. So to be able to leverage that is certainly one opportunity. Another is to think creatively about promotions. In Japan they have these promotions called Fukubukuro promotions, and it's basically like grab bags of like all the left over inventory. But then they basically put it into mystery bags where you can buy it for half off. And consumers line up around the block at stores to go buy these grab bags. Because they also have also like a gamified approach where, you know, one of out 10 of the bags will have like an Ipad or some really high value item. So people really like these things, and they have trading parties. So just new ways of having promotions beyond just the typical door busters that retailers think about. And then kind of third I think is just try to pace out the demand. One of the big issues in E-commerce has been just the burst in demand that always happen in December. And that creates a lot of problems from the standpoint of actually shipping the orders. So the more that you can pull those transaction forward into November, the better off you are from a fulfillment and supply chain standpoint. >> Alright Sucharita thank you so much for stopping by theCUBE >> Thanks Lisa >> And sharing your insights on the trends and what's going on in the commerce and E-commerce space. Really enjoy talking with you. >> Nice to talk to you too. >> We want to thank you for watching. You're watching theCUBE live from Magento Imagine 2018, I'm Lisa Martin. Stick around, I'll be back with my next guest after a short break. (upbeat music)
SUMMARY :
Brought to you by Magento. to have you on theCUBE. in the retail space with And if I had to just all of the other retailers that are using And that is just where buyers would, is that that's the most profitable part is to be able to pivot and be flexible. And finally, the last bit is really making the buying process It's got to be something if you're have a propensity to buy. And that's exactly the kind of thing of sales in marketing to be able of that needs to be visible in the both B2B and B2C landscape. of business to be able to of the fraud shifting to eCommerce. to be successful and be able to facilitate So the more that you can pull And sharing your insights on the trends We want to thank you for watching.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Amazon | ORGANIZATION | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Toys R Us | ORGANIZATION | 0.99+ |
Sucharita | PERSON | 0.99+ |
Target | ORGANIZATION | 0.99+ |
April 2018 | DATE | 0.99+ |
Mattel | ORGANIZATION | 0.99+ |
Japan | LOCATION | 0.99+ |
Nike | ORGANIZATION | 0.99+ |
WalMart | ORGANIZATION | 0.99+ |
Toy R Us | ORGANIZATION | 0.99+ |
China | LOCATION | 0.99+ |
Lisa | PERSON | 0.99+ |
December | DATE | 0.99+ |
Hasbro | ORGANIZATION | 0.99+ |
93 percent | QUANTITY | 0.99+ |
Toys R Us | ORGANIZATION | 0.99+ |
Wal Mart | ORGANIZATION | 0.99+ |
November | DATE | 0.99+ |
Sucharita Kodali | PERSON | 0.99+ |
Magento | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
six | QUANTITY | 0.99+ |
Stitch Fix | ORGANIZATION | 0.99+ |
eight months | QUANTITY | 0.99+ |
six month | QUANTITY | 0.99+ |
One | QUANTITY | 0.99+ |
two credit cards | QUANTITY | 0.98+ |
first project | QUANTITY | 0.98+ |
Forrester | ORGANIZATION | 0.98+ |
Las Vegas | LOCATION | 0.98+ |
one click | QUANTITY | 0.98+ |
Forrester Research | ORGANIZATION | 0.98+ |
one opportunity | QUANTITY | 0.98+ |
both | QUANTITY | 0.98+ |
today | DATE | 0.98+ |
one | QUANTITY | 0.97+ |
Prime | COMMERCIAL_ITEM | 0.97+ |
Ipad | COMMERCIAL_ITEM | 0.97+ |
20 years ago | DATE | 0.97+ |
10-15 years ago | DATE | 0.96+ |
Fukubukuro | ORGANIZATION | 0.95+ |
Black Friday | EVENT | 0.94+ |
10 of the bags | QUANTITY | 0.94+ |
theCUBE | ORGANIZATION | 0.94+ |
a decade or two ago | DATE | 0.92+ |
first retail conglomerate | QUANTITY | 0.92+ |
House | ORGANIZATION | 0.91+ |
three recommendations | QUANTITY | 0.91+ |
this morning | DATE | 0.91+ |
last two decades | DATE | 0.85+ |
third big | QUANTITY | 0.85+ |
half | QUANTITY | 0.83+ |
2018 | DATE | 0.82+ |
800 thousand Plus eCommerce | QUANTITY | 0.81+ |
Wynn Hotel | ORGANIZATION | 0.79+ |
at least 50% | QUANTITY | 0.79+ |
Amazon Go | ORGANIZATION | 0.78+ |
Magento Imagine | ORGANIZATION | 0.77+ |
America | LOCATION | 0.77+ |
single | QUANTITY | 0.76+ |
Fidget Spinners | COMMERCIAL_ITEM | 0.75+ |
last 10 plus years | DATE | 0.75+ |
Chad Dunn, Dell EMC | HCI: A Foundation For IT Transformation
>> Narrator: From the SiliconANGLE Media Office, in Boston, Massachusetts, it's theCUBE. Now, here are your hosts, Dave Vellante, and Stu Miniman. >> For several years now, the analysts at WikiBound have been talking about taking the cloud, the public cloud, operating model, and bringing it to your data, wherever that data lives. Hey everybody, this is Dave Vellante, and I'm here with my co-host, Stu Miniman. Welcome to HCI: A Foundation For IT Transformation. We're here with Chad Dunn, who's the Vice President of Product Management and Marketing, at Dell EMC. Chad, good to see you again. Thanks for coming on. >> Yeah, glad to be here, good to spend time with you guys. >> So, we talk a lot about, you know, VxRail, speaking of foundations. Give us a quick update. What is it, and what's new with VxRail? >> Okay, well big news in VxRail land, right, we just completed our transition under the 14th generation of Dell Power Edge servers, so this gives us a substantially more powerful platform, a substantially more predictable performance, and a lot more configuration options that make it fit a lot of different workloads that our customers have, so it really makes it prime time for HCI. >> So, where is the power and performance come from? Is that predominantly, kind of, new compute? >> That's a big piece of it. Some of that is software as well, right? vSAN underlies VxRail as a software defined storage layer, and we've seen pretty amazing increases in performance, just from software, from our 13G, to our 14G transition, but when we look at that performance now, on 14G servers, with the Intel Skylake chipset, we're seeing 2x performance over the last generation, and we're seeing latencies that are very, very low. And that has to do with, more and faster memory channels, more threads, overall faster processors, so really off the hook, in terms of the performance that we're seeing. >> Chad, when we look at HCI, it's really about the software layer, often, it gets overlooked, you know, what actually has to happen between the software and that underlying hardware? Are there optimizations, does it matter if I'm using the software, you know, what's optimized for that next generation Intel chip? >> Yeah, it's all about the software, or so our software vendor would say, but we know that when you're treating something as a system, you need that hardware and that software to work together, in perfect unison, as a system, and, you know, we've done a lot in this generation, working with the PowerEdge team to make sure that we have the right hardware, hooks, and design points that are focused on HCI. That goes from things like the devices that we use to boot up, and where we would execute the hypervisor kernel, to network connectivity, and really importantly, to the inband channels that we use to update all of the little pieces of firmware that operate the hardware inside the system, right? You need to be able to treat those as a system, update, lifecycle manage those, all in context of one another, so having direct and deep, meaningful access into that hardware is critically important when you're operating a system like this. >> When we've looked at, kind of, our cloud strategy, in general, it's about the data. We talk about data, it's things like predictability and latency, it's about, kind of, the power of the underlying thing, maybe, give us a little bit more specifics, as to what you're getting in this generation. >> So, the big difference here, above and beyond the performance, which is about 2x what we saw from the last generation, if we look at the same hardware, the same software, running on the two different pieces of hardware, about 100% better. But that's really just part of the story. It's the predictability of latency that's critically important. If you're going to migrate Tier 1 workloads under this infrastructure, you need to ensure that other workloads are not going to disturb that performance. So when we look at this, we look at how the IOs per second increases, and we look at the overall latency. How long does that latency line stay flat, right? So when we look at this generation, we see over 2x the IOPS, but the horizontal line where we look at the response time in latency, it stays flat nine times longer in this generation than in the last. So if you've got that sub-millisecond response time, even at very high IOPS, you can put a lot of different workloads on that same infrastructure, and still get predictable performance. >> I think, the other thing that people don't understand, is that, oh, HCI, it's just like, it's that little LEGO block you build, but it's not just one LEGO block, what have you seen from customers, what's kind of, the portfolio, what are the decisions that they have to make, to kind of, pick the right configuration? >> Sure, so yeah, when you're a kid and you get your first LEGO set, you get a lot of pretty generalized blocks, they're all, you know, square and some are rectangle, but not a lot of variability. When you get up into the big leagues of the LEGO Star Wars set, right, you've got a lot of specialized parts, and you can do really advanced, really cool things. That's really where we're at with HCI right now. If you want to really tune the infrastructure for the workloads that you have, you need a lot of variability in the processors you choose, the amount of memory, the speed of memory, and even the storage. It could be hybrid, some people still choose hybrid HDDs, but even within flash, people will choose SAS or SATA drives depending on the performance and cost benefits that they want to realize. So being able to scale up and down the processors, the memory, different types of storage, is critically important, so you can fit it into those different workloads. Also, a lot more people use this for VDI, and for high end imaging. So the ability to pack these things full of graphical processing units, and still be able to power and cool the things, is critically important. We have a lot of applications in those verticals where there's video processing and these are required. So, we don't just have one model of VxRail, we've got a number of different VxRail models, all of which can scale up, and then of course, HCI can intrinsically scale out. So that lets you really fine-tune it and get to that expert level, in terms of your LEGO building blocks. >> So Chad, a minute ago, you mentioned workloads. So as you're bringing this sort of 14th generation server technology to VxRail, how has it affected workloads, what are you seeing is the sweet spot for workloads? >> So if I were to think back a year, the question that every customer would ask, is how do I know which workload is right for HCI? And a lot of times they even lack the vocabulary and taxonomy to say, okay, that fits, that doesn't fit. What's happened in the meantime though, are the software's gotten so much better, the hardware's gotten so much faster and more predictable, that the question is, well, what workloads are not right for HCI yet? And there are very few that aren't. So, we've seen people generally start off with one workload, right? Maybe it's VDI, maybe it's a database, and then they start to move other, as they get comfortable with it, they move other workloads over to it. Obviously, we've got a big install block, or install base of VxBlock, and Vblock. We see a lot of those customers start to migrate workloads from there onto a layer of HCI. And more and more, those are becoming Tier One workloads. Crate & Barrel is a great example, a great customer of ours. They're moving their point of sale systems onto VxRail. Now for a retailer, your point of sale system, that's about as mission critical as you can possibly get, so they and others now have the confidence to start to move these things over. The only outliers that we see are some of these very big data applications that are hugely write intensive, and we actually usually end up selling a layer of hyper-converge with our Isilon arrays, to store that data, and then put a layer of hyper-converge compute around it, because in some ways, hyper-converged is just a better way to server, if you know what I mean. >> Wondering if you can talk about the business impact, what a customer's seeing, how are they quantifying the value of these systems, share some stories, or color there. >> Sure, it's all about operational expense savings, right? How much more efficiently am I going to be able to operate this infrastructure? It's not so much about capital acquisition costs. So when you look at the typical operational expense savings, and that comes from us doing all the lifecycle management of the hardware, of the software, of the cluster as a system, you see those costs go down. Really good example, is First Credit of British Columbia. Another one of our good customers. Now, they've deployed this, they've seen 30% OPEX savings and they've seen 50% power and space savings. You get a smaller package because you don't have separate storage array, separate servers, but, you also have really, one function that needs to operate your environment and that's the virtual administrator. He or she is the one that really operates everything, you don't have separate storage, separate compute, separate virtualization teams that have to look after the infrastructure. So, that first run is very easy, very fast to deploy, but it's day two through 700 and day 900 where you see that recurring operational expense saving where it really pays off for customers, all the updates and updates and life cycle management. >> Yeah, so Chad you talk about the success and all the customers. What about the customers that haven't looked at kind of the HCI space yet? What are they missing? You know, what do you say to those customers that maybe, you know, aren't sure if the waters right to jump in yet? >> So there's really three ways that you're going to encounter a customer who's going to consider HCI. You're either going to refresh a server, you know, your servers are up for maintenance and you're going to take a look at HCI as the next step in your evolution of your compute strategy. Or you're going to refresh your storage, and you're going to look at hyperconvergence as the next step in the evolution of your storage strategy. Or you've got that one workload that's probably net new and it's going to be, sort of, an isolated case and they need an infrastructure and they need to stand if up fast. That third case is really the one that drove the initial adoption of HCI, I can't tell you how many of our customers started with VDI. I mean, it's so cliched now to talk about VDI as killer app for HCI, but that's how so many people started. Because it's, you know, a very bound, isolated infrastructure and from there they get comfortable with it and they start to bring other workloads onto it. So, if you're thinking about refreshing your servers and if you're thinking about refreshing storage, it's time to kick the tires onto HCI. If you've got a workload that you need to stand up quickly and you don't know how big it's going to be, you know, one, two, three years down the road. It's another opportunity to look at HCI. Because you can start with a very small infrastructure, but you can grow it to a very very large one. >> What if we could talk a little bit about digital transformation, I mean, everybody's talking about digital transformation, and to us, digital transformation is all about how you leverage data and the edges exploding. We've envisioned sort of a three tier data model. You've got the edge, you've got maybe an aggregation point and you bring it back to the cloud. And that cloud can be a public cloud or it can be on-prem. So you've got to have some kind of cloud infrastructure to manage all this data. So where does this fit in the context of transformations and why does hardware matter? >> Yep, well let's go from the end and work back to the beginning. Hardware matters because of form factor, for one. As you start to push compute out to the edge, right, you want form factors that are small, don't consume a lot of power but, you know, still have a lot of processing power and can manipulate that data. Right, the whole internet of things phenomenon that is, creating all this data out at the edge, you know, presents us with a conundrum right? The data itself is not that valuable, the insights that we get from the data are immensely valuable. Bringing all that data back to the core to do something with is not cost effective. So, it's how do we turn the data at the edge into information and then how do we funnel that valuable information back to the core and leave the unvaluable data out where it is. hyper-converge fits really well there because you can have, you know, devices of very small form factors that are very quick to deploy, very easy to manage remotely. At the aggregation point you can have, simply, larger versions of the same thing or more of the same thing. And then finally at the core you can have very large clusters of hyperconverged appliances, like VxRail, to do your processing. Now the key is from an operational perspective you've still got a single pane of glass that manages everything. Right, it's still the same set of tools, it's still the same hardware and software lifecycle management process that happens out at the edge, at the aggregation point and at the core. So again, it comes back to the operational expense of making decisions closer to the data and then managing everything with a consistent set of tools. >> So I wondered if we could also talk about the competition and when Stu and I think about competition in this sphere we look at, first of all this all sort of software defined, everything can moved into software defined. So we see two vectors, one is head to head competition with other software defined suppliers, and the second big competitor is, hey, I'm just going to roll on my own. >> Chad Dunn: Right >> So let's start with the former, why Delium C vs vendor A, B, C or D? >> Sure, sure it really gets down to what your goal is as a customer and we obviously have multiple options within our own portfolio and those perfectly, you know, find solutions for a lot of people. But, you know, number one if you're a VMware user and you want to optimize around the VMware user experience, then VxRail is the way to go. Because we do co-engineer this with Vmware, it's not just a regular partnership, we have engineers and marketing people and product managers at Vmware that functionally role up to our team and so we do behave as one engineering and one product management organization to really optimize the user experience for VMware. Secondly, architecturally from a VCM perspective, this is a service that's baked into the kernal of vSphere. So, in terms of performance and the overhead that it creates on CPU, memory, et cetera. This is the best game in town. We can do more IO more predictably with flatter latency than really any other solution that's on the market in the HCI space. Every other one takes a virtual storage appliance approach where they have something running on top of the hypervisor. >> Dave Vellante: Right. >> The very long and circuitous data path, we'll performance test against solutions like that all day long, every day, that doesn't worry us at all. So, if you're a vSphere customer, VMware customer it's the most obvious choice and from a performance perspective you're not giving up anything right? We don't want users to have to sacrifice the storage functionality, the performance, the compute functionality. Just because it's hyper-converge and you scale out doesn't mean you can compromise on any to those axis. >> Okay, what about the guys who like to change their own oil in the car and the spark plugs and tune it up and they want to roll on their own. >> (laughs) It's been a long time since I've been able to work on my own car. So I encounter these kind of customers all the time. It's the build your own crowd and it's what they've been doing for a long time. And it's great, alright, I build my own computers at home and I have my own ESX server that I put together. I can't afford a VxRail. (laughing) There's no employee discount. So I'll tell you a story that will hopefully make sense, my first job when I got into this business, I went to Boston College, my first job and work study was to keep a spreadsheet that had all the MAC addresses and all the IP addresses for every host on the BC network and keep those in sync. >> You're really good at that I bet. >> I was excellent at that. That is not a skill set that is in demand right now. Or really even at that time. But when you think about what it means to take a software defined storage product like VMware vSAN and take an x86 server and put those together. Yes, you're getting to the same destination of running vSphere on a host with software defined storage. You're missing the systemness, right? We go to a lot of trouble to make sure we're managing all of things things in the context of the cluster level. All of the little pieces of firmware, and they're roughly 12 or so pieces of firmware that we have to take care of. From the BIOS to the drive controller firmware, the drives, the boss card, which is our boot media, the iDRAC firmware, the backplane, power supplies. In legacy EMC we spent 30 years building arrays. We had all those same challenges with all the different pieces of firmware and software that all had to function as a system, we did that. And we guaranteed that it would live up to 5/9ths of availability for the customer. That's exactly what we do when we deliver VxRail's hyperconverge. If you want to choose to build those things yourself that's fine if you have the skills and that's how you want to operate your business. The 5/9ths is now on you though. Right, because you're the one responsible for bringing all those parts together. So, yeah it's certainly a valid path for others but, the market is shifting and we see more often than not, people are moving towards a buy approach rather than build. >> You bring up a great point. I remember back in the early days before we even called it HCI, you think about vSAN, oh well is the storage admin going to buy it? Is the virtualization admin going to take that over? What's excited me about this wave is the oh, heres the cool stuff that companies are doing now that they're not spending their time keeping spreadsheets of MAC addresses. >> Chad Dunn: Yeah, yeah exactly. >> What is the kind of, you know, owner of this, look like in your environment? And any cool stories you're hearing from customers transforming their organization. >> By and large the operator is your virtual admin. The person who is at home in vCenter and vROps, you know, maybe even vRA if they're going full infrastructure as a service. That's really the user of this, and the dynamic you mention is similar to what we had with Vblock, right. Customers who went Vblock, who said, I'm going to change my operating model to a virtual administrator versus compute, storage, network. You know, customers who didn't change the operating model were not happy Vblock customers. Ones that did change the model did. And, I'll tell ya a real off script anecdote, recently I was traveling in Europe, and I started playing a game with the sales guy we were traveling with. Because in Europe, very often, they have more of an affinity to putting their logos on the sides of buildings in a lot of European cities. So, as we would go to these different cities and we went from Stockholm all the way down to Rome, to Switzerland, to Amsterdam. You know, we're just spotting VxRail customers, right, whose going to spot the most. And the one really interesting one is we checked into a hotel, you know, late night in Switzerland. Next morning we meet for breakfast and he goes, "Did you spot the rail customer?" I said "Who was it?" We went into the bathroom and they have these, you know, squeeze bottles that have the soap in the shower and it's a cosmetics company and they're located in Germany. And they do, obviously, a ton of business all over Europe, and they had outsourced a lot of their IT because, you know, their core competency is not IT, it's cosmetics. And they now have one guy that looks after all of IT for this company rather than outsource it to two different companies to manage all this and he runs it all on VxRail. So, transformative yes, to that company very transformative. But, at a very small scale, but that pattern sort of repeats itself the higher that you scale. >> Alright we're out of time but where can people go to get more information on this and other products your HTI strategy. >> If I were them I'd go to dellemc.com/hci. >> Excellent, Chad, thanks very much, Stu appreciate you co-hosting with me and check out videos on thecube.net, this and other videos will be up there. Thanks for watching everybody, Dave Vellante for Stu Miniman we'll see you next time! (techno music)
SUMMARY :
Narrator: From the SiliconANGLE Media Office, and bringing it to your data, wherever that data lives. So, we talk a lot about, you know, VxRail, and a lot more configuration options And that has to do with, more and faster memory channels, that operate the hardware inside the system, right? it's about, kind of, the power of the underlying thing, above and beyond the performance, for the workloads that you have, So Chad, a minute ago, you mentioned workloads. and then they start to move other, Wondering if you can talk about the business impact, of the cluster as a system, you see those costs go down. and all the customers. You're either going to refresh a server, you know, and you bring it back to the cloud. At the aggregation point you can have, simply, and the second big competitor is, and the overhead that it creates on CPU, memory, et cetera. VMware customer it's the most obvious choice and the spark plugs and tune it up and all the IP addresses for every host on the BC network and that's how you want to operate your business. I remember back in the early days What is the kind of, you know, owner of this, and the dynamic you mention is similar to get more information on this and other products Stu appreciate you co-hosting with me
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave Vellante | PERSON | 0.99+ |
Europe | LOCATION | 0.99+ |
Stu Miniman | PERSON | 0.99+ |
Germany | LOCATION | 0.99+ |
Chad Dunn | PERSON | 0.99+ |
Switzerland | LOCATION | 0.99+ |
Rome | LOCATION | 0.99+ |
Amsterdam | LOCATION | 0.99+ |
50% | QUANTITY | 0.99+ |
Chad | PERSON | 0.99+ |
30 years | QUANTITY | 0.99+ |
nine times | QUANTITY | 0.99+ |
Stockholm | LOCATION | 0.99+ |
vSphere | TITLE | 0.99+ |
first job | QUANTITY | 0.99+ |
WikiBound | ORGANIZATION | 0.99+ |
third case | QUANTITY | 0.99+ |
Boston College | ORGANIZATION | 0.99+ |
VxRail | ORGANIZATION | 0.99+ |
second | QUANTITY | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
two | QUANTITY | 0.99+ |
three ways | QUANTITY | 0.99+ |
Boston, Massachusetts | LOCATION | 0.99+ |
Vmware | ORGANIZATION | 0.99+ |
Stu | PERSON | 0.99+ |
2x | QUANTITY | 0.99+ |
two vectors | QUANTITY | 0.99+ |
two different pieces | QUANTITY | 0.99+ |
thecube.net | OTHER | 0.98+ |
three years | QUANTITY | 0.98+ |
14th generation | QUANTITY | 0.98+ |
about 100% | QUANTITY | 0.98+ |
LEGO | ORGANIZATION | 0.98+ |
HCI | ORGANIZATION | 0.98+ |
two different companies | QUANTITY | 0.98+ |
Dell EMC | ORGANIZATION | 0.98+ |
a year | QUANTITY | 0.98+ |
dellemc.com/hci | OTHER | 0.98+ |
one | QUANTITY | 0.98+ |
PowerEdge | ORGANIZATION | 0.98+ |
VxRail | TITLE | 0.98+ |
one guy | QUANTITY | 0.97+ |
first | QUANTITY | 0.97+ |
ESX | TITLE | 0.97+ |
one function | QUANTITY | 0.97+ |
Next morning | DATE | 0.97+ |
three tier | QUANTITY | 0.96+ |
Crate & Barrel | ORGANIZATION | 0.96+ |
a minute ago | DATE | 0.96+ |
Intel | ORGANIZATION | 0.96+ |
Skylake | COMMERCIAL_ITEM | 0.95+ |
Power Edge | COMMERCIAL_ITEM | 0.95+ |
Secondly | QUANTITY | 0.95+ |
Vblock | ORGANIZATION | 0.94+ |
about 2x | QUANTITY | 0.94+ |
British Columbia | LOCATION | 0.94+ |
EMC | ORGANIZATION | 0.94+ |
SiliconANGLE Media Office | ORGANIZATION | 0.92+ |
vSAN | TITLE | 0.92+ |
HCI | TITLE | 0.91+ |
VMware | ORGANIZATION | 0.89+ |
one product | QUANTITY | 0.88+ |
12 or so | QUANTITY | 0.87+ |
over 2x | QUANTITY | 0.86+ |
Kickoff | AWS Summit 2017
>> Announcer: Live from Manhattan it's the Cube. Covering AWS Summit New York City 2017. Brought to you buy Amazon Web Services. >> Hello and welcome to the Big Apple. AWS Summit kicking off here at the Javits Convention Center New York, New York. Along with Stu Miniman, I'm John Walls, welcome to the Cube as we continue our coverage here. Really I feel like this is ongoing, Stu, as far as what we're doing with AWS (mumbles) public sector summit. AWS from the outside in for a very long time. So tell me what you make of this. I mean regional show, we probably have four or 5,000 folks here, good turnout. What's the vibe you got, what's the feeling? >> It's really interesting 'cause we've covered a few of the regional summits but it's the first one that I've attended. I'm actually already have been starting to plan for AWS reinvent, which is the big show in November. Expecting probably around 50,000 people at that show, but I think four years ago, four and a half years ago when I went to the first (mumbles) summit in Las Vegas, it was about the size of what this show is. So Adrian Cockcroft got up on stage, said there were about 20,000 people registered. Of course registered doesn't mean that they're all here. A lot of people I know watching the live stream as well as it's free to attend so if I'm in New York City, there's just a few people in New York that care about tech probably. So maybe they'll pop in sometime for today, but in the keynote there's definitely a few thousand people. It's a good sized expo hall here. This could be a five or 6,000 person event for the size of the expo hall that they have here, and the Javits center can really hold some big activity here. Impressive at scope because Amazon and the cloud is still in early days. As Jeff (mumbles) says, there is no day two, we're always day one and what's going on. Went through a lot of announcements, a lot of momentum, a lot of revenue in this big cloud thing. >> You talk about Adrian too, we'll get to his keynote comments in a little bit. Talking about revenue growth still in the uptick year to year 42%. So still going there, but then on the other side you do se some writing going on that maybe upticks slowing down just a hair as far as cloud deployment goes. >> Yeah that's a great thing, 'cause we're all staring at the numbers and it's no longer, Amazon right now is not growing 75, 80% as opposed to the companies trying to catch up to them, like Microsoft, is growing at more of that 75 (talking over each other) >> But Amazon if you look at infrastructured service, is the largest out there. What was it, it was a 16 billion dollar run rate looking at the last 12 months looking back. Still over 40% growth rate. So yes is the growth slowing down a little bit, but that's just because they're not at a big number so it's a little tougher, but they keep adding services, they keep adding users. Some big users up on stage, some new services getting announced because the way Andy Jassy puts it, I mean everyday when you wake up, there's another three services from Amazon. So it's not like they had to say, oh geeze, can we hold something off? I go to the typical enterprise show and it's like, oh we're going to have this bundle announcements that we do. Amazon could have one of these every week somewhere and everyday could be like, here's three new services and they're kind of interesting because everyday that's kind of what they have. >> Yeah and I don't mean to paint it like the wolf is at the door, by any means, but the competitors are at the door. So how much of that factors into this space (mumbles) you pointed everybody else has this huge market share. They're not even (mumbles) they're like the elephant and the gorilla in the room, but at the same time, you do, as you're coming on, Google's still out there looking. There's another player as well. >> Well if you talk to the Amazon people, they don't care about the competitors, they care about their customers. So they focus very much on what their customers are doing. They work on really small teams. If we want to talk about a couple of the announcements today, one of the ones that, at least the community I was watching, it's AWS glue, which really helps to get ETL, which is the extract, transform, and load really a lot of the heavy lifting and undifferentiated heavy lifting that data scientists are doing. Matt Wood, who was up on the keynote said 75% of their time is done on this kind of stuff, and here's something that can greatly reduce it. Few people in the Twitter stream were talking about they've used the beta of it. They're really excited. It was one that didn't sound all that exciting, but once you get into it it's like, oh wow, game changer. This is going to free up so much time. Really accelerate that speed of what I'm doing. Adrian Cockcroft talked about speed and flight freeing me from some of the early constraints. I'm an infrastructure guy by background and everything was like, and I've got that boat anchor stuff that I need to move along and the refresh cycles, and what do I have budget for today? And now I can spin things up so much faster. They give an example of, oh I'm going to do this on Hive and it's going to take me five years to do it as opposed to if I do it in the nice AWS service it takes 155 seconds. We've had lots of examples like this. One of the earliest customers I remember talking to over four years ago, Cycle Computing was like, we would build the super computer and it would have taken us two years and millions of dollars to build, and instead we did the entire project in two months and it cost us $10,000. So those are the kind of transformational things that we expect to hear from Amazon. Lots of customers, but getting into the nuance of it's a lot of building new service. Hulu got on stage and it wasn't that, they didn't say we've killed all of our data centers and everything that you do under Hulu is now under AWS. They said, we wanted to do live TV and live TV is very different from what we had built for in our infrastructure, and the streaming services that Amazon had, and the reach, and the CDN, and everything that they can do there makes it so that we could do this much faster and integrate what we were doing before with the live TV. Put those things together, transformational, expand their business model, and helps move forward Hulu so as they're not just a media company, they're a technology company and Amazon and Amazon support as a partner helps them with that transformation. >> So they're changing their mission obviously, and then technologically they have the help to do that. Part of the migration of AWS migration, we talked about that as well, one of those new services that they rolled out today. I think the quote was migration is a journey and we're going to make it a little simpler right now. >> Yeah we've been hearing for the last couple of years the database. So you know whether I've got Oracle databases, whether it was running SQL before. I want to migrate them, and with Amazon now, I have so many different migration tools that this migration hub now is going to allow me to track all of my migrations across AWS. So this is not for the company that's saying, oh yeah I'm tinkering with some stuff and I'm doing some test dev, but the enterprise that has thousands of applications or lots of locations and lots of people, they now need managers of managers to watch this and some partners involved to help with a lot of these services, but really sprawling all of the services that Amazon have every time they put up one of those eye charts with just all of these different boxes. Every one of them, when you tend to dig in it's like, oh machine learning was a category before and now there's dozens of things inside it. You keep drilling down, I feel like it's that Christopher Nolan movie, Inception. We keep going levels deep as to kind of figure it out. We need to move at cloud time, which is really fast as opposed to kind of the old enterprise time. >> We hit on machine learning. We saw a lot of examples that cut across a pretty diverse set of brands and sectors, and really the democratization of machine learning more or less. At least that was the takeaway I got from it. >> And absolutely. When you mention the competition, this is where Google has a strong position in machine learning. Amazon and Microsoft also pushing there. So it is still early days in machine learning and while Amazon has an undisputed lead in overall cloud, machine learning is one of those areas where everybody's starting from kind of the starting point and Amazon's brought in a lot of really good people. They've got a lot of people working on teams and building out new services. The one that was announced at the end of the keynote is Amazon Macie, which is really around my sensitive data in a global context using machine learning to understand when something's being used when it shouldn't and things like that. I was buying my family some subway tickets and you could only buy two metro cards with one credit card because even if I put in all the data, it was like, no we're only going to let you buy two because if somebody got your credit card they could probably get that and do that. So that's the kind of thing that you're trying to act fast with data no matter where you are because malicious people and hackers, data is the new oil, as we said. It's something that we need to watch and be able to manage even better. So Amazon keeps adding tools and services to allow us to use our data, protect our data, and harness the value of data. I've really said, data is the new flywheel for technology going forward. Amazon for years talked about the flywheels of customers. They add new services, more customers come on board that drives new services and now data is really that next flywheel that's going to drive that next bunch of years of innovation to come. >> You've talked a lot about announcements that we just heard about in the keynote. Big announcement fairly recently about the cloud data computing foundation. So all of the sudden they, I'd say not giving the Heisman, if you will, the Kubernetes, but maybe not embracing it, right? Fair enough to say. Different story now. All of the sudden they're platinum level on the board. They have a voice on how Kubernetes is going to be rolled out going forward, or I guess maybe how Kubernetes is going to be working with AWS going forward. >> And my comment, I gave a quote to SiliconANGLE. I'm on the analyst side of the media. This side had written an article and I said, it's a good step. I saw a great headline that was like, Amazon gives $350,000. They're at least contributing with the financial piece, but when you dig in and read, there was a medium blog post written by Adrian Cockcroft. He didn't touch on it at all in the keynote this morning. Which I was a little surprised about, but what he said is, we're contributing, we're greatly involved, and there's all of these things that are happening in the CNCF, but Amazon has not said, and here is our service to enable Kubernetes as a first class citizen in there. They have the AWS container service, which is ACS which doesn't use Kubernetes. Until this recent news, I could layer Kubernetes on top and there are a lot of offerings to do that. What I'd like to be able to hear is, what service is really Amazon going to offer with that. My expectation not knowing any concrete details is by the time we get to the big show in November, they will have that baked out war, probably have some announcements there. Hoping at this show to be able to talk to some people to really find out what's happening inside really that Kubernetes piece, 'cause that helps not only with really migrations. If I'm built with Kubernetes, it's built with containers. Containers are also the underlying component when I'm doing things like serverless, AWS Lambda. So if I can use Kubernetes, I can build one way and use multiple environments. Whether that be public cloud or private clouds. So how much will Amazon embrace that, how much will they use this. as well we're enabling Kubernetes so if you've got a Kubernetes solution, you can now get into another migration service to Amazon or will they open up a little bit more? We've really been watching to see as Amazon builds out their hybrid cloud offering. Which is how do they get into the customer's data center because we've seen that maturation of public cloud only, everything into the public cloud to now Lambda starts to reach out a little bit with the green grass, they've got their snow balls, they've got the partnership with VMware, which we expect to hear lots more about at VMworld at the end of this month. They've got partnerships with Redhat and a whole lot of other companies that they're working at to really expanding how they get all of these wonderful Amazon services that are in the public cloud. How do they reach into the customer's data centers themselves and start leveraging those services? All of those free services of data that are getting added. Lots of companies would want to get access to them. >> Well full lineup of guests, as always. Great lineup of guests, but before we head out, you said you're with Wikibon, you do great analyst work there and you've got that inquiring mind. You're a curious guy. What are you curious about today? What do you kind of want to walk away from here tonight learning a little bit more about? >> So as I mentioned, the whole Kubernetes story absolutely is one that we want to hear about. Going to talk to a lot of the partners. So we've seen a lot of the analytics machine learning type solutions really getting to the public (mumbles) so it's good to get a pulse of really this ecosystem because while Amazon is, we've said it's not only the elephant in the room, Dave Alante, the chief analyst at Wikibon said, they're the cheetah, they move rally fast, they're really nimble. Amazon, not the easiest always to partner with. How's the room feel, how are the customers, how are the partners, how much are they really in on AWS, how many of them are multi cloud and I'm using Google for some of the data solutions and Microsoft apps really have me involved. So Amazon loves to say people that are all in. We had one of the speakers that talked, Zocdoc, which one that allows me to set appointments with doctors much faster using technology. Analytics say rather than 24 days you could do 24 hours. They went from no AWS to fully 100% in on AWS in less than 12 months. So those are really impressive ones. Obviously it's a technology center company but you see large companies. FICO was the other one up on stage. Actually hopping to have FICO on the program today. They are, what was it, over a 60 year old company so obviously they have a lot of legacy, and how AWS fits into their environment. I actually interviewed someone from FICO a couple of years ago at an OpenStack show talking about their embrace of containers and containers allows them to get into public cloud a little bit easier. So I'd love to kind of dig into those pieces. What's the post of the customers, what's the post of the partner ecosystem, and are there chinks in the armor? You mentioned the competitive piece there. Usually when you come to an Amazon show, it's all Amazon all the time. The number one gripe usually is it's kind of pricing, and Amazon's made some moves. We did a bunch of interviews the week of the Google Next event talking about Google cloud and there was a lot of kind of small medium business that said Google was priced better, Google has a clear advantage (mumbles) I'm going away from Amazon. The week after the show, Amazon changed their pricing, talked to some of the same people and they're like, yeah Amazon leveled the playing field. So Amazon listens and moves very fast. So if they're not the first to create an offering, they will spin something up very fast. They can readjust their security, their pricing to make sure that they are listening to their customers and meeting them not necessarily in response to competitors, but getting what the customers need and therefore if the customers are griping a little bit about something that they see that's interesting, or a pain point that they've had. Like we've talked about the AWS Glue wasn't something that a competitor had. It was that this is a pain point that they saw a lot of time is on it, and they are looking to take that pain out. One of the line that always gets poked about Amazon is they say your margin is our opportunity and your pain as a customer is our opportunity too. So Amazon always listening. >> All right, a lot on the plate here this day we have for you at AWS Summit. We'll be back with much more as we continue here on the Cube and AWS Summit 2017 from New York City. (upbeat techno music)
SUMMARY :
Brought to you buy Amazon Web Services. What's the vibe you got, what's the feeling? and the Javits center can really hold Talking about revenue growth still in the uptick So it's not like they had to say, oh geeze, but at the same time, you do, One of the earliest customers I remember talking to and then technologically they have the help to do that. and some partners involved to help and really the democratization of machine learning and harness the value of data. So all of the sudden they, and here is our service to enable Kubernetes and you've got that inquiring mind. and they are looking to take that pain out. on the Cube and AWS Summit 2017 from New York City.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Matt Wood | PERSON | 0.99+ |
Jeff | PERSON | 0.99+ |
Adrian Cockcroft | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Dave Alante | PERSON | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
John Walls | PERSON | 0.99+ |
New York | LOCATION | 0.99+ |
$350,000 | QUANTITY | 0.99+ |
155 seconds | QUANTITY | 0.99+ |
Stu Miniman | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
New York City | LOCATION | 0.99+ |
24 hours | QUANTITY | 0.99+ |
Andy Jassy | PERSON | 0.99+ |
ORGANIZATION | 0.99+ | |
Las Vegas | LOCATION | 0.99+ |
75% | QUANTITY | 0.99+ |
November | DATE | 0.99+ |
five years | QUANTITY | 0.99+ |
one credit card | QUANTITY | 0.99+ |
five | QUANTITY | 0.99+ |
24 days | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
Christopher Nolan | PERSON | 0.99+ |
Hulu | ORGANIZATION | 0.99+ |
Redhat | ORGANIZATION | 0.99+ |
Amazon Web Services | ORGANIZATION | 0.99+ |
$10,000 | QUANTITY | 0.99+ |
Stu | PERSON | 0.99+ |
two years | QUANTITY | 0.99+ |
Adrian | PERSON | 0.99+ |
tonight | DATE | 0.99+ |
today | DATE | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
four years ago | DATE | 0.99+ |
5,000 folks | QUANTITY | 0.99+ |
100% | QUANTITY | 0.99+ |
less than 12 months | QUANTITY | 0.99+ |
Javits Convention Center | LOCATION | 0.99+ |
16 billion dollar | QUANTITY | 0.99+ |
Wayne Dunn, HarborOne Bank | WTG & Dell EMC Users Group
>> I'm Stu Miniman with theCUBE. And we're here at the Winslow Technology Group Dell EMC User Group and happy to have another user here at the event, Wayne Dunn, who's the SVP and CTO of HarborOne Bank. Wayne's, thanks so much for joining me. >> Happy to be here. >> All right, Wayne, tell us a little bit about HarborOne Bank, your role there, how long you've been there, what you work on. >> Sure, HarborOne Bank is the largest state-chartered cooperative bank in New England. I've been there about ten years in my role as senior vice president and chief technology officer. I'm responsible for all of the on-premise technology, as well as managing our hosted solutions that provide services to our customers. >> Yeah, I think back. I'm not a native New Englander, but when I moved up here, all the banks I belonged to eventually got merged into megabanks and things like that. So talk about yours. >> We actually started as a credit union. We're almost 100 years old, actually. We started as Brockton Credit Union and became HarborOne Credit Union. And then back three years ago, we became a bank. >> Okay. >> And now we're actually publicly traded on the NASDAQ. That happened a couple of years ago. >> Well, congratulations. >> Thank you. >> That's excellent. So the financial industry, undercompliance issues... >> Tremendous. >> Security is a major concern. You've been there ten years. Give us a little look back. What do you think about what you do today versus even five years ago? >> Sure. Going back five years ago, the main mission was really just to deliver those services to our customer. Of course, security was already a big part of what we did in terms of protecting customer information. But given what's happening in the cyber security realm these days, it's become a full-time job just focusing on cyber security, alone, and information security. It's a major part of what we do. >> Yeah, so it's interesting. I've talked to some very large financial institutions and they're like, "We're becoming software companies." And I was at the Amazon Show. There's a very large, well-known bank that gave away the Alexa Dots and they're doing skill sets. What's the role of technology in your company? How does all this digital transformation impact you? >> Really, it's providing a new level of service in the digital domain to customers that aren't traditional go-to-the-branch customers. We do have a large part of our customer base still wants to go into that branch, they have a personal relationship with that banker. But as you can imagine, we have younger customers that, they really just want that same level of service, but they want it provided through mobile banking, online banking. And they expect, as I said, that same level of service. So really the challenge today is to provide that level of service through our mobile application. And one of the nice things about the way technology has evolved is that in the past, only large financial institutions could provide the types of services that you see. Whereas today, because of the way technology's progressed, we've been able to provide that same level of service, those same types of technologies. And again, the examples are mobile banking with mobile deposit, or being able to instant issue a debit card for our customers in any one of our branch locations. >> Yeah, Wayne, can you give us... What's the dynamic between the business and the technology in your organization? >> Before I came to HarborOne Bank, I was in the consulting world in the technology consulting world. And one of the approaches I always took, as many people do in that world, is you need to have the business' stakeholders, they need to have ownership whenever you do any technology project. You can't do technology for technology's sake. It has to serve a business goal, a business mission. And I brought that same approach to HarborOne. So at HarborOne, when we approach technology, it's all of the stakeholders at the table, there's a business purpose for what we do, and the business, as well as the technologists, are driving the implementation, whatever it may be. And again, a good example of that is when we started to introduce our paperless account-opening process. We had people from our operations division, our retail division, as well as my technology division, sitting in a room and really going through what that meant. The interesting thing about the process was it became a process where it wasn't just about online account opening and instant issuing a debit card, it was about, "Hey, now that we look at this technology, we actually can use this technology to do account maintenance. Or we can take the paper processes we used to do, and we can change those over to an electronic process." So it really is always a collaborative effort with the business and with my technology group. >> Yeah Wayne, what brings you to this event? >> Well, first of all, the Winslow Group has been a big partner of HarborOne for many, many years. In fact, we were one of the first organizations that rolled out the Compellent SAN technology with them. One of the things I always try to do, along with my team, is to get out and explore, not only what's happening with technology that we use in terms of the road map, it's also about learning about new technologies and what we might be able to leverage as an organization to improve customer service. Right now, it's about taking a hybrid approach between on-prem and hosted solutions. That's something that we're really exploring in order to become more nimble, in order to be able to provide the support the business needs at any given time without having to ramp up or do a tremendous expenditure in terms of on-premise technology. So really, we're taking a look at how can we blend our solutions with hosted solutions to provide a better level of service. >> Yeah, so Wayne, understand, public cloud sounds like it isn't too much in the picture for you. But the service-provided hosted model, what do you look for? >> Mostly private cloud >> What are the challenges? >> And again, the challenges are really not so much around being able to provide the application or the support that we need. It truly is more around security, information security. As you know, here in Massachusetts, we have the Massachusetts data security laws. And any company that we deal with in terms of being a hosted provider, whether they're in the Commonwealth of Massachusetts or somewhere else in the country, they still need to assure us they comply with that same level of security when we deal with them. It's around making sure that they have the same protections, the same level of business continuity and data recovery, things of that nature. So those are the things we have to look for in a cloud provider. >> Yeah Wayne, I'm curious, as a CTO, how do things like, really, the digitization of money impact what you're doing. I think not only things like blockchain, but these days I know I'm using my phone to purchase things more. Cash seems way less in use. So what is that impact? >> And again, we're providing a lot of those technologies that allow you to do that. Our biggest challenge is that a lot of our competitors aren't banks. >> I know. >> They're not regulated the same way we are. So they have more flexibility in terms of, not only how they can market, but how they provide these services. So really it's more, the challenge is really in the competition. And technologies allow that as well, so. >> Alright Wayne, really appreciate you sharing what's happening in your business and how technology is impacting that. Loved digging in with all the practitioners here at the user group where they're learning from their peers. This is a WTG Dell EMC User Group and you're watching theCUBE.
SUMMARY :
Dell EMC User Group and happy to have All right, Wayne, tell us a little bit about Sure, HarborOne Bank is the largest state-chartered So talk about yours. And then back three years ago, we became a bank. And now we're actually publicly traded on the NASDAQ. So the financial industry, undercompliance issues... What do you think about what you do the main mission was really just that gave away the Alexa Dots in the digital domain to customers the business and the technology in your organization? And one of the approaches I always took, that rolled out the Compellent SAN technology with them. But the service-provided hosted model, And again, the challenges are really really, the digitization of money a lot of those technologies that allow you to do that. They're not regulated the same way we are. here at the user group
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Wayne | PERSON | 0.99+ |
HarborOne | ORGANIZATION | 0.99+ |
Massachusetts | LOCATION | 0.99+ |
Wayne Dunn | PERSON | 0.99+ |
New England | LOCATION | 0.99+ |
HarborOne Bank | ORGANIZATION | 0.99+ |
ten years | QUANTITY | 0.99+ |
WTG | ORGANIZATION | 0.99+ |
Winslow Group | ORGANIZATION | 0.99+ |
Brockton Credit Union | ORGANIZATION | 0.99+ |
Dell EMC User Group | ORGANIZATION | 0.99+ |
Stu Miniman | PERSON | 0.99+ |
five years ago | DATE | 0.99+ |
one | QUANTITY | 0.99+ |
NASDAQ | ORGANIZATION | 0.98+ |
today | DATE | 0.98+ |
Winslow Technology Group | ORGANIZATION | 0.98+ |
about ten years | QUANTITY | 0.97+ |
One | QUANTITY | 0.97+ |
Amazon Show | EVENT | 0.96+ |
HarborOne Credit Union | ORGANIZATION | 0.96+ |
three years ago | DATE | 0.95+ |
Alexa Dots | COMMERCIAL_ITEM | 0.93+ |
couple of years ago | DATE | 0.89+ |
first organizations | QUANTITY | 0.88+ |
almost 100 years old | QUANTITY | 0.88+ |
Dell EMC Users Group | ORGANIZATION | 0.83+ |
CTO | PERSON | 0.78+ |
Commonwealth of Massachusetts | LOCATION | 0.76+ |
SVP | PERSON | 0.75+ |
first | QUANTITY | 0.61+ |
New Englander | OTHER | 0.58+ |
approaches | QUANTITY | 0.52+ |
Dave Ward, Cisco | Open Networking Summit 2017
>> Host: Live, from Santa Clara, California, it's TheCUBE covering Open Networking Summit 2017. Brought to you by the Linux Foundation. (upbeat music) >> Hey, welcome back everybody, Jeff Frick here with theCUBE. We are coming to the end of day two at Open Networking Summit. We just got here today, it's a great show. Everyone who's talking everything about software-defined networking is here. And along with Scott Raynovich we're joined by Dave Ward, one of the luminaries doing panels, doing keynotes. >> Here we are in TheCUBE. >> And here we are. Dave is the CTO of Engineering and Chief Architect at Cisco Systems. So Dave, great to see you as always. >> Great to see you guys. >> So what's the buzz of the show, you've been here for a couple of days, any surprises? >> No real big surprises to be honest, always there's some great announcements and great launches going on. But really what I'm finding surprising is that this is the sixth year of this conference, can you believe that? So year six from where we started, and I may be the first person to say this, have you ever had anybody in theCUBE today talking about openflow? >> Jeff: No. >> Remember those days? >> Now, nothing against open flow that's not my point, but think about how far we've gone and so. >> Scott: Actually, yeah, Martin was talking about it. >> Course he did. Course he did. He's not going to let it go. (laughter) But love you Martin. But really my point is, look how far we've come in six years. Six years ago we had a protocol, small community, one group working on this stuff, really working in standards, there was no open-source associated with that at that time, now look where we are. Basically the place to do work is now in open-source and come together as a community. So, the buzz for me really is holy shit, this thing is real! There's a lot of people investing a lot of money and time and really trying to work together to improve and build the ecosystem around networking, around network functions, what services are being delivered and building a business off networking again, so networking is back. It's cool again. >> Jeff: Right. Great. And then there's this whole new thing coming down the pike in the form of 5G, and IoT that's just opening up a new opportunity kind of redefine, what are these standards, and how is this going to help push things along? >> Well, it's kind of interesting and so I'm just ripping for a second. When you take a look at where we've come over the last several years and it was SDN controllers and configuring the network. Then it was virtualizing the network. There was a lot of talk yesterday and today about analytics and creating a reactive network. All of that has been built in the those six years and come together in different open-source communities to build those pieces. We've got SDN controllers, projects like OpenDaylight, projects like FD.io, projects like PNDA, P-N-D-A-.io. That's the SDN virtualized network and data analytics piece, but when you get to 5G and IoT, one thing I'll be talking about tomorrow in my keynote, is that there're big blocks missing in the industry. So, let's dial it back to historically, remember when the HVAC contractor logged on to the network and that malware on that laptop stole 70 million credit cards, remember that? >> Yes. >> Still haven't solved that problem yet. And so the reason why I'm bringing this up is what's missing, identity. So we had this notion that networks controlled by IT operators that are going to go in and config and provision that network. Well, we're now to the point where we need to link people and things to be able to drive what that intent is on the network, and whether its buzz words, which is real functionality by the way, of micro-segmentation. HVAC contractor goes into a micro-segment, can't get to the point of sale, can't steal the credit cards. Basic bread and butter stuff we want from the network. This is what SDN is supposed to deliver, virtualized services like firewalls and other sporadic security, we'll just hold that for a second. But that linking of who the person is, what device they're on, where they are on campus, where they are in the world, etc., etc., time of day, whatever the case may be, are now the variables that need to go into the top of this system, into a policy engine that then drives that reactive network. We've made a couple of great strides in six years, but to get to 5G, and in particular to get to IoT, we have to have another couple of major blocks come into the industry to make that work well. Hopefully it's open-source where that's going to go, and it's not just a standards body and not just open-source, cuz we still need things to be manufactured and interoperable and the rest of it. So hopefully these things come together as we've seen the maturing of those two big groups. >> I was going to say, it kind of begs the question, what is the interplay between standards bodies versa or together with open-source projects? Cuz before you didn't really have open-sources standards really set. Set the regs. Now you've got these open-source projects, which have a main channel, they might start forking, there's all kinds of places that they can go, and how do the two kind of work together? >> Well there's been a ton of effort, and coming out of the SDN open-source movement around model-driven networking, and although it sounds kind of geeky, the main way of representing those models is through representation called YANG. The interesting thing about YANG is that's been not only adopted in SDN, as the main object and way of representing the models being converted to network and equipment computes, computers etc. But the IETF has taken that up and really driven a service approach through the IETF which is I want to deliver a VPN service, I want to deliver load engineering on the network versus what we did with SNMP, or what the industry did, which was I'm going to fully distribute this out to all the protocols and all the functions and everybody's going to write a NIB etc., etc. and we know how that turned out. So the craze for model-driven networking, the standards bodies picking this up, IETF, MEF, which is metro ethernet forum, broadband forum, BBF. All these organizations have now taken on that mantra that came out of open-source SDN of model-driven networking and are working towards creating those models so that way we will have a standardized way to program the network. But what's next is the telemetry coming out. Those objects need to be standardized so that way whether it's a Cisco device or somebody else's device, it's actually sending out the same data that can be collected and can be interpreted properly. Does it mean that it's a NIB? Does it mean that it's only going to go over one particular transport? I don't think anybody in the industry really cares whether it's JSON, Google RPC, Protobuffs, Netconf, or any of these pieces, they're all perfectly fine, they have different semantics associated with them, but nonetheless those common objects and common data models have been what has been the key to keeping the industry working together, the common architectural philosophy, and then the standards bodies have thankfully picked that up over the last couple of years. >> Yeah we were talking here earlier, I mean you just threw out a bunch of alphabet soup there and I understand 80% of it, but it does raise the issue we were talking about earlier about these standards development organizations and the IETF, the TM Forum, the MEF. Now we have open-source, so we have the Linux Foundation. We have a lot of these different organizations and I think while you would know better than I as a CTO, people are becoming challenged by tracking and following all this stuff, do you think we need some sort of consolidation of these standards or at least some more unification, we just saw ECOMP and Open-O merge so there seems to be some consolidation. What will we see going forward? What's going to help you as the CTO? >> There's no doubt if there's consolidation, that would be easier to track and easier place to develop, but in reality, Scott, it's 50 shades of YANG. (laughter) >> And the reason why I say that is each and every standards body has done their own specific function, again whether it's Metro Ethernet or its broadband access or its mobility, each one of those standards bodies is redefining themselves to be SDN capable. There's no doubt. If there's a one stop shop, it would be the most optimal way to get something done the fastest, but that's not the way the world works. So actually I think we are going to see a continuous increase of more folks working on this, more foundations being build, etc., etc. Although, what we have witnessed over the last couple days in the last year, is that the communities, the open-source communities in particular, are coming together and trying to integrate the pieces together versus just islands of cool technology that there's a few geeks interested in, no. Thankfully the operators and some enterprises have come in and said I need this stuff to work and I need this stuff to work together and that discipline is actually fundamentally new and different than the way either standards bodies worked or open-source worked in the past. So I'd love to say that there'd be even more consolidation. There's frankly a bit of fatigue over, not saying it's wack-a-mole but you have to chase, you have to really figure out and track where all this stuff is going on in the industry to really keep abreast and understand how wide and how deep it goes. >> It's interesting this trend lately where people are just donating ... The project is just being absorbed into Linux Foundation. So now there's at least kind of a consistency across all these various projects, in terms of the way things are managed, the shows, the communication, and them helping standardize a process to help those projects be more successful in their distribution and adoption in the company. >> Linux Foundation has done the industry a huge service. They understand governance. They've gone through a zillion different experiences of how to build communities. What works well when there's competing factions that need to come together and work, on board marketing team, on board legal team, able to build foundations as necessary, or what's been experimented with over the last couple of years is, if you remember when we started to number these, you need to have a 503C, you need to have a foundation, there was frankly a high cost associated with these. Now, open-source is being contributed there's no foundation, and there's no cost. And so there's a whole continuum of things that the industry, the networking industry I should say, is learning about how to build communities and although this sounds cliche, you may launch a product, but you don't launch a community, you actually have to build it. And it's not all one company that's doing the donating or doing the working and that will produce, that'll create the longevity of that particular project. And that is what the Linux Foundation knows how to do well or at least catalyzed people to come together to do that well. >> Now you mentioned one of the big questions that always comes up with open-source is well how do we make money, right? Cause it's all free. It's like, you know ... >> Are we on Jerry Maguire? What's going on? (laughter) >> Jeff: Free like a puppy. (laughing) >> Still my favorite. >> Free like a puppy, yeah, you guys still got to change the newspaper. So you were on a panel today there was a big discussion about the commercialization and how does, I mean obviously Cisco has to stare at this big puppy in the room if you will, you know. What's going to happen to our licensing model with all this open-source, what came out of that discussion, what came out of the panel about how do you make money in this open-source world? >> So a couple of things, one thing that was discussed was not only how to make money, is which comes first, cost reduction, total cost of ownership, or new service revenue. And really the outcome there, and AT&T, Comcast, and Lightspeed Ventures was also in the panel with me. Needless to say it's a combination of both. If you're coming in with a project and the project is please spend this money so you can save this money, we know how to do that math. We can add up the rows and columns and can understand whether or not money will be saved over time. But the new service revenue really certainly in an enterprise space, is really what's being discussed. In particular, can I get these new services, I need these new security functions, I want to manage all my branches from the cloud or whatever the case might be. So new service revenue is depending on which use case, which technology, which layer. Both of those two balance out and they both are required in the algorithm. Now, can people make money off of it? And the answer is, needless to say, Lightspeed Ventures colleague said, "Hey man, if there's a community "and there's a technology, "you can list off a zillion cases of where that community "is turned into a true company that can provide value-add "and additional IP and move forward." Now, let's move this from just startups to big companies like Cisco or AT&T and Comcast and not only do we all use open-source in our projects, all those companies are contributing to open-source. And in Cisco's case, we're contributing to open-source for a couple of key reasons, one is there are gaps in the industry, which were limiting the industry. So let me give an example. We open-sourced a virtual switch router, which you might think, okay it's Cisco they're going to do something in networking, but the reason why we open-sourced it, and it's a piece that we actually use in our products, was there was not a virtual switch or router that had the scale, performance, or features that enabled the industry to utilize all the capabilities of the hardware underneath, whether it's computer or networking or security. And so the industry literally would have stalled with a limited feature set versus being able to utilize decades of networking knowledge and experience in things that are key and necessary, encapsulations, features, filters, quality of service etc., etc. There's a zillion of these pieces. And so there's a couple different ways, how can somebody make money off of this really is the fundamental question. We contribute into open-source communities and use that open-source to build products as well. And we can do this across video, we can do this in networking, and we do this in NFV, we do this in orchestration in these pieces and we also catalyze an ecosystem around these projects and then potentially around our portfolio as well. And so we continuously expand our ecosystem into startups that are using this technology, advancing the technology, enabling the industry to move faster, and trying to fundamentally create those business outcomes that our customers want. >> I just love that you just innately understand the value of an active community and that really comes through, so but unfortunately the janitors have rolled in, the vacuums are going, the garbage cans are rolling, so before they unplug all of our gear, I want to give you the last word Dave. What are some of your top priorities for 2017? >> So top priorities for 2017 really comes down to working towards filling the gaps I mentioned, identity and policy, but additionally number one, make sure that the automation orchestration policy around networking in a containerized stack is created. So we live through a long era of hypervisors and what it was like to work with open stack and what it was like in open-source and have to invent all this technology. We learned a ton. But it doesn't exist in a containerized world. So for 2017, fill the big gaps in the industry and work towards orchestrating and automating networking, compute, storage, and security in a containerized world. >> Pretty simple. I think that's the answer. I was going to say 42 is usually the answer, but I think that was it Dave. (laughter) >> I love 42. (laughing) >> Thanks Dave, so he's Dave Ward, Scott Raynovich, I'm Jeff Frick, you're watching TheCUBE from Open Networking Summit 2017. We'll see you tomorrow. Thanks for watching. (upbeat electronic music) >> You're also an entrepreneur, right? You know the business, you've been in the business.
SUMMARY :
Brought to you by the Linux Foundation. We are coming to the end of day two So Dave, great to see you as always. and I may be the first person to say this, but think about how far we've gone and so. Basically the place to do work and how is this going to help push things along? and configuring the network. into the industry to make that work well. and how do the two kind of work together? the key to keeping the industry working together, and the IETF, the TM Forum, the MEF. that would be easier to track and easier place to develop, is going on in the industry to really keep abreast in terms of the way things are managed, the shows, And it's not all one company that's doing the donating that always comes up with open-source is Jeff: Free like a puppy. and how does, I mean obviously Cisco has to stare that enabled the industry to utilize and that really comes through, and have to invent all this technology. but I think that was it Dave. I love 42. We'll see you tomorrow. You know the business, you've been in the business.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Comcast | ORGANIZATION | 0.99+ |
Dave Ward | PERSON | 0.99+ |
Scott | PERSON | 0.99+ |
Martin | PERSON | 0.99+ |
Jeff Frick | PERSON | 0.99+ |
Scott Raynovich | PERSON | 0.99+ |
Cisco | ORGANIZATION | 0.99+ |
Jeff | PERSON | 0.99+ |
AT&T | ORGANIZATION | 0.99+ |
Dave | PERSON | 0.99+ |
2017 | DATE | 0.99+ |
Lightspeed Ventures | ORGANIZATION | 0.99+ |
80% | QUANTITY | 0.99+ |
sixth year | QUANTITY | 0.99+ |
Linux Foundation | ORGANIZATION | 0.99+ |
today | DATE | 0.99+ |
tomorrow | DATE | 0.99+ |
Santa Clara, California | LOCATION | 0.99+ |
two | QUANTITY | 0.99+ |
Cisco Systems | ORGANIZATION | 0.99+ |
MEF | ORGANIZATION | 0.99+ |
IETF | ORGANIZATION | 0.99+ |
six years | QUANTITY | 0.99+ |
Both | QUANTITY | 0.99+ |
two big groups | QUANTITY | 0.99+ |
both | QUANTITY | 0.99+ |
50 shades | QUANTITY | 0.99+ |
yesterday | DATE | 0.99+ |
last year | DATE | 0.99+ |
TM Forum | ORGANIZATION | 0.98+ |
Open Networking Summit 2017 | EVENT | 0.98+ |
first | QUANTITY | 0.98+ |
theCUBE | ORGANIZATION | 0.98+ |
Six years ago | DATE | 0.98+ |
70 million credit cards | QUANTITY | 0.98+ |
Open Networking Summit | EVENT | 0.97+ |
ORGANIZATION | 0.97+ | |
one | QUANTITY | 0.97+ |
one thing | QUANTITY | 0.97+ |
one group | QUANTITY | 0.96+ |
each | QUANTITY | 0.95+ |
decades | QUANTITY | 0.94+ |
one stop shop | QUANTITY | 0.94+ |
503C | OTHER | 0.93+ |
first person | QUANTITY | 0.91+ |
TheCUBE | ORGANIZATION | 0.9+ |
ECOMP | ORGANIZATION | 0.9+ |
Jerry | TITLE | 0.89+ |
each one | QUANTITY | 0.89+ |
day two | QUANTITY | 0.85+ |
last couple of years | DATE | 0.82+ |
FD.io | TITLE | 0.8+ |
zillion cases | QUANTITY | 0.78+ |
couple | QUANTITY | 0.77+ |
Netconf | ORGANIZATION | 0.77+ |
year six | QUANTITY | 0.75+ |
42 | QUANTITY | 0.73+ |
two kind | QUANTITY | 0.71+ |
BBF | ORGANIZATION | 0.68+ |
JSON | TITLE | 0.67+ |
Greg Pepper, Check Point Software Technologies - IBM Interconnect 2017 - #ibminterconnect - #theCUBE
>> Announcer: Live from Las Vegas, it's theCUBE, covering InterConnect 2017. Brought to you by IBM. >> Hey, welcome back, everyone. Here live at the Mandalay Bay in Las Vegas for theCUBE's three-day exclusive coverage of IBM InterConnect 2017. I'm John Furrier. My co-host, Dave Vellante. Our next guest here is Greg Pepper, head of cloud security architects at Check Point Software Technologies. >> You got it. Good afternoon, gentlemen. >> Welcome, welcome to theCUBE. So, security obviously is big. You're seeing compel all the networks, every company out there is buying security, so there's been a security sprawl. But now you guys have a stock that's trading at a very high, 52-week high. Congratulations. >> Yeah, thank you. You know, some people forget about us. We've been doing this for 24 years, we've been the leaders in this industry for over two decades, but sometimes, we're the best kept secret in the industry. >> Unleash some of those secrets here. I know you guys probably can't go into too much secret sauce as a public company, but what's the software secret? Obviously, relationship with IBM is part of why you're here, but what's the Check Point secret sauce right now? >> I think first and foremost, we've built upon a legacy for the last 20 years. We didn't just acquire technology through acquisition, duct tape and paper clips and call it an architecture for our customers. We've built upon a consistent common platform building on our core strengths. I think the second thing that really differentiates us from some of the other guys you mentioned is our commitment and focus to security first. We are a security company end to end, and everything we do is built off of those tenets. And especially with the growth in security in the data center, its migration to cloud, the industry has kind of come back around to software, and though for a while we delivered hardware appliance to customers, 'cause it was the preferred consumption model, when customers go to the cloud, whether it's SoftLayer, Azure, Amazon, Google, and others, we don't have hardware to bring with you, so you need a software defined security strategy to play in the cloud today. >> What is that software defined security strategy? What's the hottest product that you guys have that's working best? >> Everything we have built on our core competencies of management and the gateways themselves. But these days, it's not enough to just be a firewall vendor, so advanced threat prevention, the ability to both prevent and detect malware from getting on the network, rather than just alerting you that something bad happened. We're providing additional access controls with data awareness. I don't need to plug into the network to tell you people are going to YouTube, Netflix, but what's the information about your organization that's being posted out there? Those are the interesting things that we can help differentiate and alert customers to what's going on. >> So, the perimeter's, with the cloud, all these APIs, microservices coming down the pike with cloud, that's the challenge. I mean, this whole idea of being data and software focused. How do you guys play in that world, and what's this focus there? >> The biggest change is moving away from the traditional management architecture to one that's driven by code. These days especially in the cloud to be agile with dev-ops, you have to have security be able to be deployed, programmed, managed, and monitored all through an API, and this is something over the last few years we've enhanced our products to enable automatic deployment in the cloud providers, automatic management, and also integration with people like IBM QRadar in a highly automated way. >> The big discussion in the last couple years in security has been, hey, it's not enough just to dig a moat around the castle. The queen wants to leave her castle, so we've got to, security's got to be everywhere, it's got to follow the data, and also response is another major focus of discussion, we've got to shift spending there. How has that impacted, first of all, you buy that, second of all, how has that impacted your business and your strategy? >> We definitely do agree, which is why as part of our end to end security strategy, the laptops, the desktops, the mobile devices is an area of increased focus for us. Where really just having the traditional perimeter alone is not adequate. The second thing we started to talk about is the ability to move into the cloud. A lot of the competitive solutions out there don't play as well in the cloud because they're dependent on proprietary hardware. If you're a vendor that has custom ASICs, well, you don't have those ASICs when you go to the cloud. Whereas for us, our software defined security strategy, when we go to Amazon, Azure, SoftLayer, and other cloud providers, 100% of our core capabilities moves along with us. >> Talk that through the value proposition and the customer impact. So, it's more flexibility. Is it lower cost, is it speed, is it better response? >> I believe the primary driver for cloud adoption is agility, not always cost savings, although in some cases that is the case. However, the ability to grow and shrink on demand. In the past, our traditional enterprise customers would consume technology for their max resources. If I'm a large department store, I need to be able to handle Black Friday. Well, that's one week a year that you need that peak utilization. That ability to scale up and scale down is one of the major things driving people to the cloud. Well, security has to have the same model. We have to be able to automatically deploy, scale up for those large-scale events, but then also come back down to an average run-time use to help customers save money. >> How about analytics? How does that play into the security business? >> Yeah, I mean look, the whole reason we exist is to give interesting information for technology to be able to chew on, and the ability to provide the forensic auditing accounting for access controls and for our threat prevention, whether it's on the perimeter, in the cloud, in the core, on mobile and end-point devices, there's a reason after 20 years we've been the lead in the industry is 'cause we provide the best forensics data and integration with all the major leading SIM vendors out there. >> Yeah, the 20-year stair with Check Point. Obviously, the company's evolved a lot since then. Talk about the relationship with IBM, obviously we're here at IBM InterConnect, what are you guys doing with IBM? >> IBM's one of our best partners for over the last two decades. For over 18 years now, they've been a customer, a reseller, and a managed services security partner, so there's multiple organization within IBM that have relationship with Check Point to help secure the corporate assets, customer projects in our managed data centers, or even just purely security managed services. One of the exciting projects that we've been working on that was demonstrated at the security booth was an automated security deployment for the hybrid cloud, where the IBM team worked with us to help take security, automatically roll it out into Amazon and Azure, but also bring it into their MSS environment, their managed security services with zero touch, and they're able to provision, have it managed, monitored, and ready to rock and roll in less than 30 seconds. >> And they were doing that all in software? >> Greg: 100% in software, 100% in code with no human intervention. >> So take us through some of those use cases going forward. As you go talk to customers with IBM or on your own, you write on a lot of white board, I can imagine, so what are some of the white board conversations you're having, 'cause security architecture's one of these, kind of a moving train right now. What are some of the patterns you're seeing right now? >> First and foremost, there's a lot of cloud novice, this is new for all of us. So in the walk-jog-run mentality, we all need to come up with the basic terminology and fundamentals so we can have a more advanced conversation. Once we provide the basic knowledge transfer, the second step is how can you help me lift this legacy application and move it to a cloud-centric application, yet still give me the same levels of security and visibility, 'cause I can't go to the board and tell 'em, "Oh, we screwed up. "We moved to the cloud, and now our apps are not secure." As a matter of fact, for our largest customers, the most critical applications will not move to the cloud unless they have a clearly defined security strategy in place. >> So you lay out those parameters up front, then you kind of walk through it, I'd say crawl, walk, run, then jog. >> Greg: Absolutely. >> However you had it, but I mean, lot of people are kind of crawling, but now also, multi-cloud's a big theme here. So now, you're looking at multiple clouds, and some workloads might make sense for cloud one, two, or three depending on the workloads, but some stay on prem. >> 100%. >> And now you got the true private cloud trend where I'm going to have a cloud-like environment on prem. That's cool, development environment looks the same as the cloud, but I got multiple clouds. How do you guys deal with the multi-cloud and this idea of being consistent on prem and on cloud? >> First and foremost, being a software defined gateway, we have this unique capabilities that's the same on premise, Amazon, Azure, Google, SoftLayer, and others as well. Since we're not dependent upon hardware, we have consistent capabilities across all the clouds. The second thing I want to add is from a management perspective, we've built, excuse me, tight integrations with all the data center and cloud providers, so we're able to trust Amazon, VMware, Cisco, OpenStack, Google, and others and real-time integrate their applications and objects and metadata into our security policies, further tightening the integration and automation capabilities between those cloud providers. >> So, you're actively working with all the clouds to integrate in tightly to manage the security. You become the Switzerland for-- >> Look, we were the first of the major security vendors to both be in Amazon and Azure. We were the first achieve Amazon security competency. We were the first to support basic things like clustering and scale set support, which has been a very common deployment in the cloud as well. We've been in this cloud game for the last seven or eight years now, or as I like to joke, we've cloud up-times longer than some of my competitors have been in business. >> Microsoft was actually down on the cloud. We published a report today on siliconangle.com. Three cloud vendors down in a week. I'll give Amazon a little week there, but it's still, you're still going to see some these bumps in the road, but security, you can't have bumps, you got to be rock solid. >> The thing with today in cloud, whether it's the application, the servers, the storage and securities, you have to anticipate for that total failure situation. Heaven forbid, what happens if an east region went down? Case in point, when Amazon had their storage outage, Netflix was not interrupted at all. Now, other organizations that were only deployed in a single region, we were impacted. This is where, I think from an application architecture, one, we have to think beyond single region, single cloud provider. We have to anticipate the total catastrophic failure and how does our business continuity and disaster recovery work. And then, security has to be an integral portion of that. We can't bolt it on after the fact, it's got to be part of the foundation. >> Greg, great point. And by having software, gives you so much flexibility, I love that hybrid cloud example, but I want to get your thoughts on what you said earlier about lift and shift. That seems to be the parlance of the generation. It used to be rip and replace on the enterprise side, but that's not as easy as it is. To your point, you can't just throw it to the cloud, you might have some gaps. As people look to lift and shift, which I always say is be careful, you got to have some concerns. How do you advise your customers when you say, "Hey, we're lifting and shifting to the cloud." >> For those people, I say don't bother. Right, if I'm going to move the same applications and same products and processes from my private data center to the cloud, why bother? If we're not taking advantage of the agility, elasticity, automation, and all the benefits that clouds has to offer, companies should be building new cloud-ready applications for the cloud. We should not just be lifting our legacy applications and like for like moving them to the cloud, 'cause we're not going to get the benefit in return on investment. >> And it's risky, too, by the way. I would agree with you. So, net new applications, no brainer. If the cloud's available, why not? >> Absolutely. >> Let's go back to the workload. Some clouds have better, like analytics use case is a great cloud, just throw IOT data into Amazon or Azure or Office 365 is Azure, and Amazon gets Kinesis, good stuff, and you've got Bluemix over here. You're starting to see that swim lanes of the different vendors. How do you view the differentiation between the vendors, and how do you advise customers? "Hey Greg, I don't know which cloud to go to. "What's your advice?" >> First and foremost, there's pros and cons to everyone's offering. >> It's kind of like Red Sox, Yankees, you know. It's like trying to-- >> Well, let's stop right there, Yankees for sure. >> Dave: You think? >> Absolutely. >> Dave: You really think? >> Well, maybe not in 2017, but-- >> Who's the Yankees, Microsoft or AWS? >> Microsoft probably the Yankees right now. Then again, from my perspective as a Red Sox fan, I'd say it's a tough call. >> (muttering) is the Yankee-killer. Anywhere, let's... >> Alright, go back. >> We digress. >> What I was I going to make a comment of is look for the adjunct services behind the basics, beyond the basic storage, compute and networking services that everybody has as kind of table stakes. For example, if you're someone who's a very heavy Microsoft Office 365 SharePoint user, you're using their business application suite, well, probably migration to Azure is a more natural transition, right. People who are similarly in the Google environment and using the Google suite of applications, it's a benefit to moving the applications there. And to be honest, people who are purely just into the raw compute horsepower and probably the most mature and largest cloud platform, well, Amazon has probably got a five-year head start on the rest of the guys. So, we try not to sit here and determine which of the three clouds is better, 'cause for us, we play in all of them, and our security footprint has to be consistent across all of them. I'll share with you an anecdotal use case from one of my retail customers is building a commerce platform in AWS. But all the corporate applications are moving to Azure, and separately now, they're looking at Google for other global applications as well. So for them, they're going to be in all three cloud providers, just with different applications finding more natural homes. >> Justin Youngblood was just on. He said, the IBM data said 70% of all organizations, or 70% of the organizations have three or more clouds, infrastructure clouds, right. >> I would believe that. >> Back to the security, I mean, the market's booming. In a way, it's unfortunate that the market's booming is 'cause it's such a huge problem that doesn't end. It's great for you. Each year, we look back at last year and say, okay, we feel more secure, and we don't. So, what's happening in the market? Are we finally going to get a handle on sort of how to deal with this, or is it just always going to be this good guy, bad guy, leap-frogging sort of endless loop? >> The big change these days are the bad guys are pros. This is their full-time job, they're very well funded, trained, and able. >> Dave: And they only have to succeed once. >> And remember, the cost of defense is exponentially higher than the cost of offense. So what it costs my banks and hospitals to secure their environment is 10 to 100-fold over what it costs the bad guys, either in the U.S. or some other nation-state, to attack those environments. I think the biggest challenge that most of our customers face, to be honest, is technology saturation. They've bought every product known to mankind. As I like to joke, for every threat, there's an app for that, and most of our customers have bought all three of them. But then they struggle operationally with the technology, and this is more of a people and a process issue than it is a product issue. There's a lot of great technology out there, ours and other vendors as well, but if it's not implemented and maintained properly, those potentially represent the weakest links. >> And there's new threats emerging, ransomware, for instance, is to your point they're overmanned, and the cost to even compare, or defend against that, but they're already hacked. They'll pay the ransom in bit coin to get their stuff back. >> And look, it's cheaper, quicker, and faster to maybe just whack the system and try and do some forensics clean-up than deploy a next generation end-point to try and detect and mitigate against ransomware, disk encryption, or other bots that may get on the end-points themselves. >> But I almost feel like the mitigation, I mean, you've got to have perimeter security, obviously, and continue to invest in that, but I feel like you're never going to stop somebody from penetrating your organization. What's the status on average, the company's penetrated for 200 and whatever end days before they know? 220, 250, whatever number you want. There's got to be more investment in remediating, responding, managing that complexity. And so, I guess the answer to my earlier question was, well, not any time soon. We're going to have to continue to invest in new approaches, new methodologies to deal with this inundation of data, which isn't going to subside. >> Well, but part of it too is in the past, most of the security controls that companies invested in, they put at the perimeter. So, they're overprotecting on the perimeter, but now, the attacks are coming in through the side door. Spearfishing attempts >> Dave: Or internally. >> They're coming in from laptops or mobile devices that leave the organization and come back in, and since most customers lack internal segmentation, a very small infection becomes a very big problem very quickly. So, a lot of customers now are trying to figure out how do I take what I've done in the perimeter and treat my data center, my campus as untrusted, segment and silo and create smaller fault-isolation domains so that heaven forbid there is a breach or an outbreak, it's contained to a smaller subzone, rather than, look at the Target situation, which came in from an HVAC vendor, moved into a payment system, and then exfiltrated millions of credit card records. >> And, or, and not or, but, and techniques to allow the response to focus on the things that matter, and like you said, organizations, CCOS, are inundated with technology, and they don't know necessarily which threats to go deal with. They've got so much data, and to the extent that they can narrow down those high value threats, that's going to help solve the problem. That's why I was asking the question about analytics before. >> That's where I think the partnership with IBM is so important for us, right, 'cause both what they do with Watson and big data analytics and QRadar as well, it's one thing to just create a bunch of alerts, but for most customers, that's a lot of noise. Give me the interesting bits of information. I don't care about these 10 million alerts over the last week. What are the most critical things that my team needs to address right now? And those are the things that collectively IBM and Check Point help. >> How about the competitive landscape? And you guys are kickin' butt, you're well over a billion, what, $1.7 billion company, roughly? >> A little more, but yeah. >> A little more than that, almost a $20 billion market cap, which you said earlier, John, stocks almost at an all-time high, so obviously compete with Palo Alto. Do you compete with HPE, with ArcSight a little bit? I mean, that acquistion, they sort of, that's-- >> They jettisoned some of their core products that were competitive, like TippingPoint. They've kept some of their ArcSight and other big data analytics, the drive service and storage and services out there. But they're as much a partner as they are a competitor. >> Dave: They are? Okay. >> I mean, I would say the usual competitive suspects, some of the guys you mentioned, some of the big route switch vendors like a Cisco or a Juniper out there. Actually, we're in the end-point mobile space as well, which brings in the Symantec and McAfee and Kaspersky. >> And so, right, okay, so what's your big differentiation? >> I think first and foremost is that we have an enterprise management solution that goes from the mobile to the end-point to the cloud to the network. We do it all through a singular console. We have the most scalable security platform in the marketplace today, and to be honest, we have the best security solution out there, both in terms of the effectiveness as well as the manageability. >> Dave: And you're profitable and you're growing. I'm going to throw that in. >> Greg: We've been profitable since day one. >> Greg, thanks for coming onto theCUBE. We really appreciate, give you the final word on the segment as the outlook going forward. Obviously, all the cloud vendors, you work with them all, all trying to be enterprise-ready. >> Yes. >> And they're all, we're the enterprise cloud. Amazon's now the enterprise cloud, Google was flaunting it at Google Next, they got some work to do. IBM certainly is in the enterprise, Oracle's in the enterprise, Microsoft's in the enterprise. Enterprise readiness and the next few years as security evolves, what are the key table stakes that the cloud guys need to continue to work on, continue to invest in, continue to innovate? >> I think the first thing, and this is across all technology, not just cloud, is that interoperability is the new best of breed. All of our customers are going to have a couple of trusted partners. No one enterprise is single-vendor end to end. But we have to be able to play nicely in the sandox. So, whether it's working with Cisco or McAfee or Microsoft or Symantec, if I don't work well with the other investments my companies and customers have invested in, they're not going to have me around for very long. >> And that's the truth. And multi-cloud, and workloads will fit best, 'cause the SaaS also defines some of these big cloud vendors as well. Microsoft SaaS is Office 365, if you have Microsoft, that's going to be some things for ya. Greg, thanks so much, appreciate it. Great commentary with Check Point Software Technologies, talking security, head of architecture here. Greg Pepper, thanks for joining us. This is theCUBE, more live coverage here, day three coverage from theCUBE after this short break. (electronic keyboard music)
SUMMARY :
Brought to you by IBM. Here live at the Mandalay Bay You got it. You're seeing compel all the networks, You know, some people forget about us. I know you guys probably can't go into too much secret sauce in the data center, its migration to cloud, I don't need to plug into the network So, the perimeter's, with the cloud, to be agile with dev-ops, The big discussion in the last couple years in security is the ability to move into the cloud. and the customer impact. is one of the major things driving people to the cloud. and the ability to provide the forensic auditing accounting Yeah, the 20-year stair with Check Point. One of the exciting projects that we've been working on with no human intervention. What are some of the patterns you're seeing right now? the second step is how can you help me So you lay out those parameters up front, and some workloads might make sense as the cloud, but I got multiple clouds. all the data center and cloud providers, You become the Switzerland for-- in the cloud as well. but security, you can't have bumps, it's got to be part of the foundation. That seems to be the parlance of the generation. and like for like moving them to the cloud, If the cloud's available, why not? Let's go back to the workload. to everyone's offering. It's kind of like Red Sox, Yankees, you know. Microsoft probably the Yankees (muttering) is the Yankee-killer. But all the corporate applications are moving to Azure, or 70% of the organizations have three or more clouds, sort of how to deal with this, This is their full-time job, most of our customers face, to be honest, ransomware, for instance, is to your point that may get on the end-points themselves. And so, I guess the answer to my earlier question most of the security controls that companies invested in, that leave the organization and come back in, and to the extent that they can narrow down that my team needs to address right now? How about the competitive landscape? which you said earlier, John, the drive service and storage and services out there. Dave: They are? some of the guys you mentioned, that goes from the mobile to the end-point I'm going to throw that in. Obviously, all the cloud vendors, you work with them all, table stakes that the cloud guys is that interoperability is the new best of breed. And that's the truth.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave Vellante | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Symantec | ORGANIZATION | 0.99+ |
Cisco | ORGANIZATION | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
Greg Pepper | PERSON | 0.99+ |
McAfee | ORGANIZATION | 0.99+ |
Justin Youngblood | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
Kaspersky | ORGANIZATION | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Oracle | ORGANIZATION | 0.99+ |
Greg | PERSON | 0.99+ |
Netflix | ORGANIZATION | 0.99+ |
Yankees | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
100% | QUANTITY | 0.99+ |
$1.7 billion | QUANTITY | 0.99+ |
24 years | QUANTITY | 0.99+ |
10 | QUANTITY | 0.99+ |
70% | QUANTITY | 0.99+ |
2017 | DATE | 0.99+ |
John Furrier | PERSON | 0.99+ |
Red Sox | ORGANIZATION | 0.99+ |
three | QUANTITY | 0.99+ |
five-year | QUANTITY | 0.99+ |
20-year | QUANTITY | 0.99+ |
Juniper | ORGANIZATION | 0.99+ |
three-day | QUANTITY | 0.99+ |
Check Point Software Technologies | ORGANIZATION | 0.99+ |
200 | QUANTITY | 0.99+ |
YouTube | ORGANIZATION | 0.99+ |
52-week | QUANTITY | 0.99+ |
last year | DATE | 0.99+ |
second step | QUANTITY | 0.99+ |
less than 30 seconds | QUANTITY | 0.99+ |
first | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
U.S. | LOCATION | 0.99+ |
Office 365 | TITLE | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
both | QUANTITY | 0.99+ |
Dinesh Nirmal, IBM - IBM Machine Learning Launch - #IBMML - #theCUBE
>> [Announcer] Live from New York, it's theCube, covering the IBM Machine Learning Launch Event brought to you by IBM. Now, here are your hosts, Dave Vellante and Stu Miniman. >> Welcome back to the Waldorf Astoria, everybody. This is theCube, the worldwide leader in live tech coverage. We're covering the IBM Machine Learning announcement. IBM bringing machine learning to its zMainframe, its private cloud. Dinesh Nirmel is here. He's the Vice President of Analytics at IBM and a Cube alum. Dinesh, good to see you again. >> Good to see you, Dave. >> So let's talk about ML. So we went through the big data, the data lake, the data swamp, all this stuff with the dupe. And now we're talking about machine learning and deep learning and AI and cognitive. Is it same wine, new bottle? Or is it an evolution of data and analytics? >> Good. So, Dave, let's talk about machine learning. Right. When I look at machine learning, there's three pillars. The first one is the product. I mean, you got to have a product, right. And you got to have a different shared set of functions and features available for customers to build models. For example, Canvas. I mean, those are table stakes. You got to have a set of algorithms available. So that's the product piece. >> [Dave] Uh huh. >> But then there's the process, the process of taking that model that you built in a notebook and being able to operationalize it. Meaning able to deploy it. That is, you know, I was talking to one of the customers today, and he was saying, "Machine learning is 20% fun and 80% elbow grease." Because that operationalizing of that model is not easy. Although they make it sound very simple, it's not. So if you take a banking, enterprise banking example, right? You build a model in the notebook. Some data sense build it. Now you have to take that and put it into your infrastructure or production environment, which has been there for decades. So you could have a third party software that you cannot change. You could have a set of rigid rules that already is there. You could have applications that was written in the 70's and 80's that nobody want to touch. How do you all of a sudden take the model and infuse in there? It's not easy. And so that is a tremendous amount of work. >> [Dave] Okay. >> The third pillar is the people or the expertise or the experience, the skills that needs to come through, right. So the product is one. The process of operationalizing and getting it into your production environment is another piece. And then the people is the third one. So when I look at machine learning, right. Those are three key pillars that you need to have to have a successful, you know, experience of machine learning. >> Okay, let's unpack that a little bit. Let's start with the differentiation. You mentioned Canvas, but talk about IBM specifically. >> [Dinesh] Right. What's so great about IBM? What's the differentiation? >> Right, exactly. Really good point. So we have been in the productive side for a very long time, right. I mean, it's not like we are coming into ML or AI or cognitive yesterday. We have been in that space for a very long time. We have SPSS predictive analytics available. So even if you look from all three pillars, what we are doing is we are, from a product perspective, we are bringing in the product where we are giving a choice or a flexibility to use the language you want. So there are customers who only want to use R. They are religious R users. They don't want to hear about anything else. There are customers who want to use Python, you know. They don't want to use anything else. So how do we give that choice of languages to our customers to say use any language you want. Or execution engines, right? Some folks want to use Park as execution engine. Some folks want to use R or Python, so we give that choice. Then you talked about Canvas. There are folks who want to use the GUI portion of the Canvas or a modeler to build models, or there are, you know, tekkie guys that we'll approach who want to use notebook. So how do you give that choice? So it becomes kind of like a freedom or a flexibility or a choice that we provide, so that's the product piece, right? We do that. Then the other piece is productivity. So one of the customers, the CTO of (mumbles) TV's going to come on stage with me during the main session, talk about how collaboration helped from an IBM machine learning perspective because their data scientists are sitting in New York City, our data scientists who are working with them are sitting in San Jose, California. And they were real time collaborating using notebooks in our ML projects where they can see the real time. What changes their data scientists are making. They can slack messages between each other. And that collaborative piece is what really helped us. So collaboration is one. Right from a productivity piece. We introduced something called Feedback Loop, whereby which your model can get trained. So today, you deploy a model. It could lose the score, and it could get degraded over time. Then you have to take it off-line and re-train, right? What we have done is like we introduced the Feedback Loops, so when you deploy your model, we give you two endpoints. The first endpoint is, basically, a URI, for you to plug-in your application when you, you know, run your application able call the scoring API. The second endpoint is this feedback endpoint, where you can choose to re-train the model. If you want three hours, if you want it to be six hours, you can do that. So we bring that flexibility, we bring that productivity into it. Then, the management of the models, right? How do we make sure that once you develop the model, you deploy the model. There's a life cycle involved there. How do you make sure that we enable, give you the tools to manage the model? So when you talk about differentiation, right? We are bringing differentiation on all three pillars. From a product perspective, with all the things I mentioned. From a deployment perspective. How do we make sure we have different choices of deployment, whether it's streaming, whether it's realtime, whether it's batch. You can do deployment, right? The Feedback Loop is another one. Once you deployed, how do we keep re-training it. And the last piece I talked about is the expertise or the people, right? So we are today announcing IBM Machine Learning Hub, which will become one place where our customers can go, ask questions, get education sessions, get training, right? Work together to build models. I'll give you an example, that although we are announcing hub, the IBM Machine Learning Hub today, we have been working with America First Credit Union for the last month or so. They approached us and said, you know, their underwriting takes a long time. All the knowledge is embedded in 15 to 20 human beings. And they want to make sure a machine should be able to absorb that knowledge and make that decision in minutes. So it takes hours or days. >> [Dave] So, Stu, before you jump in, so I got, put the portfolio. You know, you mentioned SPSS, expertise, choice. The collaboration, which I think you really stressed at the announcement last fall. The management of the models, so you can continuously improve it. >> Right. >> And then this knowledge base, what you're calling the hub. And I could argue, I guess, that if I take any one of those individual pieces, there, some of your competitors have them. Your argument would be it's all there. >> It all comes together, right? And you have to make sure that all three pillars come together. And customers see great value when you have that. >> Dinesh, customers today are used to kind of the deployment model on the public cloud, which is, "I want to activate a new service," you know. I just activate it, and it's there. When I think about private cloud environments, private clouds are operationally faster, but it's usually not miniature hours. It's usually more like months to deploy projects, which is still better than, you know, kind of, I think, before big data, it was, you know, oh, okay, 18 months to see if it works, and let's bring that down to, you know, a couple of months. Can you walk us through what does, you know, a customer today and says, "Great, I love this approach. "How long does it take?" You know, what's kind of the project life cycle of this? And how long will it take them to play around and pull some of these levers before they're, you know, getting productivity out of it? >> Right. So, really good questions, Stu. So let me back one step. So, in private cloud, we are going, we have new initiative called Download and Go, where our goal is to have our desktop products be able to install on your personal desktop in less than five clicks, in less than fifteen minutes. That's the goal. So the other day, you know, the team told me it's ready. That the first product is ready where you can go less than five clicks, fifteen minutes. I said the real test is I'm going to bring my son, who's five years old. Can he install it, and if he can install it, you know, we are good. And he did it. And I have a video to prove it, you know. So after the show, I will show you because and that's, when you talk about, you know, in the private cloud side, or the on-premise side, it has been a long project cycle. What we want is like you should be able to take our product, install it, and get the experience in minutes. That's the goal. And when you talk about private cloud and public cloud, another differentiating factor is that now you get the strength of IBM public cloud combined with the private cloud, so you could, you know, train your model in public cloud, and score on private cloud. You have the same experience. Not many folks, not many competitors can offer that, right? So that's another . .. >> [Stu] So if I get that right. If I as a customer have played around with the machine learning in Bluemix, I'm going to have a similar look, feel, API. >> Exactly the same, so what you have in Bluemix, right? I mean, so you have the Watson in Bluemix, which, you know, has deep learning, machine learning--all those capabilities. What we have done is we have done, is like, we have extracted the core capabilities of Watson on private cloud, and it's IBM Machine Learning. But the experience is the same. >> I want to talk about this notion of operationalizing analytics. And it ties, to me anyway, it ties into transformation. You mentioned going from Notebook to actually being able to embed analytics in workflow of the business. Can you double click on that a little bit, and maybe give some examples of how that has helped companies transform? >> Right. So when I talk about operationalizing, when you look at machine learning, right? You have all the way from data, which is the most critical piece, to building or deploying the model. A lot of times, data itself is not clean. I'll give you an example, right. So >> OSYX. >> Yeah. And when we are working with an insurance company, for example, the data that comes in. For example, if you just take gender, a lot of times the values are null. So we have to build another model to figure out if it's male or female, right? So in this case, for example, we have to say somebody has done a prostate exam. Obviously, he's a male. You know, we figured that. Or has a gynocology exam. It's a female. So we have to, you know, there's a lot of work just to get that data cleansed. So that's where I mentioned it's, you know, machine learning is 20% fun, 80% elbow grease because it's a lot of grease there that you need to make sure that you cleanse the data. Get that right. That's the shaping piece of it. Then, comes the building the model, right. And then, once you build the model on that data comes the operationalization of that model, which in itself is huge because how do you make sure that you infuse that model into your current infrastructure, which is where a lot of skill set, a lot of experience, and a lot of knowledge that comes in because you want to make sure, unless you are a start-up, right? You already have applications and programs and third-party vendors applications worth running for years, or decades, for that matter. So, yeah, so that's operationalization's a huge piece. Cleansing of the data is a huge piece. Getting the model right is another piece. >> And simplifying the whole process. I think about, I got to ingest the data. I've now got to, you know, play with it, explore. I've got to process it. And I've got to serve it to some, you know, some business need or application. And typically, those are separate processes, separate tools, maybe different personas that are doing that. Am I correct that your announcement in the Fall addressed that workflow. How is it being, you know, deployed and adopted in the field? How is it, again back to transformation, are you seeing that people are actually transforming their analytics processes and ultimately creating outcomes that they expect? >> Huge. So good point. We announced data science experience in the Fall. And the customers that who are going to speak with us today on stage, are the customers who have been using that. So, for example, if you take AFCU, America First Credit Union, they worked with us. In two weeks, you know, talk about transformation, we were able to absorb the knowledge of their underwriters. You know, what (mumbles) is in. Build that, get that features. And was able to build a model in two weeks. And the model is predicting 90%, with 90% accuracy. That's what early tests are showing. >> [Dave] And you say that was in a couple of weeks. You were, you developed that model. >> Yeah, yeah, right. So when we talk about transformation, right? We couldn't have done that a few years ago. We have transformed where the different personas can collaborate with each other, and that's a collaboration piece I talked about. Real time. Be able to build a model, and put it in the test to see what kind of benefits they're getting. >> And you've obviously got edge cases where people get really sophisticated, but, you know, we were sort of talking off camera, and you know like the 80/20 rule, or maybe it's the 90/10. You say most use cases can be, you know, solved with regression and classification. Can you talk about that a little more? >> So, so when we talk about machine learning, right? To me, I would say 90% of it is regression or classification. I mean there are edge case of our clustering and all those things. But linear regression or a classification can solve most of the, most of our customers problems, right? So whether it's fraud detection. Or whether it's underwriting the loan. Or whether you're trying to determine the sentiment analysis. I mean, you can kind of classify or do regression on it. So I would say that 90% of the cases can be covered, but like I said, most of the work is not about picking the right algorithm, but it's also about cleansing the data. Picking the algorithm, then comes building the model. Then comes deployment or operationalizing the model. So there's a step process that's involved, and each step involves some amount of work. So if I could make one more point on the technology and the transformation we have done. So even with picking the right algorithm, we automated, so you as a data scientist don't need to, you know, come in and figure out if I have 50 classifiers and each classifier has four parameters. That's 200 different combinations. Even if you take one hour on each combination, that's 200 hours or nine days that takes you to pick the right combination. What we have done is like in IBM Machine Learning we have something called cognitive assistance for data science, which will help you pick the right combination in minutes instead of days. >> So I can see how regression scales, and in the example you gave of classification, I can see how that scales. If you've got a, you know, fixed classification or maybe 200 parameters, or whatever it is, that scales, what happens, how are people dealing with, sort of automating that classification as things change, as they, some kind of new disease or pattern pops up. How do they address that at scale? >> Good point. So as the data changes, the model needs to change, right? Because everything that model knows is based on the training data. Now, if the data has changed, the symptoms of cancer or any disease has changed, obviously, you have to retrain that model. And that's where I talk about the, where the feedback loop comes in, where we will automatically retrain the model based on the new data that's coming in. So you, as an end user, for example, don't need to worry about it because we will take care of that piece also. We will automate that, also. >> Okay, good. And you've got a session this afternoon with you said two clients, right? AFCU and Kaden dot TV, and you're on, let's see, at 2:55. >> Right. >> So you folks watching the live stream, check that out. I'll give you the last word, you know, what shall we expect to hear there. Show a little leg on your discussion this afternoon. >> Right. So, obviously, I'm going to talk about the different shading factors, what we are delivering IBM Machine Learning, right? And I covered some of it. There's going to be much more. We are going to focus on how we are making freedom or flexibility available. How are we going to do productivity, right? Gains for our data scientists and developers. We are going to talk about trust, you know, the trust of data that we are bringing in. Then I'm going to bring the customers in and talk about their experience, right? We are delivering a product, but we already have customers using it, so I want them to come on stage and share the experiences of, you know, it's one thing you hear about that from us, but it's another thing that customers come and talk about it. So, and the last but not least is we are going to announce our first release of IBM Machine Learning on Z because if you look at 90% of the transactional data, today, it runs through Z, so they don't have to off-load the data to do analytics on it. We will make machine learning available, so you can do training and scoring right there on Z for your real time analytics, so. >> Right. Extending that theme that we talked about earlier, Stu, bringing analytics and transactions together, which is a big theme of the Z 13 announcement two years ago. Now you're seeing, you know, machine learning coming on Z. The live stream starts at 2 o'clock. Silicon Angle dot com had an article up on the site this morning from Maria Doucher on the IBM announcement, so check that out. Dinesh, thanks very much for coming back on theCube. Really appreciate it, and good luck today. >> Thank you. >> All right. Keep it right there, buddy. We'll be back with our next guest. This is theCube. We're live from the Waldorf Astoria for the IBM Machine Learning Event announcement. Right back.
SUMMARY :
brought to you by IBM. Dinesh, good to see you again. the data lake, the data swamp, And you got to have a different shared set So if you take a banking, to have a successful, you know, experience Let's start with the differentiation. What's the differentiation? the Feedback Loops, so when you deploy your model, The management of the models, so you can And I could argue, I guess, And customers see great value when you have that. and let's bring that down to, you know, So the other day, you know, the machine learning in Bluemix, I mean, so you have the Watson in Bluemix, Can you double click on that a little bit, when you look at machine learning, right? So we have to, you know, And I've got to serve it to some, you know, So, for example, if you take AFCU, [Dave] And you say that was in a couple of weeks. and put it in the test to see what kind You say most use cases can be, you know, we automated, so you as a data scientist and in the example you gave of classification, So as the data changes, with you said two clients, right? So you folks watching the live stream, you know, the trust of data that we are bringing in. on the IBM announcement, for the IBM Machine Learning Event announcement.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
20% | QUANTITY | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
AFCU | ORGANIZATION | 0.99+ |
15 | QUANTITY | 0.99+ |
one hour | QUANTITY | 0.99+ |
New York City | LOCATION | 0.99+ |
Dinesh Nirmal | PERSON | 0.99+ |
Dinesh Nirmel | PERSON | 0.99+ |
Stu Miniman | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
200 hours | QUANTITY | 0.99+ |
six hours | QUANTITY | 0.99+ |
90% | QUANTITY | 0.99+ |
Dave | PERSON | 0.99+ |
80% | QUANTITY | 0.99+ |
less than fifteen minutes | QUANTITY | 0.99+ |
New York | LOCATION | 0.99+ |
fifteen minutes | QUANTITY | 0.99+ |
Maria Doucher | PERSON | 0.99+ |
America First Credit Union | ORGANIZATION | 0.99+ |
50 classifiers | QUANTITY | 0.99+ |
nine days | QUANTITY | 0.99+ |
three hours | QUANTITY | 0.99+ |
two clients | QUANTITY | 0.99+ |
Kaden dot TV | ORGANIZATION | 0.99+ |
less than five clicks | QUANTITY | 0.99+ |
18 months | QUANTITY | 0.99+ |
San Jose, California | LOCATION | 0.99+ |
two weeks | QUANTITY | 0.99+ |
200 different combinations | QUANTITY | 0.99+ |
Dinesh | PERSON | 0.99+ |
each classifier | QUANTITY | 0.99+ |
200 parameters | QUANTITY | 0.99+ |
each combination | QUANTITY | 0.99+ |
Python | TITLE | 0.99+ |
today | DATE | 0.99+ |
each step | QUANTITY | 0.99+ |
two years ago | DATE | 0.99+ |
three key pillars | QUANTITY | 0.99+ |
one | QUANTITY | 0.98+ |
first product | QUANTITY | 0.98+ |
one step | QUANTITY | 0.98+ |
two endpoints | QUANTITY | 0.98+ |
third one | QUANTITY | 0.98+ |
first one | QUANTITY | 0.98+ |
Watson | TITLE | 0.98+ |
2 o'clock | DATE | 0.98+ |
last month | DATE | 0.98+ |
first endpoint | QUANTITY | 0.98+ |
three pillars | QUANTITY | 0.98+ |
Silicon Angle dot com | ORGANIZATION | 0.98+ |
70's | DATE | 0.97+ |
80's | DATE | 0.97+ |
this afternoon | DATE | 0.97+ |
Z 13 | TITLE | 0.97+ |
Z | TITLE | 0.97+ |
last fall | DATE | 0.96+ |
Bluemix | TITLE | 0.96+ |
yesterday | DATE | 0.95+ |
2:55 | DATE | 0.95+ |
Coco Brown, The Athena Alliance | Catalyst Conference 2016
>> From Phoenix, Arizona, theCUBE. At Catalyst Conference, here's your host Jeff Frick. (soft music) >> Hey Jeff Frick here with theCUBE. We're in Phoenix, Arizona at the Girls in Tech Catalyst Conference. About 400 people. The fourth year of the conference. Really getting together, talking about women in tech issues. Something in the water, here in Phoenix. We were here two years ago at the Grace Hopper Celebration of Women and Computing, also just down the road. So we're happy to be here and really get a feel. And bring to you some of the leaders here, that are making things happen. We're really excited by our next guest, Coco Brown, the founder and CEO of the Alena Alliance, or Athena Alliance, excuse me, welcome. >> Thank you. >> So the Athena Alliance, what's it all about? >> Well so the Athena Alliance is an organization of executive women who've achieved great success in their careers. And they have vision collectively of women operating at their highest level of impact. And within the context of a business leadership realm, that highest level really is the boardroom. And so our mission is to help women obtain board seats and be successful in the role. >> So there's a lot of conversations about board. It seems to be kind of the new hot button topic about inequality. There's certainly ton of conversations about inequality and pay highlighted recently by the women's national soccer team, which got a lot of buzz. And I think everyone knows that conversation that's been going on for a while. But the boardroom conversation is kind of new. It's kind of bubbling up. Or at least that's my sense of it, that barely have cracked the surface in terms of historical numbers in getting women representation on boards. >> Yeah. >> Why does that continue to be a problem? Is it a pipeline issue? Is it a match making issue? Is it a networking issue? Is it just, I just don't know? What is the issue? >> It's not a pipeline issue. And so what's happened in this discussion is there were some, sort of, pretty notable examples of situations where women raised their hands and said, hey where are the women on these boards. And the response was, well where are the women? Which kind of created this energy around the topic a lot more strongly more recently. Which is to say, there are a lot of qualified women out there who would be great board directors. And yet the positions of board director are gate kept by largely men. This is just the circumstance. Men are the ones who back companies. They're their VCs, they're the founders, they're the CEOs. And within their networks, they don't have a lot of women. Executive women. Likewise, executive women tend to seek each other out too. So we're not in each other's realms. So a lot of the conversation has been around raising awareness to the issue. There's been great tracking of exactly where is the issue. And how are we making progress. And then there's been a lot of great organizations that have been helping women get ready for board positions, training them. And thirdly, there's a lot of great organizations out there who are, essentially, identifying qualified women, and cataloging them, putting them in data bases and saying, hey no excuses, here they are. But the key missing element and my feeling as to why the problem continues to persist, part of it is just time. It's just going to take time. But part of it is also, really networking, what you said. It is about networking. It is that the women who want these positions and who are qualified for these positions need to know the men who are looking for board directors. And when you actually connect, make those two connections happen, you get incredible success. And we're seeing it already. >> Or as the age old advice, it's not who you know, but who knows you. >> Yes! >> It used to always be the other way around. But it's really who knows you. And we live in such a time of personal branding and external communication via LinkedIn, Twitter, blogs, medium, however you choose to externalize your professional position. And it kind of gets intermingled with your personal position. There really is not much excuse, at least, to make the attempt, to get yourself out there. >> Exactly, it's why. So there's 16 of the speakers here at this conference, are Athena Alliance women. And part of the reason we're here, we're here because this is such a noble and important and fantastic event for us to participate in. The other reason we're here is because this is apart of our way of getting known too, right. Of becoming more visible. Of making our brand, personal brand known. So this is one of those key things about who knows you that we should and need to be doing. >> So how many Athena foundation women are in executive boards now? >> So Athena Alliance is relatively new. So we're just getting started. About 50% of, 47% of the women associated with Athena Alliance are already on boards. >> That's pretty good, 47%. >> Yes, largely those are non-profit boards. >> Okay. >> They also are on a fair number of advisory boards. And they're now looking for the private boards and corporate boards and they're looking for public boards as well. >> And do you see that as kind of a logical stepping stone between an advisory board, a non-profit board, potentially a private company board, a VC company and then to a larger public entity. Is that kind of? >> Yeah I see it two ways. On the one hand, it's stepping stones and on the other, we have a variety of careers. So let's take me for example. I ran and was an owner of a privately held company. We reached about 50 million dollars in revenue before I sold my ownership, moved on. I'm qualified for a certain kind of a board. I'm qualified for a private board of a certain type of growth, sort of trajectory or stage. Others like Yvonne, who you spoke with, she's qualified for public boards of a different size. So some of it is what we're qualified for and what we can really contribute to and some of it is stepping stones. So for example, advisory boards are a great stepping stone. You get absolutely zero board credit for being on an advisory board, 'cause it doesn't have fiduciary responsibilities. >> No fiduciary responsibility. >> Right. But it's incredible network experience. It's a great way to get to know CEOs, to get to know VCs, to make yourself known as a candidate for other aspects of that company. >> Where do you see the natural networking opportunities? 'Cause clearly there's networks that exist around where you went to school. There's networks around, increasingly alumni groups, within companies, especially a big company like an Intel or an HP, where you got these huge alumni groups, 'cause they've been around for so long. Where are some of the other natural alumni groups that then cross over that are going to allow rubbing of shoulders with the old school guy board members with some of these women that are trying to break through? >> Yeah it's interesting. I think that is a really good opportunity space because I do see that mostly, the networking pods, if you will, are within school alumni groups, or corporate alumni groups, or organizations that women belong to. But that are largely then just women organizations. Or maybe some industry organizations. And industry boards are a great way to make that connection point. But I don't think that women do have opportunities of overlap with men in those organizations and those networking communities. So the way it has to happen is, I think we have to make it happen. So it's almost like, creating mixers. We need some mixers, right? Male VCs mixed with Athena Alliance women. Let's get together. We actually have an event coming up like that. Where you can have some men and women in the same room. They get to get a sense of each other. Those you do start seeing more of that going on and it's kind of essential. >> 'Cause you really need that right? I mean, they are networks. And everything going on today is all about networks, whether it's IOT or social media or whatever. It's networks and they're all naturally bound by something but how do you get that overlap from one network to the other when there's not enough overlap to really make the activity that you're seeking. Of course, there's always CUBE alumni, which is a terrific network. So we'll use that as a founding point. >> Absolutely. Well and Dan Scholnick, who is a general partner with Trinity, he's on a number of boards. He's speaking at an event for the Athena Alliance on a panel coming up. And he's got board openings in the variety of boards that he's on. Those are the kinds of connections. Make opportunities for Dan to be in the same room as a number of these great women. I think we just have to create it. >> It's interesting, interesting. 'Cause it is all about the connection, right. You got to know people and you got to put the word out. Nobody ever got a board seat sending out a resume. I don't know. How many come from executive head hunters? I never got a job from executive head hunters. It's really more about who you know. >> And executive recruiters only actually fill about one to two percent of board seats. It's only the top companies with the deepest pockets or the greatest pressure that can do that. >> Okay so what are your priorities for the next six months, nine months, what are your top things your guys are working on at the Alliance? >> So we're relatively new, so big, big priority for us is funding. We're also scaling. So scaling is one of the important things. In other words, scaling our relationships with those VCs, with CEOs, and starting to create great linkages through these networking events. >> All right, well Coco, thank you for taking a few minutes. >> Thank you. >> Absolutely and good luck with the Alliance. It sounds like you guys are on your way. We see increasingly, we did a show at SAP in conjunction with MAKERS and they got a great movie about some of the women who just broke down barriers in advertising, fashion, finance, tech, et cetera. Meg Whitman, among many women highlighted there. And it's tough to break down that door. When the first one gets through, hopefully they leave a little space for somebody else to scooch in behind them. >> Yeah, yeah. >> Absolutely. All right, Jeff Frick here with Coco Brown. We are the Girls in Tech Catalyst Conference, Phoenix, Arizona. You're watching theCUBE. See you next time. (soft music)
SUMMARY :
here's your host Jeff Frick. And bring to you some of the leaders here, and be successful in the role. that barely have cracked the surface It is that the women Or as the age old advice, And it kind of gets intermingled And part of the reason we're here, About 50% of, 47% of the women associated are non-profit boards. for the private boards And do you see that as kind and on the other, we have for other aspects of that company. Where are some of the So the way it has to happen is, And everything going on Those are the kinds of connections. It's really more about who you know. It's only the top companies So scaling is one of the important things. you for taking a few minutes. about some of the women who We are the Girls in Tech
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dan Scholnick | PERSON | 0.99+ |
Coco Brown | PERSON | 0.99+ |
Jeff Frick | PERSON | 0.99+ |
Meg Whitman | PERSON | 0.99+ |
Yvonne | PERSON | 0.99+ |
Phoenix | LOCATION | 0.99+ |
Athena | ORGANIZATION | 0.99+ |
Athena Alliance | ORGANIZATION | 0.99+ |
Intel | ORGANIZATION | 0.99+ |
Alena Alliance | ORGANIZATION | 0.99+ |
Coco | PERSON | 0.99+ |
Dan | PERSON | 0.99+ |
HP | ORGANIZATION | 0.99+ |
Athena Alliance | ORGANIZATION | 0.99+ |
Phoenix, Arizona | LOCATION | 0.99+ |
ORGANIZATION | 0.99+ | |
fourth year | QUANTITY | 0.99+ |
47% | QUANTITY | 0.99+ |
about 50 million dollars | QUANTITY | 0.99+ |
CUBE | ORGANIZATION | 0.98+ |
one | QUANTITY | 0.98+ |
today | DATE | 0.97+ |
nine months | QUANTITY | 0.97+ |
two ways | QUANTITY | 0.97+ |
About 400 people | QUANTITY | 0.97+ |
two years ago | DATE | 0.97+ |
two connections | QUANTITY | 0.97+ |
About 50% | QUANTITY | 0.97+ |
ORGANIZATION | 0.97+ | |
16 of the speakers | QUANTITY | 0.96+ |
two percent | QUANTITY | 0.94+ |
SAP | ORGANIZATION | 0.93+ |
Grace Hopper Celebration of Women and Computing | EVENT | 0.92+ |
Tech Catalyst Conference | EVENT | 0.92+ |
first one | QUANTITY | 0.91+ |
theCUBE | ORGANIZATION | 0.89+ |
next six months | DATE | 0.89+ |
Catalyst Conference 2016 | EVENT | 0.87+ |
Catalyst Conference | EVENT | 0.87+ |
Alliance | ORGANIZATION | 0.85+ |
one network | QUANTITY | 0.85+ |
thirdly | QUANTITY | 0.84+ |
zero board credit | QUANTITY | 0.79+ |
Tech Catalyst Conference | EVENT | 0.78+ |
MAKERS | ORGANIZATION | 0.75+ |
Girls in | EVENT | 0.74+ |
about one | QUANTITY | 0.71+ |
Trinity | PERSON | 0.69+ |
ton of | QUANTITY | 0.61+ |
soccer team | ORGANIZATION | 0.51+ |
in | EVENT | 0.46+ |