Image Title

Search Results for Red Hat summit 2018:

Steve Gordon, Red Hat | KubeCon + CloudNativeCon Europe 2020 – Virtual


 

>> Voice over: From around the globe, it's theCUBE with coverage of KubeCon and CloudNativeCon Europe 2020 virtual, brought to you by Red Hat, the Cloud Native Computing Foundation and Ecosystem Partners. >> Hi, I'm Stu Mittleman, and welcome back to theCUBE's Coverage of KubeCon CloudNativeCon Europe for 2020. Get to talk to the participants in this great community and ecosystem where they are around the globe. And when you think back to the early days of containers, it was, containers, they're lightweight, they're small, going to obliterate virtualization is often the headline that we had. Of course, we know everything in IT tends to be additive. And here we are in 2020 and containers and virtual machines, living side by side and often we'll see the back and forth that happens when we talk about virtualization in containers. To talk about that topic specifically, happy to welcome to the program, first time guest, Steve Gordon. He's the director of product management at Red Hat. Steve, thanks so much for joining us. >> Thanks so much Stu, it's great to be here. >> All right, as I teed up of course, virtualization was a wave that swept through the data center. It is a major piece, not only of what's in the data center, but even if you look at the public Clouds, often it was virtualization underneath there. Certain companies like Google, of course, really drove a container adoption. And often you hear when people talk about, I built something CloudNative, that underlying piece of being containerized and then using an orchestration layer like Kubernetes is what they talk about. So maybe stop for a sec, Red Hat of course, heavily involved in virtualization and containers, how you see that landscape and what's the general conversation you have with customers as to how they make the choice and how the lines blur between those worlds? >> Yeah, so at Red Hat, I think we've been working on certainly the current iteration of the next specialization with KVM for around 12 years and myself large portion of that. I think, one thing that's always been constant is while from the outside-in, specialization looks like it's been a fairly stable marketplace. It's always changing, it's always evolving. And what we're seeing right now is as people are adopting containers and even constructs built on top of containers into their workflows, there is more interest and more desire around how can I combine these things, recognizing that still an enormous percentage of my workloads are out there running in virtual machines today, but I'm building new things around them that need to be able to interact with them and springboard off of that. So I think for the last couple of years, I'm sure you yourself have seen a number of different projects pop up and the opensource community around this intersection of containers and visualization and how can these technologies compliment each other. And certainly KubeVirt is one of the projects that we've started in this space, in reaction to both that general interests, but also the real customer problems that people have, as they try and meld these two worlds. >> So Steve, at Red Hat Summit earlier this year, there was a lot of talk around container native virtualization. If you could just explain what that means, how that might be different from just virtualization in general, and we'll go from there. >> Sure, so back in, I think early 2017, late 2016, we started playing around this idea. We'd already seen the momentum around Kubernetes and the result the way we architected OpenShift, three at a time around, Kubernetes has this strength as an orchestration platform, but also a shared provider of storage, networking, et cetera, resources. And really thinking about, when we look at virtualization and containers, some of these problems are very common regardless of what footprint the workload happens to fit into. So leveraging that strength of Kubernetes as an orchestration platform, we started looking at, what would it look like to orchestrate virtual machines on that same platform right next to our application containers? And the extension of that the KubeVirt project and what has ultimately become OpenShift virtualization is based around that core idea of how can I make a traditional virtual machine to a full operating system, interact with and look exactly like a Kubernetes native construct, that I can use from the same platform? I can manage it using the same constructs, I can interact with it using the same console, all of these kinds of ideas. And then on top of that, not just bring in workloads as they lie, but enable really powerful workforce with people who are building a new application in containers that still need some backend components, say a database that's sitting in a VM, or also trying to integrate those virtual machines into new constructs, whether it's something like a pipeline or a service mesh. We're hearing a lot of questions around those things these days where people don't want to just apply those things to brand new workloads, but figure out how do they apply those constructs to the broader majority of their fleet of workflows that exist today. >> All right, so I believe back at Red Hat Summit, OpenShift virtualization was in beta. Where's the product that solution sets till today? >> Right, so at this year's KubeCon, we're happy to announce that OpenShift virtualization is moving to general availability. So it will be a fully supported part of OpenShift. And what that means is, you, as a subscriber to OpenShift, the platform, get virtualization as just an additional capability of that platform that you can enable as an operator from the operator hub, which is really a powerful thing for admins to be able to do that. But also is just really powerful in terms of the user experience. Like once that operator is enabled on your cluster, the little tab shows up, that shows that you can now go and create a virtual machine. But you also still get all of the metrics and the shared networking and so on that goes with that cluster, that underlies it all. And you can again do some really powerful things in terms of combining those constructs for both virtual machines and containers. >> When you talk about that line between virtualization and containers, a big question is, what does this mean for developers? How is it different from what they were using before? How do they engage and interact with their infrastructure today? >> Sure, so I think the way a lot of this current wave of technology got started for people was whether it was with Kubernetes or Docker before that, people would go and grab, easiest way they could grab compute for capacity was go to their virtual machine firm, whether that was their local virtualization estate at their company, or whether that was taking a credit card to public Cloud, getting a virtual machine and spinning up a container platform on top of that. What we're now seeing is, as that's transitioning into people building their workloads, almost entirely around these container constructs, in some cases when they're starting from scratch, there is more interest in, how do I leverage that platform directly? How do I, as my application group have more control over that platform? And in some cases, depending on the use case, like if they have demand for GPUs, for example, or other high-performance devices, that question of whether the virtualization layer between my physical host and my container is adding that much value? But then still wanting to bring in the traditional workloads they have as well. So I think we've seen this gradual transition where there is a growing interest in reevaluating, how do we start with container based architectures? To, okay, how has we transitioned towards more production scenarios and the growth in production scenarios? What tweaks do we make to that architecture? Does it still make sense to run all of that on top of virtual machines? Or does it make more sense to almost flip that equation as my workload mix gradually starts changing? >> Yeah, two thoughts come to mind on that. Number one is, are there specific applications out there, or I think about traditional VMs, often that Windows environments that we have there, is that some of the use case to bring them over to containers? And then also, once I've gotten it into the container environment, what are the steps to move forward? Because I have to expect that there's going to be some refactoring, some modernization to take advantage of the innovation and pace of change, not just to take it, containerize it and leave it. >> Yeah, so certainly, there is an enormous amount of potential out there in terms of Windows workloads, and people are definitely trying to work out how do they leverage those workloads in the context of OpenShift and Kubernetes based environment. And Windows containers obviously, is one way to address that. And certainly, that is very powerful in and of itself, for bringing those workloads to OpenShift and Kubernetes, but does have some constraints in terms of needing to be on a relatively recent version of Windows server and so on for those workloads to run in that construct. So where OpenShift virtualization helps with that is we can actually take an existing virtual machine workload, bring that across, even if it's say Windows server 2012, run it on top of the OpenShift virtualization platform as a VM, And then if or when you start modernizing more of that application, you can start teasing that out into actual containers. And that's actually something, it is one of our very early demos at Red Hat Summit 2018, I think was how you would go about doing that, and primarily we did that because it is a very powerful thing for customers to see how they can bring those, all the applications into this mix. And the other aspect of that I'll mention is one of our financial services customers who we've been working with, basically since that demo, they saw it from a hallway at Red Hat Summit and came and said, "Hey, we want to talk to you guys about that." One of the primary workload, is a Windows 10 style environment, that they happened to be bringing in as well. And that's more in that construct of treating OpenShift almost as a pool of compute, which you can use for many different workload types with the Windows 10 being just one aspect of that. And the other thing I'll say in terms of the second part of the question, what do I need to do in terms of refactoring? So we are very conscious of the fact that, if this is to provide value, you have to be able to bring in existing virtual machines with as minimal change as possible. So we do have a migration solution set, that we've had for a number of years, for bringing our virtual machines to Linux specialization stacks. We're expanding that to include OpenShift virtualization as a target, to help you bring in those existing virtual machine images. Where things do change a little bit is in terms of the operational approaches. Obviously, admin console now is OpenShift for those virtual machines, that does right now present a change. But we think it is a very powerful opportunity in terms of, as people get more and more production workloads into containers, for example, it's going to become a lot more appealing to have a backup solution, for example, that can cater to both the virtual machine workloads as well as any stateful container workloads you may have, which do exist in increasing numbers. >> Well, I'm glad you brought up a stateful discussion because as an industry, we've spent a long time making sure that virtual machines, have storage and have networking that is reliable in performance and the like. What should customers be thinking about and operators when they move to containers? Are there things that are different you manage bringing into, this brings them into the OpenShift management plane. So what else should I be thinking about? What do I need to do differently when I've embraced this? >> Yeah, so I think in terms of the things that virtual machine expects, the two big ones that come to mind to me are networking and storage. The compute piece is still there obviously, but I think is a little less complicated to solve just because the OpenShift and broader Kubernetes community have done such a great job of addressing that piece, and that's really what attracted us to it in the first place. But on the networking side, certainly the expectations of a traditional virtual machine are a little bit different to the networking model of Kubernetes by default. But again, we've seen a lot of growth in container based applications, particularly in the context of CloudNative network functions that have been pushing the boundaries of Kubernetes networking as well. That's resulted in projects like Motus, which allow us to give a virtual machine related to networking interface that it expects, but also give it the option of using the pod networking natively, for some of those more powerful constructs that are native to Kubernetes. So that's one of those areas where you've got a mix of options, depending on how far you want to go from a modernization perspective versus do I just want to bring this workload in and run it as it is. And my modernization is more built around it, in terms of the other container based things. Then similarly in storage, it's an area where obviously at Red Hat, we've been working close with the OpenShift container storage team, but we also work with a number of ecosystem partners on, not just how do we certify their storage plugins and make sure they work well both for containers and virtual machines, but also how do we push forward upstream efforts, around things like the container storage interface specification, to allow for these more powerful capabilities like snapshots cloning and so on which we need for virtual machines, but are also very valuable for container based workloads as well. >> Steve, you've mentioned some of the reasons why customers were moving towards this environment. Now that you're GA, what learnings did you have during beta? Are there any other customer stories you could share that you've learned along this journey? >> Yeah, so I think one of the things I'll say is that, there's no feedback like direct product in the hands of customer feedback. And it's really been interesting to see the different ways that people have applied it, not necessarily having set out to apply it, but having gotten partway through their journey and realized, hey, I need this capability. You have something that looks pretty handy and then having success with it. So in particular, in the telecommunications vertical, we've been working closely with a number of providers around the 5G rollouts and the 5G core in particular, where they've been focused on CloudNative network functions. And really what I mean by that is the wave of technology and the push they're making around 5G is to take what they started with network function virtualization a step further, and build that next generation network around CloudNative technologies, including Kubernetes and OpenShift. And as I've been doing that, I have been finding that some of the vendors are more or less prepared for that transition. And that's where, while they've been able to leverage the power of containers for those applications that are ready, they're also able to leverage OpenShift virtualization as a transitionary step, as they modernize the pieces that are taking a little bit longer. And that's where we've been able to run some applications in terms of the load balancer, in terms of a carrier grade database on top of OpenShift virtualization, which we probably wouldn't have set out to do this early in terms of our plan, but we're really able to react quickly to that customer demand and help them get that across the line. And I think that's a really powerful example where the end state may not necessarily be to run everything as a virtual machine forever, but that was still able to leverage this technology as a powerful tool in the context of our broadened up optimization effort. >> All right, well, Steve, thank you so much for giving us the updates. Congratulations on going GA for this solution. Definitely look forward to hearing more from the customers as they come. >> All right, thanks so much Stu. I appreciate it. >> All right, stay tuned for more coverage of KubeCon CloudNativeCon EU 2020, the virtual edition. I'm Stu Stu Mittleman. And thank you for watching theCUBE. (upbeat music)

Published Date : Aug 18 2020

SUMMARY :

brought to you by Red Hat, is often the headline that we had. it's great to be here. and how the lines blur that need to be able to interact with them how that might be different that the KubeVirt project Where's the product that of that platform that you can enable and the growth in production scenarios? is that some of the use case that they happened to sure that virtual machines, that have been pushing the boundaries some of the reasons that is the wave of technology from the customers as they come. All right, thanks so much Stu. 2020, the virtual edition.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
StevePERSON

0.99+

Stu MittlemanPERSON

0.99+

Steve GordonPERSON

0.99+

Cloud Native Computing FoundationORGANIZATION

0.99+

Red HatORGANIZATION

0.99+

GoogleORGANIZATION

0.99+

late 2016DATE

0.99+

Windows 10TITLE

0.99+

2020DATE

0.99+

oneQUANTITY

0.99+

early 2017DATE

0.99+

OpenShiftTITLE

0.99+

KubeConEVENT

0.99+

WindowsTITLE

0.98+

StuPERSON

0.98+

two thoughtsQUANTITY

0.98+

bothQUANTITY

0.98+

Red Hat SummitEVENT

0.97+

one wayQUANTITY

0.97+

LinuxTITLE

0.97+

Red Hat SummitEVENT

0.97+

around 12 yearsQUANTITY

0.97+

CloudNativeCon Europe 2020EVENT

0.97+

todayDATE

0.97+

earlier this yearDATE

0.97+

first timeQUANTITY

0.96+

CloudNativeTITLE

0.96+

Ecosystem PartnersORGANIZATION

0.95+

MotusTITLE

0.94+

one aspectQUANTITY

0.94+

this yearDATE

0.93+

OneQUANTITY

0.93+

KubernetesTITLE

0.93+

Red Hat Summit 2018EVENT

0.92+

last couple of yearsDATE

0.91+

two worldsQUANTITY

0.9+

first placeQUANTITY

0.89+

second partQUANTITY

0.89+

theCUBEORGANIZATION

0.85+

Windows server 2012TITLE

0.82+

Number oneQUANTITY

0.81+

Stu Stu MittlemanPERSON

0.8+

both virtualQUANTITY

0.79+

KubeCon CloudNativeCon Europe for 2020EVENT

0.79+

one ofQUANTITY

0.79+

two big onesQUANTITY

0.78+

one thingQUANTITY

0.78+

Jason O'Connell, Macquarie Bank | Red Hat Summit 2018


 

from San Francisco it's the queue covering Red Hat summit 2018 brought to you by Red Hat hey welcome back everyone here live in San Francisco at Moscone West of cubes exclusive coverage of Red Hat summit 2018 I'm John four with mykos John Troy a founder of tech reckoning advisory and on community services firm our next guest is Jason O'Connell openshift platform owner of mark mcquarrie group welcome to the cubes let's get it right that's right well the retail bank of Macquarie so thank you and financial services thanks for coming on so bossy begging is pretty hot big time early adopter of all things tech yes and you doing a lot of work at kubernetes tell us about what you're doing take a minute to explain your job what your focus is some of the some of the environment DevOps things you're doing it's a basically I'm head of the container platform team at Macquarie Bank so basically my team manages open shifts on AWS we do the architecture on there but we also focus a lot on the value add on top so we don't just give our our customers for my team are the developers and the development teams we don't just give them a blank platform we do a lot of automation a lot of work on top of that basically because we want to make sure that the idea of a platform as a service is that we do as much as possible to make developers lives easy talk about the journey when did you start on this effort Asli Amazon's great cloud we use it as well other clouds are coming on you had Google and Microsoft and others but when did the open shift conversations start happening where were you what year was it how long have you been using it it's gone through some great changes I want to get your experience on that open shifter journey I mean somewhat of an early adopter I mean we started looking at this two years ago so that was openshift 3.1 a lot of the basic features weren't even there and it took us a year to both build it out as well as migrate about 40 applications to production so it was only a year ago that we've been in production so it's evolved like so rapidly during that time so 40 applications migrating right that enough in and of itself in a year is is a pretty heavy lift can you talk a little bit about are you just re platforming the applications obviously probably not rewriting at this point the open shift has been a good home for the applications that you started out with it sounds like I mean one of the reasons to choose open shift was docker and it was about that migration path I mean part of the migration was ensuring that developers could get everything running locally get these legacy systems we did a lot of micro services running locally on docker containers on their laptop then the migration was was easy from there but we deliberately didn't want to do like a lift and shift we wanted to rethink how we delivered software as part of this project okay what's the biggest challenges you had in doing this I mean as you can open ships got some great movement Houston Cooper native good bet and kubernetes is looking like a really awesome way to move workloads around and manage containers and clusters so you know what's what are some of the things we've learned what are some of the complexities that you overcame can you share a little bit about some of the specifics I think I think the newness is is probably the biggest challenge I mean going back to two years ago there was some very basic components that weren't there at the time and we knew were coming and even now there are pieces of work which we just don't tackle and we do a very quick fix because we know it's coming later I mean it's just moving and evolving so quickly you know we're waiting a lot for sto which is coming in the future so we're holding back on investing in certain areas because of that so it's always a constant challenge yeah I still looking good and the service mesh is hot as well how has OpenShift helped you but what's the list if you had to kind of boil it down what's the bin the the impact to you guys where's the where's that coming from I mean before we even selected OpenShift we had we're looking at our objectives from a business perspective not a technology perspective I'm the biggest objective we had was speed to delivery you know how could you get a business idea a product idea into production as fast as possible or even if you look at a minor fix to something something that should be easier develop it takes a data ride why does it take a month to release the production so speed of delivery was one of the key objectives and I can tell you more about how we we delivered that in detail but just going back to the objectives we also looked at developer experience you know sometimes the developers are not spending enough time coding and doing it they want they get bogged down in a lot of other pieces of work that I I'm really delivering business value yeah so again we wanted the platform to handle that for them they could focus more on their work this is the promise of DevOps and the whole idea of DevOps is to automate away the hassles and I mean my partner Dave a lot that calls a rock fetches no one likes to do all that work it's like can someone else just handle it and then when you got now automation that frees it up but this brings up the thing that I would love to get your reaction to because one things we've been covering and talking a lot about in the cube is this isn't happening around us it's not just what we're doing but this new modern way to deploy software you'll get like some of the big things that are happening in with cloud native and you mission is do is to do this awesome dynamic things on the fly that are automated away so it changes the how software is being built how are you guys embracing that what's the thought obviously you've got a team that's got the mindset of dev yeah I'll see embracing this vision and if everything else is probably substandard she'll you look at you know waterfall or any kind of non agile what is the your view of this modern era of writing code and building applications what I mean for people who don't aren't getting it how are you how do you explain it you know I think it's I mean it's an unbelievable time that we're in at the moment I mean the amount of automation that we're doing is huge and part of our openshift is that it's an automated bull platform so I've got a few junior guys in my team they're like two graduates and in turn they do a lot of the automation yeah it's that easy if you look at interestingly in like security and risk teams and governance teams where we're finding look they can improve security risk and all this by automating you know they're the one set and now we've got SEC offs movements and things like that so speed of production is is does not prohibit better security and in fact with Sec ups the amount of automation we do you got a far greater amount of security because we now know everything that's deployed we can continually scanning for vulnerabilities yeah so Jason you talked about it being new we've talked a little bit about culture how much of this has been a training exercise how much is that it's been a cultural shift within your organization as one of the leaders of it how are you approaching I mean we're lucky there within Macquarie Bank there was a large scale culture shift towards agile where the whole bank runs in that gel manner so that's helped us then fill in our technology and automation it complements that way of delivering so we've got some very unique ways where we've done automation and delivery which completely rethinks how we used to deliver before so right example yeah for instance now if you think why were people scared of delivering something into production why was a small change scary change and a big part of it is the blast radius if something went wrong you know connecting through to our API is we've got our own channels mobile apps a website you've got a lot of partners there are the companies connecting through as well and so even if you did a small change if it costs an issue everyone's affected at once so a big piece of what we did to deliver faster is allowed targeted releases you know I could target a release and a change just to you we could target it to a percentage of customers monitor rolled out quickly if there's a problem dial it up if it's looking good good target to any channel it seems like there's a business benefit to that too right that's massive here because you also can promise stability on certain channels if you want you can have faster channels that are moving quickly and in an API driven world we've got external companies connecting through to these api's you want to be able to say that we've given you a stable offering and you can upgrade when you want and then our channels we cannot move more fast so we've got a minister no-brainer I mean really the old way is completely dead because of that because I think what the blast radius you're pointing about blast radius the risk is massive so everyone's kind of on edge all these tests have to go in redundancies as if the planning is ridiculous all for the risk all that energy you're optimizing for a potential non-event or event here with micro services and you an out can go down to the granular level the granularity is really amazing so when you go forward first of all it's a recruiting opportunity to get better engineers wait this is a way we work I'm going forward I want you to comment on your opinion as an industry participant and can clarify this because a lot of people get confused here Automation they think jobs are going away administration is getting automated system admin type roles where junior people can now do more operating things but the operating roles not going away so talk about that that ops side because now the ops are more efficient the right things are audited maybe but talk about that dynamic between the right things being automated and the right things that are gonna roll to operational service messages or whatnot yeah I mean basically it's about getting people to do these higher-order functions so the people who are doing things manually and operating things manually you look at our Ops teams now morphing into like the classic SRE team you know the side reliability engineering teams where they're spending a significant amount of that time automating things you know looking at alerting and monitoring and then Auto healing I mean it's actually more work to automate everything but with a far greater amount of quality and reliability and what we get and the benefits are long it's worth it basically you do the work upfront and you reap the benefits and then variety away it's like writing rolling out software managing workloads talk about multi class here on Amazon multi cloud is a big focus to your hybrid cloud multi-cloud obviously we're seeing that trend how do you look at multi cloud as a practitioner what are some of the things that check our check boxes for you in terms of okay as we start looking to the next level there might be a multiple cloud scenario how do you think about that and how do you put that into perspective that's worth noting even two years ago and we selected openshift it was with the idea that we could go multi cloud you know that for the users for the developers they're not going to know the difference where we run it on so we're not locked into any provider final question for you if you can boil down openshift into kind of like a soundbite for you what does it mean to you guys what's been the benefit what's been it it's been that what's been the role what's the benefit of OpenShift as you pour the cloud journey you know I could say speed I could say automation I mean that's huge but but really open shift and read how to pick the winner which is docker and kubernetes and a colleague of mine is in coop con in Copenhagen last week he's constantly messaging me saying there's new tooling you guys can use this you can use that and it means that rather than us doing the work we're just getting tooling from the community so it's the de facto standards so that's that's probably the biggest benefit all the goodness is just coming right to your front door luckily and I got to do my homework every night playing around with this technology so yeah gates success story and again the great community open-source projects out there you guys can bring that in and productize it for the retail bank congratulations love open-source stories like this tier one citizen and again continues to power the world open source softens the cube do our part bring and use all the data from Red Hat summit 2018 I'm John fryer with John Tory we'll be back with more after this short break

Published Date : May 31 2018

SUMMARY :

the benefit of OpenShift as you pour the

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
JasonPERSON

0.99+

Jason O'ConnellPERSON

0.99+

Jason O'ConnellPERSON

0.99+

MicrosoftORGANIZATION

0.99+

San FranciscoLOCATION

0.99+

John ToryPERSON

0.99+

John TroyPERSON

0.99+

San FranciscoLOCATION

0.99+

40 applicationsQUANTITY

0.99+

John fryerPERSON

0.99+

GoogleORGANIZATION

0.99+

AmazonORGANIZATION

0.99+

CopenhagenLOCATION

0.99+

Macquarie BankORGANIZATION

0.99+

a yearQUANTITY

0.99+

DavePERSON

0.99+

last weekDATE

0.99+

two years agoDATE

0.99+

two years agoDATE

0.99+

a year agoDATE

0.98+

Macquarie BankORGANIZATION

0.98+

Red HatORGANIZATION

0.98+

John fourPERSON

0.97+

a monthQUANTITY

0.97+

about 40 applicationsQUANTITY

0.97+

two graduatesQUANTITY

0.96+

Red Hat summit 2018EVENT

0.96+

AWSORGANIZATION

0.96+

tier oneQUANTITY

0.95+

Red Hat summit 2018EVENT

0.94+

oneQUANTITY

0.94+

Red Hat Summit 2018EVENT

0.93+

bothQUANTITY

0.93+

DevOpsTITLE

0.9+

MacquarieORGANIZATION

0.89+

Red Hat summit 2018EVENT

0.87+

OpenShiftTITLE

0.85+

lot of micro servicesQUANTITY

0.77+

one of the reasonsQUANTITY

0.74+

one setQUANTITY

0.74+

Moscone WestLOCATION

0.72+

SECORGANIZATION

0.7+

coop conORGANIZATION

0.66+

lotQUANTITY

0.64+

peopleQUANTITY

0.63+

3.1TITLE

0.61+

every nightQUANTITY

0.59+

OpenShiftORGANIZATION

0.59+

few junior guysQUANTITY

0.56+

mark mcquarrieORGANIZATION

0.53+

cubesLOCATION

0.52+

CooperORGANIZATION

0.52+

HoustonLOCATION

0.5+

piecesQUANTITY

0.49+

mykosORGANIZATION

0.47+

agileTITLE

0.46+

Leigh Day, Ellie Galloway & Sara Chipps | Red Hat Summit 2018


 

(upbeat electronic music) >> Announcer: Live from San Francisco, it's theCUBE. Covering Red Hat Summit 2018. Brought to you by Red Hat. >> Hey, welcome back, everyone. This is theCUBE, we're live in San Francisco, California, here at Moscone West, Red Hat Summit 2018. I'm John Furrier, the co-host of theCUBE. We've got three great guests, exciting segment. Really looking at the future of computer programming, the youth in our generation, the young minds, and the award winners here at Red Hat Summit. Our three guests are Leigh Day, Vice Present of Marketing and Communications at Red Hat. Ellie Galloway with Jewelbots, and Sara Chipps, CTO at Jewelbots Thanks for spending the time and coming on. I really appreciate it. Love this story because I always, as a computer person, I always love getting nerdy, but now nerd is the new cool. So starting young and coding is not just for guys anymore, it's for everybody. So congratulations on your success. Take a minute to explain what's happened here, because the folks watching don't know what happened yesterday. You guys were featured at part of Open Source Stars. Leigh, talk about the story. >> So about three years ago, the Red Hat Marketing Communications Group decided that they needed a passion project, something that would make them feel more energized about coming to work and not just selling products, but telling genuine stories about people. We started our Open Source Stories films series, and that has turned into Open Source Stories Live as well. So yesterday we brought awesome stories, like Jewelbots to our stage to tell the story of children and others getting involved in coding. And Ellie and Femmie on our stage, talking about how people should code for good and we really love that message and applaud that. >> And coding is so social because it's fun. So talk about Jewelbots and what's happening here? So how did this get started? And then I'll go into some specific questions for the young future star here. (laughter) Sara, how did it all get started? >> Yeah, so Jewelbots got started out of a desire to make a product for young girls, to get them excited about coding. So we talked to about 200 girls and we asked them what was interesting to them, and over and over from them we heard that their friendships are really important to them. And so when we were talking to them about a bracelet that lights up when your friends are nearby and you can use it to send secret messages, they got really excited. And so that's what we built and we made it open source so they would code it as well. >> How did it all get started? What was the motivation, what motivated you to take on this project? >> Good question. So I've been a software developer for seventeen years, I was five years into my career before I worked with another woman and it was another five years after that, before I worked with another one. So I really, you know, I love this career and I wanted to figure out a way to get more women excited about doing it. So, talking to my male peers, I heard from them that they started about middle school age, and so I wanted to find something for girls that would also inspire them in that way. >> That's awesome, thank you so much for doing that. I love the story, it's super important. Now, how did you get involved? You just loved programming? You wake up one day and say, hey, I love programming? How did you get involved? >> Well first, me and my dad, my dad works for Microsoft, he helped me code a game in Unity and so I love coding games so much that later he showed me Minecraft min code. And so I got involved in that, by then I kind of knew how to code and everything, so I only asked my dad for help if I absolutely needed it. And then, since my dad new Sara Chipps from Microsoft, he showed me Jewelbot one day when I got home from school and I've been on my own programming since then. >> John: You having fun? >> I am. >> What's the favorite thing about coding that you like? >> I love solving problems, and so solving problems is probably my favorite part in coding. I solve a lot of problems and inventions, tiny ones and just kind of figuring things out. >> Did you get all your friends involved? Did you spread it around to your friend group? >> I am getting some friends involved. In my YouTube channel I have someone I shared Jewel a lot with and showed how to code, and yeah. And at school, at my next school, I am going to create a Jewelbots club, and I'm hoping I can get a lot of people to join. >> So is it fun, is Jewelbot fun? I mean, how does it work, how does he Jewelbot work? So I wear a bracelet and then it lights up? So how does the code work? Is it an io sensor in the front end? How does it work? >> It works by Bluetooth. Do you mean friendship coding mode, or? >> Friendship coding mode. >> Okay, friendship coding mode. Yeah, you use Bluetooth for friendship coding mode. You pair Jewelbots together and it's pretty simple. You don't need a program, you can start right away without any program and it already has a default on it, so yeah. >> Do you have an agreement with Snapchat yet? Because that would be a great geofence feature, if I had like a Jewelbot with Snapchat integration. >> You can communicate by vibrates but there's not a Snapchat picture. >> Not yet, we'll make sure that we get that back and I'll get my daughter involved to jump in. How about the community aspect? I love the story, because what it does, it makes it fun. You don't want coding to be like eating spinach or, you know, taking out the trash or sweeping, you know, the floor up, you want to make it fun. Kids want to make it fun and gaming is key. When did it start clicking with you, Sara? You know, when did it start getting momentum? >> Yeah, well I think one thing that we realized, is that coding doesn't have to be a lonely activity, it doesn't have to be just one person sitting in a basement coding, it could be really anyone, and it's such a social thing, you know? All coders are self-taught and we all learn from each other, so having the ability to have a community that you can reach out to that are excited to help you and that kind of thing was a really important part of what we were building. >> So you guys were on stage... So tell about what happened here, 'cause folks didn't get to see and they can see it online after on a replay, you guys are out on stage, did you do like a demo? Tell us what happened on stage. >> We had a whole afternoon session that was focused on showcasing collaboration, young people coding, STEM. We had a group from our co-op, alumni come to the stage and talk about their experiences with Co.Lab, programming Raspberry Pis to take pictures. These are middle school girls, we've done programs with them all over the east coast. Then we had our CMO talk about his open-source experience. We had Women Open Source Awards, and then Sara and Ellie came out and told the audience about Jewelbots and it was just an opportunity to shine a light on their awesome project and to showcase young women doing great things. And showing women that they should have the confidence to code alongside men. >> Yeah, great program, how does someone get involved? How can someone get involved with Red Hat's Open Stories and your communities with Jewelbots. What can you guys share? Is there locations or a web app? Is there something you can get involved in? How does someone get involved? >> Well, Red Hat, we have seven Open Source Stories films, that people can go online and watch. But then yet, there's 90 of them for an open-source story, OpenSourceStories@RedHat.com is a way to contribute to that. But we're always thinking about new ideas, taking contributions and love to hear about these stories. >> Sara, how do I get involved in the Jewelbots? For anyone else watching who might be inspired by this awesomeness you guys have going on here. Great practice, I love how you're doing this. How do they get involved with what you're doing? >> So, if you have young girls in your life Jewelbots.com, Amazon.com, Target.com is all where you can get Jewelbots. If you don't and you know some people that do, a lot of people have started hosting events around Jewelbots, so if people in your office might have daughters and they might be interested in something like that, that's something that we help people do, as well. >> That's great. Ellie, what's your thoughts on all this? This celebrity status you have? Your YouTube followers are going to go through the roof now. >> Yeah, since yesterday I've had over 75 new followers. >> John: Wow. >> So yeah, it's amazing. >> Can she say the name of her YouTube channel? >> Of course. >> EllieGJewelbots. >> EllieGJewelbots, we're going to promote it, make sure it's on the screen, guys, great program. I'm so excited for you, that's amazing, don't stop. It gets better, more fun every time. When you build cool stuff it's magical. And tell all your friends. Great stuff, thanks so much for doing this. Great program, thanks for coming on. >> Thanks for having us. >> Thanks for having us. It's theCUBE, live here. A really inspirational inspirational moment here, getting everyone started at the young age really kind of opens the aperture of all people, all diversity, inclusion and diversity, really critical part of the community paying it forward. Of course, theCUBE's doing our part here, be back with more live coverage after this short break. (upbeat electronic music)

Published Date : May 12 2018

SUMMARY :

Brought to you by Red Hat. and the award winners here at Red Hat Summit. And Ellie and Femmie on our stage, And coding is so social because it's fun. and you can use it to send secret messages, So I really, you know, I love this career How did you get involved? and so I love coding games so much that later he showed me I love solving problems, and so solving problems And at school, at my next school, I am going to create Do you mean friendship coding mode, or? You don't need a program, you can start right away Do you have an agreement with Snapchat yet? You can communicate by vibrates but there's not the floor up, you want to make it fun. so having the ability to have a community So you guys were on stage... and to showcase young women doing great things. Is there something you can get involved in? taking contributions and love to hear about these stories. by this awesomeness you guys have going on here. So, if you have young girls in your life This celebrity status you have? When you build cool stuff it's magical. getting everyone started at the young age

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
SaraPERSON

0.99+

Sara ChippsPERSON

0.99+

ElliePERSON

0.99+

Ellie GallowayPERSON

0.99+

John FurrierPERSON

0.99+

Red HatORGANIZATION

0.99+

MicrosoftORGANIZATION

0.99+

JohnPERSON

0.99+

EllieGJewelbotsPERSON

0.99+

seventeen yearsQUANTITY

0.99+

Leigh DayPERSON

0.99+

five yearsQUANTITY

0.99+

San Francisco, CaliforniaLOCATION

0.99+

FemmiePERSON

0.99+

San FranciscoLOCATION

0.99+

yesterdayDATE

0.99+

three guestsQUANTITY

0.99+

Target.comORGANIZATION

0.99+

Red Hat Marketing Communications GroupORGANIZATION

0.99+

YouTubeORGANIZATION

0.99+

MinecraftTITLE

0.99+

Amazon.comORGANIZATION

0.99+

WestLOCATION

0.99+

theCUBEORGANIZATION

0.98+

Red Hat SummitEVENT

0.97+

JewelbotsPERSON

0.97+

firstQUANTITY

0.97+

three great guestsQUANTITY

0.97+

Red Hat Summit 2018EVENT

0.97+

over 75 new followersQUANTITY

0.97+

JewelbotsORGANIZATION

0.97+

about 200 girlsQUANTITY

0.96+

OpenSourceStories@RedHat.comOTHER

0.95+

Women Open Source AwardsEVENT

0.95+

one personQUANTITY

0.95+

SnapchatORGANIZATION

0.94+

one thingQUANTITY

0.93+

Co.LabORGANIZATION

0.93+

sevenQUANTITY

0.93+

one dayQUANTITY

0.88+

three years agoDATE

0.87+

Open Source Stories LiveTITLE

0.83+

LeighPERSON

0.81+

JewelbotsTITLE

0.8+

Jewelbots clubORGANIZATION

0.77+

90 ofQUANTITY

0.75+

VicePERSON

0.74+

UnityTITLE

0.73+

Raspberry PisORGANIZATION

0.7+

SnapchatTITLE

0.68+

MosconeEVENT

0.62+

JewelbotPERSON

0.62+

aboutDATE

0.57+

JewelTITLE

0.57+

JewelbotTITLE

0.57+

OpenTITLE

0.55+

CTOPERSON

0.52+

Jewelbots.comOTHER

0.51+

oneQUANTITY

0.5+

dayDATE

0.47+

JewelbotCOMMERCIAL_ITEM

0.39+

Paul Cormier, Red Hat | Red Hat Summit 2018


 

live from San Francisco it's the cube covering Red Hat summit 2018 brought to you by Red Hat hey welcome back everyone we're here live in San Francisco red hat summit 2018 s cubes exclusive coverage we're out in the open in the middle of floor here as open source has always done out in the open it's the cube doing our part extracting the cylinders I'm John for the co-host of the cube with John Troy you might coast analyst this week he's the co-founder of a firm advisory firm our guest case is Paul Comey a president and products on technology of Red Hat architecting the future of red hat and products and technologies all open source great to see you again major see you so thank you coming on so great keynote today you guys have done a great job here I thought the messaging was great but the excitement was strong we just came back off of a week in Copenhagen coop con where kubernetes clearly sees the de facto standard around kubernetes the core kubernetes with a lot of room to differentiate around you got sto service meshes a lot of exciting things for application developers and then under the hood and the new life being brought into OpenStack so there's clear visibility now into what's going on swim lanes whatever we call it people kind of see it so congratulations thank you magical moment Lucky Strike all on the cards give us some color you guys been working on this for a while go back and where did it all start and when did things start clicking together for you guys well I know I sometimes sound like a broken record here but I mean the key to our success is the commercialization of Linux I mean you know Linux we started Linux as a commodity play you know it was cheaper cheaper almost as good et cetera but it became such a powerful platform all the innovation you just talked about is built around Linux it's all tied into Linux so once we lay down the Linux base and the customer and the customer data centers which is such the logical extension to go to these new technologies because it really you really need to be a Linux vendor in order to be able to do a kubernetes to release to be able to support our containers release any of these things it's all just intertwining the Linux and your model is working honestly the open source is no secret that that's open open it's over proprietary and closed but you also have a community model that's feeding into the price of technologies Jim Weider zzyx you know went into detail on hey you don't you know you have a crystal ball and technology because you're smart guys but ultimately the users in the communities give you direct feedback of what's relevant and cool at the right time this is really where kubernetes Lucky Strike for you guys was really there you saw it so the commitment you jumped in can you explain that dynamic of how the products get fed in from the communities I'll give you actually a better example of OpenShift itself so we originally started OpenShift back in 2011 and we started it as a marketing project we started it as a as a cloud-based platform to get developers out there building to our platform and a lot of our customer base saw it and came to us and said I want this as a product this is really really powerful so we made a product out of it first one kubernetes wasn't around containers weren't around we'd built it on virtual machines we had we had what we called gears to lock in and and then containers started to morph in and read by release three we transformed it to containers then we brought in kubernetes because we had worked with the Google folks earlier on that so we really listened to our customers we started at something we thought was going to be an expense and it turns out to be you know one of our hottest our hottest platform right now based on what our customers in the community told us timings everything - and the good timing is as the clouds took the scale started also becoming relevant you see Amazon success now you got as your IBM and everyone's kind of seeing that opportunity how are you guys looking at the container piece because you know we can look at the history and docker you know trying to monetize too early we've been you know we've documented that it went well in the cube many times core OS a recent acquisition big one for you guys and strategic but also a great team containers are super important talk about the role of containers specifically not so much as a business model but as a lynchpin right between how orchestration is moving and how these service messages are coming out I mean you think just real quickly what containers are first containers are just Linux carved up in a different way you still have a kernel still have user space the difference is you take just the user space you want with the application and you run it that way so all the same life cycles security issues you have to fix etc they have to do on a standard Linux have to do it in containers the first thing containers been around forever they were in units if we all if we all remember but the killer app for containers was because now when I can bring just enough two of the OS with the application I can run that to the cloud that's how we get the app out to the cloud that's how we get it onto the private cloud out to any of the public clouds how we reverse the clouds so even though they've been around for a while it's the killer app for containers so you mentioned hybrid cloud hybrid cloud multi-cloud are there are the terms it's this week we hear them a lot that been up on stage one way of putting it is is thinking about that different places of deploying but in one you are really saying that it doesn't matter where you deploy there's there's layers of an especially openshift can take you to different clouds it location doesn't matter anymore can you drill down on that a little bit absolutely I mean our our whole we took a bed I mean it sounds obvious now it always does right we took a bed on hybrid cloud I've been talking about it for six or seven years and what it means is customers are going to have applications that run on bare metal they're going to have running as virtual machines probably on VMware they're going to maybe run their private clouds maybe containers maybe across multiple clouds end of the day it's it's Linux underneath that what customers don't want is five different operating because every Linux is slightly different they don't want five different operating environments they want and want one so what we do with rel and with openshift is we give you that abstraction layer for your application to code once and you can move that app anywhere I mean the clouds the public clouds have brought a tremendous amount of innovation and I don't want to say this in a derogatory way but in some sense they're like a mainframe because they have their stack all the way up to there a flick their products are their services and so you start you start up you start up a service of server lists of lambda that's never leaving Amazon never so so it's great in many cases if that's ok for that app but there's a lot of cases you might want to run the app here one day and there the next day so you really need an abstraction layer to ensure that you have that portability and that's what shift and containers are so important right I hear things like de-facto standard and abstraction layers the bells go up opportunity because you now that's where complexity can be reduced down when you have good at rational layers but we've been interviewing folks here and the some themes have come up about the sea change that we're facing this cloud scale new Internet infrastructure going on globally and the two points are tcp/ip moment you know during that time that was networking even and that disrupted decnet today and others and then HTTP both are different HTV was all new capabilities the web disrupt the Direct Mail and other things analog leaving but he stupid created inter inter networking basis right Cisco and everything else here what containers what's interesting and I want to get your reaction to this is that with containers I don't have to kill the old to bring in the new I can do the new and then let the lifecycle of those workloads take a natural natural course this is a good thing for enterprise they don't have to rush in do a rip and replace they don't have to react attacked hire new people at massive scale talk about that dynamic is that seems to be what's happening it's exactly what's heavy you know we did a bunch of demos on stage this week I think nine of them live the coolest demo was the one where we showed we actually took a Windows virtual machine with a Windows SQL based virtual machine from VMware with tools we brought that over to a KVM environment which is it's a different format for the VM brought that to a KVM environment we then use tools to slice it up into two containers one being the app itself the other being at SQL and we deployed it out to openshift and we could eventually have deployed out to any public cloud that's significant for two reasons first of all you're now seeing kubernetes orchestrating VMs right beside containers so you can kind of see where that's going right so that's really that's interesting for the operators now because now they get they bring whittled down some of that complex it's really interest interesting for the developers because from a perspective they're going to be asked to bring these traditional virtual machines into containers in the old world they have to go to a VMware front-end to do that then they have to come over here to a route to a to a rev or rel front-end to do it now they can just bring their VM with tools over work on it split it up into containers and deploy it it's it's its efficiency adds at its best and shift without any effort without any effort really how about the impact of the customers because this is to me that the big money moment because that means an enterprise can actually progress and accelerate their digital transformation or whatever they got going on to a new architecture a new internet infrastructure we hear things like Network effect decentralized storage with with blockchain new capabilities that aren't measured by traditional older stacks that we've seen an e-commerce DNS and other things so a shifts happening the shifts have a cloud scale I say synchronous the pile are these cars with a scalable whole new way let's see what does that mean for customers what it means for customers is two things that are important the shift is happening you're getting tools and you're getting tools and platforms to make that shift more seamless and you know I'd love to say it's all red head engineers that are giving you this but the reason why it's moving so fast is because it's open so the innovation comes from anywhere it's way too big of a problem for any one customer to solve where we're just helping our customers consume it that's one thing but I think the other thing is important is that's important is not every application is going to be suited to go to a container based application so because it's all on that rel common layer our customers can still have one operating environment and have have compatibility as they do the shift but still keep their business going over here maybe forever these apps may never come off a bare-metal for example Paul I wanted to talk a little bit about Red Hat scope inside IT I love the the connection that between you know the container layer that is just Linux but and also the standards layer but you know now that we're up at threat you know with the with open shift and with multi cloud you know global huge scale operation there's a lot there's a lot more involved right cloud layout level ops is you now at Red Hat is involved with with process and and culture and you have a lot more than just you have a lot more that you're involved in helping IT with than just a Linux and some and connection to the back to the machine so can you talk a little bit about about what you're trying to do with the customer great it's a great point then when I started with a company 17 years ago we weren't talking to CIOs in fact the CIOs we were in that we were coming in the back door the operations people were bringing Linux in the back door and they the CIOs didn't even know it was run in there and but now as you said we're CIOs are trying to figure out how does public cloud fit into my IT environment how does a multiple public cloud fit in out of containers fit in what do I do with my older applications where there re architecting that's at the cio level now you know they're having to re architecture architect for the next generation computing so we've had to build services around that we have labs we have innovation labs where we bring our customers in and work with them and help them you know figure out and help them map out where they're going for the first time we actually I've had cut many customers tell me so is this is the with openshift it's the first time I've got my developers in my Ops people in the same room and we've facilitated that discussion because no one's right it's gotta be one one motion and so that's that's the interesting part for us we've really moved up the chain and our customer base because we're almost a consultative sale now to help them get to the next generation talk about the enabling aspect of this because I referenced tcp/ip and HTTP but now if you go forward and say okay we're gonna have this new environment it's not just about redheads by Linux it's about the operating system which you guys obviously offer for free and then have services around it and have stopped software how is Linux with the new capability of open shift and standards like kubernetes with containers how in your opinion is that an enabling an opportunity for ecosystem new startups and enterprises themselves because we see if this happens and continues to happen oh yeah it's going to be a new names gonna come out of the woodwork new startups gonna happen you see you see it every day I mean you wouldn't do a start-up today that wasn't software wise it wasn't based on Linux and and and that's why in all the innovation today because all the innovation today is based on Linux you know one of the things we and that we released last week a cube con is I don't know if you saw it or not we released a kubernetes SDK and it can track or OS it couldn't came with the core OS guys we put that out into the community it's really an SDK for ISVs and software but vendors to build into the api's of kubernetes in an open way so that once they get out into the commercial world they're ready that's how significant we all think that kubernetes is going to be i we think that's where the services are going to hang in the infrastructure but but having said that I think it also tells you that you know the impact that these open technologies are having on the future I wanna get into the chorus in a minute but I want to ask you about the white spaces so if someone who's that in charge of the troops inside Red Hat products and technologies where's the white space opportunities that people can dig in and and build out innovation around this major shift that you guys are on this wave where's the opportunity for the channel partners the integrators globe last night's developers anyone where's the key areas I mean with our platforms of open shift and OpenStack we have we have certified entry points via api's in storage networking management so we've got hybrid management but certainly we don't think we're gonna do everything in management by any stretch we have it we have a set of api's from management partners to plug in and by the way what I tell my my management R&D folks no hidden api same api's we use they use so so storage is another area new storage solutions networking certainly AI is one of the areas one of the things we showcased here was AI permeating through our entire product line I don't know if you saw the face recognition demo out there but it was it was pretty cool in and even if you want to consume that AI through one of the cloud providers we can pass you straight through from openshift to consume it that way as well on automation I want to get your thoughts on something we've talked a few days ago here on the cube was automation is great so let's give an example I'm automating a service you know if it's a coop with kubernetes and containers and as a memory leak right and every boots but automates I don't know so you got to have a new level of instrumentation down at the code level how do you see that playing out because now we got to be smarter about what's working and not working because I might not never know just reboots intermittently give me some mystery was a memory link could be something else but but that's so this is one of the places where using AI so we've been we've been our first stint with AI came out of our support group so we've been supporting Linux and open source for 25 years got a massive database of what failures were what the fixes were we started using AI in a support group to point our reps at a particular article based symptoms that they were hearing from our we realized we had about an 80% hit rate on you know on getting to our reps to the right to the right article so now we've built that into the products and so we use that AI like for example OpenShift IO which is at one of our developer platforms developers trying to link in a library we can tell them you know what there's a new there's a newer version of that library you know what that library has a security flaw in and at this line of code maybe you want to consider using another one but it's from our years and years of doing this that we're building that day database I mean oai is only so good as the data that you fed it and so have a certain level of granularity down to do you do it and then also ai it also is a reason why all our services are now on open shift because you're absolutely right if I've got a raw JBoss service running on raw Amazon I can't instrument that underneath because Amazon's got that layer closed if I have open shifts there and it's in the infrastructure is open shift even running in Amazon or sure anywhere we can now instrument that to look at some of the things we need to look at to recognize an event a week or or whatever Paul talk about their journey with kora West obviously we've been super excited by that we've been following Korres from the beginning great technical team pure open-source guys and in that container part of the evolution in time everyone's trying to force a business model and you're really hard to force a business model is something that too early or might not even be relevant to build the business around it might be a feature not a company kind of thing so you guys put a big price tag on them sizable chunk of cash how did it all play out you guys just like hey wow we're gonna we wait like these guys they're super technical meeting of the minds and then how that has fit in from a product and technology stand a little bit a little of all of that of course the benefit of being you know having the open source development in in your DNA as we knew them all right so we knew how good they were because they we work our guys work with them every day so that was something when they decided early on like us to go to kubernetes they became a big part of the of the community of kubernetes in our model from day one you can't be an open-source provider if you're not strong in the upstream community because how can you affect what your customers are asking you to do if you and effect upstream they were big in the upstream big and kubernetes and so at that point we that's what we just said they had done some interesting things that we hadn't got to they did a lot of the automation they were doing over-the-air updates of the container platforms a week which we hadn't got to yet they had a really good following in the community so we decided you know we paid a we paid a hefty price but at this stage of the game we really feel that we took an early bit in kubernetes we really feel that that's gonna be the future in containers if there's gonna be a place a place that you pay maybe a little more this is the place well Paul I think another example is ansible a year or two back right and that's been a remained a huge success and I can say you haven't messed it up right and it's it's it's been powerful accomplished well most acquisitions you know and in end in tears so it seems like RedHat seems to be good at this kind of an open source acquisition we we get to interview them for two years before we bring them in based on well how we work in the community but you know we're very where we're bringing in people I don't I hate to say the word M&A or acquisition I just hate that word because we're just joining forces here you know it just took a a big check to do it yeah and you guys have the business model kneel down this is good was good for court at the time for them to they didn't have to worry about having to figure out a go to market and monetize right an upstream presence which was very valuable and then trying to shoehorn a business all around it and which is difficult companies died doing it yeah I mean I can't think of many that have been that successful at it I mean it's a hard thing to do I mean look we've had a great advantage you know we've had rail in the market for 16 years and it built a base for us I'm not gonna try to I'm not gonna try to kid you on that and it's the it's the Linux base that everything's getting built around and so we just keep those those principles we've used for the last 16 years we stay true to weak true to them we could not do a proprietary piece of software now if our lives depended on it that's the DNA well how do you handle the growth you get hiring new people - that's a challenge we've been we were talking to folks about on your team and across RedHat around hiring people and and you got to maintain that eco so you have to maintain that DNA way how do you guys do that what's the is there like a special three three day you know hypnotic class a you know this is how we do it I have to tell you it's a bit easier on the engineering side because you know it's typically engineers that have been working in the community etc but you know our business unit side and other pieces where people have been coming out of big companies and they're used to a hierarchical environment we really take that into account in the interview process I'll be frank not everyone makes it through I mean RedHat is you know titles really don't matter a ringlet company yeah totally engineering as all should be by the way if biased opinion fit okay so great to have you on thanks for spending the time I know you're super busy a couple questions before we wrap up what are you most proud of as you look back now I mean someone again it's almost hindsight's 2020 looks obvious these calls but you know I interviewed Diane at OpenStack many years ago took a lot of heat for that kubernetes movement people weren't it wasn't obvious to a lot of people at that time the kubernetes bet you guys make good bets looking back what are you most proud of that's most significant or or you think people should know well those were that was a seminal moment in redhead history that decision what take us through some of the key milestones in your opinion the for the first one there's probably three or four the first one was gonna Ralph because you have to understand what we did we were in we were a completely retail when I joined the company with 50 million dollars in revenue losing two hundred and so we had a retail product we stopped it to go to route literally literally stop the product bet the company move second one was JBoss we were about 300 million in revenue we paid 425 million for JBoss now that was a big one the third one you might not recognize this one moving from Xen to KVM because Xen was going off down the the VC world trying to figure out how to monetize as a company somebody in Israel came up with a with a better model with KVM the rest of the industry was on Zen we said as a single player we're going this way that was a big bet that I don't even know we recognized the significance of at the time and in kubernetes as I said we pivoted on that in 2012 or so and I've got a lot of R&D money in that and paying on what made you go to kubernetes just curious was the has the Borg success how software is being done at Google was it the role of containers did you guys have that foresight at that time saying containers gonna have a critical role we don't want to screw that up we can bring this in we're looking at from a stack perspective or was it more of a future scenario it was a lot of it was its its heritage out of Borg and knowing the talent in Google and engineering and we talked to we had we had many many discussions we all we continually do with those guys so I think it was mostly a technical decision and what we said was at that point putting our weight behind it we just need to make the community successful so I mean we quickly figure with us in Google it was a it was a fairly good bad not as sure bet but a good bet and that's what made us go there it was really it was really a technology decision possible final question as we wrap up for the folks watching who couldn't make it here in San Francisco for Red Hat summit 2018 what's the big takeaway what's the present technology what's the North Star for you and your team and what are you guys putting as a priority what's the focus I think I think the takeaway from here is you know I think it's I think it's a pretty solid couple things are really solid it's going to be the future is going to be open source period end of story especially in the infrastructure and application development world third thing is hybrid cloud is the model it's the only practical way not every application is moving to one public cloud tomorrow and the third thing is for Red Hat that's the architecture that we build around every day we guide what are what products we build what M&A we do everything we do is around that model and open if I see a centerpiece of all the piece without all that coming thank you for coming on president of Protestant technology at Red Hat I'm John ferry with John Moyer stay with us for more live covers our third day of three days of live coverage here out in the open like open source we're doing our share bringing you the content you right back with more after this short break you

Published Date : May 12 2018

**Summary and Sentiment Analysis are not been shown because of improper transcript**

ENTITIES

EntityCategoryConfidence
Paul ComeyPERSON

0.99+

2011DATE

0.99+

2012DATE

0.99+

Paul CormierPERSON

0.99+

Red HatORGANIZATION

0.99+

DianePERSON

0.99+

25 yearsQUANTITY

0.99+

IsraelLOCATION

0.99+

PaulPERSON

0.99+

425 millionQUANTITY

0.99+

two yearsQUANTITY

0.99+

John MoyerPERSON

0.99+

AmazonORGANIZATION

0.99+

three daysQUANTITY

0.99+

16 yearsQUANTITY

0.99+

sixQUANTITY

0.99+

LinuxTITLE

0.99+

John TroyPERSON

0.99+

JohnPERSON

0.99+

seven yearsQUANTITY

0.99+

San FranciscoLOCATION

0.99+

50 million dollarsQUANTITY

0.99+

last weekDATE

0.99+

two hundredQUANTITY

0.99+

IBMORGANIZATION

0.99+

WindowsTITLE

0.99+

threeQUANTITY

0.99+

two thingsQUANTITY

0.98+

first timeQUANTITY

0.98+

CiscoORGANIZATION

0.98+

first timeQUANTITY

0.98+

GoogleORGANIZATION

0.98+

SQLTITLE

0.98+

oneQUANTITY

0.98+

third oneQUANTITY

0.98+

one thingQUANTITY

0.98+

about 300 millionQUANTITY

0.97+

firstQUANTITY

0.97+

first oneQUANTITY

0.97+

last nightDATE

0.97+

OpenShiftTITLE

0.97+

twoQUANTITY

0.97+

single playerQUANTITY

0.97+

a yearQUANTITY

0.96+

Red HatTITLE

0.96+

todayDATE

0.96+

this weekDATE

0.96+

first stintQUANTITY

0.96+

two reasonsQUANTITY

0.96+

80%QUANTITY

0.96+

second oneQUANTITY

0.96+

CopenhagenLOCATION

0.96+

third thingQUANTITY

0.95+

17 years agoDATE

0.95+

this weekDATE

0.95+

fourQUANTITY

0.95+

Red Hat summit 2018EVENT

0.95+

JBossTITLE

0.94+

two pointsQUANTITY

0.94+

San FranciscoLOCATION

0.94+

OpenStackTITLE

0.94+

third dayQUANTITY

0.94+

red hatORGANIZATION

0.94+

Keith Norbie, NetApp | Red Hat Summit 2018


 

>> Announcer: Live, from San Francisco. It's the CUBE. Covering Red Hat Summit 2018. Brought to you by Red Hat. >> Okay, welcome back everyone. This is the CUBE. We're here in San Francisco live, wrapping up our third day of coverage at Red Hat Summit 2018. I'm John Furrier. Great event and here, our special guest appearance as our closing analyst. I've been here all week with John Troyer. He had to leave early to get down to San Jose. John Troyer is the co-founder of TechReckoning, which is an advisory and community development firm and in his place we have Keith Norbie who's the Senior Manager at NetApp, doing business development, DevOps pro, former solidifier, really at the heart of the NetApp that's transforming. Here as my guest analyst, welcome, welcome to the CUBE. >> Yeah, thank you. >> Thanks for coming in and sharing your knowledge. And to wrap up the show, really a lot going on. And I know you've been super busy. You had an appreciation of that last night with NetApp. You had customers there. But I really wanted you to come on and help me wrap up the show because you're also at the kernel of DevOps, right, where DevOps and storage, we were talking last night about the role of storage, but that's just an indication of what's going on across the board of all resources. Invisible infrastructure is the new normal and that is what people want. They want it to be invisible but they want that highly performant, they want it scalable. So roles are changing, industries are changing, application development is changing. Everything is changing with cloud scale at an unprecedented level and Red Hat is at the center of it with the kernel Linux operating system. It's all about the OS. >> Yeah. >> That's my takeaway from the show. What's your takeaway, what's your analysis here of Red Hat Summit? >> Well first off, you know, 7,000 people is a heck of a lot of growth. In some of the birthplaces of VM world, we have the new birthplace of open being real, and Red Hat's been the really the true company that's taken open and done something with it. >> What's the big, most important story for you here this week? What jumps out at you that jumps off the page and says, wow, that's happening, this is real, obviously open source, going to a whole 'nother level, the cat's been out of the bag for awhile on that, but really, it's just about the exponential growth of open source, Linux Foundation's Jim Zemlin talks about this all the time, so okay, that's not to me the most important, so that's just reality. >> Yeah. >> But what jumped off the page for you here? >> I think they said it best in one of the keynotes where they went from this being a concept of cheap to a concept of being functional or capable. So it's the c-to-c transition of cheap to capable and it is about trying to unlock the capabilities of what this show delivers, not just on Red Hat's platform but across the ecosystem. And as you see that play out in any one technology sector, you know, we've been talking DevOps which I think has been a phenomenal study in and of itself saying you know, we've gone from a lot of thought leadership a lot of, if you go to DevOps Enterprise Days, they'll talk a lot about culture and operational things to now seeing a maturation in the industry to actually have, you know, some very specific capabilities and customer (mumbles) models. >> I think the thing that jumped out, for me, Keith, I want to get your reaction to it, is that DevOps ethos, which has been around for awhile, not a lot, you know, a couple years, eight years maybe, since cloud really native really kicked in. But the ethos of open source, the ethos of DevOps, infrastructure as code is not just for software development anymore because as the things that are catalyzing around digital transformation, with Kubernetes becoming a defacto standard, with the role of containers, with server-less and all this infrastructure being programmable, the application market is about to go through a massive Renaissance, and you're seeing those changes rendered in the workplace. So the DevOps and open source ethos is going everywhere. It's not just development, it's marketing, it's how people manage their businesses and work force structure. You're seeing blockchain and decentralized applications on the horizon. This new wave is not just about DevOps for infrastructure as code, it's the world as code, it's business as code, it's everything as code so if you're doing anything with a waterfall, it's probably outdated. >> Yeah, everything has its different pace and its cadence in different industries and that's the hard thing to predict for everybody. Everybody that's coming here from different walks and enterprises of life is trying to figure out how to do this. And that permeates out into, you know, vehicles and IoT edge devices, back to the core part of the data centers and the cloud and you've got to have answers for really the three parts of that equation in different modes and ultimately equal a business equation, a business transformation. >> What did you learn here? I'll just tell you my learning, something that wasn't obvious that I learned that's validated in my mind and they didn't talk about it much on stage in Red Hat. Maybe they do off the record, maybe it's confidential information, maybe it's not. But my observation is that the Red Hat opportunity is really global. And the global growth of Red Hat, outside the United States and Europe is really where the action is. You look at Asia and third-world countries with mobile penetration. The global growth for Red Hat and Linux is astronomical. To me, that clearly came through, when I squint through the puzzle pieces and say, okay, where's the growth coming from? Certainly containers, Linux containers is going to be bigger than Rel, so that's going to be a check on the financial results. That's good growth. But it's really outside the United States. I'm like, wow, this is really not just a North America phenomenon. >> Yeah, and really, demand is demand. And at NetApp we see this in APAC almost more so than a lot of the other parts of the world. The pace of innovation and the demand for innovation you know, just kind of finds its way naturally into this market. You know, this whole community and open source approach you know, sort of incubates a lot more innovation and then the pace of the innovation, in my opinion, just by natural fellowship of these people. And the companies trying to innovate in the segment with these things. >> So what did you learn this week? What was something that you learned this week that you didn't know before or you had a hunch or you validated it here? What is something that's unique that you could share that you've learned or validated or have an epiphany? Share some color commentary on the show. >> Yeah, I think there's a little bit of industry maturation, where this technology isn't just like a Linux thing and a thing for infrastructure people trying to do, you know, paths or container automation or something technical. But it's equating out to industry solutions like NFE and Telco is a great example, you know, where all of us want to get to a 5G phone, and the problem is, is that they've got to build a completely reprogrammable, almost completed automated edge cloud type of network. And you can't do that with appliances, so they have to completely reprogram and build a new global scale of autonomy on a platform and it's awesome how like complex and how much technology is there and what it really comes down to is us having a faster phone. (laughter) It's amazing how you have all that, and it equals something so simple that my 14-year old daughter, you know, can have a new obsession with how fast the new phone is. >> I mean, (mumbles) digital transformation in all aspects, IoT edge, you mentioned that, good stuff. I got to ask you, while you're here, about NetApp, obviously, SolidFire, a great acquisition from NetApp, some transformation going on within NetApp. What's going on there? You guys got a good vibe going on right now, some good team recruiting. You guys recruit some great people, as well as the SolidFire folks. What's going on in NetApp? >> Well, yeah, I was part of the SolidFire team and that was a great group of people to really see the birth of the next generation data center through that lens of the SolidFire team. As we've come to NetApp now, we've really seen that be able to be incubated into the family of NetApp, really into three core missions, you know, modernizing data centers, you know, with an all flash approach to the ONTAP and FAS solutions, taking the SolidFire assets and really transforming that to the next level in the form of an HCI solution, you know, which is really to deliver simplicity for various consumption of economics and agility of operations within an organization. And then, you know, having that technology also show up in the marketplace at Amazon and Azure. And this week we announced Google. So it's been fun to see, not just the SolidFire thing come to life in its own mission, but how that starts to federate in this data fabric, you know, across three different missions. And then when it really gets exciting, to me, is how it applies into things that help people transform their business, like we talked DevOps and unlocking that and some of the config automation with Ansible, unlocking it some of the things with open shift that we're doing with Trident in the container automation across three of our platforms. And then seeing how this also comes to life with other factors with code and RD factory management or CIC piplup Jenkins. It's about tying this entire floor together in ways that makes it easy for people to mature and just get more agile. >> And it's a new growth for the ecosystem. We're seeing, you know, some companies that try to get big venture-backed financing, trying to monetize something that's hard to do if you're not Linux. I mean, Linux's a free product. It's all about Linux and the operating system. So, Linux is the enabler. >> Absolutely. >> To all of this and whoever can configure it in a way that's horizontally scalable, asynchronous and with microservices architecture wins the cloud game, 'cause the cloud game is just now creating clear visibility. The role that open source plays, being open I mean, look at the role that Hypervisor closed and proprietary, harder to innovate in a silo. If you're open, innovation's collective, collective intelligence. >> And I thought that one of the keynote demos, on Day One, Tuesday morning, to me, was one of the more powerful ones, where they showed a VM environment being transformed into container automation. Like literally a SQL environment being on into a container-based environment from previously being in a VM environment. And traditional IT doesn't have to do a whole lot of heavy lifting there. You know, people want that ability, kind of inch into it and then transform at their own time scale. >> Yeah, I think the big takeaway from me here in the show to kind of wrap things up is Red Hat has an opportunity to leapfrog the competition in way that's not a lone wolf kind of approach. It's like they're doing it with a collective of the whole. The second thing that jumps out at me, I think this is really game-changing for the business side of it is that because they're open with Linux and the way the ecosystem's evolving around cloud, the business issues that enterprises face, in my opinion, is really about, how do I bring in the new capability, okay of cloud, cloud scale and all asynchronous new infrastructure and applications without killing the old? And containers and Kubernetes and Openshift allow companies to slow roll the lifecycle or let workloads either live and just hang around or kind of move out on their own timetable, so you get the benefits of lift and shift with containers without killing the existing old ways while bringing in new innovation. This, to me, is an absolute game changer. I think it's going to accelerate the adoption to cloud. And it's a win-win. >> Absolutely. Transform agility. >> Cool, well Keith, thanks for coming on. Any final thoughts from yourself here on the show observations, anecdotes, stories? >> You know, sometimes less is more and this show has, you know, in a lot of ways both gotten more complex, but I would argue also much more simple and clear about directional paths that organizations can take. And that is working backwards from cloud what cloud is teaching the rest of us is that both, you know, functions more so than technology, and agility in terms of the ability to consume at the pace of the business. Those two things are the ways to take all this complexity and simplify it down into a couple of core statements. >> Someone asked me last night, what I thought about the current situation in the industry and I want to get your response to this, and get your reaction. I said, if a company is not making tweaks to their business, they're probably not positioned for success, meaning, with all the new things that have developed just in the past 12 to 18 months, if they're not tweaking something in some material, meaningful way, not like, not completely replatformizing or changing a business model. A tweak, whether it's to their marketing, or their tech or whatever, then they're probably stuck. And what I mean by that is that new things have happened in the past 18 months that are moving the needle on what the future holds. And to me, that's a tell sign when someone says is someone doing well? I just look at 'em. Well, they were kind of just doing the same thing they did 18 months ago. They really, they're talking a game, but they're not changing anything. So if they're not changing anything, it's probably broken. Your thoughts? >> Yeah, it was best said in terms if you look at the the Fortune 100 right now and contrast that with, you know, 10 or 15 years ago and it's a different landscape. And projecting that out another even five years, the rate of acceleration on this is a brutal scale. And so any company that's not thinking through transformation, you know. My kids are the future consumers. You know, they grew up as digital natives. You know, we're all migrants and they just automatically assume all these things are going to be there for them in their rhetoric, in their rationale. And the current companies of today have got to figure that out, you know, and if they don't start now, you know, they might be out of business in five years. >> If you're standing still, you get rolled over. That's my opinion. CUBE coverage here, of course, wrapping up our show here at Red Hat Summit 2018. We've been in the open all week here in the middle of the floor at Moscone West in San Francisco, live for the past three days. All the footage on Silicon Angle.com as to articles from our reporting, the CUBE.net is where all the videos will live and check out wikibon.com for all the research. Keith, thanks for being our guest analyst in the wrap up, 'ppreciate it and congratulations on all your success at as Business Development Exec at NetApp and the SolidFire stuff. Great you coming on. DevOps culture going mainstream. Software's powering the world. This is the programmable world we live in powered by Linux. Of course, the CUBE's there, covering it. Thanks for watching. Red Hat 2018, we'll see you next show.

Published Date : May 11 2018

SUMMARY :

Brought to you by Red Hat. John Troyer is the co-founder of TechReckoning, is at the center of it with the kernel That's my takeaway from the show. and Red Hat's been the really the true company What's the big, most important story for you here to actually have, you know, some very specific capabilities and decentralized applications on the horizon. that's the hard thing to predict for everybody. And the global growth of Red Hat, outside the United States And the companies trying to innovate in the segment What is something that's unique that you could share and the problem is, is that they've got to build I got to ask you, while you're here, about NetApp, not just the SolidFire thing come to life It's all about Linux and the operating system. I mean, look at the role that Hypervisor to me, was one of the more powerful ones, and the way the ecosystem's evolving around cloud, Absolutely. Cool, well Keith, thanks for coming on. and agility in terms of the ability to consume just in the past 12 to 18 months, the Fortune 100 right now and contrast that with, you know, and the SolidFire stuff.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Keith NorbiePERSON

0.99+

KeithPERSON

0.99+

Red HatORGANIZATION

0.99+

San FranciscoLOCATION

0.99+

Jim ZemlinPERSON

0.99+

John FurrierPERSON

0.99+

John TroyerPERSON

0.99+

San JoseLOCATION

0.99+

AmazonORGANIZATION

0.99+

North AmericaLOCATION

0.99+

TelcoORGANIZATION

0.99+

eight yearsQUANTITY

0.99+

United StatesLOCATION

0.99+

Linux FoundationORGANIZATION

0.99+

7,000 peopleQUANTITY

0.99+

SolidFireORGANIZATION

0.99+

18 months agoDATE

0.99+

EuropeLOCATION

0.99+

five yearsQUANTITY

0.99+

two thingsQUANTITY

0.99+

Moscone WestLOCATION

0.99+

Tuesday morningDATE

0.99+

TechReckoningORGANIZATION

0.99+

third dayQUANTITY

0.99+

second thingQUANTITY

0.99+

10DATE

0.99+

bothQUANTITY

0.99+

LinuxTITLE

0.99+

NetAppORGANIZATION

0.99+

Red Hat Summit 2018EVENT

0.99+

GoogleORGANIZATION

0.99+

oneQUANTITY

0.98+

14-year oldQUANTITY

0.98+

AsiaLOCATION

0.98+

this weekDATE

0.98+

NFEORGANIZATION

0.97+

last nightDATE

0.97+

threeQUANTITY

0.96+

15 years agoDATE

0.96+

18 monthsQUANTITY

0.96+

todayDATE

0.96+

DevOpsTITLE

0.96+

three partsQUANTITY

0.95+

NetAppTITLE

0.94+

AnsibleORGANIZATION

0.94+

TridentORGANIZATION

0.94+

firstQUANTITY

0.93+

AzureORGANIZATION

0.93+

CUBEORGANIZATION

0.93+

Red Hat 2018EVENT

0.9+

Red HatTITLE

0.89+

Red Hat SummitEVENT

0.88+

12QUANTITY

0.87+

Jonathan Donaldson, Google Cloud | Red Hat Summit 2018


 

(upbeat electronic music) >> Narrator: Live from San Francisco, it's The Cube, covering Red Hat Summit 2018. Brought to you by Red Hat. >> Hey, welcome back, everyone. We are here live, The Cube in San Francisco, Moscone West for the Red Hat Summit 2018 exclusive coverage. I'm John Furrier, the cohost of The Cube. I'm here with my cohost, John Troyer, who is the co-founder of Tech Reckoning, an advisory and community development firm. Our next guest is Jonathan Donaldson, Technical Director, Office of the CTO, Google Cloud. Former Cube Alumni. Formerly was Intel, been on before, now at Google Cloud for almost two years. Welcome back, good to see you. >> Good to see you too, it's great to be back. >> So, had a great time last week with the Google Cloud folks at KubeCon in Denmark. Kubernetes, rocking the world. Really, when I hear the word de facto standard and abstraction layers, I start to get, my bells go off, let me look at that. Some interesting stuff. You guys have been part of that from the beginning, with the CNCF, Google, Intel, among others. Really created a movement, congratulations. >> Yeah, thank you. It really comes down to the fact that we've been running containers for almost a dozen years. Four billion a week, we launch and collapse. And we know that at some point, as Docker and containers really started to take over the new way of developing things, that everyone is going to run into that scalability wall that we had run into years and years and years ago. And so Craig and the team at Google, again, I wasn't at Google at this time, but they had a really, let's take what we know from internally here and let's take those patterns and let's put them out there for the world to use, and that became Kubernetes. And so I think that's really the massive growth there, is that people are like, "Wow, you've solved a problem, "but not from a science project. "It's actually from something "that's been running for a decade." >> Internally, that's called bore. That's tools that Google used, that their SRE cyber lab engineers used to massively provision manage. And they're all software engineers, so it's not like they're operators. They're all Google engineers. But I want to take a minute, if you can, to explain. 'Cause you're new to Google Cloud. You're in the industry, you've been around, you helped form the CNCF, which is the Cloud Native Foundation. You know cloud, you know tech. Google's changed a lot, and Google Cloud specifically has a narrative of, they're one big cloud and they have an application called Google stuff and enterprises are different. You've been there now for almost a year or more. >> Jonathan: Little over a year, yeah. >> What's Google Cloud like right now? Break the myths down around Google Cloud. What's the current status? I know personally, a lot of cloud DNA is coming in from the industry. They've been hiring, making some great progress. Take a minute to explain the Google Cloud. >> Yeah, so it's really interesting. So again, it comes back from where you started from. So Google itself started from a scale consumer SAS type of business. And so that, they understood really well. And we still understand, obviously, uptime and scalability really, really well. And I would say if you backtrack several years ago, as the enterprise really started to look at public clouds and Google Cloud itself started to spin up, that was probably not, they probably didn't understand exactly all of the things that an enterprise would need. Really, at that point in time, no one cloud understood any of the enterprise specifically. And so what they did is they started hiring in people like myself and others that are in the group that I'm in. They're former CIOs of large enterprise companies or former VPs of engineering, and really our job in the Office of the CTO for Google Cloud is to help with the product teams, to help them build the products that enterprises need to be able to use the public cloud. And then also work with some of those top enterprise customers to help them adopt those technologies. And so I think now that if you look at Google Cloud, they understand enterprise really, really well, certainly from the product and the technology perspective. And I think it's just going to get better. >> I interviewed Jennifer Lynn, I had a one-on-one with her. I didn't publish it, it was more of a briefing. She runs Product Management, all on security side. >> Jonathan: Yeah, she's fantastic. >> So she's checking the boxes. So the table stakes are set for Google. I know you got to do some basic things to catch up to get in the cloud. But also you have partnerships. Google Next is coming up, The Cube will be there. Red Hat's a partner. Talk about that relationship with Red Hat and partners. So you're very partner-centric with Google Cloud. >> Jonathan: We are. >> And that's important in the enterprise, but so what-- >> Well, there tends to be two main ares that we focus on, from what we consider the right way to do cloud. One of them is open source. So having, which again, aligns perfectly with Red Hat, is putting the technologies that we want customers to use and that we think customers should use in open source. Kubernetes is an example, there's Istio and others that we've put out that are examples of those. A lot of the open source projects that we all take for granted today were started from white papers that we had put out at one point in time, explaining how we did those things. Red Hat, from a partner perspective, I think that that follows along. We think that the way that customers are going to consume these technologies, certainly enterprise customers are, through those partners that they know and trust. And so having a good, flourishing ecosystem of partners that surround Google Cloud is absolutely key to what we do. >> And they love multicloud too. >> They love multicloud. >> Can't go wrong with it. >> And we do too. The idea is that we want customers to come to Google Cloud and stay there because they want to stay there, because they like us for who we are and for what we offer them, not because they're locked into a specific service or technology. And things like Kubernetes, things like containers, being open sourced allows them to take their tool chains all the way from their laptop to their own cloud inside their own data center to any cloud provider they want. And we think hopefully they'll naturally gravitate towards us over time. >> One of the things I like about the cloud is that there's a flywheel, if you will, of expertise. Like I look at Amazon, for instance. They're getting a lot of metadata of the kinds of workloads that are on their cloud, so they can learn from that and turn that into an advantage for them, or not, or for their customers, and how they could do that. That's their business decision. Google has a lot of flywheel action going on. A lot of Android devices connected in the Google system. You have a lot of services that you can bring to bear in the cloud. How are you guys looking at, say, from a security standpoint alone, that would be a very valuable service to have. I can tap into all the security goodness of Google around what spear phishing is out there, things of that nature. So are you guys thinking like that, in terms of services for customers? How does that play out? >> So where we, we're very consistent on what we consider is, privacy is number one for our customers, whether they're consumer customers or whether they're enterprise customers. Where we would use data, you had mentioned a lot of things, but where we would use some data across customer bases are typically for security things, so where we would see some sort of security impact or an attack or something like that that started to impact many customers. And we would then aggregate that information. It's not really customer information. It's just like you said, metadata, themes, or trends. >> John Furrier: You're not monetizing it. >> Yeah, we're not monetizing it, but we're actually using it to protect customers. But when a customer actually uses Google Cloud, that instance is their hermetically sealed environment. In fact, I think we just came out recently with even the transparency aspects of it, where it's almost like the two key type of access, for if our engineers have to help the customer with a troubleshooting ticket, that ticket actually has to be opened. That kind of unlocks one door. The customer has to say, "Yes," that unlocks the other door. And then they can go in there and help the customer do things to solve whatever the problem is. And each one of those is transparently and permanently logged. And then the customer can, at any point in time, go in and see those things. So we are taking customer privacy from an enterprise perspective-- >> And you guys are also a whole building from Google proper, like it's a completely different campus. So that's important to note. >> It is. And a lot of it just chains on from Google proper itself. If you understood just how crazy and fanatical they are about keeping things inside and secret and proprietary. Not proprietary, but not allowing that customer data out, even on the consumer side, it would give a whole-- >> Well, you got to amplify that, I understand. But what I also see, a good side of that, which is there's a lot of resources you're bringing to bear or learnings. >> Yeah, absolutely. >> The SRE concept, for instance, is to me, really powerful, because Google had to build that out themselves. This is now a paradigm, we're seeing a cloud scale here, with the Cloud Native market bringing in all-new capabilities at scale. Horizontally scalable, fully synchronous, microservices architecture. This future is a complete game-changer on functionality at the different scale points. So there's no longer the operator's room, provisioning storage here. >> And this is what we've been doing for years and years and years. That's how all of Google itself, that's how search and ads and Gmail and everything runs, in containers all orchestrated by Borg, which is our version of Kubernetes. And so we're really just bringing those leanings into the Google Cloud, or learnings into Google Cloud and to our customers. >> Jonathan, machine learning and AI have been the big topic this week on OpenShift. Obviously that's a big strength of Google Cloud as well. Can you drill down on that story, and talk about what Google Cloud is bringing on, and machine learning on OpenShift in general? Give us a little picture of what's running. >> Yeah, so I think they showed some of the service broker stuff. And I think, did they show some of the Kubeflow stuff, which is taking some machine learning and Kubernetes underneath OpenShift. I think those are very, very interesting for people that want to start getting into using AutoML, which is kind of roll-your-own machine learning, or even the voice or vision APIs to enhance their products. And I think that those are going to be keys. Easing the adoption of those, making them really, really easy to consume, is what's going to drive the significant ramp on using those types of technologies. >> One of the key touchpoints here has been the fact that this stuff is real-world and production-ready. The fact that the enterprise architecture now rolling out apps within days or weeks. One of those things that's now real is ML. And even in the opening keynote, they talked about using a little bit of it to optimize the scheduling and what sessions were in which rooms. As you talk to enterprises, it does seem like this stuff is being baked into real enterprise apps today. Can you talk a little bit about that? >> Sure, so I certainly can't give any specific examples, because what I think what you're saying is that a lot of enterprises or a lot of companies are looking at that like, "Oh, this is our new secret sauce." It always used to be like they had some interesting feature before, that a competitor would have to keep up with or catch up with. But I think they're looking at machine learning as a way to enhance that customer experience, so that it's a much more intimate experience. It feels much more tailored to whomever is using their product. And I think that you're seeing a lot of those types of things that people are starting to bake into their products. We've, again, this is one of these things where we've been using machine learning for almost 10 years inside Google. Things like for Gmail, even in the early days, like spam filtering, something just mundane like that. Or we even used it, turned it on in our data centers, 'cause it does a really good job of lowering the PUE, which is the power efficiency in data centers. And those are very mundane things. But we have a lot of experience with that. And we're exposing that through these products. And we're starting to see people, customers gravitate to grab onto those. Instead of having to hard code something that is a one to many kind of thing, I may get it right or I may have to tweak it over time, but I'm still kind of generalizing what the use cases are that my customers want to see, once they turn on machine learning inside their applications, it feels much more tailored to the customer's use cases. >> Machine learning as a service seems to be a big hot button that's coming out. How are you guys looking at the technical direction from the cloud within the enterprise? 'Cause you have three classes of enterprise. You have the early adopters, the power, front, cutting-edge. Then you have the fast followers, then you have everybody else. The everybody else and fast followers, they know about Kubernetes, some might not even, "What is Kubernetes?" So you have kind of-- >> Jonathan: "What containers?" >> A level of progress where people are. How are you guys looking at addressing those three areas, because you could blow them away with TensorFlow as a service. "Whoa, wowee, I'm just trying to get my storage LUNs "moving to a cloud operation system." There's different parts of this journey. Is there a technical direction that addresses these? What are you guys doing? >> So typically we'll work with those customers to help them chart the path through all those things, and making it easy for them to use and consume. Machine learning is still, unless you are a stats major or you're a math major, a lot of the algorithms and understanding linear algebra and things like that are still very complex topics. But then again, so is networking and BGP and things like OSPF back a few years ago. So technology always evolves, and the thing that you can do is you can just help pull people along the continuum there, by making it easy for them to use and to provide a lot of education. And so we work with customers on all ends of the spectrum. Even if it's just like, "How do I modernize my applications, "or how do I even just put them into the cloud?" We have teams that can help do that or can educate on that. If there are customers that are like, "I really want to go do something special "with maybe refactoring my applications. "I really want to get the Cloud Native experience." We help with that. And those customers that say, "I really want to find out this machine learning thing. "How can I actually make that an impactful portion of my company's portfolio?" We can certainly help with that. And there's no one, and typically you'll find in any large enterprise, because there'll be some people on each one of those camps. >> Yeah, and they'll also want to put their toe in the water here and there. The question I have for you guys is you got a lot of goodness going on. You're not trying to match Amazon speed for speed, feature for feature, you guys are picking your shots. That is core to Google, that's clear. Is there a use case or a set of building blocks that are highly adopted with you guys now, in that as Google gets out there and gets some penetration in the enterprise, what's the use, what are the key things you see with successes for you guys, out of the gate? Is there a basic building? Amazon's got EC2 and S3. What are you guys seeing as the core building blocks of Google Cloud, from a product standpoint, that's getting the most traction today? >> So I think we're seeing the same types of building blocks that the other cloud providers are, I think. Some of the differences is we look at security differently, because of, again, where we grew up. We do things like live migration of virtual machines, if you're using virtual machines, because we've had to do that internally. So I think there are some differences on just even some of the basic block and tackling type of things. But I do think that if you look at just moving to the cloud, in and of itself is not enough. That's a stepping stone. We truly believe that artificial intelligence and machine learning, Cloud Native style of applications, containers, things like service meshes, those things that reduce the operational burdens and improve the rate of new feature introduction, as well as the machine learning things, I think that that's what people tend to come to Google for. And we think that that's a lot of what people are going to stay with us for. >> I overheard a quote I want to get your reaction to. I wrote it down, it says, "I need to get away from VPNs and firewalls. "I need user and application layer security "with un-phishable access, otherwise I'm never safe." So this is kind of a user perspective or customer perspective. Also with cloud there's no perimeters, so you got phishing problems. Spear phishing's one big problem. Security, you mentioned that. And then another quote I had was, "Kubernetes is about running frameworks, "and it's about changing the way "applications are going to be built over time." That's where, I think, SRE and Istio is very interesting, and Kubeflow. This is a modern architecture for-- >> There's even KubeVirt out there, where you can run a VM inside a container, which is actually what we do internally too. So there's a lot of different ways to slice and dice. >> Yeah, how relevant is that, those concepts? Because are you hearing that as well on the customers? 'Cause that's pain point, but also the new modern software development's future way to do things. So there's pain point, I need some aspirin for that. And then I need some growth with the new applications being built and hiring talent. Is that consistent with how you guys see it? >> So which one should I tackle? So you're talking about. >> John Furrier: VPN, do the VPNs first. >> The VPNs first, okay. >> John Furrier: That's my favorite one. >> So one of the most, kind of to give you the backstory, so one of the most interesting things when I came to Google, having come from other large enterprise vendors before this, was there's no VPNs. We don't even have it on our laptop. They have this thing called BeyondCorp, which is essentially now productized as the Identity-Aware Proxy. Which is, it actually takes, we trust no one or nothing with anything. It's not the walled garden style of approach of firewall-type VPN security. What we do is, based upon the resource you're going to request access for, and are you on a trusted machine? So on one that corporate has given you? And do you have two-factor authentication that corporate, not only your, so what you have and what you know. And so they take all of those things into awareness. Is this the laptop that's registered to you? Do you have your two-factor authentication? Have you authenticated to it and it's a trusted platform? Boom, then I can gain access to the resources. But they will also look for things like if all of a sudden you were sitting here and I'm in San Francisco, but something from some country in Asia pops up with my credentials on it, they're going to slam the door shut, going, "There's no way that you can be in two places at one time." And so that's what the Identity-Aware Proxy or BeyondCorp does, kind of in a nutshell. And so we use that everywhere, internally, externally. And so that's one of the ways that we do security differently is without VPNs. And that's actually in front of a lot of the GCP technologies today, that you can actually leverage that. So I would say we take-- >> Just rethinking security. >> It's rethinking security, again, based upon a long history. And not only that, but what we use internally, from our corporate perspective. And now to get to the second question, yeah. >> Istio, Kubeflow, is more of the way software gets run. One quote from one of the ex-Googlers who left Google then went out to another company, she goes, she was blown away, "This is the way you people ship software?" Like she was a fish out of water. She was like, "Oh my god, where's Borg?" "We do Waterfall." So there's a new approach that opens doors between these, and people expect. That's this notion of Kubeflow and orchestration. So that's kind of a modern, it requires training and commitment. That's the upside. Fix the aspirin, so Identity Proxy, cool. Future of software development architecture. >> I think one of the strong things that you're going to see in software development is I think the days of people running it differently in development, and then sandbox and testing, QA, and then in prod, are over. They want to basically have that same experience, no matter where they are. They want to not have to do the crossing your fingers if it, remember, now it gets reddited or you got slash-dotted way back in the past and things would collapse. Those days of people being able to put up with those types of issues are over. And so I think that you're going to continue to see the development and the style of microservices, containers, orchestrated by something that can do auto scaling and healing, like Kubernetes. You're going to see them then start to use that base layer to add new capabilities on top, which is where we see Kubeflow, which is like, hey, how can I go put scalable machine learning on top of containers and on top of Kubernetes? And you even see, like I said, you see people saying, "Well, I don't really want to run "two different data planes and do the inception model. "If I can lay down a base layer "of Kubernetes and containers, then I can run "bare metal workloads against the bare metal. "If I need to launch a virtual machine, "I'll just launch that inside the container." And that's what KubeVirt's doing. So we're seeing a lot of this very interesting stuff pop. >> John Furrier: Yeah, creativity. >> Creativity. >> Great, talk about your role in the Office of the CTO. I know we got a couple of minutes left. I want to get out there, what is the role of the CTO? Bryan Stevens, formerly a Red Hat executive. >> Yeah, Bryan's our CTO. He used to run a big chunk of the engineering for Google Cloud, absolutely. >> And so what is the office's charter? You mentioned some CIOs, former CIOs are in there. Is it the think tank? Is it the command and control ivory tower? What's the role of the office? >> So I think a couple of years ago, Diane Greene and Bryan Stevens and other executives decided if we want to really understand what the enterprise needs from us, from a cloud perspective, we really need to have some people that have walked in those shoes, and they can't just be Diane or can't just be Bryan, who also had a big breadth of experience there. But two people can't do that for every customer for every product. And so they instituted the Office of the CTO. They tapped Will Grannis, again, had been in Boeing before, been in the military, and so tapped him to build this thing. And they went and they looked for people that had experience. Former VPs of Engineering, former CIOs. We have people from GE Oil and Gas, we have people from Boeing, we have people from Pixar. You name it, across each of the different verticals. Healthcare, we have those in the Office of the CTO. And about, probably, I think 25 to 30 of us now. I can't remember the exact numbers. And really, what our day to day life is like is working significantly with the product managers and the engineering teams to help facilitate more and more enterprise-focused engineering into the products. And then working with enterprise customers, kind of the big enterprise customers that we want to see successful, and helping drive their success as they consume Google Cloud. So being the conduit, directly into engineering. >> So in market with customers, big, known customers, getting requirements, helping facilitate product management function as well. >> Yeah, and from an engineering perspective. So we actually sit in the engineering organization. >> John Furrier: Making sure you're making the good bets. >> Jonathan: Yes, exactly. >> Great, well thanks for coming on The Cube. Thanks for sharing the insight. >> Jonathan: Thanks for having me again. >> Great to have you on, great insight, again. Google, always great technology, great enterprise mojo going on right now. Of course, The Cube will be at Google Next this July, so we'll be having live coverage from Google Next here in San Francisco at that time. Thanks for coming on, Jonathan. Really appreciate it, looking forward to more coverage. Stay with us for more of day three, as we start to wrap up our live coverage of Red Hat Summit 2018. We'll be back after this short break. (upbeat electronic music)

Published Date : May 10 2018

SUMMARY :

Brought to you by Red Hat. Technical Director, Office of the CTO, Google Cloud. You guys have been part of that from the beginning, And so Craig and the team at Google, But I want to take a minute, if you can, to explain. is coming in from the industry. And so I think now that if you look at Google Cloud, I interviewed Jennifer Lynn, I had a one-on-one with her. So she's checking the boxes. is putting the technologies that we want customers to use The idea is that we want customers to come to Google Cloud You have a lot of services that you can that started to impact many customers. that ticket actually has to be opened. And you guys are also a whole building from Google proper, And a lot of it just chains on from Google proper itself. Well, you got to amplify that, I understand. The SRE concept, for instance, is to me, really powerful, and to our customers. have been the big topic this week on OpenShift. And I think that those are going to be keys. And even in the opening keynote, And I think that you're seeing So you have kind of-- How are you guys looking at addressing those three areas, and the thing that you can do is you can just help that are highly adopted with you guys now, Some of the differences is we look at security differently, "and it's about changing the way where you can run a VM inside a container, Is that consistent with how you guys see it? So which one should I tackle? So one of the most, kind of to give you the backstory, And now to get to the second question, yeah. "This is the way you people ship software?" Those days of people being able to put up with I want to get out there, what is the role of the CTO? Yeah, Bryan's our CTO. Is it the think tank? and the engineering teams to help facilitate more and more So in market with customers, big, known customers, So we actually sit in the engineering organization. Thanks for sharing the insight. Great to have you on, great insight, again.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
JonathanPERSON

0.99+

John FurrierPERSON

0.99+

John TroyerPERSON

0.99+

GoogleORGANIZATION

0.99+

Jennifer LynnPERSON

0.99+

AmazonORGANIZATION

0.99+

Jonathan DonaldsonPERSON

0.99+

Red HatORGANIZATION

0.99+

AsiaLOCATION

0.99+

Bryan StevensPERSON

0.99+

BryanPERSON

0.99+

25QUANTITY

0.99+

San FranciscoLOCATION

0.99+

CraigPERSON

0.99+

Will GrannisPERSON

0.99+

Diane GreenePERSON

0.99+

second questionQUANTITY

0.99+

DenmarkLOCATION

0.99+

IntelORGANIZATION

0.99+

OneQUANTITY

0.99+

Cloud Native FoundationORGANIZATION

0.99+

two placesQUANTITY

0.99+

DianePERSON

0.99+

two keyQUANTITY

0.99+

Tech ReckoningORGANIZATION

0.99+

One quoteQUANTITY

0.99+

Office of the CTOORGANIZATION

0.99+

PixarORGANIZATION

0.99+

Red Hat Summit 2018EVENT

0.99+

OpenShiftTITLE

0.99+

GE Oil and GasORGANIZATION

0.99+

GmailTITLE

0.98+

oneQUANTITY

0.98+

30QUANTITY

0.98+

CNCFORGANIZATION

0.98+

one timeQUANTITY

0.98+

last weekDATE

0.98+

BoeingORGANIZATION

0.98+

almost 10 yearsQUANTITY

0.97+

AndroidTITLE

0.97+

todayDATE

0.97+

KubernetesTITLE

0.97+

Google CloudORGANIZATION

0.97+

Four billion a weekQUANTITY

0.97+

day threeQUANTITY

0.97+

two-factorQUANTITY

0.97+

The CubeORGANIZATION

0.96+

Mark Falto & Dan Savarese | Red Hat Summit 2018


 

>> Narrator: Live from San Francisco, it's theCUBE. Covering Red Hat Summit 2018. Brought to you by Red Hat. >> And welcome back once again to theCUBE. We're here live and open in this open-source conference, Red Hat Summit 2018 here in Moscone Center in San Francisco. My name's John Troyer. We are coming close to the end of the day three of Red Hat Summit. Been here, catching all the live coverage on theCUBE.net. Great to have with us: our two guests here from UPS, Innovation Award winners here at the show, gentlemen, welcome. >> Thank you. >> Thank you. >> Mark Falto and Dan Savarese. So, welcome folks. So, we're going to talk about your journey to using OpenShift, how you guys picked it, what you guys stood up, and as we were just kind of, I saw the on-stage story, and as I was just talking to you now before we went live, I'm just so impressed by the time to market, time to value, that you guys were able to achieve. You and your teams. Which, if you think about it is really, the fact that this is a real story, and it's not just a marketing example is really great. We're living, and sometimes I wake up and I say we're living in wonderful times in 2018. So, Dan, kind of set the stage for us. You are a principal infrastructure architect, you're one of the folks that helped bring the system in, you were already Red Hat Linux ... >> Yes we were. >> ... users, but what were you looking at as you were trying to make this decision, and what were some of the drivers to bring OpenShift in-house? >> Well, we knew we wanted to go cloud, but we weren't sure whether it was public or private, so we felt that in order to start the transformation to cloud we should really focus on private. These boundaries to get that up and running, and a way to modernize our applications to be cloud ready. So that was the goal when we set this up. We had a very tight timeline, we had applications that wanted to go cloud, so we made the decision... >> Mark Falto: (mumbles) was knocking at the door. >> Everybody was knocking at the door. Right, so it was a matter of just what did we want to do? Like anything, we viewed a number of different private cloud solutions, and we really liked OpenShift because of it's flexibility, it's open-source capabilities, and the fact that it was... docket containers, which was our container strategy going forward, which we wanted to use. >> Was this the beginning of your container strategy? Had you been using them before? >> No, we hadn't been using them before. We just made the decision, prior to making the cloud decision, that we wanted to go containers and docket with the containers that we wanted to use. >> So, you some sort of evaluation, you say you know, this seems like something worth happening. In the olden days, we'd go off and you'd do some sort of POC, and you'd spend a couple months doing that, and then you'd look at it, and what are the toy projects? >> Dan Savarese: Right, yeah. >> You guys wanted to actions, so can you talk a little bit about that and the timeline there? >> Right, so we made the decision in late fall 2016 to do this. My team runs all the infrastructure, architecture, so we work with the applications to design new architectures for them, and basically we started working with Red Hat on success criteria that we established for the product, and then once we got through that we started having sessions with Red Hat and using collaborative dev ops approach with everybody in your organization who'd be affected by this private cloud we're putting in. So Mark, our info sec folks, our networking folks. We were on a very tight timeline, we had an application wanting to go quickly as possible, and they wanted to be up and running in like the late spring, early summer timeframe, so they didn't give us much time. So, a lot of work and effort into figuring out how we wanted our architects OpenShift for, not only to be operationally successful for us, but from an application perspective. So, it was important we do this in a collaborative manner, and get everybody's input in doing that. >> Yeah, that's something that's going to be interesting to dip into, right, because you can't just turn on speed like that. As I've been kind of jokingly referring to, right, you have to turn into kind of a dev ops in an agile organization. Even at the infrastructure layer. >> [Dan Savarese} Yep. >> So, Mark, within a few months you've got OpenShift up and running. Now you've got to put some apps on it. These are not new apps. You have all your existing portfolios still having to run, but so, yeah, what were you looking at putting up there, and how did you approach that in terms of native practice. >> Our strategy was to take new applications. We're trying to find app teams that we thought had at least a sophisticated enough process that they could take on the automation that we really wanted to drive with the platform as well, right? It was not just containerization, but the transformation in dev process that came with that. So it's get a pipeline in place. Understand how to use Jenkins, how to use the plugins that are necessary to make that happen. You need the right app teams that are ready to take that on. We had an example application as part of our edge initiative called Sipe, which that team we thought was ready to take this on, it was the only way we were really going to meet their timelines, too. So we worked with them for a number of weeks, and not just us, but we also had Red Hat partners helping us too, to freely build out the automation for the pipelines, get an example running for their complete automated pipeline. >> Right, so can you describe a little bit what it does? It's a business line app to help managers do some decision making and planning. >> Yeah, it's a decision assistance application for supervisors at hub facilities where, you know, where you move packages. >> Okay, so real business impact. Before, they had, I don't know what they were... Either papers, or... >> Most of it was manual processes, and it wasn't like the speed to market. The information wasn't real-time, so Sipe was all about driving real-time decisions in the field. >> Right, right, so it must have had an immediate impact, then. So, it sounds like you were up, and then also within a few months of it. >> Yes. Yeah, yeah. I mean, we're able to get at least a pipeline going within weeks for them, and that demonstrates the capacity to get yourself to production, right? And then, they're in production within a number of months after that. A couple of months after that. >> Yeah, that's great, and I'm assuming you'd then be able to revise it and kind of improve the functionality since. That and some other apps. >> Mark Falto: Yep, yep, yeah. >> Was that a big shift for you and your developers, to kind of get to this stance, of frequent releases and a pipeline? >> Yeah, it's a huge process shift, it's a cultural shift for app teams, they have more capability from the infrastructure than they have ever had before. So, they now have tools to deliver much faster than they're used to, so they change their team structures to help us facilitate that. They bring in Red Hat or other consultants to help them backfill their skillsets, so it's big transformation, yeah. >> Nice, nice. Now, I wanted to explore a little bit. One word you hear a lot here: hybrid cloud, multi cloud, we've been hearing that a lot this week. This particular app runs on Prem, right? >> Dan Savarese: Runs on Prem, yes. >> Let's make sure we it right, on PremiSys. >> Dan Savarese: On PremiSys, right. It runs actually, between today at the centers. >> Yeah, I'll get extra bonus points for that. But, as a portfolio that you have to manage, your IT department and infrastructure, UPS does take advantage of different clouds and different code running and different places, as well as sas and everything else, I'm sure. Can you talk a little bit about to portfolio? >> Sure, so we have a wide variety, as companies as large as UPS, you can imagine we have a lot of IT solutions. We leverage all of them to our benefits, so we have past solutions in the cloud, a lot of analytic stuff that we'll do out there, and we also have a lot of sas solutions that we use to do different various works across our organization. So, we are using cloud in multiple ways. Out next journey is hybrid cloud. How do we take OpenShift now, 'cause what we have is a situation where we need a lot of processing power for what we call out peak season, Christmas of course, right, but when we size today on OnPrem we size for that peak season. So, the challenge is for us now is how can we use OnPrem for, say, nine months out of the year, then expand into the cloud for peak season, reduce cost, and then drop that down after we're done with peak season? To really drive us really efficiently from across the spectrum. >> Right, right, right, and obviously OpenShift is going to be a probably key element to that. >> Dan Savarese: It is a key element. It is a key element. >> Yeah. You know, this only took a, this journey was, if you just look at the timeline we just talked about, really only a few months, and it seems like this was kind of a corner-turn for your engineering organization. I mean, is that inaccurate? >> I would say so, both from an infrastructure perspective, the biggest thing when you run a common environment, which we do in OpenShift, in other common environments you have no control over how the applications affect one another. For us, what we like about OpenShift, it gives us that capability, so application 'A' doesn't step on application 'B'. And, I think, for us, it just made our lives a lot easier from an operational perspective for that reason. >> Right, it wasn't about the tool, but the tool helped enable the processes, and then that yielded the time to market and time to value. >> Yeah, and from an app side, building these new architectures really requires containerization. It requires the automations, so we can't attack the proper microservice patterns and practices really without OpenShift as a platform underneath it. It's foundational. >> And I'd like to stress the fact that it really was all of us knew we had to get something done. We all came together. There was no... The silos were merely broken down. We knew we had a mission to get through, we knew had something to get done in a short period of time, and we just came together in such a strong, collaborative way of driving the solution. >> Wow, that's great, and congratulations. Innovation Award here at the show, it's been a great week here at Red Hat Summit. So, Mark Falto, Dan Savarese from UPS. Congrats, and thanks for being here on theCube. >> Well, thank you John. >> All right. Well we are here live in San Francisco. We are finishing up day three. We'll be back after a short break, and all of our live coverage of Red Hat Summit on theCube. (light percussive music)

Published Date : May 10 2018

SUMMARY :

Brought to you by Red Hat. We are coming close to the end of I'm just so impressed by the time to market, ... users, but what were you looking at so we felt that in order to start the and we really liked OpenShift because of it's flexibility, the cloud decision, that we wanted to So, you some sort of evaluation, and then once we got through that Yeah, that's something that's going to be and how did you approach that in terms of native practice. and not just us, but we also had Right, so can you describe a where, you know, where you move packages. Okay, so real business impact. and it wasn't like the speed to market. So, it sounds like you were up, and that demonstrates the capacity and kind of improve the functionality since. the infrastructure than they have ever had before. One word you hear a lot here: hybrid cloud, Dan Savarese: On PremiSys, right. But, as a portfolio that you have to manage, and we also have a lot of sas solutions OpenShift is going to be a probably key element to that. Dan Savarese: It is a key element. at the timeline we just talked about, the biggest thing when you run and then that yielded the time to market and time to value. so we can't attack the proper it really was all of us knew we had to get something done. Innovation Award here at the show, Well we are here live in San Francisco.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
MichaelPERSON

0.99+

HowardPERSON

0.99+

MariaPERSON

0.99+

Laura HeismanPERSON

0.99+

LauraPERSON

0.99+

JamaicaLOCATION

0.99+

Mark FaltoPERSON

0.99+

DavidPERSON

0.99+

DavePERSON

0.99+

JeffPERSON

0.99+

JohnPERSON

0.99+

Jeff FrickPERSON

0.99+

Dave ValantePERSON

0.99+

CaliforniaLOCATION

0.99+

2006DATE

0.99+

2012DATE

0.99+

Dan SavaresePERSON

0.99+

CompaqORGANIZATION

0.99+

JoePERSON

0.99+

EMCORGANIZATION

0.99+

Paul GillanPERSON

0.99+

RonPERSON

0.99+

JonathanPERSON

0.99+

DellORGANIZATION

0.99+

CiscoORGANIZATION

0.99+

RhondaPERSON

0.99+

Jonathan WeinertPERSON

0.99+

Steve BamaPERSON

0.99+

twoQUANTITY

0.99+

two yearsQUANTITY

0.99+

VegasLOCATION

0.99+

BangaloreLOCATION

0.99+

2009DATE

0.99+

John TroyerPERSON

0.99+

Amazon Web ServicesORGANIZATION

0.99+

EuropeLOCATION

0.99+

IndiaLOCATION

0.99+

2018DATE

0.99+

FortyQUANTITY

0.99+

MondayDATE

0.99+

MarkPERSON

0.99+

SeptemberDATE

0.99+

San FranciscoLOCATION

0.99+

Dave MatthewsPERSON

0.99+

AdobeORGANIZATION

0.99+

Sanjay PoonenPERSON

0.99+

Trevor DavePERSON

0.99+

BenPERSON

0.99+

1999DATE

0.99+

VMwareORGANIZATION

0.99+

Jonathan SecklerPERSON

0.99+

Howard EliasPERSON

0.99+

16 acreQUANTITY

0.99+

10QUANTITY

0.99+

80 percentQUANTITY

0.99+

JapanLOCATION

0.99+

200 acreQUANTITY

0.99+

BMCORGANIZATION

0.99+

$50 millionQUANTITY

0.99+

Harry Mower, Red Hat | Red Hat Summit 2018


 

>> Narrator: Live from San Francisco, it's theCUBE! Covering Red Hat Summit 2018. Brought to you by Red Hat. >> Hello and welcome back to theCUBE's exclusive coverage here in live in San Francisco, California, for Red Hat Summit 2018. I'm John Furrier, with John Troyer my co-host analyst this week he's the co-founder of TechReckoning Avisory Community Development Firm, of course I'm the co-host of theCUBE, and this is Harry Mower, Senior Director of Red Hat Developer Group within Red Hat. He handles all the outward community work, also making sure everyone's up to speed, educated, has all the tools. Of course, thanks for coming and joining on theCUBE today. Appreciate you coming on. >> Thanks for having me again. >> Obviously developer community is your customers. They're your users, Open Source is winning. Everything's done out in the open. That's your job, is to bring, funnel things and goods to the community. >> Harry: Yes. >> Take a minute to explain, what you do and what's going on with your role in the community for the Red Hat customers. >> Sure, so my group really handles three things. It's developer tools, our developer program, and the evangelism work that we do. So if I kind of start from the evangelism work, we've got a great group of evangelists who go out, around the world, kind of spreading the Gospel of Red Hat, so to speak, and they talk a lot about the things that are about to come in the portfolio, specific to developer platforms and tools. Then we try to get them into the program, which gives the developers access to the products that we have today, and information that they need to be successful with them. So it's very much about enterprise developers getting easy access to download and install, and get to Hello World as fast as possible, right? And then we also build tools that are tailored to our platform, so that developers can be successful writing the code once they download-- >> John F: And the goal is ultimately, get more people coding, with Linux, with Red Hat, with Open Source. >> Harry: Yep, it's driving more of, I mean from inwardly facing it's driving more adoption of our products but you know, outward, as the developer being our customer, it's really to make them successful and when I took over this role it was one of the things we needed to do was really focus on who the developer was, you know, there's a lot of different types of developers, and we really do focus on the nine to five developer that works within all of our customers' organizations, right? And predominately those that are doing enterprise jobs are for the most part, but we're starting to branch out with that, but it's really those nine to five developers that we're targeting. >> Got to be exciting for you now because we were just in Copenhagen last week for CubeCon with Kubernetes, you know, front and center, we're super excited about that's defacto formation around Kubernetes, the role of containers that's going on there, really kind of give kind of a fresh view, and a clear view, for the developer, your customer, where things are sitting. So how do you guys take that momentum and drive that home, because that's getting a lot of people excited, and also clarifying kind of what's going on. If you're under the hood, you got some Open Stack, if you're a developer, app develop you've got this, and then you've got orchestration here and you got containers. Kind of the perfect storm, for you guys. >> Harry: Yeah and what we've been trying to distribute in the container space, so one of the things we do we have these kind of 10 big bets that we put on a wall that really drive our product decisions, right? And one of the first, maybe the second one we put on the wall was, everything will be in containers, right? And so we knew that it was important for developers to be able to use containers really easily, but we also knew that it's an implementation detail for them. It's not something that they really need to learn a lot about, but they need to be able to use, so we made an acquisition last year, Code Envy was the company, driving force behind Eclipse J, one of the great features of Eclipse J, a lot of people see it as a web based IDE, but it's also a workspace management system, that allows developers' development environments to be automatically containerized, hosted and run on Open Shift at scale, right? And when we show the demo it's really interesting because people see us coding in a browser and "Oh that's pretty neat", and then at the end of it everyone starts to ask questions about the browser part, and I say, "Yeah, but did you notice we never typed a docker command, never had to learn about a Kubernetes file, it was always containerized right from the very beginning, and now your developers are in that world without having to really learn it". And so that's really a big big thing that we're trying to do with our tools, as we move from classic Eclipse on the desktop to these new web based. >> So simplifying but also reducing things that they normally had to do before. >> Yeah. >> Using steps to kind of. >> Yeah, we want to, people don't like when I say it, I don't want to try make them disappear into the background but what I mean is it's simple and easy to use. We take care of the creative room. >> Now is that, that's OpenShift.io? Is that where people get started with that? >> Actually Eclipse J. >> Okay, Eclipse J, okay. >> So it starts in Eclipse J, and then we take that technology and bring it into io as well. >> Gotcha gotcha, can you take a little bit about io then? You know, the experience there, and what people are doing. >> Sure, yeah so io is a concept product that we released last, well we announced last year at Summit. It's really our vision of what an end to end cloud tooling platform is going to look like. Our bet is that, many of our customers today take a lot of time to customize their integrated tool chains, because of necessity, because someone doesn't offer the fully integrated seamless one today. Many of our customers like their little snowflakes that they built, but I believe over time, that the cost of maintaining that will become something that they're not going to like, and that's one of the reasons why we built something like io. It's hosted managed by us, and integrated. >> And what are people using it for? Is this for prototyping, is this, what are people doing on the system? >> Today it's mostly for prototyping, one of the things we did here at this week's Summit is we announced kind of a general availability for Java developer using public repose. Up until this point it's always kind of been experimental. You weren't sure if your data was going to be gone if it was up or down, there's much more stability and kind of a more reliable SLA right now for those types of projects. >> John T: Gotcha, gotcha. Well, I mean, pivoting maybe to the overall developer program, so developers.redhat.com, big announcement yesterday, you reached a million members, congratulations. >> Harry: Thank you very, yeah, thanks a million is what I put in my tweet. It's been a really great journey, I started it three years ago, we consolidated a number of the smaller programs together, so we had a base of about two, 300 ish developers, and we've accelerated that adoption, now we're over a million and growing fast, so it's great. >> What's the priorities as you go on? I mean all of these new tools out there and I was just talking with someone, one of your partners here, we were out at a beer thing last night, got talking and like waterfall's dying in software development but Open Source ethos is going into other areas. Marketing, and so the DevOps concepts are actually being applied to other things. So how are you taking that outreach to the community, so as you take the new Gospel, what techniques do you use? I mean, you're tweeting away, you going in with blogging, content marketing, how are you engaging the content, how are you getting it out in digital? >> Our key thing is the demo, right? So you saw a lot of great demos on stage this week, Burr Sutter on our team did a phenomenal job every day with a set of demos, and we take those demos, those are part of the things we bring to all the other conferences as well, they become the center stage for that, because it's kind of the proof of concept, right? It's the proof of what can be possible, and then we start to build around that. And it helps us show it's possible, it actually helps get our product teams coelest around our idea, they start to build better products, we bring that to customers, and then customer engagement starts early, but that's the key of it. >> I mean demos the ultimate content piece, right? >> It forces everybody to, on the scene-- >> Real demo, not a fake demo. >> And those were all real, that's the thing the demos are so good I think some of them people thought they were fake. I'm like Burr you didn't do a good enough job of like pulling the plug faster, and showing it was real, right? But they're, yes, they're absolutely real demos, real technology working, and that creates a lot of momentum around. >> You guys see any demographics shifts in the developers, obviously there's a new wave of developers coming in, younger certainly, right? You get the older developers that know systems, so you're seeing coexistence of different demographics. Old and young, kind of playing together. >> Yeah, so there's a full spectrum of ages, a full spectrum of diversity, and geography, I mean, it's obvious to everybody that our growing markets are Asia, it's India and China right now. You'll see, you know, Chinese New Year we see a dip in usage in our tools, you know, it's very much, that's where the growth is. Our base right now is still predominately North America and EMIA, but all the growth is obviously Asian and-- >> John T: (mumbles). Harry I wanted to talk about the role of the developer advocate a little bit. It's a relatively new role in the ecosystem, not everybody understands it, I think some companies use a title like that in very different ways, can you talk, it's so important, this peer to peer learning, you know, putting a human face on the company, especially for a company like Red Hat, right? Built from Open Source communities from the ground up. Can you talk a little bit about what is a developer advocate, and am I even getting the title right? But what do they do here at Red Hat? >> Yeah so it's funny, so an evangelist is an advocate, and how do you distinguish the difference? So I spend a lot of time at Microsoft, you know, I think they pioneered a lot of that a long time ago, 10 or 12 years ago, really started doing that, and those ideas have matured, many different philosophies of how you do it. I bring a philosophy here and at work and with Burr, that, you know, it's one thing to preach the Gospel, but the end goal is to get them into Church, right? And eventually get them to, you know, donate, right? So, our evangelists are really out there to convince and you know, get them to adopt. Other models where you're an advocate, it's about funneling, it's almost like a marketing, inbound marketing kind of role, where you're taking feedback from the developers and helping to reshape the product. We do a little bit of that, but it's mostly about understanding what Red Hat has, 'cause when people look at Red Hat they think that's the Linux I used to use, I started in college, right? And for us we're trying to transform that view. >> John F: Huge scope now. >> And that's why we're more of an evangelistic organization. >> I mean Linux falls in the background I mean with cloud. Linux, isn't that what the old people used to like install? Like, it's native now. So again, new opportunities. And Open Shift is a big part of that. >> Yeah and we work hand in hand, there's actually an Open Shift evangelism team that we work hand in hand with, and their job is really more of a workshop style engagement, and get the excitement, bring them to that, and then do the engagements and bring it in. >> John F: What's the bumper sticker to developers? I mean obviously developer's mind sheer is critical. So they got to see the pitch of Linux helps a lot, it's all about the OS, what's the main value proposition to the developers that you guys are trying to have front and center the whole time? >> Harry: For Red Hat specific? >> Yeah yeah. >> It's funny, we just redid all of our marketing about the program, and specifically it's build here, go anywhere. And for two levels, right? With using Red Hat technologies, being part of the Open Source community, you can take those skills and knowledge and go anywhere in your career, right? But also with our technology, you can take that, and you can run it anywhere as well. You can take that technology and run it roll on prem, run it on someone else's cloud, and it really is just, we, you know, we really give the developers a lot of options and possibilities, and when you learn our products and use our products, you can really go anywhere. >> So Harry there's a, I loved how you distinguished at the very beginning of the conversation who the program is for, and that particular role, right? I sit down and I code enterprise products and glue stuff together and build new things, bring new functionality to the market, shit, excuse me, this week has been all about speed to market, right? And that's the developers out there, right? See I get so excited about it. >> That's okay, you can swear. >> (mumbles) >> But you know, there's a lot of shifting roles in IT, and the tech industry, over the last, say, decade or so, you know, do we spec the people who we used to call system mins, do they have to become developers? Open Source contributors also are developers. But it sounds like maybe the roles are clarifying a little bit, other than, you know, an Open Shift operator, you know, doesn't have to be a developer, but does have to be, know about APIs and things, how are you looking at it? >> I don't have too strong an opinion on this, but when I talk to other people and we kind of talk about it, you know the role of the, so we made operations easy enough that developers can do a lot of it, but they can't do all of it, right? And there's still a need for operations people out there, and those roles are a lot around being almost automation developers. Things that you do like an (mumbles) playbook or, you know, what other technology might use, so there is an element of operations people having to start to learn how to do some sort of coding, but it's not the same type of that a normal developer will do. So somehow we're meeting in the middle a little bit. But, I'm so focused on the developer part that I really don't have too strong an opinion. >> Well let us know how we can help, we love your mission, theCUBE is an open community brand, we love to get any kind of content, let us know when your big events are, I certainly want to promote it sir. Open Source is one, it's winning, it's changing and you're starting to see commercialization happen in a nice way, where projects are preserved upstream, people are making great products out of it, so a great opportunity for careers. And building great stuff, I mean new application start-ups, it's all over the place so it's great stuff, so congratulations and thanks for coming on theCUBE. It's theCUBE, out in the open here in the middle of the floor at Moscone West, bringing all the covers from Red Hat Summit 2018. We'll be right back with more after this short break, I'm John Furrier, with John Troyer, we'll be right back. (electronic music)

Published Date : May 10 2018

SUMMARY :

Brought to you by Red Hat. of course I'm the co-host of theCUBE, and goods to the community. Take a minute to explain, what you do So if I kind of start from the evangelism work, John F: And the goal is ultimately, one of the things we needed to do was Kind of the perfect storm, for you guys. in the container space, so one of the things we do normally had to do before. We take care of the creative room. Is that where people get started with that? we take that technology and bring it into io as well. You know, the experience there, and what people are doing. and that's one of the reasons why one of the things we did here at this week's Summit big announcement yesterday, you Harry: Thank you very, yeah, thanks a million the new Gospel, what techniques do you use? because it's kind of the proof of concept, right? of like pulling the plug faster, in the developers, obviously there's a a dip in usage in our tools, you know, of the developer advocate a little bit. but the end goal is to get them into Church, right? I mean Linux falls in the background I mean with cloud. and get the excitement, bring them to that, John F: What's the bumper sticker to developers? and it really is just, we, you know, And that's the developers out there, right? a little bit, other than, you know, But, I'm so focused on the developer part of the floor at Moscone West,

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Harry MowerPERSON

0.99+

John TroyerPERSON

0.99+

John FurrierPERSON

0.99+

HarryPERSON

0.99+

Red HatORGANIZATION

0.99+

nineQUANTITY

0.99+

last yearDATE

0.99+

John FPERSON

0.99+

AsiaLOCATION

0.99+

MicrosoftORGANIZATION

0.99+

CopenhagenLOCATION

0.99+

John TPERSON

0.99+

San Francisco, CaliforniaLOCATION

0.99+

TodayDATE

0.99+

EclipseTITLE

0.99+

yesterdayDATE

0.99+

TechReckoning Avisory Community Development FirmORGANIZATION

0.99+

LinuxTITLE

0.99+

10 big betsQUANTITY

0.99+

Moscone WestLOCATION

0.99+

Red Hat Summit 2018EVENT

0.99+

two levelsQUANTITY

0.99+

Code EnvyORGANIZATION

0.99+

five developersQUANTITY

0.98+

ChinaLOCATION

0.98+

North AmericaLOCATION

0.98+

Red HatTITLE

0.98+

10DATE

0.98+

this weekDATE

0.98+

oneQUANTITY

0.98+

last weekDATE

0.98+

IndiaLOCATION

0.98+

three years agoDATE

0.98+

Hello WorldTITLE

0.98+

developers.redhat.comOTHER

0.97+

OpenShift.ioTITLE

0.97+

firstQUANTITY

0.97+

last nightDATE

0.97+

todayDATE

0.97+

BurrPERSON

0.97+

over a millionQUANTITY

0.97+

12 years agoDATE

0.97+

Red Hat Developer GroupORGANIZATION

0.97+

theCUBEORGANIZATION

0.97+

a million membersQUANTITY

0.96+

Eclipse JTITLE

0.96+

CubeConEVENT

0.96+

JavaTITLE

0.96+

five developerQUANTITY

0.95+

a millionQUANTITY

0.95+

three thingsQUANTITY

0.93+

Eclipse J.TITLE

0.93+

one thingQUANTITY

0.9+

about two, 300 ish developersQUANTITY

0.9+

San FranciscoLOCATION

0.89+

EMIAORGANIZATION

0.87+

Matt Hicks, Red Hat | Red Hat Summit 2018


 

>> Announcer: Live from San Francisco, it's theCUBE, covering Red Hat SUMMIT 2018, brought to you by Red Hat. >> Okay welcome back everyone. We are here live in San Francisco at Moscone West. This is theCube's exclusive coverage of Red Hat SUMMIT 2018. I'm John Furrier, co-host of theCube. This week John Troyer, guest analyst, he's the co-founder of TechReckoning, an advisory and consulting firm around community. Our next guest Matt Hicks, Senior Vice President of Engineering at Red Hat. He's going to give us all the features, and specs of the road map, and all the priorities. Thanks for coming on. >> Hey, thanks guys. >> John: He's like, "I'm not." >> So thanks for comin' on, obviously a successful show for you guys, congratulations. >> Matt: Thank you Paul Cormier was on earlier talking about some of the bets you guys made and it's all open source, so those bets are all part of the community, with the community. But certainly there's a big shift happening, we're seeing it now with containers, and Kubernetes really showing the way, giving customers clear line of sight of where things are startin' to fall in the stack. Obviously you got infrastructure and application development all under a DevOps kind of concept, so congratulations. >> Thank you, thank you, it's been fun, it's been, I think Paul shared this a couple weeks, we started OpenShift in 2011, so it's pretty cool to be here now, 2018, and just see how far that's come in terms of how many customers using it, how successful they've been with it. So that's, it's been great. >> Yeah we always like to talk on theCube, we love talkin' to product people and engineers because we always say the cloud is like an operating system. It's just all over the place, decentralized network, distributing computing, these are concepts that have been around. A lot of the Red Hat DNA comes from systems, you have SELinux operating system, that you offer for free but also have services around it. It's a systems problem as we look at the cloud, cloud economics. So when you go look at some of the product and engineering priorities, how do you guys keep that goin'? What are some of the guiding principles that you guys have with your team? Obviously open-source, being in up-stream projects, but as you guys have to build this out in realtime, what are some of the principles that you guys have? >> That's a great, that's a great question. I'll try to cover it on two areas. I think the first for us is workload compatibility, where you get down into the, building that new apps is great, it's fun, a lot of people can do it, and that's an exciting area. The customers also, they have to deal with apps they built over 10 plus years, and so in everything we design, we try to make sure we can address both of those use cases. I think that's one of the reasons, yeah we talk about OpenShift and how coupled it is to RHEL and Linux. It's for that you can take anything that runs on RHEL, run it in a container on OpenShift, stateful, not stateful. That's one really key design principle. The other one, and this we've actually experienced ourselves, of the roles and responsibilities separation. We run an OpenShift host environment publicly, I joke, like anyone that gives me an email address, I'll run their code and my operations team doesn't have to know what's inside of the containers. They have a really clear boundary which is make the infrastructure infinitely available for them, and know that you can run anything on that environment. So that separation, you know when customers talk about DevOps, and getting to agile, I think that's almost as critical as the technology itself, is letting them be able to do that. >> Yeah, that's been a real theme here at the show, I've certainly noticed. Sure there were technology demos up on stage, but also a lot of talk about culture, about process or anti-planning maybe, or you know helping people. The role of Red Hat with OpenShift and the full stack all the way down is bigger now than it was, just when it was just Linux. So I mean, is it you and your team, I mean your in engineering as you work with the open source communities, surely it seems like you're having to deal with a much broader scope of responsibilities. >> Yeah, that's true. I started in Red Hat when it was just Linux and part of it is, you know Linux is big, and it's complex, and that in and of itself is a pretty broad community. But these days it is, we get to work with customers that are transforming their business and that touches everything from how they're organizationally structured, how we make teams work together, how I make the developers happy with their rate of innovation and the security team still comfortable with what they're changing. I love it, like it is, you know and we open source at our core, so I fell like, I'm an open source guy. I always have been. You're seeing open source drive a much wider scope of change then I ever have before. >> Let's talk about functionality product-wise, 'cause again we interviewed Jim Whitehurst yesterday and we had Denise Dumas on as well, on the RHEL side, and we talked about security. These things going on, and with OpenShift, and with Kubernetes, and containers, it makes your job harder. You got to do more right? So talk about what does that mean for you guys and how does that translate to the customer impact because it's more complicated. There's abstraction layers that are abstracting away the complexity. The complexity is not going away, it's just being abstracted away. This is harder on engineering. How are you handling that and what's your approach? >> So I've looked at it as a great opportunity for us. I've been working with Linux for a long time and I was a big fan when we introduced SELinux, and for a long time moving from traditional Linux hosting to operations teams wanting to turn on SELinux, it's been a really tough climb. It's, it'll break things, and they're not comfortable with it. They know they need that layer of security, but turning it on has been a challenge. Then go to cgroups, or different namespaces, and they're not going to get there. With OpenShift, the vast majority of OpenShift deployments, under the covers we run with SELinux on by default, customize policies, everything's in control groups, containers uses Linux namespaces. So you get a level of workload isolation that it was unimaginable you know five, 10 years ago, and I love that aspect, 'cause you start with one aspect of security, you get much, much stronger. So it's our ability to, you know we know all the levers and knobs in Linux itself, and we get to turn 'em all and pull 'em all so, >> I want to put you on the spot, I want to, and it's not an insult to you guys at all. But we've heard some hallway conversations. You know just in a joking way 'cause everyone loves Linux, open source, we all love that. But they say, nothings perfect either. No software actually runs all the time great. So one customer said, I won't say the name, "When OpenShift fails, it fails big." Meaning there's, it's very reliable but it's taking on a lot of heaving lifting. There's a lot of things going on in there, 'cause that's, 'cause it's Linux, when it breaks, it breaks a lot, and I know you're tryin' to avoid that. But my point is, is that just as these are important components. How do you make that completely bullet proof? How do you guys stay on top of it so that thinks don't break? I'm not saying they do all the time. I'm just saying it's common. It was more an order of magnitude kind of thing. >> Yeah, yeah, no, well I think it's a coupla things. So we invested in OpenShift Online and OpenShift Dedicated and those were new for Red Hat, and for running hosting environments, so we could learn a lot of the nuances of how do you, OpenShift Online is roughly a single environment, how do we make that never break as a whole. A user might do something in their app and make their app break. How do we not make the whole break? The second challenge I think we've hit is just skills in the market of it's not necessarily an easy system there are lots of moving pieces there. The deal with Azure and the partnership there, having managed service offerings I think is really going to help users get into, I have a highly available environment, I don't have to worry about SED replication or those components but I can still get the benefits. And then I think over time as people learn the technology, they know how to utilize it well, we'll see, we'll see less and less of the it catastrophically failed because I didn't know that I could make it highly available. Those are always painful to me, where it's you know, >> John: That's education. >> Yeah >> So Matt, there's a clear conversation here. Very clarity of roles and responsibilities even in the stack. I think even as recently as a year or two ago, people were having conversations about the role of OpenStack, versus Kubernetes, and you were getting kind of weird, like what's on top of what? And even in terms of, you know other parts of the stack, I mean here it's clear, very clear, you know OpenStack is about infrastructure, OpenShift you know on top of it, and even in terms of virtualization, containers versus VMs. The conversation this year seems more clear. As an engineer, you know and an engineering leader, were the, did the engineering teams rolling their eyes going well we knew how this was going to work out all along, or did you all also kind of come along on that journey the last couple years? >> I think seeing the customer use cases refined a little bit while education builds those has been great. We always, like we're engineers, we like clear separation and what each products good at, so for us it's fantastic. You know OpenStack is great at managing metal. One of my favorite demonstrations was using OpenStack Director to on a, you know boot machines, put OSs on 'em, and leave OpenShift running, and be able to share network and storage clients with OpenStack. Those things are, you know they're great for me as an engineering lead because we're doing that once as well as we can, but it's nice in engineering if you get to optimize each side of the stack. So I think I have seen the customers understanding, as they've done more with OpenStack, and they've done more with OpenShift, they know which product they want to use, what for. That has helped us accelerate the engineering work towards it. >> You mention skills, skills gaps, and skills in general. How is the hiring going? Is there a new kind of DevOps rockstar out there? Is there a new kind of profile? Is there pieces of the stack that you want certain skills for? Is there generalism? Are the roles in engineering changing? If you could just add some color to that conversation around, you know cause we're talkin' about engineering now. It used to be called software engineering when I graduated, and then you became a developer. I don't know which ones better, but you know to me this is real engineering going on, which is using software development techniques. So what's the skills situation? >> For us I think, it is nice that you're seeing a lot of gravitation to Linux at the host level, and Kubernetes has helped, just at the distributed system level, so obviously skills there play pretty well in general. I would say what we have seen is there has been a stronger increase in having operational skills as well as development skills, and it's a spectrum. You're still going to have operational experts and algorithmic experts, but the blended role where you do know what it takes to run an application in production to some extent, or you do know something about infrastructure and development. I certainly look for that on our teams because that's, where customers I've seen struggle for years and years is in the handoff in the shift between, everyone can write functional apps, they usually struggle getting them into production. And it's really neither teams fault, it's in that translation and these platforms help bridge that. People that have some skills on either side have become incredibly valuable in that. >> John: So that's were the DevOps action is right, the overlay. >> It really is yeah. >> So thinking about network as the networking growth with DevOps. DevOps has always been infrastructure as code. And it all comes to, there's to many, many, I don't want to talk about it. It's always the network that gets beat on the most, I need better latency. And so networking software to find networking is not a new concept, self-defined data centers are out there. What's new in networking that you could point to that's part of this new wave? >> Two geeky things that might not have been noticed. One is the work we've done on Ansible networking has been stunningly popular to me, and that was just this simplicity of Ansible just needs us to sage in a minimal set of dependencies. Most switches out there can actually, they have SSH running, and having automation of switches in the actual gear itself was surprisingly not unified. And Ansible was able to fit that niche where you could remotely configure switches and that has grown and exploded. Because if you think of the, I'm going to do a DevOps workflow but now I need to actually change routing or bleed something, you're often talking to switches, and being able to couple that in has been, it has been fun to watch, so I've loved that aspect. The other portion when we combine OpenShift on OpenStack the courier work which we've talked about some, is, you know OpenShift often described as it consumes infrastructure that OpenStack provides, and the one exception was usually the networking tier. It was like we have to run an overlay network on it. When we run OpenShift on OpenStack it can actually utilize OpenStack's networking to be able to try that instead of doing it's own overlay. That is critical at the larger scale. >> John: So the policy comes in handy there is that, or configurations, where's the benefit? >> Both on network topology, which do you have two teams that are building different structures that may collide in the night. So it gets it from two teams down to one, and then the second is just the knock controls in isolation, it's done once. It's been nice for me on the engineering side where we'd put a ton of effort in the OpenStack community, we put a ton of effort in Kubernetes and the OpenShift communities, and we're able to pretty nicely combine those. We know 'em both really well. >> So take us through some inside baseball at Red Hat. What's going on internally within' your group. I want to probe on developer and software engineers productivity. If the quote DevOps works, the test is the freeing up their time from doing mundane tasks, and you got cool things like you said about the network things, pretty positive. This is going to free up some intellectual capital from engineering. So okay if that's true, I'm assuming it's true, if it's not then say it's not true, but it sounds like it's probably going to be true for you. What are your guys working on, what's next? So can you share some of what, 'cause you guys are doing your own thing, you're using your own software. Is that intellectual capital being freed up on the developers side? Are they doing some more programming? Are you seeing some more creativity? What are they doing with that free time, free time, extra intellectual cycles? >> All our excesses, I'll tell Paul that. He was up before me. Like, Ops team barely has to work anymore. >> There in there clipping coupons at the beach you know. It's all running, we're busy. >> So a good creative example, and this was I think the second demo we showed. Red Hat Insights has been in the market for a while and that was our, can we glean enough information from systems to get ahead of a support issue, and this year we showed the, it's not just known fixes, you know we match it to a knowledgebase article. But can we interpret fixes from peer analysis and you know machine learning type techniques? That's a classic example where we use the creativity and free time, and say you know what that stack internally runs on OpenShift, running on OpenStack, using Red Hat storage, and we're applying some of, you know TensorFlow and other capabilities to do that. That was probably my favorite example at SUMMIT where if we weren't getting more efficient at what we worked on, we wouldn't of been able to stand up that stack ourselves, much less execute to it, and show it live in SUMMIT, doing the analysis across a hybrid cloud. >> But this is the whole point of DevOps. This the whole purpose, being highly productive, to use those intellectual cycle times to build stuff, solve problems. >> Yeah absolutely. >> Not provision servers or networks. Awesome, well thanks for coming on theCUBE, really appreciate it. >> Matt: Thank you guys. >> What's the priorities for you guys this year? What's the focus? Share your plans for the year. >> You know I think it's similar to the last thing we showed today. We really want to make customers feel like they can deploy hybrid cloud. Whether it's compute, applications, they have the services they need, down to storage, it works. They're on premise. They know we're going to have the best combination we can. This year is a stay ahead of people on that path, make sure their successful with it. >> We'll see you guys at OpenStack SUMMIT, Vancouver. Thanks for comin' on, Matt Hicks, Senior Vice-President of Engineering at Red Hat. I'm John Furrier, John Troyer, Stay with us, we're day three of three days of live coverage here in San Francisco, Red Hat SUMMIT 2018. Stay with us, we'll be right back after this short break. (digital music)

Published Date : May 10 2018

SUMMARY :

brought to you by Red Hat. and specs of the road map, and all the priorities. obviously a successful show for you guys, congratulations. some of the bets you guys made and just see how far that's come that you guys have with your team? and know that you can run anything on that environment. and the full stack all the way down is bigger now and part of it is, you know Linux is big, and it's complex, So talk about what does that mean for you guys that it was unimaginable you know five, 10 years ago, and it's not an insult to you guys at all. Those are always painful to me, where it's you know, and you were getting kind of weird, Those things are, you know they're great for me and then you became a developer. and algorithmic experts, but the blended role is right, the overlay. What's new in networking that you could point to and the one exception was usually the networking tier. Both on network topology, which do you have two teams So can you share some of what, Like, Ops team barely has to work anymore. at the beach you know. and say you know what that stack internally runs This the whole purpose, being highly productive, really appreciate it. What's the priorities for you guys this year? to the last thing we showed today. We'll see you guys at OpenStack SUMMIT, Vancouver.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
John TroyerPERSON

0.99+

Matt HicksPERSON

0.99+

JohnPERSON

0.99+

MattPERSON

0.99+

Paul CormierPERSON

0.99+

PaulPERSON

0.99+

2011DATE

0.99+

Jim WhitehurstPERSON

0.99+

John FurrierPERSON

0.99+

two teamsQUANTITY

0.99+

Red HatORGANIZATION

0.99+

2018DATE

0.99+

San FranciscoLOCATION

0.99+

RHELTITLE

0.99+

OpenShiftTITLE

0.99+

Denise DumasPERSON

0.99+

oneQUANTITY

0.99+

LinuxTITLE

0.99+

bothQUANTITY

0.99+

yesterdayDATE

0.99+

firstQUANTITY

0.99+

OpenStackTITLE

0.99+

second challengeQUANTITY

0.99+

two areasQUANTITY

0.99+

OneQUANTITY

0.99+

Moscone WestLOCATION

0.98+

this yearDATE

0.98+

each sideQUANTITY

0.98+

TechReckoningORGANIZATION

0.98+

three daysQUANTITY

0.98+

one exceptionQUANTITY

0.98+

BothQUANTITY

0.98+

a yearDATE

0.98+

AnsibleORGANIZATION

0.98+

Red HatTITLE

0.98+

secondQUANTITY

0.98+

SELinuxTITLE

0.98+

This weekDATE

0.97+

todayDATE

0.97+

second demoQUANTITY

0.97+

over 10 plus yearsQUANTITY

0.96+

fiveDATE

0.96+

This yearDATE

0.95+

each productsQUANTITY

0.95+

10 years agoDATE

0.94+

Two geeky thingsQUANTITY

0.93+

single environmentQUANTITY

0.93+

Arkady Kanevsky, BU DellEMC | Red Hat Summit 2018


 

>> Announcer: Live from San Francisco, it's theCUBE, covering Red Had SUMMIT 2018, brought to you by Red Hat. >> Hello everyone, welcome back. This is theCUBE's exclusive live coverage here in San Francisco at Red Hat SUMMIT 2018. I'm John Furrier with my co-host John Troyer. Our next guest is Arkady Kanevsky, Ph.D, Director Software Development at Dell EMC, Service Provider Business Unit. Thanks for joining us, thanks for coming on. >> Thank you for having me here. >> So we were just talking before we came on, obviously great, we're in the middle of the open here in the hall, in Moscone West. But you guys have a definition of service providers. It's very broad. It's obviously Dell EMC, you guys, Dell's tons of equipment that they sell, providing a lot of the equipment What does that, just take a quick second to describe who you guys are targeting, and your role here at Red Hat SUMMIT? >> Sure so we are a small portion within the Dell EMC portfolio and the organization I am in specifically creating a target and a solution for service providers. The service provider, you know the probably best known service providers are telecommunication service providers, AT&T, Verizon, Telestrom, you know all over the world. Very highly regulated areas, and have been around forever, and they are going through the major transformation right now from the 4G to 5G, network age, and so on. But we are also covering the much larger set of the providers. If you can think of the hosted service provider, managed service providers, those are the people who either have as a core of their business, providing the services for their customers. If you can think of the eBay, or Amazon, or Google, they have the services which are, they're running public cloud or not a public cloud for general sense, but for specific purpose which they're delivering, SalesForce, >> Yeah everyone's a service provider. If they're using cloud, they're some sort of service provider right? >> If they're delivering they're volume through the service, then they are the service providers. If you are, you know you have the businesses which are still doing the business the way they were doing before. Banks are not really service providers. They are not them, and yes they communicate with their customers through the portals, but that's not the purpose of their business. >> It's great now in 2018, we are gettin' some clarity on cloud right. We thought maybe it was all into public, now we see that actually there's a lot of use cases for smaller public clouds, hybrid clouds, private clouds depending on peoples needs. I'm curious how the service provider world, specifically like the MSBs, and the telcos of the world, are looking at how, what kinds of clouds they're going to provide, and maybe also how they partner with the bigger clouds. >> So there is a different angle there. So people, a lot of the work being done in a public cloud, initially when they try to do the development of their new application because it's the easiest way for them to do it, but once you hit the next level and you need to deliver it as a service in a special and more regulated environment, where we have certain strict security requirement. You want to protect access to the data. A lot of the time they kind of do the hybrid, go on the hybrid model because it's much more, they have better control of what they're doing. I mean some of the announcement and some of the demos, we showed that today in the keynote today and two days ago, we're clearly demonstrating this kind of approach. So we are partnering with Red Hat over developing the optimized platforms for the development and operation of those applications. All the way from RHEL Linux layer all the way up to OpenShift and beyond? >> All the way, we announced on Monday that we have our seventh joint version of Red Hat OpenStack already bundled. This is the first one where we start providing the workload optimized host, such that customer can choose to optimize from the hardware, to the operating system, to the OpenStack for their specific workload. We have a profile, pre-defined profile for NFE and we have a pre-defined profile for web based application, and of course it's open sourced, and extendible, flexible, and provide what customer expecting for their own use cases. >> How 'about the relationship between Dell, now Dell EMC, now Dell Technologies, and a variety of other things, the relationship with Red Hat. How long, how many years, how deep? How would you describe the relationship time-wise, and just duration, and depth? >> Very happy to, so we start our relationship 18 years ago, in 2001 was the first release of the laptops and the servers with a pre-installed program that on the factory, and Dell, at that time Dell was OEMing that solution for the customers. Over the years since that we started developing more and more solutions for different customer domain. We have HPC based solution, again URL based. We have SAP, we have Oracle, and variety of different Hadoop Open, Hadoop variation of the Hadoop, again on the base RHEL platforms. And most recently the OpenStack over the last five years. At the Dell Technology World last week, we announced all of the OpenShift on bare metal as a joint solution between the two companies. We have the OpenShift on OpenStack which we announced two years ago, still supportable and delivered to our customers. So the goal for us is to provide the flexibility and choices for the customers. >> What's the unique value for customers that you guys bring to the table? What's the unique value with the Red Hat relationship that's the most important? >> So the most important is the robustness of the integrated solutions, and the two companies together standing behind them. So they can go either to Red Hat or to Dell EMC and we together delivering of the solution. It is robust, it is still open and flexible, but it is also optimized all the way from hardware to the top layer of the software for their use cases. >> So customers are concerned, obviously we saw Spectre bug, and all this stuff going on with security. Red Hat customers, they're not micro-coders, I mean they have to upgrade. You guys have to take that responsibility at the hardware level, and some great certification, we know that. Going forward as the stacks become robust from, you know down to the chip level, up through applications, well you've got DevOps, you've got all these cool things happening. How are you guys keeping up with the pace to mitigate security risks and continuing the partnership? What's the story of the customer? What should they know about that particular piece? >> So obviously we are taking care of security on multiple layers from the micro-code, as you pointed out, in the solution partnering not only with Red Hat but with Intel and the hardware vendors to ensure that all of the mitigated, mitigation factors are put into place for security. But most importantly we are providing the tooling to make the benching and fixes in automated way without any disruption to the workloads which customer are running. Or minimizing the disruption for the workload so you can do all of your securities updates and for that matter, upgrades of the solution in such a way that you're minimizing the disruption for your customers. >> Okay so security, obviously hugely important. One of the themes of this event has been talking to the IT audience about kind of up-leveling digital, but you can call it digital transformation, but actually bringing more business value, and that's been really well received here as you realize all the demos, faster time to market, more business value, faster time to value. So as you talk with the customers here, and service providers. What are they asking you as a director of the software stack that has to, that you could look at as just the bottom of the stack, but in fact is hugely important to what they're doing. So what are you having to provide from the Dell side to help that acceleration? >> So the most important thing that our customer looking for is partnership. They're looking for us working with Intel, with Red Hat, and with partners specific to their area, to do together integration, and so we can provide the support and lifecyle of the solutions. >> John T: You're part of the rubber hits the road. They buy the unit, and the system, and the software from you. It better be all integrated and work. >> Correct, so again they go on this Oz with Red Hat because they want to have a flexibility so they can add more things, but what they're looking for, especially teleco providers, they would like Oz to partner all the way down to the next level-up with NFE lenders. The people who are providing them virtualized functions, so they can bring that to the solution and have level of confidence and you know peace of mind, that all of those pieces have been integrated together, validated together, and we have a continuous program where we take care of them of the full upgrade and lifecyle of not individual pieces, but the whole thing. >> Once your customers know about your relationship with Red Hat, want to get to the end of the statement, which is really even important. 'Cause I think this is important. We're seeing more and more security go from chip, to the OS, to the application layer. There's going to be more and more of that, and you got to evolve your relationship and technology. >> Yes. >> What should they know about Dell, Dell Technologies, Dell EMC, Dell proper and that's most important for them to understand, what you guys do for customers. >> So one of the most important things to understand, now we are Dell Technology. We have been Dell Technology for about a year and a lot of the integration pieces start being mature and now we can have a joint integrate solution. One of the big piece of the Dell Technology portfolio is RSA. They're probably the oldest and the most established security company in the world. And we are getting more and more integration of their tool sets into various solutions across the board. And that probably is the unique value which we as a Dell Technology can provide because we have individual pieces which are leaders in their specific field and we can put all of those pieces together to have the value to the customers through one place. >> That's exciting, well thanks for coming on and sharing the insight. We love Michael Dell, been a big fan, and Michael's been on theCUBE many times. He listens, he's probably watching right now. Hey Michael, how are you? Sorry I missed Dell EMC World, or Dell World, but John was there with Stu. Great to have you on. We've seen continuous success and a lot of skeptics on that merger, or the mergers, or the whole thing, and Pivotal just went public. Things are happening. >> Definitely, exciting time to live in. >> Yeah, thanks for coming on. More live coverage here in San Francisco at Red Hat SUMMIT 2018. I'm John Furrier, John Troyer, stay with us for more coverage after this short break. (digital music)

Published Date : May 10 2018

SUMMARY :

brought to you by Red Hat. I'm John Furrier with my co-host John Troyer. in the hall, in Moscone West. and the organization I am in specifically creating a target If they're using cloud, but that's not the purpose of their business. specifically like the MSBs, and the telcos of the world, A lot of the time they kind of do the hybrid, All the way, we announced on Monday the relationship with Red Hat. and choices for the customers. and the two companies together standing behind them. What's the story of the customer? on multiple layers from the micro-code, as you pointed out, One of the themes of this event and lifecyle of the solutions. and the software from you. all the way down to the next level-up with NFE lenders. and you got to evolve your relationship and technology. for them to understand, what you guys do for customers. and a lot of the integration pieces start being mature and a lot of skeptics on that merger, or the mergers, stay with us for more coverage after this short break.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
John TroyerPERSON

0.99+

Arkady KanevskyPERSON

0.99+

VerizonORGANIZATION

0.99+

DellORGANIZATION

0.99+

MichaelPERSON

0.99+

John FurrierPERSON

0.99+

JohnPERSON

0.99+

2018DATE

0.99+

AmazonORGANIZATION

0.99+

2001DATE

0.99+

TelestromORGANIZATION

0.99+

AT&TORGANIZATION

0.99+

GoogleORGANIZATION

0.99+

two companiesQUANTITY

0.99+

MondayDATE

0.99+

San FranciscoLOCATION

0.99+

Red HatORGANIZATION

0.99+

John TPERSON

0.99+

Dell TechnologiesORGANIZATION

0.99+

Dell TechnologyORGANIZATION

0.99+

eBayORGANIZATION

0.99+

last weekDATE

0.99+

Dell EMCORGANIZATION

0.99+

Dell WorldORGANIZATION

0.99+

Moscone WestLOCATION

0.99+

todayDATE

0.99+

Michael DellPERSON

0.99+

two days agoDATE

0.99+

IntelORGANIZATION

0.99+

OpenShiftTITLE

0.99+

18 years agoDATE

0.99+

StuPERSON

0.98+

OneQUANTITY

0.98+

first oneQUANTITY

0.98+

two years agoDATE

0.98+

RHELTITLE

0.98+

OpenStackTITLE

0.98+

Red Hat Summit 2018EVENT

0.96+

first releaseQUANTITY

0.95+

Dell Technology WorldORGANIZATION

0.94+

PivotalORGANIZATION

0.94+

Red HatEVENT

0.93+

RHEL LinuxTITLE

0.93+

Red Hat OpenStackTITLE

0.93+

theCUBEORGANIZATION

0.92+

Red Hat SUMMIT 2018EVENT

0.92+

about a yearQUANTITY

0.92+

OracleORGANIZATION

0.91+

SalesForceORGANIZATION

0.91+

seventh joint versionQUANTITY

0.89+

one placeQUANTITY

0.87+

last five yearsDATE

0.86+

oneQUANTITY

0.85+

Red Had SUMMIT 2018EVENT

0.85+

OzORGANIZATION

0.84+

HadoopTITLE

0.82+

Service Provider Business UnitORGANIZATION

0.81+

SUMMIT 2018EVENT

0.78+

Hadoop OpenTITLE

0.77+

Parvesh Sethi, HPE | Red Hat Summit 2018


 

>> (dramatic orchestral music) >> Announcer: Live from San Francisco. It's the Cube. Covering Red Hat Summit 2018. Brought to you by Red Hat. >> Hello welcome back everyone. Day three of wall-to-wall coverage here at Red Hat Summit 2018 live in San Francisco, California, here at Moscone West. I'm John Furrier, your co-host of The Cube with John Troyer, analyst, co-host this week. He's the co-founder of TechReckoning, and advisory and community development firm. Our next guest is our (mumble) of the senior Vice President General Manager of Hewlett Packard Enterprises Pointnext HPE. Great to see you. >> Great to see you as well. Thank you. >> So there's not secret HPE been partnering with companies for many generations. And Red Hat is one of the big strategic partners. Lot of services opportunity, a lot of transformation happening, and the biggest thing is that true Private Cloud and Hybrid Cloud, and Public Clouds all happening an IOT Edge is kind of seeing pretty clearly what's happening. On-Premise isn't going away. >> No! >> It'll look like Cloud is going to run like a Cloud. >> Yeah. >> Has to work with the Cloud or Clouds plural, and then you got the IOT Edge out there-- >> That's right. >> All kind of coming together with software Kubernetes containers all kind of being glue layers in here. So, you know, must be good for you guys okay, customers can now see what you guys have been promoting. So what is HP doing with their ad? How's that tie into that-- >> Sure, sure >> You know, transformation with the cloud? >> You said it very well John. In fact when we talked to our customers weather they realized it or not, it's the Hybrid world, and the environments are hybrid, and like you said, probably private (mumble) are not going anywhere. In fact we did the CTPF acquisition, Red Pexia acquisition, and this is really all to help clients on the Cloud journey. Doesn't really matter to us whether the workload ends up in AWS, Google, Azure, on Prime or dedicated infrastructure. So, that's actually been a huge plus for us to really have a seat at the table, to have a discussion on the customers workload strategy. Now a partner like Red Hat, who have been together working together for probably 18 years now, and it's been a long steady partnership. Who they're number one OAM partner but also the point you made I think from a services standpoint that's just a huge opportunity you know, customers tell us anyone can do infrastructure service or they're looking for platforming service. So in jointly with our consumption capabilities, and Red Hat Open Shift. Now who giving them true Container Product Service. >> Containerization, how we were talking yesterday in our wrap-up. You can bring in the new without killing the old and but it's really fundamental because people want Cloud scale, they want the horizontal scalable application, devops and programing infrastructures code. But they can't just throw out their legacy stuff. Containers which allows them to nurture those applications and workload, and let it take it's natural course. This is actually good for services cause you can take-- there's a solution there. >> That's right! There's absolutely. In fact customers tell us when they looking for the platform, it's not just to help them on their new build. They're looking for help also to run the existing environment and most of the times it's not practical to re-factor, re-architect every single of the Legacy applications, and cause some of them applications, as you know, they were done to leverage the performance optimization on the underlying infrastructure piece of it, and so one of the things we're doing join to the Red Hat is leverage Containerization to provide the portability for the applications. To move between the different environments and whether it's Private Cloud, Public Cloud, but the key thing is portability, and mobility and that's sweet spot for containerization. >> Give some use cases of customers. Take us through a day-in-the-life of maybe a couple different examples where you guys are engaging with Red Hat where you coming in the customer is like, "Okay, here's my situation". What are some of the trends and patterns that you see with customers? What specifically are you, is it workload, moving it to the mobile clouds? Is it more re-platforming On-Premise. >> Yeah! >> What are some of the things that you guys are doing? >> I would say that the bulk of our engagement, and that's one thing that we feel really good about joining Red Hat. We have really shifted our engagement model to be much more outcome driven. So the discussions with the client is always start off with like a workshop, and within that workshop we're actually understanding where the customer is really trying to go, what business outcomes they're trying to achieve? Before we start we going to push a specific technology or stack with specific solution set, and by having that alignment, in in fact, we talk about that IT means to be embedded with the business. Not alignment, embedded with the business, and because the role of IT has changed. So when we talk about workload, right, it's about no longer, and I talked about this earlier today, you no longer running workload just within the Forward Data Center, and the traditional view of that IT owns and operates the Forward Data Center, that's just dead. So, it's really more about managing the supply chain. We talk about the overall workload strategy. Which workloads make the most sense to go on Public Cloud, Private Cloud, and then the discussion also centers around their application portfolio and really understanding which applications truly need to be Cloud Native. Which ones really need to be left in shift, and this whole portability concept comes into play and that's one thing joining with Red Hat because Red Hat is really good joining with us on driving this kind of innovation workshops. Then you heard this earlier today as well, and that's just the fun of if. When no longer you talking about PowerPoint presentation, this and that. It's getting in a room, getting on a White Board and talking about what kind of journey really make sense for that party-- >> That's been really notable here, this week at this conference, right. There a lot of tech, a lot of software talked about, but also on the keynote a lot of people talking about culture, transformation, getting beyond your process, and the places you get stuck as IT professionals. So that's a great way to approach it. Right, nobody starts with a list of skews-- >> No! And absolutely, the other point is that one of the things that always gets missed is the focus on the management of change, and that's one of the key pieces we emphasize that not just the business process, but the culture, the people. How you going to bring them along the change journey. So, we actually put lot of emphasis on the whole area around management of change. We actually have a practice that this is one of the keys areas they focus on. So, you're absolutely right. Key focus area. >> I did want to flip to the products for a second. There was an announcement here now and talk a little bit about HP Synergy, Composable Infrastructure, with Open Shift. Maybe if you have a headline on exactly how you guys describe Synergy and then maybe how we working with Open Shift. >> So the HP Synergy the best way I can describe it is it is truly industry first composable infrastructure, and it gives you the ability to pull fluid resources and with software intelligence built in, and Unified API. It really gives you the ability to pull the resource that you need for specific applications. In fact, I use the analogy, it's kind of like building Legos and you can pull together based on what you going to do at a given moment, and then you decompose it and build something new. So it's all done via a software and truly gives you that flexibility that customers have been seeking. So it's just to me its got a great market traction across the globe and we'll just see continued momentum when joining with the Red Hat. What we've done is now with the announcing new solutions like the one you referenced to, to support ansible automation of the Red Hat Open Shift on the Synergy platform from the three part and the Nimble product lines and it just helps scale the Open Shift and while making container operation simple, scalable and more importantly repeatable. >> I want to make sure that I get this out there, because you guys were early with composable. Dave Valata and I had a debate on this at one of your HP Discovers where, I was really lov'n the composable message. Although it was kind of for a different massage but at that time Devos was really picking up steam. But, it's actually happening now three years later the level of granularity to services level as microservices as it comes the architecture of the future. The services model is literally, "What do you want?" it's not, "Here's the solution", it's like< "What do you need?" so, you're buying off the menu, if you will, so that changes the game. So congratulations on having that composable method first. I got to ask you, the impact to the engagements. So you now have menu of services. Does that change how you guys go to market? You mention that you do kick of meeting, you do the needs assessment, so I get that. Check! good approach. But the customers now, they just want to make sure that it's custom for them. How does that change your engagement? >> At the CXO level, the discussion, no mater which way you start the discussion it tends to kind of follow into a few buckets. Rather it's about generating additional revenue, going to market quicker, or it's about safe to invest, reducing their operating expenses, or it's about securing their information network. One of the thing we find is especially if you take a look at even the containers, applications deploying it. It's one thing to deploy in the corporate environment but if you're trying to scale that with an enterprise. If the enterprises look for added features for their security, whether it's persistent storage and again the focus always turns into what can you do to help drive the total cost of ownership down. I think with Red Hat this is one thing that works great with Open standards. The focus is really much more around not just the simplicity, reducing costs, it's also about improving performance. Rather it's the physical virtual environment. So, you're right, the menu of services. Whether it's you talking about IOT Use Scape and I think you going to see more and more of that with the user experience, the focus that we talked about. Context of our apps. I use the example of going to the airport, getting into whatever transportation you using these days, but the point from point A to point B, you're no longer fumbling through cash or credit cards. It's a very easy experience, much more personalized much more usable and a lot of what some of the hospitality franchises are doing, whether you look at Starwood Properties, Marriott. Now you use a mobile device to access your room, and as soon as you get into some of the hotel property, as soon as you access their Wifi coverage all of a sudden you can actually, the hotel property picks you up. They can provide you with the navigation, how to get to your room and depending on your profile, and whether you opted in or opted out, they will push and their partners will push some specific services to you. So, how you are able to create that kind of experience and drive additional revenue and all that is possible to the point he just make, it's truly a flourishing eco-system of micro services and apps driven by the-- >> I think that business now seeing that which is great about that having a clear line of site that these new apps and new experiences is going to drive top line revenue for your customers. I got to ask you about the services now. With more services comes more delivery, right? So, options, ecosystems, you guys have a pretty big ecosystem right as a lot of other providers. You guys always worked will with multiple companies. How are you guys engaging with Pointnext with now new sets of service providers and your network. You got Cloud Service and you have someone actually maybe could be an intergrater, could be a software developer. How do you deal with this new stake holder in your equation? >> After all the spin mergers have been completed now and I think after DXC1 it really open up the door to get a lot of the system (mumble) back on the table because they don't really view us as competitor anymore. Because we no longer have a large the EDS acquisition that we had now the DXE. So whether you look at Accenture or whether you look at Deloitte and the other (mumble) we're actually partnering with them very well both in joint submission creation but also when we talk about true additions transformation for our client a lot of expertise they bring to us is very complimentary to what we have. So one of the thing we do very well is really around the technology advisor services. (mumble) bring more of the business advisory services as well as the specific vertical depth around the specific vertical whether it's emphasized retail. So when somebody talking about retail of the future or something like that. You marry the two together and you have a strong value proposition. I think the area that we have to put a lot more emphasis upon is more around program management, and because now you actually are trying to show that one outcome for the client, so it's very important whether you working with the ISB or whet ever you working with DSI or whether you working with the other intergraters, and your own resources how you going to bring that pool together around specific tracks and deliver a one common objective for the clients? The Program Manager plays a huge role in this process. >> For the folks watching. What should they know about HP Pointnext that they many or may not know about or should know about that that highlights what you guys are doing. Can you simplify, what is the value proposition that Pointnext is bring to customers? >> As the brand itself states, the Pointnext, it's really about working with the clients finding what's next in their journey. One of the thing I would say and a lot of people get surprised by this, even with after all the spin merge. We are twenty-five thousand people plus strong and we have a lot of great and deep appreciation when it comes to some of these solution and one thing we do very well is partner. Whether it's Red Hat and other SI and bring some unique innovative solution to the market and one of the thing Jim talked about here is all about accelerating user driven innovation, and when you take a look at some of the use cases we're rolling out and I talked about the analytics and the one AI project and how we're helping manufacturing clients or other use cases to truly analyze patterns and predict failures and increase productivity. These discussions customers truly trust us. With the (mumble) and CTP acquisitions we no longer just having On-Premise discussions. We have a strong public hard knowledge. It doesn't matter whether you cloud journey involves AWS, Google, Azure and what not. We are able to actually provide a very objective road map for the workload strategy and the transmission journey. >> The users in the communities as Jim pointed out in the meeting yesterday. The communities in Open Source are now also your customers. >> Right. >> So your customers are also participating in these projects upstream. Are you guys doing an Open Source work? What Pointnext doing? Are you guys relying on that community? Is there a crossover between your customers and those users in the Open Source community? >> Yeah, we always had a very strong (mumble) with the Open Source community. We contributed a lot to the Open Source communities and if you take a look at now as we working with the number of this next generation of partners, whether it's darker, scale it and Red Hat and others it's truly opened up the boundaries as to what can we push to drive new kind of solution there. I love what some of the speakers said yesterday. You remember the example from the Boston Children's Hospital where they talked about they didn't want to deal with the complexity, they'd rather focus on what they do best and so one of the thing we're focused on in the Open Source Continuity is the driving more standardization and automation. So you can run applications as scale. You can run analytics as scale. I think those are somethings we can bring to the table. >> Great! You know the thing about what's going on now with these abstraction layers is an opportunity to create new services and accelerate the services, and congratulations. Great to have you on the program. Thanks for sharing the update. >> Absolutely! >> Congratulation on your deep partnership with Red Hat. Go to see HP Pointnext doing well. Thanks for coming on. >> Thank you so much. >> Live coverage here in San Francisco California. Red Hat Summit 2018 will continue. I'm John Furrier John Troyer. Stay with us more coverage after this short break. >> (electronic music) >> Often times a communities all ready know about facilities that are problematic, because they smell it, they see it but

Published Date : May 10 2018

SUMMARY :

Brought to you by Red Hat. Our next guest is our (mumble) of the senior Vice President Great to see you as well. and the biggest thing is that okay, customers can now see what you guys have OAM partner but also the point you made I think from a You can bring in the new without killing environment and most of the times it's not practical What are some of the So the discussions with the client is always start off and the places you get stuck as IT professionals. management of change, and that's one of the key pieces Maybe if you have a headline on exactly how you solutions like the one you referenced to, to support the impact to the engagements. and again the focus always turns into what can you do I got to ask you about the services now. So one of the thing we do very well is really around or should know about that that highlights what you and when you take a look at some of the use cases out in the meeting yesterday. Are you guys doing an Open Source the boundaries as to what can we push to drive Great to have you on the Go to see HP Pointnext doing well. Stay with us more coverage after this short break.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
StevePERSON

0.99+

Dave VellantePERSON

0.99+

Steve ManlyPERSON

0.99+

SanjayPERSON

0.99+

RickPERSON

0.99+

Lisa MartinPERSON

0.99+

VerizonORGANIZATION

0.99+

DavidPERSON

0.99+

AWSORGANIZATION

0.99+

AmazonORGANIZATION

0.99+

Fernando CastilloPERSON

0.99+

JohnPERSON

0.99+

Dave BalantaPERSON

0.99+

ErinPERSON

0.99+

Aaron KellyPERSON

0.99+

JimPERSON

0.99+

FernandoPERSON

0.99+

Phil BollingerPERSON

0.99+

Doug YoungPERSON

0.99+

1983DATE

0.99+

Eric HerzogPERSON

0.99+

LisaPERSON

0.99+

DeloitteORGANIZATION

0.99+

YahooORGANIZATION

0.99+

SpainLOCATION

0.99+

25QUANTITY

0.99+

Pat GelsingPERSON

0.99+

Data TorrentORGANIZATION

0.99+

EMCORGANIZATION

0.99+

AaronPERSON

0.99+

DavePERSON

0.99+

PatPERSON

0.99+

AWS Partner NetworkORGANIZATION

0.99+

Maurizio CarliPERSON

0.99+

IBMORGANIZATION

0.99+

Drew ClarkPERSON

0.99+

MarchDATE

0.99+

John TroyerPERSON

0.99+

Rich SteevesPERSON

0.99+

EuropeLOCATION

0.99+

BMWORGANIZATION

0.99+

VMwareORGANIZATION

0.99+

three yearsQUANTITY

0.99+

85%QUANTITY

0.99+

Phu HoangPERSON

0.99+

VolkswagenORGANIZATION

0.99+

1QUANTITY

0.99+

Cook IndustriesORGANIZATION

0.99+

100%QUANTITY

0.99+

Dave ValataPERSON

0.99+

Red HatORGANIZATION

0.99+

Peter BurrisPERSON

0.99+

BostonLOCATION

0.99+

Stephen JonesPERSON

0.99+

UKLOCATION

0.99+

BarcelonaLOCATION

0.99+

Better Cybercrime Metrics ActTITLE

0.99+

2007DATE

0.99+

John FurrierPERSON

0.99+

Kim Stevenson, Lenovo | Red Hat Summit 2018


 

>> Announcer: Live, from San Francisco, it's theCUBE. Covering Red Hat Summit 2018. Brought to you by Red Hat. >> Hello everyone, welcome back, this is day three of theCUBE's exclusive coverage of Red Hat Summit 2018, live in San Francisco, California, at Moscone West. We're out in the open, in the middle of the floor here, I'm John Furrier, your co-host, with my co-host to speak, John Troyer, co-founder of TechReckoning, advisory and community development firm, our next guest is CUBE alumni Kim Stevenson, Senior Vice President, General Manager of the Data Center Group Solution segment at Lenovo, great to see you. >> Hey, how are you? >> Thanks for coming on, so Red Hat Summit, Lenovo, okay, how does that fit together for you guys, Data Center obviously is cloud now, and you got on-premise-- >> We're both in Raleigh (Kim laughs) >> You moved to Raleigh, news, what's the update? Where's that connection with an hybrid cloud is taking this world by storm? >> Yeah, so, we're a great partner with Red Hat, and we're very focused on enabling that hybrid enterprise through hybrid cloud. So one of the things that we've done, we do a lot of co-development, but one of the things is we've taken our systems management software, which is Xclarity, and we're the first to embed that into cloud forms, so that we can move assets, public assets to private assets, and vice versa, and that wouldn't be possible without working really closely with Red Hat, so-- >> Well Red Hat's been very strong at support, and you go to the RHL side, on the operating system side, very reliable, it's got years and years of experience, but it's always been kind of let's certify the hardware, and now that you have a hardware at the baseline moving up the stack, you have OpenShift, getting huge success, Kubernetes, now you've got multiple clouds, which has other hardware, security becomes a concern, we hear that, okay, security being on top of that's a really big deal. How does that change the game for you guys, how are you guys adjusting to that, because it requires everyone to do more work, but now you got automation playing a role, take us through that relationship between from the hardware all the way up to the stack. >> Yeah, and it is the weakest link issue, right, that every piece of the solution has to be secure in and its own right, and the solution has to be secure, right? So, we do a lot in the hardware environment through our supply chain, we have efficacy of every part and component that goes in, every piece of software loaded through manufacturing, one of the benefits of having your own manufacturing organization, so we know what give is a secure platform when there is ready to go. But then as you start to add the software, this is where things like containers become really important, and the ability to do monitoring of the environment, without having to stop the environment. And, so, we have a lot of investment going in OpenShift, and we've launched recently a DevOps practice, based on OpenShift, to actually accelerate the deployment of more and more containers, to again, figure out the security by design versus security after the fact. The problem with monitoring is it's after the fact. You want to design in, and you need to rethink the application structure in order to be able to do that. >> Talk about Lenovo's strategy and innovation around enterprise and emerging tech, because, consumerization of IT has been topic, we talk about going way back, many, many years, but actually, the role of consumer hardware products is becoming more and more enterprise, as IoT for instance, becomes a critical piece of the network, whether it's new wearables for humans, or a security camera on a network, the edge of the network is now the IoT device, but also the data center can be considered an edge, a big edge, right? So, you have now devices everywhere, that's not so much consumer-ish, it really has to be enterprise, and cloud enabled. What are you guys doing in the innovation area there? What are some of the things that Lenovo's doing to move the needle on really making a seamless IoT edge, secure, and functional? >> Yeah, so, one of the things, if you look back at the last ten years of IT, right, we've spent a lot of time as IT organizations consolidating data centers, and then, basically, getting rid of people in IT, right? The simplicity of an AWS, and Azure Stack, has actually driven down the number of operational people in IT. And now you're hitting this wave where, on-prem private clouds, are becoming more and more important. It could be the analytic workloads, it could be your blockchain workloads, but the workloads that you want to keep on-prem, and you're going, "Holy crap, I need a robust "operational organization to actually "make this come to life." So that was one of my predictions for this year, was operational simplicity rises in importance, and our response to that from a Lenovo solution is to build fully-integrated appliances. So we have fully-integrated private cloud appliances based on Azure Stack, based on Nutanix, based on VMware's vSAN, ready nodes, so that you pick either at the software layer only, or you can pick a fully-integrated appliance where it's integrated in the factory, that's what I call rack-and-roll, comes with white glove support, and you need far less operational people. And if you want to know, I mean, it's mimicking that simplicity that AWS offers, right? So it's really an application team that now can manage this entire operational environment. >> So is that targeted towards folks who are transitioning to cloud operations? One of the things about true private cloud is, they're essentially rebooting their organizations to be cloud operations, essentially. >> That's right, yeah. >> And so they want that plug-and-play, if you will, I use that old term, but, just out of the box, and then it becomes a resource on the network, is that what you-- >> Yeah, well everybody says, they say the hardware doesn't matter, well it matters (laughs), you know, because it what makes everything run. But what they mean by that is they don't want to mess with it, it needs to be a no-fuss, no-muss, it needs to be there like a utility, but not have to have the resource dedication that used to exist, where I needed storage admins, and database admins, and server admins. That level of monitoring and management has to be abstracted to the software layer, and you have to then be able to integrate your resource components to be able to do that, and look at it as a system, not as a component. And that's where we're headed with our strategy. >> Yeah, Kim, that's a great consumption model, right? An increasing part of the market, converged infrastructure, hybrid conversion infrastructure, like you say rack and, what'd you use? >> Rack-and-roll. >> Rack-and-roll, I like that. But the hardware does matter, right? A few years ago, if you'd listen to some people, we were going to be inside public clouds with some sort of undifferentiated pools of x86 servers out there, but it turns out the actual hardware, and the integration pieces, do matter. John mentioned IoT, AI, we've seen some examples of it here at the show, real world examples, and then for that, hardware really starts to matter. Can you talk a little bit about how Lenovo's looking to some of these emerging tech? >> At the beginning of the year, we formed an IoT division specifically to focus on IoT, and it really is bringing the edge to life, that's the mission of that particular organization. And so, we see sort of the remote office, branch office concept that has long since, I mean, it goes back to AS/400 days, right? You had branch office computing. But, reinventing itself in a modern way into these edge servers that can be rugged-ized, for, you know, we have edge servers in windmills, as an example, to manage and monitor a windmill farm, right? To optimize generation with wind shifts, those kinds of things, but it could be a closet, right, and it could-- >> It's not a data center. >> It's not a data center, is in a physical construct of a data center, is in the functionality provided, it is a data center, and so, we have from our PC group one of the things I'm pretty interested about is we have these things called stackables, so they're about five by eight inches of a PC, and then you can magnetically connect a battery to a magnetically projector to it through magnets, and you can get basically a stack of computing power. So, we've looked at that from our PC colleagues, and said, "Huh, that's the future of the edge, "but it needs to be ZEON class, "it needs to be enterprised as manageability,", and so it won't be five inches by eight inches when we're done, but, it will use some of that IP in the stackable nature, that will allow you, then I can put that stackable unit on the back of a television monitor for a smart display, I could put it back on a kiosk, or a vending machine, or, and all of the sudden, now I can get really different customer experience at the edge, and then I can parse data, maybe I don't need that data, to go back to the cloud, maybe I do need some of that, for, you know, machine-learning capabilities, I want to create big data sets back in the cloud, you can create that level of intelligence at the edge, and parse the data, to where you think the appropriate destination for that data is. >> How important is the IoT edge for you guys, and what should customers who are trying to merge cultures of OT, Operational Technology, with IT? 'Cause now you have IP devices. Which, it creates a security potential, but, there's now policy involved, you got to write software apps for it, you got unique use cases, talk about the importance of the IoT edge, for Lenovo, and what customers should be thinking about when they architect. >> So, my starting point is every piece of equipment becomes an IP-enabled device that will generate and collect data, you're going to have to figure out how to use that data, right? I said to our facilities leader, not too long ago, I said, I pointed at the table, at the conference table we were at, "What do you think this is?" And he's like, "Uh, it's table," and I'm like, "Hmm, no, to me, this is a smart table. "It could be IP-connected, and we could figure out, "is it the right value for this particular room," and you could just get into these crazy things, some will make sense, some won't make sense, but basically, I think every company is looking at how do they make their products and services smart by wrapping them with IT-enabled services. So that creates a new edge. We used to think of endpoints as PCs and phones, now there are cars, and you know, any form of transportation vehicle, they're windmills, they're semi-conductor equipment, you name it. And, that is sort of the new, that's where we are trying to attack, from the IoT perspective, what we're trying to help customers understand is, it's that data collection use case analysis that will enable them. One of my favorite examples is Ford has a prototype product, it's not a car, it's a baby crib. Now, why, right? So, through autonomous driving, they collect a bunch of data, everybody knows that when new parents have a cranky baby in the middle of the night, what do you do, you put 'em in the car, you take 'em for a ride, right? So this baby crib mimics the motion of a car, mimics the sound of an engine, and mimics the streetlights. There's no more taking your baby for a ride in the middle of the night, you put 'em in the bed, yeah, we've all done it! And this is why these endpoint devices collecting data to figure out these new products and services, and I just think, whether they ever bring that to market or not is not the point-- >> It's new experiences. >> It's a brilliant idea, and gives you a really good illustration of how creating these smart-enabled endpoints will allow you to generate new business opportunities. >> That's been a real theme here at the show, getting beyond the technology, right? Transformation is kind of a buzz word, but, I loved that they didn't put a huge amount of tech on stage, they really did talk to the people here, attendees, about, "Look, you've got to step up, "you've got to have new ideas, "you've got to affect the business." How are you, as you talk with both of your customers and inside Lenovo, addressing those kind of transformation and business ad sorts of deals? >> Yeah, look, I said today, and I really believe this, there's a new mandate for IT. The table stakes of keeping the business running, of course we have to keep the business running and running well, right? But really, every IT leader should be thinking about how do they redefine the customer experience for their organization, how they drive extreme productivity, through AI and blockchain and stuff, companies today are extraordinarily inefficient. We all live in a company, and we can tell you it's inefficient, right? But, you now have the ability to affordably drive out that inefficiency through this level of extreme productivity, and then everybody needs to be thinking about the future of the company, what are you in the business of, and how do you wrap those with new products and services, whether it's adjacent markets that you're going to create, or it's enhancements of your existing product, so you can reach new customers, new markets, and that's a far more interesting role for IT, but you can't give up the ship either, right? You cannot let operational performance decline while you're operating on the new mandate, which is why new operating models for IT, and the hyper-converged infrastructures, and in-- >> Containers have been a great help there too-- >> Containers, right, we just have to fundamentally re-architect, so that it's easy to actually drive change, flawless change, into the enterprise, and, the volume of change for our future is twice as great as what we've experienced in the past, and if you accept that as a premise, you'll rethink how you've done your architecture, and how you promote code into production, and how you manage that code going forward. >> We always love having you on theCUBE, 'cause you always do predictions, so I want to go back and get some predictions from you. What's your predictions next year, what do you see happening, you know, by the way, you have been right in a lot of your predictions, so, we have the tapes, we can go back and look at the videos. (laughs) Ah, I guess you were right on that one! What's your predictions this year, I mean obviously you've seen a lot going on, we are talking about, here on theCUBE, seeing what's going on with Kubernetes, change to OpenShift, that a new internet infrastructure's being recast, with compatibility modes, with containers, and Kubernetes for orchestration, cloud scale, you can come up with IoTs, a new infrastructure, and upgrade, is coming. So there's a lot of things happening. So what's your prediction, what's going to happen over the next year? >> Yeah, so I actually believe this is the first year that we have human capacity in IT organizations to reinvent the enterprise structure, which comes led with an enterprise architecture discussion. We've been moving more cloud to the cloud SaaS applications, you know, infrastructure as a service, and that is now absorbed enough into that you can stand back and look at it, so I do believe that, I call it data centers go micro, that the era of data center consolidation is over, that we will be more data centers, they just will be micro-data centers, because they will reflect the edge of every company, and those endpoint aggregation that you need to do to figure out what your data analysis is going to be. I also think that the operational simplicity that operating models are going to be redefined, as more and more private clouds get deployed, the structure of an IT organization has typically looked like this, you have four basic functions, you have IT engineering, IT operations, application development, and applications maintenance. That's typically the structure. I think you're going to see a collapsing of that. There actually is no reason for four independent functions, you need to organize by line of business, and the business outcome you're trying to drive, and, workers are going to need to be more versatile, in terms of being able to span, you're going to abstract a lot from the infrastructure, right, so you need to be able to manage at a higher level, therefore you can't organize in that discreet manner, and I think you'll start to see that come life-- >> John: Like horizontally scalable people. >> Sounds like horizontally scalable people, yeah. >> You've been a CIO at Intel, you have a lot of varieties of roles sittin' on some boards, you're now in an executive role at Lenovo, you're managing products, your responsibilities are building, shipping and business performance as well. How has your role changed? You've been there for about what, a year and a 1/2 or so? >> Yep, just about a year. >> Just about a year, what's the energy like, what are you bringing to the teams, what's your vision, what's your to do list within Lenovo to take it to the next level? >> Yeah, so when I started with Lenovo because I considered Lenovo the underdog, in the data center industry, which was going through phenomenal change, right? And so, the underdog has the best opportunity to capture hearts and minds and share when the industry's going through change, and so that's what attracted me. And it's been true. We organized, about this time last year, by customer segment, to serve the unique needs of our customers in terms of hyper-scaling customers, high performance compute and enterprise, both at the software-defined and traditional layer. And, in that one year, we've won six out of the ten top hyper-scalers in the world, from zero to six in a year, we consider that to be great, and we learn so much from their, they're doing a lot of customization, and they're two, three, four years ahead of what the general enterprise will consume, and so we're able to take that then and pull it back into our private cloud deployment strategy, into our enterprise management, software management, and strategy, because we see what they're doing, and use that as a virtual cycle of life, and we've got a lot of momentum in that area. And our employees are just excited about how much progress we've made in a year. And I would say if you pulled ten of 'em, nine out of ten would've said they wouldn't have believed we could make so much progress in one year. And that's a good feeling to have. Now, there's more work to do (laughs). >> Yeah, you have product leadership, you've got some great products, it's now just focus and getting on the right wave, right? I mean, 'cause the industry is changing! >> Kim: The industry is changing-- >> So you can move the needle big time. >> Yeah, and we've chosen from a software perspective, we've chosen a deep partnership model, with Red Hat as one of the partners, and so, if I look forward, and I would say, "Look, "we're going to have to go deeper and partner more broadly "across the ISV sphere to continue to bring "these tightly integrated appliances "in simple cloud deployment models to the market," and that's what you'll see us do next. >> Well it's exciting for you, and congratulation on that, and they're lucky to have you, and we know from when you were at Intel, you've seen the playbook, you know? (laughs) A lot of change going on, so great to see you, congratulations, we sure did love covering Lenovo, a lot of great action, thanks for your support, and thanks for coming on, sharing your insights here on theCUBE again, appreciate it. >> Thanks for having me. >> Kim Stevenson here outside theCUBE for Red Hat Summit 2018, live in San Francisco, I'm John Furrier with John Troyer, we'll be back with more, after this short break. (bright electronic music) (soothing music) >> Oftentimes the communities already know about a facility that's a problematic because, they smell it, they see it, but, again, they don't have the evidence to basically prove that whatever's happening with their health is related to that facility. (bright music) If you have a low-cost instrument that's easy to use, then all of the sudden, science becomes something that everyday people can do. (bright music) (somber electronic music) >> Hi I'm John Furrier, the co-founder of SiliconANGLE Media, and co-host of theCUBE. I've been in the tech business since I was 19, first programming on minicomputers in a large enterprise, and then worked at IBM and Hewlett Packard, a total of nine years in the enterprise, various jobs from programming, training, consulting, and ultimately, as an executive salesperson, and then started my first company in 1997. And moved to Silicon Valley in 1999, I've been here ever since. I've always loved technology, and I loved covering, you know, emerging technology. I was trained as a software developer, and loved business. And I loved the impact of software, and technology, to business. To me, creating technology that starts a company and creates value and jobs is probably one of the most rewarding things I've every been involved in. And, I bring that energy to theCUBE, because theCUBE is where all the ideas are, and where the experts are, where the people are, and I think what's most exciting about theCUBE is that we get to talk to people who are making things happen. Entrepreneurs, CEO of companies, venture capitalists, people who are really on a day-in and day-out basis, building great companies. And the technology business has just not a lot of real time, live TV coverage, and theCUBE is a nonlinear TV operation, we do everything that the TV guys on cable don't do. We do longer interviews, we ask tougher questions, we ask sometimes some light questions, we talk about the person, and what they feel about. It's not prompted, and scripted, it's a conversation, it's authentic. And for shows that have theCUBE coverage, it makes the show buzz, it creates excitement, and more importantly, it creates great content, and great digital assets, that can be shared instantaneously through the world. Over 31 million people have viewed theCUBE, and that is the result of great content, great conversations, and I'm so proud to be part of theCUBE, we're a great team. Hi, I'm John Furrier, thanks for watching theCUBE. (soothing music) >> Man: One of the community's goals.

Published Date : May 10 2018

SUMMARY :

Brought to you by Red Hat. of the Data Center Group Solution segment at Lenovo, So one of the things that we've done, How does that change the game for you guys, that every piece of the solution has to be secure the edge of the network is now the IoT device, Yeah, so, one of the things, if you look back One of the things about true private cloud is, and you have to then be able to integrate and then for that, hardware really starts to matter. and it really is bringing the edge to life, and parse the data, to where you think How important is the IoT edge for you guys, in the middle of the night, you put 'em in the bed, and gives you a really good illustration of how they really did talk to the people here, attendees, of the company, what are you in the business of, and how you manage that code going forward. you have been right in a lot of your predictions, so, and those endpoint aggregation that you need to do you have a lot of varieties of roles sittin' on some boards, and strategy, because we see what they're doing, "across the ISV sphere to continue to bring and we know from when you were at Intel, with John Troyer, we'll be back with more, If you have a low-cost instrument that's easy to use, and that is the result of great content,

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Kim StevensonPERSON

0.99+

John TroyerPERSON

0.99+

JohnPERSON

0.99+

LenovoORGANIZATION

0.99+

1997DATE

0.99+

sixQUANTITY

0.99+

John FurrierPERSON

0.99+

Hewlett PackardORGANIZATION

0.99+

Silicon ValleyLOCATION

0.99+

KimPERSON

0.99+

IBMORGANIZATION

0.99+

San FranciscoLOCATION

0.99+

FordORGANIZATION

0.99+

next yearDATE

0.99+

zeroQUANTITY

0.99+

twoQUANTITY

0.99+

Red HatORGANIZATION

0.99+

1999DATE

0.99+

five inchesQUANTITY

0.99+

AWSORGANIZATION

0.99+

threeQUANTITY

0.99+

SiliconANGLE MediaORGANIZATION

0.99+

nine yearsQUANTITY

0.99+

nineQUANTITY

0.99+

eight inchesQUANTITY

0.99+

San Francisco, CaliforniaLOCATION

0.99+

one yearQUANTITY

0.99+

last yearDATE

0.99+

RaleighLOCATION

0.99+

IntelORGANIZATION

0.99+

tenQUANTITY

0.99+

this yearDATE

0.99+

TechReckoningORGANIZATION

0.99+

firstQUANTITY

0.99+

Red Hat Summit 2018EVENT

0.99+

first companyQUANTITY

0.99+

Azure StackTITLE

0.99+

Moscone WestLOCATION

0.99+

oneQUANTITY

0.99+

bothQUANTITY

0.98+

OneQUANTITY

0.98+

todayDATE

0.98+

twiceQUANTITY

0.98+

vSANTITLE

0.98+

daysQUANTITY

0.98+

playbookCOMMERCIAL_ITEM

0.97+

RHLORGANIZATION

0.97+

four yearsQUANTITY

0.97+

OpenShiftTITLE

0.97+

about a yearQUANTITY

0.97+

Red Hat SummitEVENT

0.95+

Over 31 million peopleQUANTITY

0.95+

Data CenterORGANIZATION

0.95+

theCUBEORGANIZATION

0.95+

Data Center GroupORGANIZATION

0.94+

CUBEORGANIZATION

0.94+

Red Hat Summit 2018 | Day 2 | PM Keynote


 

[Music] and y'all know that these [Music] ladies and gentlemen please take your seats and silence your cellphone's our program will begin shortly ladies and gentlemen please welcome Red Hat executive vice president and chief people officer dallisa Alexander an executive vice president and chief marketing officer Tim Layton [Music] hi everyone we're so excited to kick off this afternoon day 2 at the Red Hat summit we've got a stage full of stories about people making amazing contributions with open source well you know dallisa you and I both been coming to this event for a long long time so what keeps you coming back well you know the summit started as a tech conference an amazing tech conference but now it's expanded to be so much more this year I'm really thrilled that we're able to showcase the power of open source going way beyond the data center and beyond the cloud and I'm here also on a secret mission oh yes I'm here to make sure you don't make too many bad dad jokes so there's no such thing as a bad dad they're just dad jokes are supposed to be bad but I promise to keep it to my limit but I do have one okay I may appeal to the geeks in the audience okay so what do you call a serving tray full of empty beer cans yeah we container platform well that is your one just the one that's what I only got a budget of one all right well you know I have to say though in all seriousness I'm with you yeah I've been coming to the summit since its first one and I always love to hear what new directions people are scoring what ideas they're pursuing and the perspectives they bring and this afternoon for example you're gonna hear a host of different perspectives from a lot of voices you wouldn't often see on a technology mainstage in our industry and it's all part of our open source series live and I have to say there's been a lot of good buzz about this session all week and I'm truly honored and inspired to be able to introduce them all later this afternoon I can tell you over the course the last few weeks I've spent time with all of them and every single one of them is brilliant they're an innovator they're fearless and they will restore your faith in the next generation you know I can't wait to see all these stories all of that and we've got some special guests that are surprised in store for us you know one of the things that I love about the people that are coming on the stage today with us is that so many of them teach others how to code and they're also bringing more people that are very different in to our open-source communities helping our community is more innovative and impactful and speaking of innovative and impactful that's the purpose of our open brand project right that's right we're actually in the process of exploring a refresh of our mark and we'd really like your help as well because we're doing this all in the open we've we've been doing it already in the open and so please join us in our feedback zone booth at the summit to tell us what you think now it's probably obvious but I'm big into Red Hat swag I've got the shirt I've got my pen I've got the socks so this is really important to me personally especially that when my 15 year old daughter sees me in my full regalia she calls me adorable okay that joke was fed horrible as you're done it wasn't it wasn't like I got way more well Tim thanks for helping us at this stage for today it's time to get started with our first guest all right I'll be back soon thank you the people I'm about to bring on the stage are making outstanding contributions to open source in new and brave ways they are the winners of the 2018 women and open source Awards the women in open source awards was created to highlight the contributions that women are making to open source and to inspire new generations to join the movement our judges narrowed down the panel a very long list just ten finalists and then the community selected our two winners that were honoring today let's learn a little bit more about them [Music] a lot of people assume because of my work that I must be a programmer engineer when in fact I specifically chose and communications paths for my career but what's fascinating to me is I was able to combine my love of Communications and helping people with technology and interesting ways I'm able to not be bound by the assumptions that everybody has about what the technology can and should be doing and can really ask the question of what if it could be different I always knew I wanted to be in healthcare just because I feel like has the most impact in helping people a lot of what I've been working on is geared towards developing technology and the health space towards developing world one of the coolest things about open-source is bringing people together working with other people to accomplish amazing things there's so many different projects that you could get involved in you don't even have to be the smartest person to be able to make impact when you're actually developing for someone I think it's really important to understand the need when you're pushing innovation forward sometimes the cooler thing is not [Music] for both of us to have kind of a health care focus I think it's cool because so many people don't think about health care as being something that open-source can contribute to it took a while for it to even get to the stage where it is now where people can open-source develop on concepts and health and it's an untapped potential to moving the world for this award is really about highlighting the work of dozens of women and men in this open source community that have made this project possible so I'm excited for more people to kind of turn their open-source interest in healthcare exciting here is just so much [Music] I am so honored to be able to welcome to the stage some brilliant women and opensource first one of our esteemed judges Denise Dumas VP of software engineering at Red Hat she's going to come up and share her insights on the judging process Denise so you've been judging since the very beginning 2015 what does this judge this being a judge represents you what does the award mean to you you know every year it becomes more and more challenging to select the women an opensource winner because every year we get more nominees and the quality of the submissions well there are women involved in so many fabulous projects so the things that I look for are the things that I value an open source initiative using technology to solve real world problems a work ethic that includes sin patches and altruism and I think that you'll see that this year's nominees this year's winners really epitomize those qualities totally agree shall we bring them on let's bring them on let's welcome to the stage Zoe de gay and Dana Lewis [Music] [Applause] [Applause] [Music] alright let's take a seat [Applause] well you both have had an interesting path to open-source zuy you're a biomedical engineering student any of it you have a degree in public relations tell us what led to your involvement and open source yeah so coming to college I was new I was interested in science but I didn't want to be a medical doctor and I didn't want to get involved in wet lab research so through classes I was taking oh that's why I did biomedical engineering and through classes I was taking I found the classroom to be very dry and I didn't know how how can I apply what I'm learning and so I got involved in a lot of entrepreneurship on campus and through one of the projects I was asked to build a front end and I had no idea how to go about doing that and I had some basic rudimentary coding knowledge and what happened was I got and was digging deep and then found an open source library that was basically building a similar thing that I needed and that was where I learned about open source and I went from there now I'm really excited to be able to contribute to many communities and work on a variety of projects amazing contributions Dana tell us about your journey well I come from a non-traditional background but I was diagnosed with type 1 diabetes at the age of 14 and over the next couple years got really frustrated with the limitations of my own diabetes devices but felt like I couldn't change them because that wasn't my job as a patient but it was actually through social media I discovered someone who had solved one of the problems that I had been found having which was getting date off my diabetes device and that's how I learned about open source was when he was willing to share his code with me so when we turned around and made this hybrid closed-loop artificial pancreas system it was a no brainer to make our work open source as well that's right absolutely and we see using the hash tag we are not waiting can you tell us about that yeah so this hash tag was created actually before I even discovered the open source diabetes world but I loved it because it really illustrates exactly the fact that we have this amazing technology in our hands in our pockets and we can solve some of our most common problems so yes you could wait but waiting is now a choice with open source we have the ability to solve some of our hardest problems even problems dealing with life and death that's great so zuy with the vaccine carrier system that you helped to build how were you able to identify the need and where did you build it yes so I think before you even build anything first need to understand what is the problem that you're trying to solve and that really was the case when starting this project I got to collaborate with engineers in Kampala Uganda and travel there and actually interview stakeholders in the medical field medical doctors as well as pharmaceutical companies and from there I really got to understand the health system there as well as what is how do vaccines enter the country and how can we solve this problem and that's how we came up with the solution for an IOT based vaccine carrier tracking system I think it's really important especially today when products might be flashy to also understand what is the need behind it and how do we solve problems with these products yeah yeah it's so interesting how both of you have this interest in health care Dana how do you see open-source playing a role in healthcare but first before you answer that tell us about your shirt so this shirt has the code of my artificial pancreas on it and I love it as an illustration of no thank you I love it as an illustration of how open-source is more than we think it is I've just been blown away by the contributions of people in my open-source communities and I think that that is what we should apply to all of healthcare there's a lot of tools and technologies that are solving real world problems and I think if we take what we know in technology and apply it to healthcare we'll solve a lot of problems more quickly but it really needs to be recognizing everything an open source it's the documentation it's the collaboration it's the problem-solving it's working together to take technologies that we didn't previously think we're applicable and finding new ways to apply it it's a great answer Sooey yeah I think especially where healthcare is related to people and open-source is the right way to collaborate with people all over the world especially in the project I've been working on we're looking at vaccines in Uganda but the same system can be applied in any other country and then you can look at cross countries health systems there and from there it becomes bigger and bigger and I think it's really important for people who have an idea and want to take it further to know that open-source is a way that you could actually take your idea further whether you have a technical background or not so yeah stories are amazing you're just an inspiration for everyone in open-source I want to thank you so much for joining us here today let's give another round of applause to our winners [Applause] [Music] you know the tagline for the award is honor celebrate inspire and I feel like we've been doing that today very very well and I know that so many people have been inspired today especially the next generation who go on to do things we can't even dream of yet [Music] I think collabs important because we need to make sure we get younger children interested in technology so that they understand the value of it but also that there are a lot of powerful women in technology and they can be one of them I hope after this experience maybe we'll get some engineers and some girls working our hot so cool right well we have some special guests convite for the club stage now I'd like to invite Tim back and also introduce Red Hat's own Jamie Chappell along with our collab students please welcome Gabby tenzen Sofia lyric Camila and a Volyn [Applause] you've been waiting for this moment for a while we're so excited hear all about your experiences but Jamie first tell us about collab sure so collab is red hats way of teaching students about the power of open source and collaboration we kicked off a little over a year ago in Boston and that was so successful that we decided to embark on an East Coast tour so in October we made stops at middle schools in New York DC and Raleigh and these amazing people over here are from that tour and this week they have gone from student to teacher so they've hosted two workshops where they have taught Red Hat summit attendees how to turn raspberry pies into digital cameras they assigned a poem song of the open road by Walt Whitman and they've been working at the open source stories booth helping to curate photos for an installation we're excited to finish up tomorrow so amazing and welcome future women in open source we want to know all about your experiences getting involved can you tell us tenzen tell us about something you've learned so during my experience with collab I learned many things but though however the ones that I valued the most were open source and women empowerment I just I was just so fascinated about how woman were creating and inventing things for the development of Technology which was really cool and I also learned about how open source OH was free and how anyone could access it and so I also learned that many people could you know add information to it so that other people could you learn from it and use it as well and during Monday's dinner I got this card saying that the world needed more people like you and I realized through my experience with collab that the world does not only need people like me but also everyone else to create great technology so ladies you know as you were working on your cameras and the coding was there a moment in time that you had an AHA experience and I'm really getting this and I can do this yes there was an aha moment because midway through I kind of figured out well this piece of the camera went this way and this piece of the camera did it go that way and I also figured out different features that were on the camera during the camera build I had to aha moments while I was making my camera the first one was during the process of making my camera where I realized I was doing something wrong and I had to collaborate with my peers in order to troubleshoot and we realize I was doing something wrong multiple times and I had to redo it and redo it but finally I felt accomplished because I finished something I worked hard on and my second aha moment was after I finished building my camera I just stared at it and I was in shock because I built something great and it was so such a nice feeling so we talked a lot about collaboration when we were at the lab tell us about how learning about collaboration in the lab is different than in school so in school collaboration is usually few and far between so when we went to collab it allowed us to develop new skills of creativity and joining our ideas with others to make something bigger and better and also allowed us to practice lots of cooperation an example of this is in my group everybody had a different problem with their pie camera and we had to use our different strengths to like help each other out and everybody ended up assembling and working PI camera great great awesome collaboration in collab and the school is very different because in collab we were more interactive more hands-on and we had to work closer together to achieve our own goals and collaboration isn't just about working together but also combining different ideas from different people to get a product that is so much better than some of its parts so girls one other interesting observation this actually may be for the benefit of the folks in our audience but out here we have represented literally hundreds and hundreds of companies all of whom are going to be actually looking for you to come to work for them after today we get first dibs that's right but um you know if you were to have a chance to speak to these companies and say what is it that they could do to help inspire you know your your friends and peers and get them excited about open source what would you say to them well I'm pretty sure we all have app store and I'm pretty sure we've all downloaded an app on that App Store well instead of us downloading app State well the computer companies or the phone companies they could give us the opportunity to program our own app and we could put it on the App Store great idea absolutely I've got to tell you I have a 15 year old daughter and I think you're all going to be an inspiration to her for the same absolutely so much so I see you brought some cameras why don't we go down and take a picture let's do it [Applause] all right I will play my very proud collab moderator role all right so one two three collab okay one two three [Applause] yeah so we're gonna let leave you and let you tell us more open source stories all right well thank you great job thank you all and enjoy the rest of your time at Summit so appreciate it thanks thank you everyone pretty awesome pretty awesome and I would just like to say they truly are fedorable that's just um so if you would like to learn more as you heard the girls say they're actually Manning our open-source stories booth at the summit you know please come down and say hello the stories you've seen thus far from our women and open-source winners as well as our co-op students are really bringing to life the theme of this year's summit the theme of ideas worth exploring and in that spirit what we'd like to do is explore another one today and that is how open-source concepts thrive and expand in the neverending organic way that they do much like the universe metaphor that you see us using here it's expanding in new perspectives and new ideas with voices beyond their traditional all starting to make open-source much bigger than what it was originally started as fact open-source goes back a long way long before actually the term existed in those early days you know in the early 80s and the like most open-source projects were sort of loosely organized collections of self-interested developers who are really trying to build low-cost more accessible replicas of commercial software yet here we are 2018 the world is completely different the open-source collaborative development model is the font of almost all original new innovation in software and they're driven from communities communities of innovation RedHat of course has been very fortunate to have been able to build an extraordinary company you know whose development model is harnessing these open-source innovations and in turning them into technologies consumable by companies even for their most mission-critical applications the theme for today though is we see open-source this open source style collaboration and innovation moving beyond just software this collaborative community innovation is starting to impact many facets of society and you're starting to see that even with the talks we've had already too and this explosion of community driven innovation you know is again akin to this universe metaphor it expands in all directions in a very organic way so for red hat you know being both beneficiaries of this approach and stewards of the open collaboration model we see it important for us to give voice to this broader view of open source stories now when we say open source in this context of course will meaning much more than just technology it's the style of collaboration the style of interaction it's the application of open source style methods to the innovation process it's all about accelerating innovation and expanding knowledge and this can be applied to a whole range of human endeavors of course in education as we just saw today on stage in agriculture in AI as the open source stories we shared at last year's summit in emerging industries like healthcare as we just saw in manufacturing even the arts all these are areas that are now starting to benefit from collaboration in driving innovation but do we see this potentially applying to almost any area of human endeavor and it expands again organically expanding existing communities with the addition of new voices and new participants catalyzing new communities and new innovations in new areas as we were talking about and even being applied inside organizations so that individual companies and teams can get the same collaborative innovation effects and most profound certainly in my perspective is so the limitless bounds that exist for how this open collaboration can start to impact some of humankind's most fundamental challenges we saw a couple of examples in fact with our women and open-source winners you know that's amazing but it also potentially is just the tip of the iceberg so we think it's important that these ideas you know as they continue to expand our best told through storytelling because it's a way that you can embrace them and find your own inspirations and that's fundamentally the vision behind our open-source stories and it's all about you know building on what's come before you know the term we use often is stay the shoulders are giants for a lot of the young people that you've seen on this stage and you're about to see on this stage you all are those giants you're the reason and an hour appears around the world are the reasons that open-source continues to expand for them you are those giants the other thing is we all particularly in this room those of us have been around open-source we have an open-source story of our own you know how were you introduced the power of open-source how did you engage a community who inspired you to participate those are all interesting elements of our personal open-source stories and in most cases each of them are punctuated by you here my question to the girls on stage an aha moment or aha moments you know that that moment of realization that enlightens you and causes you to think differently and to illustrate I'm going to spend just a few minutes sharing my open-source story for for one fundamental reason I've been in this industry for 38 years I am a living witness to the entire life of open-source going back to the early 80s I've been doing this in the open-source corner of the industry since the beginning if you've listened to Sirhan's command-line heroes podcasts my personal open story will actually be quite familiar with you because my arc is the same as the first several podcast as she talked about I'm sort of a walking history lesson in fact of open source I wound up at most of the defining moments that should have changed how we did this not that I was particularly part of the catalyst I was just there you know sort of like the Forrest Gump of open-source I was at all these historical things but I was never really sure how it went up there but it sure was interesting so with that as a little bit of context I'm just gonna share my aha moment how did I come to be you know a 59 year old in this industry for 38 years totally passionate about not just open source driving software innovation but what open source collaboration can do for Humanity so in my experience I had three aha moments I just like to share with you the first was in the early 80s and it was when I was introduced to the UNIX operating system and by the way if you have a ha moment in the 80s this is what it looks like so 1982 mustache 19 where were you 2018 beard that took a long time to do all right so as I said my first aha moment was about the technology itself in those early days of the 80s I became a product manager and what at the time was digital equipment corporation's workstation group and I was immediately drawn to UNIX I mean certainly these this is the early UNIX workstation so the user interface was cool but what I really loved was the ability to do interactive programming via the shell but by a--basically the command line and because it was my day job to help figure out where we took these technologies I was able to both work and learn and play all from the same platform so that alone was was really cool it was a very accessible platform the other thing that was interesting about UNIX is it was built with networking and and engagement in mind had its own networking stack built in tcp/ip of course and actually built in a set of services for those who've been around for a while think back to things like news groups and email lists those were the first enablers for cross internet collaboration and that was really the the elements that really spoke to me he said AHA to me that you know this technology is accessible and it lets people engage so that was my first aha moment my second aha moment came a little bit later at this point I was an executive actually running Digital Equipment Corporation UNIX systems division and it was at a time where the UNIX wars were raging right all these companies we all compartmentalized Trump those of the community and in the end it became an existential threat to the platform itself and we came to the point where we realized we needed to actually do something we needed to get ahead of this or UNIX would be doomed the particular way we came together was something called cozy but most importantly the the technique we learned was right under our noses and it was in the area of distributed computing distributed client-server computing inherently heterogenous and all these same companies that were fierce competitors at the operating system level were collaborating incredibly well around defining the generation of client-server and distributed computing technologies and it was all being done in open source under actually a BSD license initially and Microsoft was a participant Microsoft joined the open group which was the converged standards body that was driving this and they participated to ensure there was interoperability with Windows and and.net at the time now it's no spoiler alert that UNIX lost right we did but two really important things came out of that that sort of formed the basis of my second aha moment the first is as an industry we were learning how to collaborate right we were leveraging open source licenses we realized that you know these complex technologies are best done together and that was a huge epiphany for the industry at that time and the second of course is that event is what opened the door for Linux to actually solve that problem so my second aha was all about the open collaboration model works now at this point to be perfectly candidates late 1998 well we've been acquired by compacts when I'm doing the basically same role at Compaq and I really had embraced what the potential impact of this was going to be to the industry Linux was gaining traction there were a lot of open source projects emerging in distributed computing in other areas so it was pretty clear to me that the in business impact was going to be significant and and that register for me but there was seem to be a lot more to it that I hadn't really dropped yet and that's when I had my third aha moment and that was about the passion of open-source advocates the people so you know at this time I'm running a big UNIX group but we had a lot of those employees who were incredibly passionate about about Linux and open source they're actively participating so outside of working a lot of things and they were lobbying more and more for the leadership to embrace open source more directly and I have to say their passion was contagious and it eventually spread to me you know they were they were the catalyst for my personal passion and it also led me to rethink what it is we needed to go do and that's a passion that I carry forward to this day the one driven by the people and I'll tell you some interesting things many of those folks that were with us at Compaq at the time have gone on to be icons and leaders in open-source today and many of them actually are involved with with Red Hat so I'll give you a couple of names that some of whom you will know so John and Mad Dog Hall work for me at the time he was the person who wrote the first edition of Linux for dummies he did that on his own time when he was working for us he he coined he was part of the small team that coined the term open source' some other on that team that inspired me Brian Stevens and Tim Burke who wrote the first version to rent out Enterprise Linux actually they did that in Tim Burke's garage and cost Tim's still with Red Hat today two other people you've already seen him on stage today Denise Dumas and Marko bill Peter so it was those people that I was fortunate enough to work with early on who had passion for open-source and much like me they carry it forward to this day so the punchline there is they ultimately convinced us to you know embrace open-source aggressively in our strategy and one of the interesting things that we did as a company we made an equity investment in Red Hat pre-ipo and a little funny sidebar here I had to present this proposal to the compact board on investing in Red Hat which was at that time losing money hand over fist and they said well Tim how you think they're gonna make money selling free software and I said well you know I don't really know but their customers seem to love them and we need to do this and they approve the investment on the spot so you know how high do your faith and now here we are at a three billion dollar run rate of this company pretty extraordinary so from me the third and final ha was the passion of the people in the way it was contagious so so my journey my curiosity led me first to open source and then to Red Hat and it's been you know the devotion of my career for over the last thirty years and you know I think of myself as pretty literate when it comes to open source and software but I'd be the first one to admit I would have never envisioned the extent to which open source style collaboration is now being brought to bear on some of the most interesting challenges in society so the broader realization is that open source and open can really unlock the world's potential when applied in the collaborative innovative way so what about you you know you many of you particular those have been around for a while you probably have an open source story of your own for those that maybe don't or they're new to open source are new to Red Hat your open source story may be a single inspiration away it may happen here at the summit we certainly hope so it's how we build the summit to engage you you may actually find it on this stage when I bring up some of the people who are about to follow me but this is why we tell open-source stories and open source stories live so each of you hopefully has a chance to think about you know your story and how it relates over source so please take advantage of all the things that are here at the summit and and find your inspiration if you if you haven't already so next thing is you know in a spirit of our telling open source stories today we're introducing our new documentary film the science of collective discovery it's really about citizen scientists using open systems to do serious science in their backyards and environmental areas and the like we're going to preview that I'm gonna prove it preview it today and then please come see it tonight later on when we preview the whole video so let's take a look I may not have a technical scientific background but I have one thing that the scientists don't have which is I know my backyard so conventional science happens outside of public view so it's kind of in this black box so most are up in the ivory tower and what's exciting about citizen science is that it brings it out into the open we as an environmental community are engaging with the physical world every day and you need tools to do that we needed to democratize that technology we need to make it lightweight we need to make it low-cost we needed to make it open source so that we could put that technology in the hands of everyday people so they go out and make those measurements where they live and where they breathe when you first hear about an environmental organization you mostly hear about planting trees gardens things like that you don't really think about things that are really going to affect you hey we're the air be more they'd hold it in their hand making sure not to cover the intake or the exhaust I just stand here we look at the world with forensic eyes and then we build what you can't see so the approach that we're really centered on puts humans and real issues at the center of the work and I think that's the really at the core of what open source is social value that underlies all of it it really refers to sort of the rights and responsibilities that anyone on the planet has to participate in making new discoveries so really awesome and a great story and you know please come enjoy the full video so now let's get on with our open stories live speakers you're going to really love the rest of the afternoon we have three keynotes and a demo built in and I can tell you without exaggeration that when you see and hear from the young people we're about to bring forward you know it's truly inspirational and it's gonna restore totally your enthusiasm for the future because you're gonna see some of the future leaders so please enjoy our open source stories live presentation is coming and I'll be back to join you in a little bit thanks very much please welcome code newbie founder Saran yep Eric good afternoon how y'all doing today oh that was pretty weak I think you could do better than that how y'all doing today wonderful much better I'm Saran I am the founder of code newbie we have the most supportive community of programmers and people learning to code this is my very first Red Hat summits I'm super pumped super excited to be here today I'm gonna give you a talk and I'm going to share with you the key to coding progress yes and in order to do that I'm gonna have to tell you a story so two years ago I was sitting in my hotel room and I was preparing for a big talk the next morning and usually the night before I give a big talk I'm super nervous I'm anxious I'm nauseous I'm wondering why I keep doing this to myself all the speakers backstage know exactly what I'm what I'm talking about and the night before my mom knows this so she almost always calls just to check in to see how I'm doing to see how I'm feeling and she called about midnight the night before and she said how are you how are you doing are you ready and I said you know what this time I feel really good I feel confident I think I'm gonna do a great job and the reason was because two months ago I'd already given that talk in fact just a few days prior they had published the video of that talk on YouTube and I got some really really good positive feedback I got feedback from emails and DMS and Twitter and I said man I know people really like this it's gonna be great in fact that video was the most viewed video of that conference and I said to my office said you know what let's see how many people loved my talk and still the good news is that 14 people liked it and a lot more people didn't and I saw this 8 hours before I'm supposed to give that exact same talk and I said mom I gotta call you back do you like how I did that to hang up the phone as if that's how cellphones work yeah and so I looked at this and I said oh my goodness clearly there's a huge disconnect I thought they were really liked they were I thought they were into it and this showed me that something was wrong what do you do what do you do when you're about to give that same talk in 8 hours how do you begin finding out what the problem is so you can fix it I have an idea let's read the comments you got to believe you gotta have some optimism come on I said let's read the comments because I'm sure we'll find some helpful feedback some constructive criticism some insights to help me figure out how to make this talk great so that didn't happen but I did find some really colorful language and some very creative ideas of what I could do with myself now there are some kids in the audience so I will not grace you with these comments but there was this one comment that did a really great job of capturing the sentiment of what everyone else was saying I can only show you the first part because the rest is not very family-friendly but it reads like this how do you talk about coding and not fake societal issues see the thing about that talk is it wasn't just a code talk it was a code and talk is about code and something else that talked touched on code and social justice I talked a lot about how the things that we build the way we build them affect real people and their problems and their struggles and that was absolutely not okay not okay we talk about code and code only not the social justice stuff it also talked about code and diversity yeah I think we all know the diversity is really about lowering the bar it forces us to talk about people and their issues and their problems in their history and we just don't do that okay absolutely inappropriate when it comes to a Tech Talk That Talk touched on code and feelings and feelings are squishy they're messy they're icky and a lot of us feel uncomfortable with feelings feelings have no place in technology no place in code we want to talk about code and code I want you to show me that API and when you show me that new framework that new tool that's gonna solve my problems that's all I care about I want to talk about code and give me some more code with it now I host a podcast called command line heroes it's an original podcast from Red Hat super excited about it if you haven't checked it out and totally should and what I love about this show as we talk about these really important moments and open swords these inflection points moments where we see progress we move forward and what I realized looking back at those episodes is all of those episodes have a code and something let's look at a few of those the first two episodes focused on the history of operating systems as a two-part episode part 1 and part 2 and there's lots of different ways we can talk about operating systems for these two episodes we started by talking about Windows and Mac OS and how these were two very powerful very popular operating systems but a lot of a lot of developers were frustrated with them they were closed you couldn't see inside you can see what it was doing and I the developer want to know what it's doing on my machine so we kind of had a little bit of a war one such developer who was very frustrated said I'm gonna go off and do my own thing my name is Linus this thing is Linux and I'm gonna rally all these other developers all these other people from all over the old to come together and build this new thing with me that is a code and moment in that case it was code and frustration it was a team of developers a world of developers literally old world of developers who said I'm frustrated I'm fed up I want something different and I'm gonna do something about it and what's really beautiful about frustration is it the sign of passion we're frustrated because we care because we care so much we love so deeply then we want to do something better next episode is the agile revolution this one was episode three now the agile revolution is a very very important moment in open-source and technology in general and this was in response to the way that we used to create products we used to give this huge stack of specs all these docs from the higher-ups and we'd take it and we go to our little corner and we lightly code and build and then a year with Pastor here's a pass a few years have passed and we'd finally burst forth with this new product and hope that users liked it and loved it and used it and I know something else will do that today it's okay no judgment now sometimes that worked and a lot of times it didn't but whether or not it actually worked it hurt it was painful these developers not enjoy this process so what happened a dozen developers got together and literally went off into their own and created something called the agile manifesto now this was another code and moment here it's code and anger these developers were so angry that they literally left civilization went off into a mountain to write the agile manifesto and what I love about this example is these developers did not work at the same company we're not on the same team they knew each other from different conferences and such but they really came from different survive and they agreed that they were so angry they were going to literally rewrite the way we created products next as an example DevOps tear down the wall this one is Episode four now this is a bit different because we're not talking about a piece of technology or even the way we code here we're talking about the way we work together the way that we collaborate and here we have our operations folks and our developers and we've created this new kind of weird place thing called DevOps and DevOps is interesting because we've gotten to a point where we have new tools new toys so that our developers can do a lot of the stuff that only the operations folks used to be able to do that thing that took days weeks months to set up I can do it with a slider it's kind of scary I can do it with a few buttons and here we have another code and moment and here that blink is fear for two reasons the operations focus is looking over the developer folks and thinking that was my job I used to be able to do that am I still valuable do I have a place in this future do I need to retrain there's also another fear which is those developers know what they're doing do they understand the security implications they appreciate how hard it is or something to scale and how to do that properly and I'm really interested in excited to see where we go with that where we take that emotion if we look at all of season one of the podcast we see that there's always a code and whether it's a code and frustration a code and anger or a code and fear it always boils down to code and feelings feelings are powerful in almost every single episode we see that that movement forward that progress is tied back to some type of Oshin and for a lot of us this is uncomfortable feelings make us feel weird and a lot of those YouTube commenters definitely do not like this whole feeling stuff don't be like those YouTube commenters there's one thing you take away from this whole talk let it be that don't be like these YouTube commenters feelings are incredibly powerful so the next time that you're working on a project you're having a conversation about a piece of software or a new piece of technology and you start to get it worked up you get angry you get frustrated maybe you get worried you get anxious you get scared I hope you recognize that feeling as a source of energy I hope you take that energy and you help us move forward I would take that to create the next inflection point that next step in the right direction feelings are your superpowers and I hope you use your powers for good thank you so much [Applause] please welcome jewel-box chief technology officer Sara Chipps [Music] Wow there's a lot of you out here how's it going I know there's a lot of you East Coasters here as well and I'm still catching up on that sleep so I hope you guys are having a great experience also my name is Sarah I'm here from New York I have been a software developer for 17 years it's longer than some of the people on stage today I've been alive big thanks to the folks at Red Hat for letting us come and tell you a little bit about jewel box so without further ado I'm gonna do exactly that okay so today we're gonna do a few things first I'm gonna tell you why we built jewel BOTS and why we think it's a really important technology I'm gonna show you some amazing magic and then we're gonna have one of the jewel bus experts come as a special guest and talk to you more about the deep technology behind what we're building so show hands in the audience who here was under 18 years old when they started coding it's hard for me to see you guys yep look around I'd have to say at least 50% of you have your hands up all right keep your hand up if you were under 15 when you started coding I think more hands up just what is it I don't know how that mouth works but awesome okay great yeah a little of I think about half of you half of you have your hands up that's really neat I've done a bunch of informal polls on the internet about this I found that probably about two-thirds of professional coders were under 18 when they started coding I myself was 11 I was a homeschooled kid so a little weird I'm part of the generation and some of you maybe as well is the reason we became coders is because we were lonely not because we made a lot of money so I was 11 this is before the internet was a thing and we had these things called BBS's and you would call up someone else's computer in your town and you would hang out with people and chat with them and play role-playing games with them it didn't have to be your town but if it wasn't your mom would yell at you for a long distance fees and I got really excited about computers and coding because of the community that I found online okay so this is sometimes the most controversial part of this presentation I promised you that they dominate our lives in many ways even if you don't even if you don't even know a 9 to 14 year old girl even if you just see them on the street sometimes they are deciding what you and I do on a regular basis hear me out for a second here so who here knows who this guy is okay you don't have to raise your hands but I think most people know who this guy is right so this guy used to be this guy and then teenage girls were like I think this guy has some talent to him I think that he's got a future and now he's a huge celebrity today what about this guy just got his first Oscar you know just kind of starting out well this guy used to be this guy and I'm proud to tell you that I am one of the many girls that discovered him and decided this guy has a future all right raise your hand if you listen to Taylor Swift just kidding I won't make you do it but awesome that's great so Taylor Swift we listen to Taylor Swift because these girls discovered Taylor Swift it wasn't a 35 year old that was like this Taylor Swift is pretty neat no one cares what we think but even bigger than that these huge unicorns that all of us some of us work for some of us wish we invented these were discovered by young teenage girls no one is checking to see what apps were using they're finding new communities in these thin in these platforms and saying this is how I want to commune with my friends things like Instagram snapchat and musically all start with this demographic and then we get our cues from them if you don't know what musically is I promise you ask your nearest 9 to 14 year old friend if you don't do that you'll hear about it in a few years but this demographic their futures are all at risk everyone here knows how much the field of software development is growing and how important technical literacy is to the future of our youth however just 18% of computer science graduates are girls just 19% of AP computer science test takers and just 15% of Google's tech force identify as female so we decided to do something about that we were inspired by platforms like MySpace and Geocities things like Neopets and minecraft all places where kids find something they love and they're like okay to make this better all I have to do is learn how to code I can totally do that and so we wanted to do that so we talked to 200 girls we went to schools we sat down with them and we were like what makes you tick what are you excited about and what we heard from them over and over again is their friends their friends and their community are pivotal to them and this time in their lives so when we started talking to them about a smart friendship bracelet that's when they started really freaking out so we built Jewel BOTS and Jewel BOTS has an active online community where girls can work together share code that they've built and learn from each other help each other troubleshoot sometimes the way they work is when you are near your friends your bracelets light up the same color and you can use them to send secret messages to each other and you can also code them so you can say things like when all my swimming friends are together in the same room all of our bracelets should go rainbow colors which is really fun you can even build games jewel BOTS started shipping about a year and a half ago about after a lot of work and we are about to ship our 12,000 jewel bot we're in 38 city sorry 38 countries and we're just getting started okay so now it's time for the magic and I have an important question does anyone here want to be my friend pick me all right someone today Gary oh I don't have many friends that's awesome I'm so glad that we'll be friends okay it's awesome so we just need to pair our jewel BA okay okay and in order to do that we're gonna hold the magic button in the middle down for two seconds so one locomotive two locomotive great and then we got a white flashing I'm gonna do yours again I did it wrong locomotive two locomotive it's we're adults we can't do it okay it's a good that are smart alright so now we get to pick our friendship color I'm gonna pick red hat red does that work for you sure okay great so now I just picked a red hat red and my jewel bot is saying alright Tim's jewel bot do you want to be my friend and imageable about it's like I'm thinking about it I think so okay now we're ready okay great so now we're red friends when we're together our bracelets are going to be red and I will send you a secret message when it's time for you to come out and trip and introduce the next guest awesome well thank you so much thank you tailor gun so glad we could be friends and if only people would start following me on Twitter it'd be a great day awesome alright so now you can see the not so technical part of jewel box they use bluetooth to sense when your friends are nearby so they would work in about a 30 meter hundred foot range but to tell you about the actual technology part I'm going to introduce is someone much more qualified than I am so Ellie is one of our jewel box ambassadors she's an amazing YouTube channel that I would please ask you to check out and subscribe she's le G Joel BOTS on YouTube she's an amazing coder and I'm really excited to introduce you today to Ellie Galloway come on out Ellie [Applause] hello my name is le gallais I'm gonna show you how I got coding and then show you some coding in action I first started coding at a6 when my dad helped me code a game soon after I program form a code for Minecraft then my dad had shown me jo bot I keep coding because it helps people for instance for instance you could code auto crack to make it a lot smarter so it can help make people stay run faster but what about something more serious what if you could help answer 911 calls and give alerts before we start I have three main steps to share with you I often use these steps to encoding my jaw bot and continue to use some of these now step one read the instructions and in other words this means for Jabba to memorize the colors and positions a way to memorize these because it's tricky is to remember all the colors and positions you O type will be capital and remember that the positions are either short for north west south west north east and south east step to learn the basic codes when it comes to coding you need to work your way up step 3 discover feel free to discover once you mastered everything now let's get to coding let's use or let's first use combining lights so under void loop I'm going to put LED turn on single s/w and blue and before we make sure that this works we got to put LED LED okay now let's type this again LED dot turn on single now let's do SW green now we have our first sketch so let's explain what this means led LED is a function that to control the LED lights LED turn on single SW blue tells that SW light to turn blue and green flashes so quickly with the blue it creates aqua now let's do another code lets you i'm going to use a more advanced command to make a custom color using RGB let's use a soft pink using 255 105 and 180 now let's type this in the button press function so let's do LED led LED dot set light and now we can do let's do position 3 255 105 and 180 now let's explain what this means the first one stands for the position the three others stand for red green and blue our GPS can only go up to 255 but there are 256 levels but if you count the first one as zero then get 255 so let's first before we move on let's show how this works so this is it before and now let's turn it on to see how our aqua turned out now let's see how our RGB light turned out so we are looking for a soft pink so let's see how it looks think about how much the code you write can help people all around the world these are ideas are just the beginning of opening a new world in technology a fresh start is right around the corner I hope this helped you learn a little bit about coding and even made you want to try it out for yourself thank you [Applause] alright alright alright I need your help for a second guys alright one second really really fascinating we're short on time today is Ellie's 11th birthday and I think we should give her the biggest present that she's gonna get today and it's something none of us have experienced and that is thousands of people saying happy birthday Elliott wants so when I say three can I get a happy birthday Elly one two three happy birthday Elly great job that's the best part of my job okay so those are that's two of us we're just getting started this numbers out Dana would almost shipped 12,000 jewel BOTS and what I'm really excited to tell you about is that 44% of our users don't just play with their jewel bots they code them and they're coding C do you even code C I don't know that you do but we have 8 to 14 year olds coding C for their jewel box we also have hundreds of events where kids come and they learn how to code for the first time here's how you can help we're open source so check out our github get involved our communities online you can see the different features that people's are asking for we're also doing events all over the world a lot of people are hosting them at their companies if you're interested in doing so reach out to us thank you so much for coming and learning about jewel box today enjoy the rest of your summit [Music] ladies and gentlemen please welcome hacker femme au founder Femi who Bois de Kunz [Music] good afternoon red hat summit 2018 i'm femi holiday combs founder of hacker femme Oh I started coding when I was 8 when I was 9 I set up South London raspberry jam through crowdfunding to share my passion for coding with other young people who might not otherwise be exposed to tech since then I've run hundreds of coding and robot workshops across the UK and globally in 2017 I was awarded an inaugural legacy Diana award by their Royal Highnesses Prince William and Prince Harry my service and community we welcome young people who have autism or like me tract syndrome because coding linked me up to a wider community of like-minded people and I'm trying to do the same for those who might also benefit from this I also deliver workshops to corporate companies and public organizations whilst feeding back ideas and resources into my community work we like to cascade our knowledge and experience to other young coders so that they can benefit too we're learning new tech every day we're starting to use github to document and manage our coding projects we've no dread we're using the terminal and beginning to really appreciate Linux as we explore cybersecurity and blockchain it's been quite a journey from South London to the world-famous Tate Modern museum to Bangladesh to this my first trip to the States and soon to China where I hope to translate my microwave workshops into Mandarin on this journey I'm noticed it is increasingly important for young coders to have collaborative and community led initiatives and enterprise and career ready skills so my vision now is to run monthly meetups and in collaboration with business partners help a hundred young disadvantaged people to get jobs in the digital services in fact out of all the lessons I've learned from teaching young coders they all have one thing in common the power of open source and the importance of developing community and today I want to talk about three of those lessons the value of reaching out and collaborating the importance of partnering event price and the ability to self organize and persist which translated into English means having a can-do attitude getting stuff done when you reach out when you show curiosity you realize you're not alone in this diverse community no matter who you are and where you're from from coding with minecraft to meeting other young people with jams I found there are people like me doing things I like doing I get to connect with them that's where open-source comes to the fourth second the open source community is so vast then it crosses continents it's so immersed perspectives that it can take you to amazing places out of space even that's my code running on the International Space Station's Columbus module let's take a lesson and playing was an audio representation for the frequencies recorded in space my team developed Python code to measure and store frequency readings from the space station and that was down linked back to earth to my email box Thomas who's 10 developed an audio file using audacity and importing it back into Python how cool is that Trulli collaboration can take you places you never thought possible because that's how the community works when you throw a dilemma a problem a tip the open source community comes back with answers when you give the community gives back tenfold that's how open source expands but in that vast starscape how do you know what to focus on there are so many problems to solve where do I start your world enterprice enterprise software is very good at solving problems what's the big problem how about helping the next generation be ready for the future I want to do more for the young coding community so I'm developing entrepreneurial business links to get that done this is a way to promote pathways to deal with future business problems whether in FinTech healthcare or supply chains a meeting the skill shortage it is a case for emerging in it's a case for investing in emerging communities and young change enablers throwing a wider net equates to being fully inclusive with a good representation of diversity you know under the shadow of the iconic show back in London there are pockets of deprivation where young people can't even get a job in a supermarket many of them are interested in tech in some way so my goal for the next three years is to encourage young people to become an active part of the coding community with open source we have the keys to unlock the potential for future innovation and technological development with young coders we have the people who have to face these problems working on them now troubleshooting being creative connecting with each other finding a community discovering their strengths along the way for me after running workshops in the community for a number of years when I returned from introducing coding to young street kids in Bangladesh I realized I had skills and experience so I set up my business hacker Famicom my first monetized fehmi's coding boot camp at Rice London Barclays Bank it was a sellout and a few weeks later shows my second I haven't looked back since but it works the opposite way - all the money raised enable me to buy robots for my community events and I was able to cascade my end price knowledge across to other young coders - when you focus on business problems you get active enthusiastic support from enterprise and then you can take on anything the support is great and we have tons of ideas but what does it really take to execute on those ideas to get things done can-do attitudes what open source needs you've seen it all this week we're all explorers ideator z' thinkers and doers open source needs people who can make the ideas happen get out there and see them through like I did setting up Safford and raspberry jam as an inclusive space to collaborate and learn together and that that led to organizing the young coders conference this was about organizing our own two-day event for our partners in industry to show they value young people and wanted to invest in our growth it doesn't stop there oh nice now I'm setting up monthly coding meetups and looking at ways to help other young people to access job opportunities in end price and digital services the underlying ethos remains the same in all I do promoting young people with the desire to explore collaborative problem-solving when coding digital making and building enterprise you fled having the confidence to define our journey and pathways always being inclusive always encouraging innovation and creativity being doers does more than get projects done makes us a pioneering force in the community dreaming and doing is how we will make exponential leaps my generation is standing on the shoulders of giants you the open-source pioneers and the technology you will built so I'd love to hear about your experiences who brought you into the open-source community who taught you as we go to upscale our efforts we encounter difficulties have you and how did you overcome them please do come to talk to me I'll be in the open-source stories booth both today and tomorrow giving workshops or visit the Red Hat page of my website hack Famicom I really value your insights in conclusion I'd like I'd like to ask you to challenge yourself you can do this by supporting young coders find the crowdfunding campaign kick-start their ideas into reality I'm proof that it works it's so awesome to be an active part of the next exponential leap together thank you [Applause] so unbelievable huh you know he reminds me of be at that age not even close and I can tell you I've spent a lot of time with Femi and his mom grace I mean what you see is what you get I mean he's incredibly passionate committed and all that stuff he's doing that long list of things he's doing he's going to do so hopefully today you get a sense of what's coming in the next generation the amazing things that people are doing with collaboration I'd also like to thank in addition to femi I'd like to thank Sauron Sarah and Ellie for equally compelling talks around the open source stories and again as I mentioned before any one of you can have an open source story that can be up here inspiring others and that's really our goal in telling these stories and giving voice to the things that you've seen today absolutely extraordinary things are happening out there and I encourage you to take every advantage you can hear this week and as is our theme for the summit please keep exploring thank you very much [Applause] [Music]

Published Date : May 10 2018

SUMMARY :

booth at the summit to tell us what you

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Tim BurkePERSON

0.99+

Jamie ChappellPERSON

0.99+

Denise DumasPERSON

0.99+

SarahPERSON

0.99+

DenisePERSON

0.99+

ChinaLOCATION

0.99+

EllyPERSON

0.99+

Dana LewisPERSON

0.99+

Brian StevensPERSON

0.99+

BBSORGANIZATION

0.99+

Tim LaytonPERSON

0.99+

Denise DumasPERSON

0.99+

UgandaLOCATION

0.99+

ElliePERSON

0.99+

38 yearsQUANTITY

0.99+

SaranPERSON

0.99+

ElliottPERSON

0.99+

RaleighLOCATION

0.99+

9QUANTITY

0.99+

ThomasPERSON

0.99+

2017DATE

0.99+

17 yearsQUANTITY

0.99+

CompaqORGANIZATION

0.99+

OctoberDATE

0.99+

TrumpPERSON

0.99+

BangladeshLOCATION

0.99+

BostonLOCATION

0.99+

MicrosoftORGANIZATION

0.99+

Ellie GallowayPERSON

0.99+

South LondonLOCATION

0.99+

FemiPERSON

0.99+

LondonLOCATION

0.99+

8QUANTITY

0.99+

New YorkLOCATION

0.99+

two-dayQUANTITY

0.99+

14 peopleQUANTITY

0.99+

Red HatORGANIZATION

0.99+

two winnersQUANTITY

0.99+

dallisa AlexanderPERSON

0.99+

2018DATE

0.99+

Sara ChippsPERSON

0.99+

15 year oldQUANTITY

0.99+

PythonTITLE

0.99+

New York DCLOCATION

0.99+

two workshopsQUANTITY

0.99+

App StoreTITLE

0.99+

EricPERSON

0.99+

TimPERSON

0.99+

UNIXTITLE

0.99+

two secondsQUANTITY

0.99+

256 levelsQUANTITY

0.99+

Digital Equipment CorporationORGANIZATION

0.99+

200 girlsQUANTITY

0.99+

todayDATE

0.99+

UKLOCATION

0.99+

LinuxTITLE

0.99+

two months agoDATE

0.99+

tomorrowDATE

0.99+

two episodesQUANTITY

0.99+

DanaPERSON

0.99+

18%QUANTITY

0.99+

GaryPERSON

0.99+

twoQUANTITY

0.99+

zeroQUANTITY

0.99+

JamiePERSON

0.99+

first partQUANTITY

0.99+

JohnPERSON

0.99+

UNIXORGANIZATION

0.99+

first sketchQUANTITY

0.99+

firstQUANTITY

0.99+

two years agoDATE

0.99+

Bois de KunzPERSON

0.99+

MinecraftTITLE

0.99+

Walt WhitmanPERSON

0.99+

Red HatORGANIZATION

0.99+

first tripQUANTITY

0.99+

Red Hat Summit 2018 | Day 2 | AM Keynote


 

[Music] [Music] [Music] [Music] [Music] [Music] that will be successful in the 21st century [Music] being open is really important because it comes with a lot of trust the open-source community now has matured so much and that contribution from the community is really driving innovation [Music] but what's really exciting is the change that we've seen in our teams not only the way they collaborate but the way they operate in the way they work [Music] I think idea is everything ideas can change the way you see things open-source is more than a license it's actually a way of operating [Music] ladies and gentlemen please welcome Red Hat president and chief executive officer Jim Whitehurst [Music] all right well welcome to day two at the Red Hat summit I'm amazed to see this many people here at 8:30 in the morning given the number of people I saw pretty late last night out and about so thank you for being here and have to give a shout out speaking of power participation that DJ is was Mike Walker who is our global director of open innovation labs so really enjoyed that this morning was great to have him doing that so hey so day one yesterday we had some phenomenal announcements both around Red Hat products and things that we're doing as well as some great partner announcements which we found exciting I hope they were interesting to you and I hope you had a chance to learn a little more about that and enjoy the breakout sessions that we had yesterday so yesterday was a lot about the what with these announcements and partnerships today I wanted to spin this morning talking a little bit more about the how right how do we actually survive and thrive in this digitally transformed world and to some extent the easy parts identifying the problem we all know that we have to be able to move more quickly we all know that we have to be able to react to change faster and we all know that we need to innovate more effectively all right so the problem is easy but how do you actually go about solving that right the problem is that's not a product that you can buy off the shelf right it is a capability that you have to build and certainly it's technology enabled but it's also depends on process culture a whole bunch of things to figure out how we actually do that and the answer is likely to be different in different organizations with different objective functions and different starting points right so this is a challenge that we all need to feel our way to an answer on and so I want to spend some time today talking about what we've seen in the market and how people are working to address that and it's one of the reasons that the summit this year the theme is ideas worth it lorring to take us back on a little history lesson so two years ago here at Moscone the theme of the summit was the power of participation and then I talked a lot about the power of groups of people working together and participating are able to solve problems much more quickly and much more effectively than individuals or even individual organizations working by themselves and some of the largest problems that we face in technology but more broadly in the world will ultimately only be solved if we effectively participate and work together then last year the theme of the summit was the impact of the individual and we took this concept of participation a bit further and we talked about how participation has to be active right it's a this isn't something where you can be passive that you can sit back you have to be involved because the problem in a more participative type community is that there is no road map right you can't sit back and wait for an edict on high or some central planning or some central authority to tell you what to do you have to take initiative you have to get involved right this is a active participation sport now one of the things that I talked about as part of that was that planning was dead and it was kind of a key my I think my keynote was actually titled planning is dead and the concept was that in a world that's less knowable when we're solving problems in a more organic bottom-up way our ability to effectively plan into the future it's much less than it was in the past and this idea that you're gonna be able to plan for success and then build to it it really is being replaced by a more bottom-up participative approach now aside from my whole strategic planning team kind of being up in arms saying what are you saying planning is dead I have multiple times had people say to me well I get that point but I still need to prepare for the future how do I prepare my organization for the future isn't that planning and so I wanted to spend a couple minutes talk a little more detail about what I meant by that but importantly taking our own advice we spent a lot of time this past year looking around at what our customers are doing because what a better place to learn then from large companies and small companies around the world information technology organizations having to work to solve these problems for their organizations and so our ability to learn from each other take the power of participation an individual initiative that people and organizations have taken there are just so many great learnings this year that I want to get a chance to share I also thought rather than listening to me do that that we could actually highlight some of the people who are doing this and so I do want to spend about five minutes kind of contextualizing what we're going to go through over the next hour or so and some of the lessons learned but then we want to share some real-world stories of how organizations are attacking some of these problems under this how do we be successful in a world of constant change in uncertainty so just going back a little bit more to last year talking about planning was dead when I said planning it's kind of a planning writ large and so that's if you think about the way traditional organizations work to solve problems and ultimately execute you start off planning so what's a position you want to get to in X years and whether that's a competitive strategy in a position of competitive advantage or a certain position you want an organizational function to reach you kind of lay out a plan to get there you then typically a senior leaders or a planning team prescribes the sets of activities and the organization structure and the other components required to get there and then ultimately execution is about driving compliance against that plan and you look at you say well that's all logical right we plan for something we then figure out how we're gonna get there we go execute to get there and you know in a traditional world that was easy and still some of this makes sense I don't say throw out all of this but you have to recognize in a more uncertain volatile world where you can be blindsided by orthogonal competitors coming in and you the term uber eyes you have to recognize that you can't always plan or know what the future is and so if you don't well then what replaces the traditional model or certainly how do you augment the traditional model to be successful in a world that you knows ambiguous well what we've heard from customers and what you'll see examples of this through the course of this morning planning is can be replaced by configuring so you can configure for a constant rate of change without necessarily having to know what that change is this idea of prescription of here's the activities people need to perform and let's lay these out very very crisply job descriptions what organizations are going to do can be replaced by a greater degree of enablement right so this idea of how do you enable people with the knowledge and things that they need to be able to make the right decisions and then ultimately this idea of execution as compliance can be replaced by a greater level of engagement of people across the organization to ultimately be able to react at a faster speed to the changes that happen so just double clicking in each of those for a couple minutes so what I mean by configure for constant change so again we don't know exactly what the change is going to be but we know it's going to happen and last year I talked a little bit about a process solution to that problem I called it that you have to try learn modify and what that model try learn modify was for anybody in the app dev space it was basically taking the principles of agile and DevOps and applying those more broadly to business processes in technology organizations and ultimately organizations broadly this idea of you don't have to know what your ultimate destination is but you can try and experiment you can learn from those things and you can move forward and so that I do think in technology organizations we've seen tremendous progress even over the last year as organizations are adopting agile endeavor and so that still continues to be I think a great way for people to to configure their processes for change but this year we've seen some great examples of organizations taking a different tack to that problem and that's literally building modularity into their structures themselves right actually building the idea that change is going to happen into how you're laying out your technology architectures right we've all seen the reverse of that when you build these optimized systems for you know kind of one environment you kind of flip over two years later what was the optimized system it's now called a legacy system that needs to be migrated that's an optimized system that now has to be moved to a new environment because the world has changed so again you'll see a great example of that in a few minutes here on stage next this concept of enabled double-clicking on that a little bit so much of what we've done in technology over the past few years has been around automation how do we actually replace things that people were doing with technology or augmenting what people are doing with technology and that's incredibly important and that's work that can continue to go forward it needs to happen it's not really what I'm talking about here though enablement in this case it's much more around how do you make sure individuals are getting the context they need how are you making sure that they're getting the information they need how are you making sure they're getting the tools they need to make decisions on the spot so it's less about automating what people are doing and more about how can you better enable people with tools and technology now from a leadership perspective that's around making sure people understand the strategy of the company the context in which they're working in making sure you've set the appropriate values etc etc from a technology perspective that's ensuring that you're building the right systems that allow the right information the right tools at the right time to the right people now to some extent even that might not be hard but when the world is constantly changing that gets to be even harder and I think that's one of the reasons we see a lot of traction and open source to solve these problems to use flexible systems to help enterprises be able to enable their people not just in it today but to be flexible going forward and again we'll see some great examples of that and finally engagement so again if execution can't be around driving compliance to a plan because you no longer have this kind of Cris plan well what do leaders do how do organizations operate and so you know I'll broadly use the term engagement several of our customers have used this term and this is really saying well how do you engage your people in real-time to make the right decisions how do you accelerate a pace of cadence how do you operate at a different speed so you can react to change and take advantage of opportunities as they arise and everywhere we look IT is a key enabler of this right in the past IT was often seen as an inhibitor to this because the IT systems move slower than the business might want to move but we are seeing with some of these new technologies that literally IT is becoming the enabler and driving the pace of change back on to the business and you'll again see some great examples of that as well so again rather than listen to me sit here and theoretically talk about these things or refer to what we've seen others doing I thought it'd be much more interesting to bring some of our partners and our customers up here to specifically talk about what they're doing so I'm really excited to have a great group of customers who have agreed to stand in front of 7,500 people or however many here this morning and talk a little bit more about what they're doing so really excited to have them here and really appreciate all them agreeing to be a part of this and so to start I want to start with tee systems we have the CEO of tee systems here and I think this is a great story because they're really two parts to it right because he has two perspectives one is as the CEO of a global company itself having to navigate its way through digital disruption and as a global cloud service provider obviously helping its customers through this same type of change so I'm really thrilled to have a del hasta li join me on stage to talk a little bit about T systems and what they're doing and what we're doing jointly together so Adelle [Music] Jim took to see you Adele thank you for being here you for having me please join me I love to DJ when that fantastic we may have to hire him no more events for events where's well employed he's well employed though here that team do not give him mics activation it's great to have you here really do appreciate it well you're the CEO of a large organization that's going through this disruption in the same way we are I'd love to hear a little bit how for your company you're thinking about you know navigating this change that we're going through great well you know key systems as an ICT service provider we've been around for decades I'm not different to many of our clients we had to change the whole disruption of the cloud and digitization and new skills and new capability and agility it's something we had to face as well so over the last five years and especially in the last three years we invested heavily invested over a billion euros in building new capabilities building new offerings new infrastructures to support our clients so to be very disruptive for us as well and so and then with your customers themselves they're going through this set of change and you're working to help them how are you working to help enable your your customers as they're going through this change well you know all of them you know in this journey of changing the way they run their business leveraging IT much more to drive business results digitization and they're all looking for new skills new ideas they're looking for platforms that take them away from traditional waterfall development that takes a year or a year and a half before they see any results to processes and ways of bringing applications in a week in a month etcetera so it's it's we are part of that journey with them helping them for that and speaking of that I know we're working together and to help our joint customers with that can you talk a little bit more about what we're doing together sure well you know our relationship goes back years and years with with the Enterprise Linux but over the last few years we've invested heavily in OpenShift and OpenStack to build peope as layers to build you know flexible infrastructure for our clients and we've been working with you we tested many different technology in the marketplace and been more successful with Red Hat and the stack there and I'll give you an applique an example several large European car manufacturers who have connected cars now as a given have been accelerating the applications that needed to be in the car and in the past it took them years if not you know scores to get an application into the car and today we're using open shift as the past layer to develop to enable these DevOps for these companies and they bring applications in less than a month and it's a huge change in the dynamics of the competitiveness in the marketplace and we rely on your team and in helping us drive that capability to our clients yeah do you find it fascinating so many of the stories that you hear and that we've talked about with with our customers is this need for speed and this ability to accelerate and enable a greater degree of innovation by simply accelerating what what we're seeing with our customers absolutely with that plus you know the speed is important agility is really critical but doing it securely doing it doing it in a way that is not gonna destabilize the you know the broader ecosystem is really critical and things like GDP are which is a new security standard in Europe is something that a lot of our customers worry about they need help with and we're one of the partners that know what that really is all about and how to navigate within that and use not prevent them from using the new technologies yeah I will say it isn't just the speed of the external but the security and the regulation especially GDR we have spent an hour on that with our board this week there you go he said well thank you so much for being here really to appreciate the work that we're doing together and look forward to continued same here thank you thank you [Applause] we've had a great partnership with tea systems over the years and we've really taken it to the next level and what's really exciting about that is you know we've moved beyond just helping kind of host systems for our customers we really are jointly enabling their success and it's really exciting and we're really excited about what we're able to to jointly accomplish so next i'm really excited that we have our innovation award winners here and we'll have on stage with us our innovation award winners this year our BBVA dnm IAG lasat Lufthansa Technik and UPS and yet they're all working in one for specific technology initiatives that they're doing that really really stand out and are really really exciting you'll have a chance to learn a lot more about those through the course of the event over the next couple of days but in this context what I found fascinating is they were each addressing a different point of this configure enable engage and I thought it would be really great for you all to hear about how they're experimenting and working to solve these problems you know real-time large organizations you know happening now let's start with the video to see what they think about when they think about innovation I define innovation is something that's changing the model changing the way of thinking not just a step change improvement not just making something better but actually taking a look at what already exists and then putting them together in new and exciting lives innovation is about to build something nobody has done before historically we had a statement that business drives technology we flip that equation around an IT is now demonstrating to the business at power of technology innovation desde el punto de vista de la tecnología supone salir de plataform as proprietary as ADA Madero cloud basado an open source it's a possibility the open source que no parameter no sir Kamala and I think way that for me open-source stands for flexibility speed security the community and that contribution from the community is really driving innovation innovation at a pace that I don't think our one individual organization could actually do ourselves right so first I'd like to talk with BBVA I love this story because as you know Financial Services is going through a massive set of transformations and BBVA really is at the leading edge of thinking about how to deploy a hybrid cloud strategy and kind of modular layered architecture to be successful regardless of what happens in the future so with that I'd like to welcome on stage Jose Maria Rosetta from BBVA [Music] thank you for being here and congratulations on your innovation award it's been a pleasure to be here with you it's great to have you hi everybody so Josemaria for those who might not be familiar with BBVA can you give us a little bit of background on your company yeah a brief description BBVA is is a bank as a financial institution with diversified business model and that provides well financial services to more than 73 million of customers in more than 20 countries great and I know we've worked with you for a long time so we appreciate that the partnership with you so I thought I'd start with a really easy question for you how will blockchain you know impact financial services in the next five years I've gotten no idea but if someone knows the answer I've got a job for him for him up a pretty good job indeed you know oh all right well let me go a little easier then so how will the global payments industry change in the next you know four or five years five years well I think you need a a Weezer well I tried to make my best prediction means that in five years just probably will be five years older good answer I like that I always abstract up I hope so I hope so yah-yah-yah hope so good point so you know immediately that's the obvious question you have a massive technology infrastructure is a global bank how do you prepare yourself to enable the organization to be successful when you really don't know what the future is gonna be well global banks and wealth BBBS a global gam Bank a certain component foundations you know today I would like to talk about risk and efficiency so World Bank's deal with risk with the market great the operational reputational risk and so on so risk control is part of all or DNA you know and when you've got millions of customers you know efficiency efficiency is a must so I think there's no problem with all these foundations they problem the problem analyze the problems appears when when banks translate these foundations is valued into technology so risk control or risk management avoid risk usually means by the most expensive proprietary technology in the market you know from one of the biggest software companies in the world you know so probably all of you there are so those people in the room were glad to hear you say that yeah probably my guess the name of those companies around San Francisco most of them and efficiency usually means a savory business unit as every department or country has his own specific needs by a specific solution for them so imagine yourself working in a data center full of silos with many different Hardware operating systems different languages and complex interfaces to communicate among them you know not always documented what really never documented so your life your life in is not easy you know in this scenario are well there's no room for innovation so what's been or or strategy be BES ready to move forward in this new digital world well we've chosen a different approach which is quite simple is to replace all local proprietary system by a global platform based on on open source with three main goals you know the first one is reduce the average transaction cost to one-third the second one is increase or developers productivity five times you know and the third is enable or delete the business be able to deliver solutions of three times faster so you're not quite easy Wow and everything with the same reliability as on security standards as we've got today Wow that is an extraordinary set of objectives and I will say their world on the path of making that successful which is just amazing yeah okay this is a long journey sometimes a tough journey you know to be honest so we decided to partnership with the with the best companies in there in the world and world record we think rate cut is one of these companies so we think or your values and your knowledge is critical for BBVA and well as I mentioned before our collaboration started some time ago you know and just an example in today in BBVA a Spain being one of the biggest banks in in the country you know and using red hat technology of course our firm and fronting architecture you know for mobile and internet channels runs the ninety five percent of our customers request this is approximately 3,000 requests per second and our back in architecture execute 70 millions of business transactions a day this is almost a 50% of total online transactions executed in the country so it's all running yes running I hope so you check for you came on stage it's I'll be flying you know okay good there's no wood up here to knock on it's been a really great partnership it's been a pleasure yeah thank you so much for being here thank you thank you [Applause] I do love that story because again so much of what we talk about when we when we talk about preparing for digital is a processed solution and again things like agile and DevOps and modular izing components of work but this idea of thinking about platforms broadly and how they can run anywhere and actually delivering it delivering at a scale it's just a phenomenal project and experience and in the progress they've made it's a great team so next up we have two organizations that have done an exceptional job of enabling their people with the right information and the tools they need to be successful you know in both of these cases these are organizations who are under constant change and so leveraging the power of open-source to help them build these tools to enable and you'll see it the size and the scale of these in two very very different contexts it's great to see and so I'd like to welcome on stage Oh smart alza' with dnm and David Abraham's with IAG [Music] Oh smart welcome thank you so much for being here Dave great to see you thank you appreciate you being here and congratulations to you both on winning the Innovation Awards thank you so Omar I really found your story fascinating and how you're able to enable your people with data which is just significantly accelerated the pace with which they can make decisions and accelerate your ability to to act could you tell us a little more about the project and then what you're doing Jim and Tina when the muchisimas gracias por ever say interesado pono true projecto [Music] encargado registry controller las entradas a leda's persona por la Frontera argentina yo sé de dos siento treinta siete puestos de contrôle tienen lo largo de la Frontera tanto area the restreamer it EEMA e if looool in dilute ammonia shame or cinta me Jonas the tránsito sacra he trod on in another Fronteras dingus idea idea de la Magneto la cual estamos hablando la Frontera cantina tienen extension the kin same in kilo metros esto es el gada mint a maje or allege Estancia kaeun a poor carretera a la co de mexico con el akka a direction emulation s tambien o torgul premios de de residencia control a la permanencia de los rancheros en argentina pero básicamente nuestra área es prevenir que persona que estén in curie end o en delito transnational tipo pero remo trata de personas tráfico de armas sunday muy gravis SI yo que nosotros a Samos es para venir aquí es uno para que nadie meso and he saw some vetoes pueden entrada al Argentine establecer see not replaceable Terry Antone see koalas jenner are Yap liquor make animo para que - no Korra NL Angelo Millie see sighs a partir de la o doc mil DC says turmoil affirm a decision de cambiar de un sistema reactive Oh foreign c'est un sistema predict TiVo say Previn TiVo yes I don't empezamos s target area con el con las Judah in appreciable de la gente del canto la tarea el desafío era integra todo es desconocido vasa de datos propias estructura Radha's no instruct Radha's propias del organ is mo y de otros Organa Mo's del estado y tambien integral akan el mundo si si si como cinta yo el lo controls the Interpol o empezamos @n información anticipable pasajeros a travell CT ma p tambien intent ahmo's controller latrans Sybilla de en los happiness a través de en er de todo esto fue possible otra vez de la generation dune irreparable econo penchev y la virtualization de datos si esto fue fundamental por que entra moseyin una schema se en un modelo de intelligent a artificial eden machine learning KD o por resultado jimmy esto que todas esas de datos integral as tanto Nacional como Internacional A's le provision a nuestros nuestras an Aleta que antes del don't build Isis ice tenían que buscar say información integral Adel diferentes sistema z-- c yatin de Chivo manuals tarde Ando auras odious en algunos casos a tener toda la información consolidate a integra dope or poor pasajero en tiempo real esto que hizo mejor Oh el tiempo y la calidad de la toma de decisiones de nuestros durante la gente / dueño and affinity regime de lo que se trata esto es simplemente mejor our la calidad de vida de atras de mettre personas SI y meet our que el delito perform a trois Natura from Dana's Argentine sigue siendo en favor de esto SI temes uno de los países mess Alberto's Allah immigration en Latin America yah hora con una plataforma mas segunda first of all I want to thank you for the interest is played for our project the National migration administration or diem records the entry and exit of people on the Argentine territory it grants residents permits to foreigners who wish to live in our country through 237 entry points land air border sea and river ways Jim dnm registered over 80 million transits throughout last year Argentine borders cover about 15,000 kilometers just our just to give you an idea of the magnitude of our borders this is greater than the distance on a highway between Mexico City and Alaska our department applies the mechanisms that prevent the entry and residents of people involved in crimes like terrorism trafficking of persons weapons drugs and others in 2016 we shifted to a more preventive and predictive paradigm that is how Sam's the system for migration analysis was created with red hats great assistance and support this allowed us to tackle the challenge of integrating multiple and varied issues legal issues police databases national and international security organizations like Interpol API advanced passenger information and PNR passenger name record this involved starting private cloud with OpenShift Rev data virtualization cloud forms and fuse that were the basis to develop Sam and implementing machine learning models and artificial intelligence our analysts consulted a number of systems and other manual files before 2016 4 days for each person entering or leaving the country so this has allowed us to optimize our decisions making them in real time each time Sam is consulted it processes patterns of over two billion data entries Sam's aim is to improve the quality of life of our citizens and visitors making sure that crime doesn't pierce our borders in an environment of analytic evolution and constant improvement in essence Sam contributes toward Argentina being one of the leaders in Latin America in terms of immigration with our new system great thank you and and so Dave tell us a little more about the insurance industry and the challenges in the EU face yeah sure so you know in the insurance industry it's a it's been a bit sort of insulated from a lot of major change in disruption just purely from the fact that it's highly regulated and the cost of so that the barrier to entry is quite high in fact if you think about insurance you know you have to have capital reserves to protect against those major events like floods bush fires and so on but the whole thing is a lot of change there's come in a really rapid pace I'm also in the areas of customer expectations you know customers and now looking and expecting for the same levels of flexibility and convenience that they would experience with more modern and new startups they're expecting out of the older institutions like banks and insurance companies like us so definitely expecting the industry to to be a lot more adaptable and to better meet their needs I think the other aspect of it really is in the data the data area where I think that the donor is now creating a much more significant connection between organizations in a car summers especially when you think about the level of devices that are now enabled and the sheer growth of data that's that that's growing at exponential rates so so that the impact then is that the systems that we used to rely on are the technology we used to rely on to be able to handle that kind of growth no longer keeps up and is able to to you know build for the future so we need to sort of change that so what I G's really doing is transform transforming the organization to become a lot more efficient focus more on customers and and really set ourselves up to be agile and adaptive and so ya know as part of your Innovation Award that the specific set of projects you tied a huge amount of different disparate systems together and with M&A and other you have a lot to do there to you tell us a little more about kind of how you're able to better respond to customer needs by being able to do that yeah no you're right so we've we've we're nearly a hundred year old company that's grown from lots of merger and acquisition and just as a result of that that means that data's been sort of spread out and fragmented across multiple brands and multiple products and so the number one sort of issue and problem that we were hearing was that it was too hard to get access to data and it's highly complicated which is not great from a company from our perspective really because because we are a data company right that's what we do we we collect data about people what they what's important to them what they value and the environment in which they live so that we can understand that risk and better manage and protect those people so what we're doing is we're trying to make and what we have been doing is making data more open and accessible and and by that I mean making data more of easily available for people to use it to make decisions in their day-to-day activity and to do that what we've done is built a single data platform across the group that unifies the data into a single source of truth that we can then build on top of that single views of customers for example that puts the right information into the into the hands of the people that need it the most and so now why does open source play such a big part in doing that I know there are a lot of different solutions that could get you there sure well firstly I think I've been sauce has been k2 these and really it's been key because we've basically started started from scratch to build this this new next-generation data platform based on entirely open-source you know using great components like Kafka and Postgres and airflow and and and and and then fundamentally building on top of red Red Hat OpenStack right to power all that and they give us the flexibility that we need to be able to make things happen much faster for example we were just talking to the pivotal guys earlier this week here and some of the stuff that we're doing they're they're things quite interesting innovative writes even sort of maybe first in the world where we've taken the older sort of appliance and dedicated sort of massive parallel processing unit and ported that over onto red Red Hat OpenStack right which is now giving us a lot more flexibility for scale in a much more efficient way but you're right though that we've come from in the past a more traditional approach to to using vendor based technology right which was good back then when you know technology solutions could last for around 10 years or so on and and that was fine but now that we need to move much faster we've had to rethink that and and so our focus has been on using you know more commoditized open source technology built by communities to give us that adaptability and sort of remove the locking in there any entrenchment of technology so that's really helped us but but I think that the last point that's been really critical to us is is answering that that concern and question about ongoing support and maintenance right so you know in a regular environment the regulator is really concerned about anything that could fundamentally impact business operation and and so the question is always about what happens when something goes wrong who's going to be there to support you which is where the value of the the partnership we have with Red Hat has really come into its own right and what what it's done is is it's actually giving us the best of both worlds a means that we can we can leverage and use and and and you know take some of the technology that's being developed by great communities in the open source way but also partner with a trusted partner in red had to say you know they're going to stand behind that community and provide that support when we needed the most so that's been the kind of the real value out of that partnership okay well I appreciate I love the story it's how do you move quickly leverage the power community but do it in a safe secure way and I love the idea of your literally empowering people with machine learning and AI at the moment when they need it it's just an incredible story so thank you so much for being here appreciate it thank you [Applause] you know again you see in these the the importance of enabling people with data and in an old-world was so much data was created with a system in mind versus data is a separate asset that needs to be available real time to anyone is a theme we hear over and over and over again and so you know really looking at open source solutions that allow that flexibility and keep data from getting locked into proprietary silos you know is a theme that we've I've heard over and over over the past year with many of our customers so I love logistics I'm a geek that way I come from that background in the past and I know that running large complex operations requires flawless execution and that requires great data and we have two great examples today around how to engage own organizations in new and more effective ways in the case of lufthansa technik literally IT became the business so it wasn't enabling the business it became the business offering and importantly went from idea to delivery to customers in a hundred days and so this theme of speed and the importance of speed it's a it's a great story you'll hear more about and then also at UPS UPS again I talked a little earlier about IT used to be kind of the long pole in the tent the thing that was slow moving because of the technology but UPS is showing that IT can actually drive the business and the cadence of business even faster by demonstrating the power and potential of technology to engage in this case hundreds of thousands of people to make decisions real-time in the face of obviously constant change around weather mechanicals and all the different things that can happen in a large logistics operation like that so I'd like to welcome on stage to be us more from Lufthansa Technik and Nick Castillo from ups to be us welcome thank you for being here Nick thank you thank you Jim and congratulations on your Innovation Awards oh thank you it's a great honor so to be us let's start with you can you tell us a little bit more about what a viet are is yeah avatars are a digital platform offering features like aircraft condition analytics reliability management and predictive maintenance and it helps airlines worldwide to digitize and improve their operations so all of the features work and can be used separately or generate even more where you burn combined and finally we decided to set up a viet as an open platform that means that we avoid the whole aviation industry to join the community and develop ideas on our platform and to be as one of things i found really fascinating about this is that you had a mandate to do this at a hundred days and you ultimately delivered on it you tell us a little bit about that i mean nothing in aviation moves that fast yeah that's been a big challenge so in the beginning of our story the Lufthansa bot asked us to develop somehow digital to win of an aircraft within just hundred days and to deliver something of value within 100 days means you cannot spend much time and producing specifications in terms of paper etc so for us it was pretty clear that we should go for an angel approach and immediately start and developing ideas so we put the best experts we know just in one room and let them start to work and on day 2 I think we already had the first scribbles for the UI on day 5 we wrote the first lines of code and we were able to do that because it has been a major advantage for us to already have four technologies taken place it's based on open source and especially rated solutions because we did not have to waste any time setting up the infrastructure and since we wanted to get feedback very fast we were certainly visited an airline from the Lufthansa group already on day 30 and showed them the first results and got a lot of feedback and because from the very beginning customer centricity has been an important aspect for us and changing the direction based on customer feedback has become quite normal for us over time yeah it's an interesting story not only engaging the people internally but be able to engage with a with that with a launch customer like that and get feedback along the way as it's great thing how is it going overall since launch yeah since the launch last year in April we generated much interest in the industry as well from Airlines as from competitors and in the following month we focused on a few Airlines which had been open minded and already advanced in digital activities and we've got a lot of feedback by working with them and we're able to improve our products by developing new features for example we learned that data integration can become quite complex in the industry and therefore we developed a new feature called quick boarding allowing Airlines to integrate into the via table platform within one day using a self-service so and currently we're heading for the next steps beyond predictive maintenance working on process automation and prescriptive prescriptive maintenance because we believe prediction without fulfillment still isn't enough it really is a great example of even once you're out there quickly continuing to innovate change react it's great to see so Nick I mean we all know ups I'm still always blown away by the size and scale of the company and the logistics operations that you run you tell us a little more about the project and what we're doing together yeah sure Jim and you know first of all I think I didn't get the sportcoat memo I think I'm the first one up here today with a sport coat but you know first on you know on behalf of the 430,000 ups was around the world and our just world-class talented team of 5,000 IT professionals I have to tell you we're humbled to be one of this year's red hat Innovation Award recipients so we really appreciate that you know as a global logistics provider we deliver about 20 million packages each day and we've got a portfolio of technologies both operational and customer tech and another customer facing side the power what we call the UPS smart logistics network and I gotta tell you innovations in our DNA technology is at the core of everything we do you know from the ever familiar first and industry mobile platform that a lot of you see when you get delivered a package which we call the diad which believe it or not we delivered in 1992 my choice a data-driven solution that drives over 40 million of our my choice customers I'm whatever you know what this is great he loves logistics he's a my choice customer you could be one too by the way there's a free app in the App Store but it provides unmatched visibility and really controls that last mile delivery experience so now today we're gonna talk about the solution that we're recognized for which is called site which is part of a much greater platform that we call edge which is transforming how our package delivery teams operate providing them real-time insights into our operations you know this allows them to make decisions based on data from 32 disparate data sources and these insights help us to optimize our operations but more importantly they help us improve the delivery experience for our customers just like you Jim you know on the on the back end is Big Data and it's on a large scale our systems are crunching billions of events to render those insights on an easy-to-use mobile platform in real time I got to tell you placing that information in our operators hands makes ups agile and being agile being able to react to changing conditions as you know is the name of the game in logistics now we built edge in our private cloud where Red Hat technologies play a very important role as part of our overage overarching cloud strategy and our migration to agile and DevOps so it's it's amazing it's amazing the size and scale so so you have this technology vision around engaging people in a more effect way those are my word not yours but but I'd be at that's how it certainly feels and so tell us a little more about how that enables the hundreds of thousands people to make better decisions every day yep so you know we're a people company and the edge platform is really the latest in a series of solutions to really empower our people and really power that smart logistics network you know we've been deploying technology believe it or not since we founded the company in 1907 we'll be a hundred and eleven years old this August it's just a phenomenal story now prior to edge and specifically the syphon ishutin firm ation from a number of disparate systems and reports they then need to manually look across these various data sources and and frankly it was inefficient and prone to inaccuracy and it wasn't really real-time at all now edge consumes data as I mentioned earlier from 32 disparate systems it allows our operators to make decisions on staffing equipment the flow of packages through the buildings in real time the ability to give our people on the ground the most up-to-date data allows them to make informed decisions now that's incredibly empowering because not only are they influencing their local operations but frankly they're influencing the entire global network it's truly extraordinary and so why open source and open shift in particular as part of that solution yeah you know so as I mentioned Red Hat and Red Hat technology you know specifically open shift there's really core to our cloud strategy and to our DevOps strategy the tools and environments that we've partnered with Red Hat to put in place truly are foundational and they've fundamentally changed the way we develop and deploy our systems you know I heard Jose talk earlier you know we had complex solutions that used to take 12 to 18 months to develop and deliver to market today we deliver those same solutions same level of complexity in months and even weeks now openshift enables us to container raise our workloads that run in our private cloud during normal operating periods but as we scale our business during our holiday peak season which is a very sure window about five weeks during the year last year as a matter of fact we delivered seven hundred and sixty-two million packages in that small window and our transactions our systems they just spiked dramatically during that period we think that having open shift will allow us in those peak periods to seamlessly move workloads to the public cloud so we can take advantage of burst capacity economically when needed and I have to tell you having this flexibility I think is key because you know ultimately it's going to allow us to react quickly to customer demands when needed dial back capacity when we don't need that capacity and I have to say it's a really great story of UPS and red hat working you together it really is a great story is just amazing again the size and scope but both stories here a lot speed speed speed getting to market quickly being able to try things it's great lessons learned for all of us the importance of being able to operate at a fundamentally different clock speed so thank you all for being here very much appreciated congratulate thank you [Applause] [Music] alright so while it's great to hear from our Innovation Award winners and it should be no surprise that they're leading and experimenting in some really interesting areas its scale so I hope that you got a chance to learn something from these interviews you'll have an opportunity to learn more about them you'll also have an opportunity to vote on the innovator of the year you can do that on the Red Hat summit mobile app or on the Red Hat Innovation Awards homepage you can learn even more about their stories and you'll have a chance to vote and I'll be back tomorrow to announce the the summit winner so next I like to spend a few minutes on talking about how Red Hat is working to catalyze our customers efforts Marko bill Peter our senior vice president of customer experience and engagement and John Alessio our vice president of global services will both describe areas in how we are working to configure our own organization to effectively engage with our customers to use open source to help drive their success so with that I'd like to welcome marquel on stage [Music] good morning good morning thank you Jim so I want to spend a few minutes to talk about how we are configured how we are configured towards your success how we enable internally as well to work towards your success and actually engage as well you know Paul yesterday talked about the open source culture and our open source development net model you know there's a lot of attributes that we have like transparency meritocracy collaboration those are the key of our culture they made RedHat what it is today and what it will be in the future but we also added our passion for customer success to that let me tell you this is kind of the configuration from a cultural perspective let me tell you a little bit on what that means so if you heard the name my organization is customer experience and engagement right in the past we talked a lot about support it's an important part of the Red Hat right and how we are configured we are configured probably very uniquely in the industry we put support together we have product security in there we add a documentation we add a quality engineering into an organization you think there's like wow why are they doing it we're also running actually the IT team for actually the product teams why are we doing that now you can imagine right we want to go through what you see as well right and I'll give you a few examples on how what's coming out of this configuration we invest more and more in testing integration and use cases which you are applying so you can see it between the support team experiencing a lot what you do and actually changing our test structure that makes a lot of sense we are investing more and more testing outside the boundaries so not exactly how things must fall by product management or engineering but also how does it really run in an environment that you operate we run complex setups internally right taking openshift putting in OpenStack using software-defined storage underneath managing it with cloud forms managing it if inside we do that we want to see how that works right we are reshaping documentation console to kind of help you better instead of just documenting features and knobs as in how can how do you want to achieve things now part of this is the configuration that are the big part of the configuration is the voice of the customer to listen to what you say I've been here at Red Hat a few years and one of my passion has always been really hearing from customers how they do it I travel constantly in the world and meet with customers because I want to know what is really going on we use channels like support we use channels like getting from salespeople the interaction from customers we do surveys we do you know we interact with our people to really hear what you do what we also do what maybe not many know and it's also very unique in the industry we have a webpage called you asked reacted we show very transparently you told us this is an area for improvement and it's not just in support it's across the company right build us a better web store build us this we're very transparent about Hades improvements we want to do with you now if you want to be part of the process today go to the feedback zone on the next floor down and talk to my team I might be there as well hit me up we want to hear the feedback this is how we talk about configuration of the organization how we are configured let me go to let me go to another part which is innovation innovation every day and that in my opinion the enable section right we gotta constantly innovate ourselves how do we work with you how do we actually provide better value how do we provide faster responses in support this is what we would I say is is our you know commitment to innovation which is the enabling that Jim talked about and I give you a few examples which I'm really happy and it kind of shows the open source culture at Red Hat our commitment is for innovation I'll give you good example right if you have a few thousand engineers and you empower them you kind of set the business framework as hey this is an area we got to do something you get a lot of good IDs you get a lot of IDs and you got a shape an inter an area that hey this is really something that brings now a few years ago we kind of said or I say is like based on a lot of feedback is we got to get more and more proactive if you customers and so I shaped my team and and I shaped it around how can we be more proactive it started very simple as in like from kbase articles or knowledgebase articles in getting started guys then we started a a tool that we put out called labs you've probably seen them if you're on the technical side really taking small applications out for you to kind of validate is this configured correctly stat configure there was the start then out of that the ideas came and they took different turns and one of the turns that we came out was right at insights that we launched a few years ago and did you see the demo yesterday that in Paul's keynote that they showed how something was broken with one the data centers how it was applied to fix and how has changed this is how innovation really came from the ground up from the support side and turned into something really a being a cornerstone of our strategy and we're keeping it married from the day to day work right you don't want to separate this you want to actually keep that the data that's coming from the support goes in that because that's the power that we saw yesterday in the demo now innovation doesn't stop when you set the challenge so we did the labs we did the insights we just launched a solution engine called solution engine another thing that came out of that challenge is in how do we break complex issues down that it's easier for you to find a solution quicker it's one example but we're also experimenting with AI so insights uses AI as you probably heard yesterday we also use it internally to actually drive faster resolution we did in one case with a a our I bought basically that we get to 25% faster resolution on challenges that you have the beauty for you obviously it's well this is much faster 10% of all our support cases today are supported and assisted by an AI now I'll give you another example of just trying to tell you the innovation that comes out if you configure and enable the team correctly kbase articles are knowledgebase articles we q8 thousands and thousands every year and then I get feedback as and while they're good but they're in English as you can tell my English is perfect so it's not no issue for that but for many of you is maybe like even here even I read it in Japanese so we actually did machine translation because it's too many that we can do manually the using machine translation I can tell it's a funny example two weeks ago I tried it I tried something from English to German I looked at it the German looked really bad I went back but the English was bad so it really translates one to one actually what it does but it's really cool this is innovation that you can apply and the team actually worked on this and really proud on that now the real innovation there is not these tools the real innovation is that you can actually shape it in a way that the innovation comes that you empower the people that's the configure and enable and what I think is all it's important this don't reinvent the plumbing don't start from scratch use systems like containers on open shift to actually build the innovation in a smaller way without reinventing the plumbing you save a lot of issues on security a lot of issues on reinventing the wheel focus on that that's what we do as well if you want to hear more details again go in the second floor now let's talk about the engage that Jim mentioned before what I translate that engage is actually engaging you as a customer towards your success now what does commitment to success really mean and I want to reflect on that on a traditional IT company shows up with you talk the salesperson solution architect works with you consulting implements solution it comes over to support and trust me in a very traditional way the support guy has no clue what actually was sold early on it's what happens right and this is actually I think that red had better that we're not so silent we don't show our internal silos or internal organization that much today we engage in a way it doesn't matter from which team it comes we have a better flow than that you deserve how the sausage is made but we can never forget what was your business objective early on now how is Red Hat different in this and we are very strong in my opinion you might disagree but we are very strong in a virtual accounting right really putting you in the middle and actually having a solution architect work directly with support or consulting involved and driving that together you can also help us in actually really embracing that model if that's also other partners or system integrators integrate put yourself in the middle be around that's how we want to make sure that we don't lose sight of the original business problem trust me reducing the hierarchy or getting rid of hierarchy and bureaucracy goes a long way now this is how we configured this is how we engage and this is how we are committed to your success with that I'm going to introduce you to John Alessio that talks more about some of the innovation done with customers thank you [Music] good morning I'm John Alessio I'm the vice president of Global Services and I'm delighted to be with you here today I'd like to talk to you about a couple of things as it relates to what we've been doing since the last summit in the services organization at the core of everything we did it's very similar to what Marco talked to you about our number one priority is driving our customer success with red hat technology and as you see here on the screen we have a number of different offerings and capabilities all the way from training certification open innovation labs consulting really pairing those capabilities together with what you just heard from Marco in the support or cee organization really that's the journey you all go through from the beginning of discovering what your business challenge is all the way through designing those solutions and deploying them with red hat now the highlight like to highlight a few things of what we've been up to over the last year so if I start with the training and certification team they've been very busy over the last year really updating enhancing our curriculum if you haven't stopped by the booth there's a preview for new capability around our learning community which is a new way of learning and really driving that enable meant in the community because 70% of what you need to know you learned from your peers and so it's a very key part of our learning strategy and in fact we take customer satisfaction with our training and certification business very seriously we survey all of our students coming out of training 93% of our students tell us they're better prepared because of red hat training and certification after Weeds they've completed the course we've updated the courses and we've trained well over a hundred and fifty thousand people over the last two years so it's a very very key part of our strategy and that combined with innovation labs and the consulting operation really drive that overall journey now we've been equally busy in enhancing the system of enablement and support for our business partners another very very key initiative is building out the ecosystem we've enhanced our open platform which is online partner enablement network we've added new capability and in fact much of the training and enablement that we do for our internal consultants our deal is delivered through the open platform now what I'm really impressed with and thankful for our partners is how they are consuming and leveraging this material we train and enable for sales for pre-sales and for delivery and we're up over 70% year in year in our partners that are enabled on RedHat technology let's give our business partners a round of applause now one of our offerings Red Hat open innovation labs I'd like to talk a bit more about and take you through a case study open innovation labs was created two years ago it's really there to help you on your journey in adopting open source technology it's an immersive experience where your team will work side-by-side with Red Hatters to really propel your journey forward in adopting open source technology and in fact we've been very busy since the summit in Boston as you'll see coming up on the screen we've completed dozens of engagements leveraging our methods tools and processes for open innovation labs as you can see we've worked with large and small accounts in fact if you remember summit last year we had a European customer easier AG on stage which was a startup and we worked with them at the very beginning of their business to create capabilities in a very short four-week engagement but over the last year we've also worked with very large customers such as Optim and Delta Airlines here in North America as well as Motability operations in the European arena one of the accounts I want to spend a little bit more time on is Heritage Bank heritage Bank is a community owned bank in Toowoomba Australia their challenge was not just on creating new innovative technology but their challenge was also around cultural transformation how to get people to work together across the silos within their organization we worked with them at all levels of the organization to create a new capability the first engagement went so well that they asked us to come in into a second engagement so I'd like to do now is run a video with Peter lock the chief executive officer of Heritage Bank so he can take you through their experience Heritage Bank is one of the country's oldest financial institutions we have to be smarter we have to be more innovative we have to be more agile we had to change we had to find people to help us make that change the Red Hat lab is the only one that truly helps drive that change with a business problem the change within the team is very visible from the start to now we've gone from being separated to very single goal minded seeing people that I only ever seen before in their cubicles in the room made me smile programmers in their thinking I'm now understanding how the whole process fits together the productivity of IT will change and that is good for our business that's really the value that were looking for the Red Hat innovation labs for us were a really great experience I'm not interested in running an organization I'm interested in making a great organization to say I was pleasantly surprised by it is an understatement I was delighted I love the quote I was delighted makes my heart warm every time I see that video you know since we were at summit for those of you who are with us in Boston some of you went on our hardhat tours we've opened three physical facilities here at Red Hat where we can conduct red head open Innovation Lab engagements Singapore London and Boston were all opened within the last physical year and in fact our site in Boston is paired with our world-class executive briefing center as well so if you haven't been there please do check it out I'd like to now talk to you a bit about a very special engagement that we just recently completed we just recently completed an engagement with UNICEF the United Nations Children's Fund and the the purpose behind this engagement was really to help UNICEF create an open-source platform that marries big data with social good the idea is UNICEF needs to be better prepared to respond to emergency situations and as you can imagine emergency situations are by nature unpredictable you can't really plan for them they can happen anytime anywhere and so we worked with them on a project that we called school mapping and the idea was to provide more insights so that when emergency situations arise UNICEF could do a much better job in helping the children in the region and so we leveraged our Red Hat open innovation lab methods tools processes that you've heard about just like we did at Heritage Bank and the other accounts I mentioned but then we also leveraged Red Hat software technologies so we leveraged OpenShift container platform we leveraged ansible automation we helped the client with a more agile development approach so they could have releases much more frequently and continue to update this over time we created a continuous integration continuous deployment pipeline we worked on containers and container in the application etc with that we've been able to provide a platform that is going to allow for their growth to better respond to these emergency situations let's watch a short video on UNICEF mission of UNICEF innovation is to apply technology to the world's most pressing problems facing children data is changing the landscape of what we do at UNICEF this means that we can figure out what's happening now on the ground who it's happening to and actually respond to it in much more of a real-time manner than we used to be able to do we love working with open source communities because of their commitment that we should be doing good for the world we're actually with red hat building a sandbox where universities or other researchers or data scientists can connect and help us with our work if you want to use data for social good there's so many groups out there that really need your help and there's so many ways to get involved [Music] so let's give a very very warm red hat summit welcome to Erica kochi co-founder of unicef innovation well Erica first of all welcome to Red Hat summit thanks for having me here it's our pleasure and thank you for joining us so Erica I've just talked a bit about kind of what we've been up to and Red Hat services over the last year we talked a bit about our open innovation labs and we did this project the school mapping project together our two teams and I thought the audience might find it interesting from your point of view on why the approach we use in innovation labs was such a good fit for the school mapping project yeah it was a great fit for for two reasons the first is values everything that we do at UNICEF innovation we use open source technology and that's for a couple of reasons because we can take it from one place and very easily move it to other countries around the world we work in 190 countries so that's really important for us not to be able to scale things also because it makes sense we can get we can get more communities involved in this and look not just try to do everything by ourselves but look much open much more openly towards the open source communities out there to help us with our work we can't do it alone yeah and then the second thing is methodology you know the labs are really looking at taking this agile approach to prototyping things trying things failing trying again and that's really necessary when you're developing something new and trying to do something new like mapping every school in the world yeah very challenging work think about it 190 countries Wow and so the open source platform really works well and then the the rapid prototyping was really a good fit so I think the audience might find it interesting on how this application and this platform will help children in Latin America so in a lot of countries in Latin America and many countries throughout the world that UNICEF works in are coming out of either decades of conflict or are are subject to natural disasters and not great infrastructure so it's really important to a for us to know where schools are where communities are well where help is needed what's connected what's not and using a overlay of various sources of data from poverty mapping to satellite imagery to other sources we can really figure out what's happening where resources are where they aren't and so we can plan better to respond to emergencies and to and to really invest in areas that are needed that need that investment excellent excellent it's quite powerful what we were able to do in a relatively short eight or nine week engagement that our two teams did together now many of your colleagues in the audience are using open source today looking to expand their use of open source and I thought you might have some recommendations for them on how they kind of go through that journey and expanding their use of open source since your experience at that yeah for us it was it was very much based on what's this gonna cost we have limited resources and what's how is this gonna spread as quickly as possible mm-hmm and so we really asked ourselves those two questions you know about 10 years ago and what we realized is if we are going to be recommending technologies that governments are going to be using it really needs to be open source they need to have control over it yeah and they need to be working with communities not developing it themselves yeah excellent excellent so I got really inspired with what we were doing here in this project it's one of those you know every customer project is really interesting to me this one kind of pulls a little bit at your heartstrings on what the real impact could be here and so I know some of our colleagues here in the audience may want to get involved how can they get involved well there's many ways to get involved with the other UNICEF or other groups out there you can search for our work on github and there are tasks that you can do right now if and if you're looking for to do she's got work for you and if you want sort of a more a longer engagement or a bigger engagement you can check out our website UNICEF stories org and you can look at the areas you might be interested in and contact us we're always open to collaboration excellent well Erica thank you for being with us here today thank you for the great project we worked on together and have a great summer thank you for being give her a round of applause all right well I hope that's been helpful to you to give you a bit of an update on what we've been focused on in global services the message I'll leave with you is our top priority is customer success as you heard through the story from UNICEF from Heritage Bank and others we can help you innovate where you are today I hope you have a great summit and I'll call out Jim Whitehurst thank you John and thank you Erica that's really an inspiring story we have so many great examples of how individuals and organizations are stepping up to transform in the face of digital disruption I'd like to spend my last few minutes with one real-world example that brings a lot of this together and truly with life-saving impact how many times do you think you can solve a problem which is going to allow a clinician to now save the life I think the challenge all of his physicians are dealing with is data overload I probably look at over 100,000 images in a day and that's just gonna get worse what if it was possible for some computer program to look at these images with them and automatically flag images that might deserve better attention Chris on the surface seems pretty simple but underneath Chris has a lot going on in the past year I've seen Chris Foreman community and a space usually dominated by proprietary software I think Chris can change medicine as we know it today [Music] all right with that I'd like to invite on stage dr. Ellen grant from Boston Children's Hospital dr. grant welcome thank you for being here so dr. grant tell me who is Chris Chris does a lot of work for us and I think Chris is making me or has definitely the potential to make me a better doctor Chris helps us take data from our archives in the hospital and port it to wrap the fastback ends like the mass up and cloud to do rapid data processing and provide it back to me in any format on a desktop an iPad or an iPhone so it it basically brings high-end data analysis right to me at the bedside and that's been a barrier that I struggled with years ago to try to break down so that's where we started with Chris is to to break that barrier between research that occurred on a timeline of days to weeks to months to clinical practice which occurs in the timeline of seconds to minutes well one of things I found really fascinating about this story RedHat in case you can't tell we're really passionate about user driven innovation is this is an example of user driven innovation not directly at a technology company but in medicine excuse me can you tell us just a little bit about the genesis of Chris and how I got started yeah Chris got started when I was running a clinical division and I was very frustrated with not having the latest image analysis tools at my fingertips while I was on clinical practice and I would have to on the research so I could go over and you know do line code and do the data analysis but if I'm always over in clinical I kept forgetting how to do those things and I wanted to have all those innovations that my fingertips and not have to remember all the computer science because I'm a physician not like a better scientist so I wanted to build a platform that gave me easy access to that back-end without having to remember all the details and so that's what Chris does for us is brings allowed me to go into the PAC's grab a dataset send it to a computer and back in to do the analysis and bring it back to me without having to worry about where it was or how it got there that's all involved in the in the platform Chris and why not just go to a vendor and ask them to write a piece of software for you to do that yeah we thought about that and we do a lot of technical innovations and we always work with the experts so we wanted to work with if I'm going to be able to say an optical device I'm going to work with the optical engineers or an EM our system I'm going to work with em our engineers so we wanted to work with people who really knew or the plumbers so to speak of the software in industry so we ended up working with the massive point cloud for the platform and the distributed systems in Red Hat as the infrastructure that's starting to support Chris and that's been actually a really incredible journey for us because medical ready medical softwares not typically been a community process and that's something that working with dan from Red Hat we learned a lot about how to participate in an open community and I think our team has grown a lot as a result of that collaboration and I know you we've talked about in the past that getting this data locked into a proprietary system you may not be able to get out there's a real issue can you talk about the importance of open and how that's worked in the process yeah and I think for the medical community and I find this resonates with other physicians as well too is that it's medical data we want to continue to own and we feel very awkward about giving it to industry so we would rather have our data sitting in an open cloud like the mass open cloud where we can have a data consortium that oversees the data governance so that we're not giving our data way to somebody else but have a platform that we can still keep a control of our own data and I think it's going to be the future because we're running of a space in the hospital we generate so much data and it's just going to get worse as I was mentioning and all the systems run faster we get new devices so the amount of data that we have to filter through is just astronomically increasing so we need to have resources to store and compute on such large databases and so thinking about where this could go I mean this is a classic feels like an open-source project it started really really small with a originally modest set of goals and it's just kind of continue to grow and grow and grow it's a lot like if yes leanest torval Linux would be in 1995 you probably wouldn't think it would be where it is now so if you dream with me a little bit where do you think this could possibly go in the next five years ten years what I hope it'll do is allow us to break down the silos within the hospital because to do the best job at what we physicians do not only do we have to talk and collaborate together as individuals we have to take the data each each community develops and be able to bring it together so in other words I need to be able to bring in information from vital monitors from mr scans from optical devices from genetic tests electronic health record and be able to analyze on all that data combined so ideally this would be a platform that breaks down those information barriers in a hospital and also allows us to collaborate across multiple institutions because many disorders you only see a few in each hospital so we really have to work as teams in the medical community to combine our data together and also I'm hoping that and we even have discussions with people in the developing world because they have systems to generate or to got to create data or say for example an M R system they can't create data but they don't have the resources to analyze on it so this would be a portable for them to participate in this growing data analysis world without having to have the infrastructure there and be a portal into our back-end and we could provide the infrastructure to do the data analysis it really is truly amazing to see how it's just continued to grow and grow and expand it really is it's a phenomenal story thank you so much for being here appreciate it thank you [Applause] I really do love that story it's a great example of user driven innovation you know in a different industry than in technology and you know recognizing that a clinicians need for real-time information is very different than a researchers need you know in projects that can last weeks and months and so rather than trying to get an industry to pivot and change it's a great opportunity to use a user driven approach to directly meet those needs so we still have a long way to go we have two more days of the summit and as I said yesterday you know we're not here to give you all the answers we're here to convene the conversation so I hope you will have an opportunity today and tomorrow to meet some new people to share some ideas we're really really excited about what we can all do when we work together so I hope you found today valuable we still have a lot more happening on the main stage as well this afternoon please join us back for the general session it's a really amazing lineup you'll hear from the women and opensource Award winners you'll also hear more about our collab program which is really cool it's getting middle school girls interested in open sourcing coding and so you'll have an opportunity to see some people involved in that you'll also hear from the open source Story speakers and you'll including in that you will see a demo done by a technologist who happens to be 11 years old so really cool you don't want to miss that so I look forward to seeing you then this afternoon thank you [Applause]

Published Date : May 10 2018

SUMMARY :

from the day to day work right you don't

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
John AlessioPERSON

0.99+

Mike WalkerPERSON

0.99+

BostonLOCATION

0.99+

ChrisPERSON

0.99+

UNICEFORGANIZATION

0.99+

2016DATE

0.99+

BBVAORGANIZATION

0.99+

John AlessioPERSON

0.99+

JimPERSON

0.99+

Jim WhitehurstPERSON

0.99+

JohnPERSON

0.99+

LufthansaORGANIZATION

0.99+

DavePERSON

0.99+

SamPERSON

0.99+

EricaPERSON

0.99+

EuropeLOCATION

0.99+

Peter lockPERSON

0.99+

Lufthansa TechnikORGANIZATION

0.99+

12QUANTITY

0.99+

1992DATE

0.99+

Delta AirlinesORGANIZATION

0.99+

1995DATE

0.99+

JosemariaPERSON

0.99+

San FranciscoLOCATION

0.99+

25%QUANTITY

0.99+

AdelePERSON

0.99+

70%QUANTITY

0.99+

1907DATE

0.99+

Heritage BankORGANIZATION

0.99+

PaulPERSON

0.99+

Lufthansa TechnikORGANIZATION

0.99+

Nick CastilloPERSON

0.99+

Jim WhitehurstPERSON

0.99+

Heritage BankORGANIZATION

0.99+

AdellePERSON

0.99+

two teamsQUANTITY

0.99+

UPSORGANIZATION

0.99+

EnglishOTHER

0.99+

Red HatORGANIZATION

0.99+

North AmericaLOCATION

0.99+

AlaskaLOCATION

0.99+

hundred daysQUANTITY

0.99+

ninety five percentQUANTITY

0.99+

Latin AmericaLOCATION

0.99+

Heritage BankORGANIZATION

0.99+

10%QUANTITY

0.99+

iPhoneCOMMERCIAL_ITEM

0.99+

yesterdayDATE

0.99+

Jose Maria RosettaPERSON

0.99+

OmarPERSON

0.99+

two questionsQUANTITY

0.99+

4 daysQUANTITY

0.99+

Mexico CityLOCATION

0.99+

MarcoPERSON

0.99+

OptimORGANIZATION

0.99+

five yearsQUANTITY

0.99+

Red HatORGANIZATION

0.99+

two teamsQUANTITY

0.99+

SamosLOCATION

0.99+

iPadCOMMERCIAL_ITEM

0.99+

last yearDATE

0.99+

NickPERSON

0.99+

todayDATE

0.99+

David AbrahamPERSON

0.99+

GermanOTHER

0.99+

five yearsQUANTITY

0.99+

Larry Socher, Accenture | Red Hat Summit 2018


 

I won't mind that either live from San Francisco it's the queue covering Red Hat summit 2018 brought to you by Red Hat and welcome back to the cube we're here live in San Francisco on day two of our coverage of red hat summit 2018 I'm John Troyer I'm here with Larry soccer Larry is the hi Larry weõll area the global lead for infrastructure growth and strategy at Accenture that's great though and welcome as a first timer to the cube you remember the Cuban member the cube alums Ozzy awesome so one of the themes here that we've noticed here on day two of the conference is the reality of hybrid cloud multi-cloud the demos up on stage have been real production workloads from real companies at a global scale and the the theme it's been a lot about open shift open and an open ship and that as a bridge for the right with the rest of Red Hat's stack so Accenture and global si you know work with very big companies very complicated problems and enabling them hybrid cloud is that important for you and your customers absolutely Accenture actually got out very aggressively about four or five years of work go with our cloud first strategy and it was very public centric you know how do we you know how do you start to take advantage of the innovation of the hyper scalers the AWS as the answer is to really start to innovate drive drive agile application development and get out there very quickly however if you take a look at our clients you know they're typically large complex global 2000 companies and for variety of reasons whether it's regulatory reasons gxb compliance if you go to the pharmaceutical industry HIPAA for health care you know PCI they they've really you know they continue to invest in their data centers I mean other reasons toko clouds an interesting one it's a proximity thing it's the thing that actually connects the the public providers and and if he's getting built on that performance you know if you know I start to look with sa P driving a terabyte Hana you know where do you start to deploy that so you know and then even investment say a lot of our clients have significant investments in their data centers and infrastructure so what we've been doing over the last probably six to eight months is really taking a look at a lot of the innovation that we saw from those hyper scalars and bringing it to the to the data center and really trying to create industrialized private clouds with the same kind of standardization that you haven't you know in the world of Amazon and as you're in a you know same automation the cloud operating model and really start to do that not just in the datacenter a private cloud but also the rest of infrastructure and ultimately our clients are going to end up with with hybrid environment so we're you know we've been using our extension cloud platform to integrate you know the public providers now in the person and the private side you know with open shifts the you know the VMware's of the world and even back into the legacy infrastructure well that's that's fascinating and also I think really grounded in reality I mean that the tech industry there's you know we all there's all these pendulums and hype cycles and a few years ago it's right right we we were talking a lot about public there was a lot of innovation and it and maybe it's taken a few years for the private stack and the hybrid stack to catch up to give you that advantage in terms of agility and in terms of speed to market speed to production can you talk a little bit about maybe what that relationship with with openshift you say you you're seeing we saw a like I said we've seen a lot of open ship in production are you saying that as well yeah yeah we did we definitely are I mean you know we have a lot of our clients who they're looking ok hey I this look I want to start getting to more service architectures I want to start adopting the new technologies agile development you know start to really embrace DevOps at the same time it's you know either for data gravity or for compliance reasons there's certain applications they just can't move into the public environments ASAP say you know has been challenging to do it particularly as we start to get HANA so you know they've been starting to look and say ok well open ship becomes a very attractive alternative to start developing applications that I can then you know right in a private environment as well as bring up into Amazon and as yours so a few years ago for better or worse one of the terms people were using was lift and shift right and people were taking their you know or legacy that there's a lot of years of battle-tested infrastructure and do you just hoist it into the cloud do I have to rewrite it can i containerize it I mean what are people doing and how are you going back to the scale of our clients you know a lot our plants will have anywhere from two thousand to over twenty thousand workloads and applications so the the notion of lift and shift or or modernization it's not a binary problem so what we actually did was we took our app modernization practice which is part about technology business we coupled it with our infrastructure migration teams as a part of our Accenture Operations Group and we created an integrated cloud factory and then we actually took we had two different two sets of tools we combined them into one accelerate toolkit and and what that does is it allows us to do the upfront application portfolio assessment we figure out the dispositions of the applications you know what what needs to stay together you know we determine which ones need to be refactored or remediated or modernized and that's our technology organization and then for those that we need to just migrate or so you know a few minor changes we then had you know do all the planning the migrations of that and we're able to do this at you know at scale with the factory leveraging a combination of onshore and offshore and these tools to do all the automation and do the you know the wave planning keeping dependencies and moving data around and and we're able to do you know anywhere at one climb we doing over 1200 workloads a month that's amazing I mean that the scale and the speed that time-to-market even in the demos here on stage has been actually pretty pretty surprising to me because it means that it's real as our people shift as people are shifting their portfolios into a hybrid stance some workloads here some workloads in a multi cloud can you talk a little bit about how you're approaching multi cloud and now you're approaching maybe the multi cloud over time well you know I mean we made a big bet on our Accenture cloud platform so which which is really a cmp started very public focused you know how do I provision and manage optimize my workloads across the public providers we've now started to integrate in the private side much more aggressively we're always doing it at our clients but it was a very custom one-off as we start to industrialize and standardize on the private side it now gives a seamless hybrid cloud management we're actually extending that to go to legacy we've still got a number of clients like insurance companies where they've got significant business logic trapped in their mainframes and our app modernization guys are starting to wrap those with micro services starting to do front-end development in OpenShift it's example and get closer to the users for you know for better customer experience much more agile delivery while still maintaining that frame and and what we find is as you've got these distributed applications based on micro services you now need to manage across that hybrid environment and it's it's public it's private but it's also legacy infrastructure yeah and that's got to be complicated one of the other themes of this show probably coming out of Red Hat's own culture of openness and a we had a great I love the the keynote this morning talking about well you know planning is great but you know eventually the plan is going to hit the battlefield and you've got to be adaptive and you've got to be agile so when you are talking with the CIO and when you're talking with these leads of business and their IT leads you know what are some of the things that you're preparing them with and what are maybe some of the signals that they're up there ready to do this versus maybe not ready to do this yeah you know very good question what's interesting is when I talk to most of our of the CIOs I think they've got a pretty good handle on the technologies I mean it's and not to trivialize it's not simple technology but I think most have focused a lot of their energy on that I think their biggest challenges are the culture and and the operating model so you know if you look thinking well how the hyper scalars do it I mean firstly standardize which I think that's you know these CIOs are typically do want you know they they're not driving standard t-shirt sizes they don't have that discipline to have a standardized service catalog what you need to audit traditionally the enterprise everything most custom everything was bespoke exactly so it's not in their DNA to go to that Christian you know standardization and I mean think about the hyper scalars I mean a well Amazon innovates an incredible pace they still have a discrete set of services and if you can automate and do real cloud operating model you really need to have that level of standardization the whole operate the business and operational transformation is very difficult you know it's interesting now the apps guys have typically done a reasonably good job I mean getting out there and using agile development you know they're embedded in the be used doing their sprints etcetera still some work to be done for the infrastructure guys you know if you if you start to take a look at it you could have an app team doing - you know two-week sprints they're ready to drop code all of a sudden have to wait 12 weeks for the infrastructure to catch up so we've been spending a lot of time looking at how do we enable software to find infrastructure how do we start to even do you know infrastructure is code with similar Sprint's and embedded into the be used groans etc talyn's a huge issue I mean they are all struggling it's very hard to get people with native cloud skills you know it sorts them in the market so most of our clients are really struggling I mean it's good for us as an integrator and bring me how to bring those skills but but they too need to develop those skills as well and that all in some way solves over itself over time as standardization happens right yeah as kubernetes becomes more ubiquitous you will have more people trained up in kubernetes same thing with some of the infrastructure layer maybe can you drill down maybe a little bit more into the infrastructure and how are you helping so do you say the infrastructure folks become more agile you know at some point you've got mainframes they're not moving so you kind of have to wall them off with some agile layers we'd be big proponents of software-defined infrastructure or I think VMware has actually done a pretty good job getting the market up to speed on software-defined data centers so how do you how do you first use virtualization techniques like you know if you think about VMware is NSX or Cisco's ACI part how do you deploy those two to provide the vehicle to do the automation and then grit you know severe you know just very intense automation now if I have to standardize first but then I start to automate so whether it's V you know VMware would be realize it's you know ansible so I mean we've seen red have to do some great work around ansible and doing that automation we use chef in our in our central cloud platform but but it but really starting to drive that similar type standardization and automation but but you have to chain change how you operate to do that and I think that's where a lot of people struggle so they you know they may have automation projects acceptor but they they haven't really fundamentally shifted how they do it so at one of our clients a life sciences client we actually were doing we were implemented a software-defined datacenter we had service now as as the the front end portal you know V realized automation integrated with a GXP compliance system and we just kept iterating through in two-week Sprint's we would incremental II deliver a you know first minimal Viable Product and compute and storage then up to t-shirts we got into you know more database-as-a-service eventually even as being able to spend up s a PE basis instances and we were able to leverage a lot of the automation including the network which is oftentimes a long pole in order to accomplish that right alright so starting with bite-sized pieces and exactly incrementally improvement and that's the great thing about agile right I mean it and to put the problems and the apps guys have known it for a while as infrastructure guys with a little new so we've actually taken out Accenture DevOps platform and we've created an infrastructure exclude plugin you know that uses github and jerry' to now deliver drop releases of infrastructure as good well that's great I mean you mentioned a lot of different tools and platforms here a lot of them open source right we're here at Red Hat summit I think one of the again one of the signals of this week they were you know announcement with Microsoft announcement with IBM you know very serious and you all have been working with them very serious enterprise ready ecosystem here do you get any pushback about the open source nature of some of these things you know less and less and a number of years ago there was clearly you know because of particularly licensing an tabria Enterprise great applications I think that you know I think people become much more comfortable with open source I mean what when it one thing I often look at is Kafka and you looking at me I see so much Kafka getting deployed right now it's you know open source model it's you know I'm seeing it used in so many different uses you know you pet use cases and development and so I think I think a lot of and thanks to Red Hat I you know give them credit for bringing open source to mainstream and to the enterprise market I'm putting you know licensing around it so I think no I don't see the same kind of pushback anymore and I think the walls changed it's kind of the bearable right it's either both at the cloud layer and then at the infrastructure layer in the automation everything like that you know maybe talk a little bit more about some of a Accenture what I would I would have been gathering here right there's a bunch of open source tools you're using but you have your own tool sets too right and and and the eccentric cloud can you talk a little bit so the extension cloud platform is I mean we do use a lot of third-party technologies we're not gonna go reinvent the wheel we're gonna pull in the best of products that we can me and it says and we started off I mean it's been out there for about five years you know to be you know we have an orchestration platform that's built into it we do use a lot of shaft to do you know the provisioning of the environments have a but you know and we keep evolving it we've changed out building optimization engines and now are very focused on how do we push it into the private world so that brings in new tools and capabilities to do that automation so so as we continue to push that the the next big step that we're focused on is the application and infrastructure management so one of the emerging problems is we start to see micro services get adopted and you're gonna get applications that might have a front-end running service and Amazon you know with lambda you know distributed private cloud with a CouchDB you know data right yeah and then a mainframe reservation system so this is one of our you know one of our clients has that environment how do you manage and troubleshoot across that environment so the ability to first look at what I'll call the application or service topology you know up in the tools like I just saw dynaTrace presentation app DS of the world but then go you know the east-west apology then mapping north south into virtualized and physical infrastructure and this to me is gonna be one of our you know more difficult challenges because that at the you know at the same time you've got that complexity it's getting more complicated you know I think containers become much more dynamic you software-defined networking it becomes a lot harder to sexualize and troubleshoot that so we starting to look at the assurance or service management side and really start to innovate you know more there yeah that's that's amazing and I think that's going to become more and more necessary right we you know with big companies global you know distributed all over the world distributed on multiple platforms with private with private components all these services mixed together with a service bus you know you know when that blows up it's gonna blow up spectacular exactly and we've all been on those calls with 50 people that we can't afford to do you know and it's everybody I'm a network guy everyone points at us I really do want the tooling and instrumentation I mean the other big change that's interesting is the operator is gonna change I mean I think there's two major elements to that it's obviously you know DevOps you know development and operations getting cut you know much tighter together asre is a great example that and I think we you know if I look at DevOps right now I feel it's still very dev centric I mean we've grade on CI CD pipelines not quite as good on the op side I think we've got some room to to change there oh there's a lot of there's a lot of growth and journey and I love that the community like we can all learn together and I think open source and all these pieces are a big piece of it but I look at on the infrastructure side in the infrastructure operation side one things we're looking at now is how do we transform both our clients operators and our own operators when we do the outsourcing so how do we take them from what was traditionally eyes on glass looking at consoles and now write the next you know data ingestion scripts the the analytic algorithms of visualizations you know write the next automations to streamline something and over time tune the AI engines as we start to adopt AI to particularly around performance optimization you know how do we start to incorporate that absolutely I think yeah we're all facing that I mean it sounds like I really enjoyed learning about how all everything that Accenture is bringing to the table on this enterprise journey to the cloud Larry thanks for joining us Larry said Larry soccer Global lead for infrastructure growth and strategy at Accenture thanks for being on the deck enjoy it I think we are here we're just wrapping up here we are live here for two days at Red Hat summit in San Francisco we're closing up our second day we'll be joining you in the morning tomorrow as we finish off the conference that's all what you can always count here live on the cube

Published Date : May 10 2018

**Summary and Sentiment Analysis are not been shown because of improper transcript**

ENTITIES

EntityCategoryConfidence
John TroyerPERSON

0.99+

CiscoORGANIZATION

0.99+

AccentureORGANIZATION

0.99+

Red HatORGANIZATION

0.99+

IBMORGANIZATION

0.99+

San FranciscoLOCATION

0.99+

LarryPERSON

0.99+

two thousandQUANTITY

0.99+

MicrosoftORGANIZATION

0.99+

AmazonORGANIZATION

0.99+

two-weekQUANTITY

0.99+

NSXORGANIZATION

0.99+

Red HatORGANIZATION

0.99+

50 peopleQUANTITY

0.99+

12 weeksQUANTITY

0.99+

second dayQUANTITY

0.99+

AWSORGANIZATION

0.99+

two daysQUANTITY

0.99+

twoQUANTITY

0.99+

HANATITLE

0.99+

Larry SocherPERSON

0.99+

KafkaTITLE

0.99+

sixQUANTITY

0.98+

oneQUANTITY

0.98+

five yearsQUANTITY

0.98+

HIPAATITLE

0.98+

VMwareORGANIZATION

0.98+

Accenture Operations GroupORGANIZATION

0.97+

2000 companiesQUANTITY

0.97+

two setsQUANTITY

0.97+

bothQUANTITY

0.97+

SprintORGANIZATION

0.97+

about five yearsQUANTITY

0.96+

two major elementsQUANTITY

0.96+

tomorrowDATE

0.96+

Red HatEVENT

0.95+

this weekDATE

0.95+

CubanOTHER

0.95+

Red Hat summit 2018EVENT

0.95+

agileTITLE

0.95+

eight monthsQUANTITY

0.95+

dynaTraceTITLE

0.95+

first strategyQUANTITY

0.95+

day twoQUANTITY

0.94+

Red Hat Summit 2018EVENT

0.92+

few years agoDATE

0.92+

red hat summit 2018EVENT

0.92+

Red Hat summitEVENT

0.9+

over 1200 workloads a monthQUANTITY

0.9+

OpenShiftTITLE

0.9+

firstQUANTITY

0.89+

this morningDATE

0.89+

githubTITLE

0.89+

DevOpsTITLE

0.87+

one climbQUANTITY

0.87+

over twenty thousand workloadsQUANTITY

0.85+

about fourQUANTITY

0.8+

OzzyPERSON

0.8+

CouchDBTITLE

0.78+

one thingQUANTITY

0.78+

number of years agoDATE

0.77+

first lookQUANTITY

0.77+

Ranga Rangachari, Red Hat Storage | Red Hat Summit 2018


 

live from San Francisco it's the cube covering Red Hat summit 2018 brought to you by Red Hat welcome back everyone we're here live in San Francisco for the Red Hat summit 2018 events the cubes exclusive coverage I'm John for the coast of the Q with John Troy you're my Coast analyst as we blues co-founder of tech reckoning advisory and Community Development firm meniscus is ranked at Rangachari vice president general manager Red Hat storage for you to see you again welcome back to the cube thank you thank you invited me again so Steve a lot they said storage is where all the action is with wellness data to be stored somewhere with the cloud yeah it's still important you guys have a new concept yeah on storage yeah I'm storage what is the unstirred you know I think essentially when we got into the storage business the status quo was your traditional storage mainframe so wheeling a piece of gear and it's to scale up and have things workloads running there but with the movement towards cloud especially with hybrid cloud where you really can't take a physical box and move it into a public cloud and in the last year or so with containers the common theme that's emerging is things like agility things like scale things like almost having ubiquitous storage all around the place is becoming more and more important so our thought is it almost turns a storage the phenomenal storage industry upside down on its head because the things that people cared about decade ago on the workloads are no longer relevant or less relevant than where they are today so and you know it seems to be people seem to get it so we're pretty I mean we've seen the strain on servers server less storage less so in a way this the recent resource pool is not just you know a box and provision the LUNs more like okay I need storage exact a button I don't care where it comes from is that we're kind of getting to somebody that's exactly what it is right I think in a in a different way right one of the customers said I want storage to be everywhere but nowhere right in that they want storage to be a pervasive but it has to be invisible so they don't have to worry about things like zoning and LAN masking on one piece hardware and do the same thing with twenty other pieces what our solution offers offers is truly a scalable storage platform that's running on any kind of footprint physical virtual private a public cloud but it's a common user experience across all these different footprints and that's why and the other part of this thing which is also different is yes it does appeal to the storage admins but more importantly as you become as organizations of all the cloud architects and DevOps know what they care about is like I want storage to be as invisible as possible but yet I want to make the devil developers more and more productive so I think we are I feel really right track in appealing to how storage needs to be viewed it's a no brainer in my mind if you're DevOps you want to go total cloud horizontally scalable you need gel apps stores just to be available programmable all that's great stuff question I have for you is what's the impact of customers who have been buying boxes for decades so what's the impact of them with Red Hat so I'm still gonna need boxes and still gonna put them somewhere and so it's an on-prem cloud operation so I still need storage bits cloud obviously those guys have their own storage but I mean but you still gotta plug it in and put storage in sure what's the impact of the customer well I think they I mean we do we are practical enough and we rarely realize that no customer is gonna pull the plug one day and move on to the next infrastructure what we are seeing more and more is as those new workloads which are dramatically different the previous workloads as they come into play then they have to rethink how they develop deploy provisioned storage infrastructure so that's where we come in so it's not about in either/or it's about how do you are meant your existing storage infrastructure but think about it in a modern way think about how you can future-proof your architectures so that it scales so that's the way we think about it wrong how should people be thinking about storage at different levels of the architecture there's actually a lot of storage here there's been a lot of sessions and the ecosystem expo there's a lot of storage providers but you've got the we've been talking a lot about open shift and an open shift on OpenStack here at the show this is this year so if you're at the OpenStack lair versus on the open shift layer how should you be thinking about storage and and what and what products are plugging in at those layers yes so you know think with OpenShift a couple of days ago earlier this week we announced our 150 customers we're actually deploying our product which is called containing nearly storage CNS for short and what that does is it enables it's essentially the storage infrastructure for open shaft so wherever open ship goes the storage footprint follows along whether you're running it on Prem on top of virtualized infrastructure or you're running any of these public clouds and the most interesting part of that is you know getting back to the earlier conversation we try to make it as invisible as possible so you we as vendors don't have to say you've got to deploy it here so make it as invisible as possible and as seamless as possible now with OpenStack it's a different set of experience because that's kind of infrastructure up right and the advantage for us is if you look at the OpenStack community in general almost 70% of the OpenStack community in one way shape or form uses a safe project so it's almost become I wouldn't call it almost de facto standard on how people manage the storage infrastructure with an open stack but even there the cardinal rules are still the same which is when they think about spinning up a machine the storage has to be attached automatically to it and then scale as their computer in the storage infrastructure scales and this the scale is the question we're living in a new era of cloud economics scale is key and we here the customers here Red Hat Red Hat's customers talking about things like horizontally scalable asynchronous micro sets of micro services levels of granularity this is the programmable new fabric that is a new infrastructure of the Internet you know 30 year old statuses from e-commerce DNS they're you know gonna be abstracted away with a new abstraction layer yes hello opens yes hello you know new things kubernetes and in containers so with that being said there's an opportunity yes so when you that's kind of like the state of the yard now but you're welcome to an enterprise like what's kubernetes again so you got some enterprises are learning about kubernetes and it's good news for them learning about containers where they don't have to throw away anything you just containerize it how is that impacting the classic definition of software-defined datacenter yeah and software-defined storage because those are the two important trends that have been happening in Software Defined does it accelerate it does it change it a little bit what's your thoughts on those do you know I think it accelerates it and here's why that's a great question right because when you look at organizations especially in the container era right where there are certain companies who are actually I would argue even bypassing you know and building it container first strategy as opposed to a cloud first strategy right so that's that's the way they are thinking about this and when you talk about route through that lens storage essentially is an application as opposed to infrastructure so you have to talk as three or you have to talk whatever protocol it is so it just becomes part and parcel of that so the challenge or what vendors or customers are looking at us is how can you make it as seamless as possible so that they can get the acceleration can happen because a year ago I think nine months ago there was a survey that was done where customers said the top two issues with moved to accelerated move the containers were storage or persistent storage and security well I think we have a firm handle on what we need to do to really help our customers at least address the storage part of that discussion what's up what and what's the make of the use cases right now how many customers are deploying this roughly order of magnitude mean let's go into details but I mean you know you know how's the migration okay the early adopters and in mode now is it fast followers is it the rest of the market I think it's still in the early adoption in the truest definition I think you know using the baseball analogy we're at the top of the first inning right and most of the workloads tend to be new workloads right there are some left cloud native but there's some but as far as the use cases it is you know across the board you know no sequel databases see I see Dee Jenkins type of environment so we surprised vertical centric either because storage your Stora just used by everybody yes there is one layer where there's certain I is free apps that tend to be focused on certain verticals but they happen right by our availability or I ah she might need financial services or stretch clusters and all those kinds of things okay cool I love the concept of unstitch but that does leave in the cold a little bit the people that we used to call storage admins right so now multi cloud hybrid cloud a lot of examples and blood demonstration operators operators done does the job of the storage the person you who used to be in charge of storage it seems like that that changes now even with unstitch a lot of automation a lot of fabric a lot of pooling does it itself but you still are on a lot of different clouds and things like that how do you how are you talking to customers about that so you know I think one of the I think the term that people have started to use as generalists right if you look at it you know five years ago or seven years ago you had a silo of systems administrators storage administrators and network administrators now the whole vertical store the silos have been in a way normalized so now you have a pool of people might be the major is in storage but the minor is a networking by the major isn't compute their minor is in storage so it really helped her all the organizations that we talked to now they say look I have a collective pool that can help me where I need to get to so this plays really well what about that audience absolutely it does and the hybrid cloud equation in your thoughts there cuz lastly we'll keep on did a great piece of research on true private cloud and there and they are looking for more folks to first rating the next set of surveys so I'd love to introduce you to the Peter verse over there but the point is was true private cloud report showed that on-premise cloud if occasion whatever you want to call it action was much higher and growing it's not so much on premise has been dying or being reduced its transitioning to on-premise cloud operations which is essentially cloud it's a fat edge or you know and the cloud is that what is the cloud so you're seeing still a lot of work being done on premises where there we recasting reimagining cloud so how is that impacting the hybrid cloud because I've been cause it's not really a product it's a yes it's a journey it's a connection between two clouds so storage data the data plane control planes are all kind of like evolving your thoughts on multi cloud and as hybrid starts to accelerate that's the path I'll see open shift but your thoughts on so the I think the way we think about this right is hybrid cloud it's not so much that everything is running on app I absolutely agree with the research right but the customers that we talk to they are still building the foundational business on I got a you know keep the private cloud make it as seamless and as efficient as possible but there are certain workloads that lend themselves well to running on a public cloud now it's not so much as a disjointed these two universes never talk to each other it's how do we the Red Hat try to bring the two together so the user experience you almost in a way try to minimize where it actually runs right now so that's that's an open shift is a classic example of that right where you're running it on Prem but you're also running on these public clouds if certain workloads that are great on a public cloud an example of that is one of the largest airports and Europe so they use OpenShift on Prem but they also use OpenShift on a couple of other public clouds and our CNS product which is a continuous tourist product run runs along all those three environments so to the end-user it's essentially a seamless experience and that's you know as the journey unfolds I think that's what you're going to see more and more is about how do we start to know that the storage foundation is built how do we start to exposed some data services that can run across all these different that's gonna be killer so here's an update in the business how's the business what's the road map looked like what are the things that you guys are working on what's the priorities so business is like we announced on Monday 150 net new customers over the last 12 months and that's just on one specific strategic imperative which is containing native storage or help the customers with a container journey besides that I think there are two other pillars we are focused on one is around hybrid cloud right which is how do you really provide the best storage substrate for customers building private clouds and hybrid clouds and the third part is hyperconvergence because I think what our customers are asking for is they've seen the power of hyperconvergence but they want an open-source variant of hyperconvergence for their environment and stay tuned on that front we got some exciting stuff going on and we'll keep you folks updated on the final question what's going on the show here for you what's notable but the folks that are watching who couldn't make it here what's the vibe what's the hall way conversation what's the customer conversate with steer some color of what's happening here at breadhead summit here in san francisco so a lot of things but then I wish we had time but I know we're short of time here but the few things I want to highlight one is all the technology demos that we did yesterday today and some in the tomorrow or tomorrow timeframe you'll see are containing native storage or a storage portfolio be an integral part of every one of the teams that we are talking about so that's you know and we've got very positive feedback on that we have over two dozen text sessions and my understanding is I don't go to those my understandings they've all been standing room only so there is definite customer interest in where we are what we're doing so we this show has been awesome so for us yeah storage is the gift that keeps on giving now it's going to be storage less than unstirred whatever word you want I like storage list because it sounds like server list which doesn't mean anything either but it sounds good but it's a full of resource gratulations I play it's a hot area certainly having programmable infrastructure means better development time and certainly making it you know elastic and making it horizontally scalable is the dream we all want to get to fast so be there more live coverage bringing you all the action here in the in the open here at Moscone you're in the mill the floors the cube coverage of Red Hat Summer 2018 I'm John Fourier with John Troy your stay with us we back with more after this short break thanks John

Published Date : May 10 2018

**Summary and Sentiment Analysis are not been shown because of improper transcript**

ENTITIES

EntityCategoryConfidence
san franciscoLOCATION

0.99+

Red HatORGANIZATION

0.99+

John FourierPERSON

0.99+

John TroyPERSON

0.99+

150 customersQUANTITY

0.99+

San FranciscoLOCATION

0.99+

30 yearQUANTITY

0.99+

EuropeLOCATION

0.99+

San FranciscoLOCATION

0.99+

John TroyPERSON

0.99+

StevePERSON

0.99+

nine months agoDATE

0.99+

a year agoDATE

0.99+

tomorrowDATE

0.99+

Red Hat StorageORGANIZATION

0.99+

MondayDATE

0.98+

oneQUANTITY

0.98+

twoQUANTITY

0.98+

five years agoDATE

0.98+

John Ranga RangachariPERSON

0.98+

two other pillarsQUANTITY

0.98+

twenty other piecesQUANTITY

0.98+

threeQUANTITY

0.98+

seven years agoDATE

0.98+

two cloudsQUANTITY

0.97+

two important trendsQUANTITY

0.97+

one layerQUANTITY

0.97+

decadesQUANTITY

0.96+

two universesQUANTITY

0.96+

three environmentsQUANTITY

0.96+

JohnPERSON

0.96+

one dayQUANTITY

0.96+

one pieceQUANTITY

0.96+

OpenStackTITLE

0.96+

first strategyQUANTITY

0.95+

last yearDATE

0.95+

MosconeLOCATION

0.95+

a lot of sessionsQUANTITY

0.94+

over two dozen text sessionsQUANTITY

0.94+

Red Hat summit 2018EVENT

0.93+

Red Hat summit 2018EVENT

0.93+

this yearDATE

0.93+

third partQUANTITY

0.93+

OpenShiftTITLE

0.92+

almost 70%QUANTITY

0.92+

Red HatORGANIZATION

0.92+

earlier this weekDATE

0.91+

a couple of days agoDATE

0.89+

breadhead summitEVENT

0.89+

decade agoDATE

0.88+

Red Hat Summit 2018EVENT

0.86+

a lot of storageQUANTITY

0.86+

vice presidentPERSON

0.85+

a lot of storage providersQUANTITY

0.85+

Dee JenkinsPERSON

0.84+

one wayQUANTITY

0.83+

yesterday todayDATE

0.83+

last 12 monthsDATE

0.83+

first inningQUANTITY

0.82+

first ratingQUANTITY

0.82+

OpenStackORGANIZATION

0.79+

meniscusORGANIZATION

0.78+

150 net newQUANTITY

0.75+

RangachariLOCATION

0.74+

two issuesQUANTITY

0.73+

stackTITLE

0.71+

Red HatTITLE

0.7+

todayDATE

0.69+

every oneQUANTITY

0.68+

lotQUANTITY

0.67+

topQUANTITY

0.67+

PeterPERSON

0.67+

SummerDATE

0.64+

PremTITLE

0.59+

general managerPERSON

0.58+

PremORGANIZATION

0.56+

2018DATE

0.54+

cloudsQUANTITY

0.54+

teamsQUANTITY

0.53+

Denise Dumas, Red Hat | Red Hat Summit 2018


 

from San Francisco it's the queue covering Red Hat summit 2018 brought to you by Red Hat hey welcome back everyone live here in San Francisco California Moscone West is the cubes live coverage of Red Hat Summer 2018 I'm John furry and my co-host John Troyer our next guest is Denise Dumas vice president software engineering operating system group the Red Hat welcome back to the cube good to see you thank you so much great to be here with you so operating systems Linux the base base with everything yeah now you got all those other goodness going on you have some acquisitions permit bit we were just talking about before he came on a lot of action going on yeah what's new well you know you think that the world of operating systems would be boring but honest to god it is so not especially now right because there is a whole generation of change going on in the hardware and when the hardware changes the operating system has got to change to keep up right you look at the stuff that's going on with GPUs with FPGA right I mean and that's just like tip of the iceberg yeah and everything has to be programmable so you need software to keep track of it so it's not just the patches you gotta keep on top of the DevOps automations a big part of it and security models are changing with the cloud there's no perimeter so you have to have maybe chip level encryption os the way up this is challenging so what is it what's the impact to Red Hat as these new things come on because you know you got you know fishing out there sphere fishing is a big problem you got to handle it all how do you guys handle all the security challenges well you know it's it's actually interesting because rel is the base the core of Red Hat's product line which means that we provide the firm underpinning for everything else in the portfolio so we have the FIP certification we're doing the Common Criteria certification we provide the reliable crypto that everybody else can just expect to have in their world and we have to be the really firm basis for everything that layers on top and it's really great to have the additional products in the portfolio working very closely with us to make sure that we can be end-to-end secure end-to-end compliant and that we're looking at the bigger problems because it's not about the operating system it's about the infrastructure and what you're going to run on top of it right a lot of people have been saying security oh it's hard to do security open source is actually a problem for security and then the world shifts back and says wait a minute open source is better to attack security problem because it's out more people working on it versus the human problem of having proprietary so obviously open source is a good thing - security what's the modern approach that you see now that that that you guys are watching and building around that because that's the number one question that coot at kubernetes con we saw a great thing do some kubernetes we saw is do service meshes but Security's got to be thought of on the front end of all the application developers that means it's on you put it into the OS and it's a different world right because the application developers are not accustomed to having to deal with that because that was always the job of the IT guys right that was a problem for the infrastructure to deal with and so clearly we have to provide better security better better tooling available to them but the operations guys right they still they need help in this new world as well because suddenly there's this explosion of containers in their environment and who knows what's in those containers right we've got to have the ability to scan the containers and make sure that they get patched regularly right so it's just it's a whole different set of problems but it all starts with making sure it's secure underneath all the rest of it well so that's that brings up the console of this concept of layers right there's all the operational things there's the apps and the containers and then you know rail is running underneath that that's the hardware and the micro code and all the rest of the stuff so this year we the whole entire IT industry - the kind of a gasp with with the meltdown inspector problems that that surfaced or you know I guess it was in January I think yeah when they were Republican what that was that was how the colonel team spent their Christmas vacation oh my goodness yeah I the colonel team the performance team the security team the virtualization team all those guys so Red Hat shuts down for a week at Christmastime if they didn't yeah that was exciting I mean we've been trained security is one of these things but there's another one coming because cyber attacks are there what's that what's the viewpoint how do you keep on how do you how do you keep on top of it yeah well you know we have a fabulous security team so if you happen to get up to the second floor go talk with chrome Chris Robinson his guys they monitor what's going on in the upstreams they work with mitre they work with the organization's right and when they discover that something is in the wind they come to us and disclose people as needed and then we get to go and figure out how we're gonna get fixes in usually a lot of this stuff happens as you know under embargo so we really we can't talk about it that's a real problem if a lot of the upstream hasn't been read in right so like for instance with meltdown inspector a lot of that was going on not so much in the upstream so there were kind of divergent patches that we got to bring back together that was really we knew that well we had a really strong suspicion that the embargo was gonna break early there that's why my guys were over Christmas right they had to have something ready secure for when it broke and then we could worry about the performance afterwards yeah right and then you had to roll that out into the entire customer base there's some fairly standard mechanisms was there anything special with that because it was fairly high priority I suppose yeah well I mean anything like that we make available a synchronously cuz we want to have it available that the day that that embargo goes public right because that's when we're gonna be getting the phone calls that's when people say oh my god now what do I do but if but the hard part with this one was that you had to have the microcode as well right but we had to do a lot of Education because this was this the side channel attacks it's just a different way of thinking right it's not so much a flaw in the code as in the overall hardware architecture that we get to deal with that stuff what did you learn what's the learnings that were magnifying we have to be as transparent as we can possibly be because security researchers are going to keep on looking for this kind of flaw and we you know we just have to be able to work as much in the open as we can but we also have to have an education function right this is not an area of core expertise for a lot of people who are working in databases right or who are who are designing Java apps and yet we have to be able to explain to them why there's a performance impact on some of the stuff that they're doing and how we can work together to try to get back some of that performance over time no meltdown inspector that's kind of off my radar now but I don't think we're completely out of it right you people have had to patch and reboot and and update but it sounds like we're not I don't think we're at 100% for sure of all systems yeah well you know IT infrastructure right there's your window in which you can actually afford to reboot your systems and I think a lot of those are very tightly scheduled I mean we have customers who get you know ten minutes a year yeah up times of years and years I mean old rebooting is kind of old fashioned at this point yeah really right as it should be as it should be but but when it's the minor code you're kind of stuck yeah I mean that's a hardware thing getting back to the hardware still hardware's even though cloud is extracting away the complexities Hardware still is out there so you never gonna go away for you and as you said it's changing look at the GPU side and you got all kinds of new things coming on the horizon like blockchain and decentralized infrastructure that's encrypted amen right so you know this is you know systems level code mm-hmm with software guys who don't know micro code mm-hmm so you guys got to be on top of it so so I guess the big question is is that operating system that you guys have is very reliable and the support is phenomenal use of industries how do you take the support and the engineering in rel and operating systems and bring that operate system mindset to the next level up as you move up the stack kubernetes new OpenStack as well openshift yeah and apps they all want the same reliability you all want the same kind of robustness nature of an ecosystem at the same time more people are being certified yeah so you have a balance of growth and reliability how do you how do you guys see that and it's also speed and time to market right which is the other factor because there's so much pressure on any emerging technology to get the features out there that you end up carrying the technical debt right or you end up not being able to be as hardened as you might like to be the instant that you go out the door and so it's always gonna be a balancing act and a trade-off so you I know you guys were just talking with Mark Oh bill Peter and he was probably talking about how we're trying to focus on use cases right we need to understand the use cases that our customers have and now those are clearly across the entire product portfolio right but those are the test scenarios that I need to get in flight and those are also the the paths that I need to make sure we've optimized for right and so it's a partnership with the rest of the products in the portfolio and we really do a lot to work together as tightly as we can which is one of the benefits of being at the core right I'm working with everybody yeah and you got the instrumentation too so the other theme yeah the automation big time theme here is breaking down the two of real granular level sets of services which actually is a good thing because if you can instrument it then it's just easy to manage because then he can isolate things so I mean this is a good thing in the OS people love this because you can see couple and make things work well but the instrumentation if you have the API API and you need the instrumentation and looking in so how is that created a challenge because it's all those great for Red Hat's business and then you see in the the forecast and the analysts are seeing the growth you guys are seeing the successes but it makes your job harder a bit that one's a harder but I mean it's you know you get it right more code and make glue layers of abstraction layers yeah but I wouldn't want it to be boring well I do want it to I want it to be boring for our customers I want our customers to just be able to pick up and no drum and exciting homes not ringing with no spectra again it's working like a charm no problem yeah drama llama does not live here yeah yeah that's an interesting point though just a lot of talk about the whole Red Hat stack here right and you got as we've said you the base of it where does where does Linux where is this Linux and especially rail go from here what are you looking at that over the next few years some different technologies you're looking to pull it etc mm-hmm there's always I mean we have to keep up with the hardware advances clearly right but then there's let's oh look at our permaban what a great ad right so perma bit for people who don't know they do a video virtual data optimizer so they do D dupe and compression on the fly on the path to the disk and with rail 75 as part of your subscription you get so we buy we buy companies and we open-source their soft code side their software and we make it available to you as part of your subscription right how good is that so is when you deploy 75 in your environment now suddenly you're gonna need a whole lot less storage right depending on of course it depends upon your data footprint right but but you might find that you're able to shrink the amount of all that expensive storage and expensive cloud storage particularly that you need significantly and you get the compression right was avenge compression was very popular we know we followed in fallen permit bit question on permit bit for you was that open source was that they build their front open stores because now and are you guys open sourcing that that's okay so you have to go gain and and then open it up and do a review and clean it up and yeah yeah and we have to help them get it into an upstream right so they actually they were fabulous the perma because they have been so fabulous to work with best acquisition ever seems to be pretty good at acquiring companies and incorporating their tacit that seems to be part of the culture here yeah that's cuz we're not you know people think we're like big and scary right I'll tell you I have worked for companies that are big and scary Red Hat is not it we're really open and it's really in many ways in engineering culture which is wonderful it's a great fit if you happen to be from a startup culture because we don't overwhelm you with process right I mean we a lot of smart people again I can attest to my interactions over the years smart people very humble a lot of systems people to which is cooperating system hello the world's turning into an operating system good for that but humble and plays the long game you guys I've been you deserve credit for that and that's that's attracting and reason why you successful but you know the thing is we really believe in our core values right we really truly honest-to-god believe in open source and the power that it has to change the world that you know you say oh yeah sure right she's part of the management change she's gonna see him anyway yeah but you guys are growing so I mean over the years again since we started the cube nine years ago we've watched red add just in that time span grow significantly I'll see it's well documented an alternative to the other proprietary os's second-tier citizen now running the world the first tier great job so the youth success business model of open source is now mainstream but you got to onboard more people more ecosystem partners in a really dynamic big wave of innovation coming yeah how do you maintain the recruiting how do you get the great people how do you preserve the culture I'm sure these are questions how do you the more inclusion and diversity questions this is all happening right they're gonna have to catch him at nine years old and grown I mean although honest to god we do a lot of university outreach right if you look in the Czech Republic for instance we have a huge operation in Brno which is the second largest city there and we are so tied in to the university system we bring in lots and lots and lots of interns and it's wonderful right because we want to teach people about open-source we find people who have passion projects and we bring them in this is this is our world right we don't we want non-traditional people as well as traditional computer science majors open-source is a great leveler your CV is online I mean imagine right you're you want to change careers you want a new life you love to code you've been working on writing games in your in your spare time you are our people that's the code your code is who you are your code is it's your CV well this is what Oh doing your things on the open means and also it's been great for your business and we had gym writers on earlier there's no a/b testing they just go into the community and find out what's they want and they just that's the a B C's e testing it's just right there you guys do the due diligence sometimes make big time real fun decisions on features based upon what is in demand practically speaking not just focusing on the new tech that's a good business model we hope so cuz you know I mean as as one of our former CFO I said there are a lot of people a lot of Associates at Red Hat who are dependent on Red Hat for a paycheck and it's very important to us that we remain profitable stable and and really good for our people right we've got a lot of people that we need to take care of in the time it's a good place to be in the timing spray with kubernetes and containers we're taking it up a notch and bringing that extensibility you know just beyond stand-alone Linux so congratulations Denise thanks for coming on and sharing your perspective as always we love these conversations in the cube talk and everything from operating systems to core OS and kubernetes and culture as the cue here out in the open on the floor at Moscone West John Troy yer stay with us we'll be back with more day two of three days of live coverage on the cube net we'll be right back

Published Date : May 9 2018

**Summary and Sentiment Analysis are not been shown because of improper transcript**

ENTITIES

EntityCategoryConfidence
DenisePERSON

0.99+

John TroyerPERSON

0.99+

Denise DumasPERSON

0.99+

Czech RepublicLOCATION

0.99+

Denise DumasPERSON

0.99+

BrnoLOCATION

0.99+

JavaTITLE

0.99+

San FranciscoLOCATION

0.99+

Red HatORGANIZATION

0.99+

LinuxTITLE

0.99+

100%QUANTITY

0.99+

JanuaryDATE

0.99+

three daysQUANTITY

0.99+

second floorQUANTITY

0.99+

first tierQUANTITY

0.99+

Red HatORGANIZATION

0.99+

ChristmasEVENT

0.99+

nine years agoDATE

0.98+

ten minutes a yearQUANTITY

0.98+

second-tierQUANTITY

0.97+

this yearDATE

0.97+

nine years oldQUANTITY

0.94+

twoQUANTITY

0.94+

second largest cityQUANTITY

0.94+

oneQUANTITY

0.93+

Moscone WestLOCATION

0.92+

Red Hat summit 2018EVENT

0.92+

San Francisco CaliforniaLOCATION

0.91+

Red HatTITLE

0.91+

75TITLE

0.9+

RepublicanORGANIZATION

0.9+

coupleQUANTITY

0.89+

OpenStackTITLE

0.88+

a weekQUANTITY

0.88+

a lot of peopleQUANTITY

0.88+

Chris RobinsonPERSON

0.87+

Mark Oh bill PeterPERSON

0.86+

chromePERSON

0.85+

Red Hat Summit 2018EVENT

0.85+

DevOpsTITLE

0.84+

bigEVENT

0.83+

openshiftTITLE

0.81+

rail 75TITLE

0.8+

Red HatORGANIZATION

0.8+

Common CriteriaOTHER

0.76+

lot of peopleQUANTITY

0.75+

one of these thingsQUANTITY

0.75+

Summer 2018DATE

0.75+

Red HatEVENT

0.73+

John furryPERSON

0.73+

next few yearsDATE

0.72+

lot of peopleQUANTITY

0.69+

number one questionQUANTITY

0.68+

redTITLE

0.65+

waveEVENT

0.62+

vicePERSON

0.61+

Moscone WestLOCATION

0.61+

ChristmastimeEVENT

0.58+

peopleQUANTITY

0.58+

drama llamaTITLE

0.57+

JohnPERSON

0.57+

lotsQUANTITY

0.55+

lot ofQUANTITY

0.55+

lotQUANTITY

0.55+

day twoQUANTITY

0.54+

innovationEVENT

0.5+

minuteQUANTITY

0.5+

addORGANIZATION

0.41+

TroyORGANIZATION

0.4+

Stormy Peters, Red Hat | Red Hat Summit 2018


 

live from San Francisco it's the cube covering Red Hat summit 2018 brought to you by Red Hat okay welcome back everyone live here in San Francisco California at Moscone West is the cubes exclusive coverage of Red Hat summit 2018 I'm John for your Cohoes with my co Sam John Troy co-founder of tech reckoning and as an analyst firm and community development advisory a next guests a star meter senior manager community leads at Red Hat welcome to the cube good to see you again so obviously the success of open source is grounded in community we'd love talking about community and there's a lot of new things happening new dynamics that are somewhat similar to us in the past but a new generation is coming into open source it's clear by the growth I mean go to any any event and you know just that the Linux Foundation event Jim's daylan's or is it to slide out exponential growth more code coming in so you know give to trot out all the ethos contribute be part of a project and so that the lines are still there but it's evolving and what's your thoughts on on it as it grows I'm looking at the big ecosystem here growing at Red Hat more contributors more projects more products yeah we definitely have the communities are growing and we have more participation and all the projects across the board and I think one of the things that's interesting is the the projects that we're working on are things that one person can't develop or use all on their own and we're talking like software-defined storage or talking OpenStack big solutions and so companies are paying people to work on them and I think over the last 10 years that's been the really big difference like our shares with Dirk at VM was heading up all their open sources and we just didn't Copenhagen and he was reiterating and reminding me because I found myself falling in the trap and a lot of new companies that come into open source I am gonna I'm gonna get people involved in a product I'm gonna join that project so we can commercialize the project versus commercialize their offering and being part of our project so Dirk when I were talking and he was emphasizing languages everything language defines behavior and that the project is an open contributed project on it the product that's commercialized is different and this is not new to read that but it's worth just reeling some of the language as new people come in your thoughts on this yeah so Red Hat we're really clear on what's upstream what's the open source version that everyone is working on together and then what's the version that we're supporting for our customers they have the same codebase they have the same features but the upstream version we call a project and the downstream version we call a product and sometimes they're even branded differently for example manage IQ is the upstream project in cloud forms Red Hat cloud forms is the downstream product and that's where the action is for Red Hat to to commercialize and or productize alright Lord and get all around it but then they contribute everything backups everything's developed upstream so you and you and the other community managers are you at Red Hat it's a little bit different right open source the open source way and open source ethos so you do have a you know these open source communities as well as user communities are you involved with both I mean how do you how do you meld the two how do you differentiate the two you know in the context of Red Hat if I'm a Red Hat customer yes so they're all the same or overlapping so usually you'll have a core group of contributors who maybe some maybe Red Hat employees some may work at another company that either a user company or a partner company some may be individuals working on it and it's kind of your core base but then you have like people that that are participating watching very carefully may be contributing once in a while that are watching that and then you have users and so they're not separate groups of people they're overlapping groups of people that's great the in terms of community here at the show right once you have community that's that's 365 right you come you come to an event and it's like kind of like homecoming so how has the experience been this year for you at Red Hat summit with the Red Hat community people coming together you know a community activities that sort of thing it's it's a really great place to bring people together so that we have all of our customers we have contributors and everyone is on the floor talking so like we're in community central here the floor and our booth has been full of people all day long even when they announce that it's closing there's still people around and talking and we have everything from customer events where we talk to customers about how we work on an upstream - actually that we've had contributor meetups where everyone gets together and meets all their fellow contributors in person how do you guys handle the growth because you know with with growth you have still new ideas coming in so you want to keep an open inclusive environment is there any new things you guys are doing they make sure all the best ideas are being surfaced up or is it the same program seems to think keep going that that way I think I think the best projects evolve over time so we're always looking at the governance of our projects and does it fit where that project is right now and so when a project first starts out it might have a benevolent dictator and then later when it has more contributors and more companies involved you might have even might evolve to a board or to a technical group so for example Gluster we just graduated to a group of maintainer x' that make decisions as opposed to just a project lead is there like a norm or is there a certain pattern that emerges for the puck the programs up I mean the project's having a certain format that you seen that works best or this is more ad hoc based on who's involved it's a little ad hoc but I think most of them start with a very strong personality who has a vision and so a lot of them start either as benevolent dictators or as you know someone who's the main project lead and then as they grow bigger over time you end up with more of a voting member to board of directors Stiles to like Apache and then now today there's a lot of foundations involved to write some some things are are in the Red Hat orbit more more closely others we you know like we were just at KU con so the all the Linux Foundation different the for instance the kubernetes the CN CF as well as stuff like you know the Cloud Foundry and OpenStack foundation so I mean can you talk a little bit about the role of foundations now in modern community in socially open-source yeah I think it's it's part of this evolution from all the contributors we're working as individuals which they still are two companies being able to to pay for people to work on these projects and so the companies want to not just give people time to these projects they also want to donate money and pull their resources to do joint marketing or to push kubernetes forward and so organizations like the CNCs the Linux Foundation enable those companies to work together more effectively if done a good job of balancing I mean they got a lot of logos I mean a lot of people paying them money so there's a commercial aspect but they've been very transparent about that trying to create a great core community and they've separated the technical steering committee from the membership which is smart most the foundations are really good about leaving the technical steering committee to work as it's worked well in open-source and then having the company has pulled their money for for marketing or for filling in the holes where they're not getting volunteers start go ahead well story I just wanted to extend the governance conversation a little bit to the culture as well the I mean we're we're in an interesting place again 2018 in our bigger culture those of us who've been involved in online culture and online communities we know the ways these things can go wrong and we've seen it you know how do you as an individual and your team develop and foster a inclusive and participatory culture in your in the communities of Red Hat I think he said we've all seen things go wrong but I think we also have a lot of experience now about how to foster the culture that we would like and how to include people and so you're seeing a lot more efforts like most online communities are pretty nice places to hang out these days and you're seeing a lot of effort to make sure there's code of conduct for the projects that there's kind of conduct for the events that people are welcome there's a diversity event tomorrow here and so I think we're seeing a lot more inclusiveness and a real effort to bring people in you guys attract a younger demographic we were talking earlier with Denise and because it's open source you got academic you could go as high school is seeing everything from robotics clubs - you know coding early on so you get the redheads getting the mirth for her Li and so she made the kind we're gonna grow our own talent so you know kind of a tongue-in-cheek but you guys have access to a lot of the younger developers any commentary on you know the orientation shop see their loved mission-driven act the younger folks love mission driven and tech but is there any kind of a new school kind of concepts you seen coming from the young guns that are coming up through the ranks so I recently had a chance to speak to a classroom full of college students and that was you really impressed like they knew what open source was they were familiar with licenses and they all wanted to like make their app or make money but they were really focused on humanitarian causes at the same time and so as you really impressed with that I want to do well in my career but I want to make a difference in the world in a better place on that I was really exciting the safe and now more than ever you with a global footprint we just had UNICEF on earlier here Red Hat labs doing some pretty cool things around you know code for good so I think that's cool the challenge we're seeing is is that okay as enterprises come in the continued balance has always been the case you don't want the big one vendor coming in for on their weight around and we're seeing like even with Java you know which is Oracle Java emails Oracle seeing movement that's kind of opening up so it seems the business model seems to be pretty clear opens winning we certainly think so at Red Hat the best model is to be open what's it like to work here it's a really awesome place to work I love all the people that I work with you know everyone red hat really takes the open-source culture not just to its codebase but also to the culture that it has within the organization and decisions are made openly discussed openly everyone gets input everyone doesn't always get to a vote but everyone gets to to have a say and it's listen to it it's a great place to work technical culture as well I'll see techies very technical - as the as the ecosystem grows right there's obviously a lot more participants in the community and so if a company wants to get involved either say like in the kubernetes community or in the openshift community you know what's the right way for a company to come in and participate in that kind of a community and and maybe what are some wrong ways if a company wants to get involved in the community I think the first thing they do is find them online right are they on IRC talking are they on flack talking join the mailing list go to whatever events are local to you your local meetups go to the big events if you can and just put people on it people that know what you're trying to do with it and can contribute you know either with getting started documentation or with bug reports yeah I think it does have to come down to the people you have to send actual people and it can't be some sort of corporate motion and in some ways community is all about people and making connections it's absolutely about people I start talk about your experience this year right had somehow see the numbers are bigger they're getting great the company's being rate reviews from financial analysts open ship has been very popular some of the obviously this is what kubernetes has been phenomenal o open stacks got a bunch of life into it you seen separation clear visibility now on how things are kind of clicking together on the app side core OS is in it's just interesting right is there it heads kind of going to a home of the level what's the conversations like here inside the hall people who aren't here watching didn't have a chance to come what's what's the main conversations the chatter what's been the focus in the community central booth I think the focus has been on how things work together like how our different products work together and how you can use them together as well as like how do I follow along like how do I participate if I want to know where our do is going where do I go to to be part of it what's the coolest thing you've heard here at the show and you could share story oh the coolest thing I've heard I don't know if I have a moment but it's just been all the conversations and like the fact that there's people flowing through all the time it's like standing room only in the booth because people want to talk there's a lot of action a lot of face-to-face engagement all right I do have a stir so we had um we taught these uh these red hat when she Boston and taught these middle school girls how to make cameras that open the hardware and open-source software has anyone talked to you about this no and so they made these cameras and then we flew a couple of them out here and they taught a group of people here at the events on Monday how to make so these 11 year olds twelve year olds taught them how to make cameras how to open hardware and open-source software and I was out talking to one of them about what was different about teaching it that that was probably my favorite moment it's hard to be teacher when yeah you got em together know the material yeah but that's paying it forward that's the open sore thief ethos yeah that's we're talking about sorry thanks for coming on the cube and sharing good to see you again congratulations on all the success and again the community is buzzing you guys are doing great and exciting so thanks for coming on and sharing appreciate it thanks for having me live cube coverage here in San Francisco for Red Hat summit 2018 I'm John Frusciante for stay with us day 2 coverage continues for three days of coverage after this short break be right back [Music]

Published Date : May 9 2018

**Summary and Sentiment Analysis are not been shown because of improper transcript**

ENTITIES

EntityCategoryConfidence
John FrusciantePERSON

0.99+

DenisePERSON

0.99+

2018DATE

0.99+

three daysQUANTITY

0.99+

San FranciscoLOCATION

0.99+

Red HatORGANIZATION

0.99+

MondayDATE

0.99+

Sam John TroyPERSON

0.99+

San FranciscoLOCATION

0.99+

Linux FoundationORGANIZATION

0.99+

DirkPERSON

0.99+

OracleORGANIZATION

0.99+

twoQUANTITY

0.99+

twelve yearQUANTITY

0.99+

365QUANTITY

0.99+

San Francisco CaliforniaLOCATION

0.99+

OpenStackORGANIZATION

0.99+

JavaTITLE

0.99+

Cloud FoundryORGANIZATION

0.99+

two companiesQUANTITY

0.98+

ApacheORGANIZATION

0.98+

11 yearQUANTITY

0.98+

bothQUANTITY

0.98+

UNICEFORGANIZATION

0.98+

Red HatORGANIZATION

0.98+

tomorrowDATE

0.98+

Red HatORGANIZATION

0.98+

this yearDATE

0.97+

todayDATE

0.97+

Red HatTITLE

0.96+

Moscone WestLOCATION

0.96+

Red Hat summit 2018EVENT

0.95+

Red Hat summit 2018EVENT

0.93+

Stormy PetersPERSON

0.93+

oneQUANTITY

0.93+

Red Hat Summit 2018EVENT

0.89+

GlusterORGANIZATION

0.86+

IRCORGANIZATION

0.84+

StilesORGANIZATION

0.84+

firstQUANTITY

0.83+

first thingQUANTITY

0.82+

Red HatTITLE

0.82+

ReORGANIZATION

0.79+

JimPERSON

0.77+

day 2QUANTITY

0.76+

HatTITLE

0.75+

last 10 yearsDATE

0.74+

CopenhagenLOCATION

0.71+

d Hat summitEVENT

0.71+

Linux FoundationORGANIZATION

0.69+

lot moreQUANTITY

0.67+

RedORGANIZATION

0.64+

VMORGANIZATION

0.63+

lotQUANTITY

0.6+

technical steering committeeORGANIZATION

0.6+

CN CFORGANIZATION

0.55+

JohnPERSON

0.54+

red hatTITLE

0.53+

conEVENT

0.53+

steering committeeORGANIZATION

0.53+

OpenStackTITLE

0.5+

KUORGANIZATION

0.5+

BostonLOCATION

0.44+

coupleQUANTITY

0.43+

Erica Kochi & Mike Walker | Red Hat Summit 2018


 

live from San Francisco it's the cube covering Red Hat summit 2018 brought to you by Red Hat okay welcome back everyone would live here in San Francisco California the Moscone West for the cubes exclusive coverage of Red Hat summit 2018 I'm John for the co-host of the cube was my closest week analyst John Troy a co-founder of tech reckoning advisory and Community Development firm our next two guests is erica kochi co-founder of unicef innovation the United Nations Children's Fund and Mike Walker director of open innovation labs at Red Hat welcome to the cube thanks for coming joining us thanks love this story so Erica take a minute to talk about what you're working on at UNICEF you guys doing a lot of great stuff you got the relationship with Red Hat innovation labs but you doing some pretty amazing things take them into explain what you're doing at UNICEF some of the projects and what we're going to talk about here with the school and the magic fox all the greatness sure so UNICEF innovation essentially what we do is take technology and apply it to the problems facing children around the world and we do that in a variety of ways I think the things that we're probably most most known for is our work in mobile technology to connect frontline health workers and young people to to governments and have let them have a say in what's happening in in you know the halls of government and we have a program called you report which has five million young people from all over the world who are talking directly to their government representatives they need that now more than ever we certainly do yeah so open source obviously with red hat big shared vision talk about the shared mission like what's going on but there where's the connection I was the open source was great for society we've seen the benefits all around the world how is this translating for you guys yeah so I've been at Red Hat for a while and obviously we're the world's largest open source enterprise open source software company and I as a consultant been able to see Red Hat open source software used for many different purposes in every vertical you can think of but this one was really unique because we found a natural partnership I think between some of UNICEF innovations vision to use open source and open principles for maximum impact for good and so when I learned about innovation at UNICEF really by chance I just ran into a colleague at a meeting in New York and and she gave me a few words about it I said this is incredible because we can leverage all of what we learned at Red Hat our knowledge of open source to impact people and culture and not just for technical reasons and and partnered with UNICEF to make maximum social impact for children that need it most and you got red house key a technology company a lot of smart people there but with open source there's been a DNA in your bloodstream of the company around democratization and now we're out in the open with everyone online and everything's good this is a democratization piece talk about some of that the things that you guys are doing with red hat what specifically are you celebrating together here so we had a great collaboration with with Red Hat there at their labs program which really took a look at our challenge of using big data to read or understand what's happening on the ground especially in schools in countries that are either coming out of emergencies or have limited access to a lot of the parts of the country and so we layered satellite imagery information on poverty other sets of data you can really get a clear picture about where we should be allocating our resources and how we should be planning for emergencies and this collaboration just just finished up a couple days ago right and it's really been great what's some of the impact give an example of some of the use cases so actually saving time money will be things around yeah what what are some of the impact things that you see with this project what are some of the things a lot of countries right now are thinking about how they can connect all of their schools and make sure all of it their schools are online and give children this access to information that's really essential to to thrive in the world of today and tomorrow and if you don't know where your schools are and you don't know if they're connected or not and you can't see you know what else is happening it's in the socio-economic way in those areas it's really hard to figure out what to do and where to start so we're really just at the beginning of that process to try to connect every school in the world and we're at the moment we're trying to lay the groundwork to understand where we're at and where we need a level of insight you're providing once you connect the schools you can get people can know what to do and how to align with what's happening it's interesting I was just in Puerto Rico a couple weeks ago and the young kids there have self formed their own blockchain network between the schools and they're teaching themselves how to program because they recognize that to get out of their world and the mess that they're challenging through now post-hurricane they want to participate in the new economy so as someone not knowing that if I know I could help you're kind of providing a window into that kind of dynamic where is that kind of the use case is that how it's working so it's but participation and contribution is absolutely participation is key you know for young people and they need to it like really learn how to acquire the skills that they're gonna need to you know become successful productive adults in the future and school is you know one of the entry points to do that so that's really important and everyone loves that - yeah I'm kind of curious about the structure of the project today in the keynote you know Jim why does she start us off by saying well you know we can't plan everything we've got to be a little bit more agile here's a framework for how to how to really approach problems when we really don't know what the outcome or even what we're gonna hit so can you talk a little bit maybe about the structure of the of the process and did you know did you start with a blank piece of paper or do you know how did how did you figure out the pathway to the ultimate outcome here yeah I can take it first um that's a great question because at labs we experiment with ways to get fast feedback and really in a very short amount of time usually one to three months and a very limited amount of funds how can we make maximum impact using open technologies and open practices so the project was already in progress like most IT projects are right Gardi been some research we have data scientists to work with and one of the first things we did was really talk about really our concerns and fears about how we might work together using an exercise called how might we we kind of came together and said how might we solve this problem or that problem and just got it out on the table one of the aspects that I think work really is dedicating a small team in a residency style engagement where we worked off premise so Red Hatters left their office UNICEF folks left their office we came together in akola works based in New York City that was fairly convenient and you know we all focused on a tough problem and we decided really early on that in order to make sure that this problem actually would be usable and in the hands of end users in the field across the world we needed to get face to face so we made a trip to Latin America to work with a UNICEF field office to get fast feet up feedback on prototypes and that helped us adjust what we ended up shipping as the product at the end of the two months cycle Erika how was the outcome for you and your game it's great I think you know one of the things that really aligns RedHat and UNICEF is not just a commitment to open source and the values around that but also this agile methodology I think that you know to really move something a product forward or sort of a program forward you need to step away from the daily part of life you know and move away from the the email and the connection to the laptop and the phone and I think we were able to do that I also think that you need to ground truth things and so that you know that trip to the field and to really understand the context and the problems that that people are facing is is completely critical to success and that's like agile programming you kind of gotta get get out in the front lines not ask about the data I'm really intrigued so you got multiple data sources coming in love the satellite thing you're changing lives but you're saving lives too is your talk about you may name real-time efforts here what's the data science thing what's the tech behind I mean is it ingesting data as a third party data Z how does it work I mean can you share some some of the mechanics on the date of data science piece er yeah I think there's probably a lot we can talk about I could talk about data all day love data but some of the things that I think were fundamentally really exciting about this project and about what UNICEF innovation has done so let's take for example Facebook they have a whole lot of data but that's one company and it's sort of one lens to the world right it's it's quite broad and we get a lot of information but it's one company what UNICEF innovation has done is found ways to partner with private and public companies and private and public data sources in a way that maintains the security and integrity of that data so that it's not exposing proprietary information but they've been able to create those that community essentially that's willing to share information to solve a really tough challenge for social good and so we have actually a really wide variety of data at our disposal and our job was to create a sandbox that allow data scientists to really both proactively plan for things that might happen and reactively plan when events occur when we don't even know what that event might be so you know I like to think back to Jim Whitehurst's speech last year at summit where I said planning is dead we've got to try learn and modify I think that's exactly what we aim to build a platform that you know hasn't been planned for any one event or action but provides the flexibility for data scientists to try experiment pull different data together learn from it sharing Maps we integrated geospatial data and maps to be able to pass this along quickly and then modify based on the results so we can more quickly achieve something with the greatest impact that's awesome yeah so for example if you take you know you take like for example epidemics right so many factors are so many different types of data are needed to really understand what's happening in an epidemic for example take Zika you have temperature right mosquitos only breed at a certain at a certain temperature you have poverty or which really indicates standing water where mosquitoes can breed you have socioeconomic factors so it does the house more likely does it have mosquito screens or not and then you have the social right what are people talking about what are they concerned about and I think like a really interesting picture emerges when you can start to layer all of these kinds of data and that really helps us see where we should be focusing it's great discovery information using the data to drive kind of we're to look at and we're to focus efforts exactly and also a global footprint right and in previous decades maybe this would have run on a piece with some sort of a proprietary GIS thing or or yeah I'm not even sure right you chip around discs maybe but I mean not not to be too product oriented right built on OpenShift we've seen a whole lot this week right these global footprint you could take it live on any cloud I assume that's a piece of it right at global accessibility now for they out for the the resulting application absolutely and we want to take you know what we've done in one scenario and apply it to many others in many other locations and so being an open source is key for this because we wouldn't be able to do this in other locations are replicated just as easily handed to local folks have them an adapted and/or take it further or have other people work on it whether it's academics other companies us nice I love the structure like how its agile I got a Eric I ought to ask you about this because we're seeing a big trend with open source obviously that's well on its way to becoming it is the standard of doing software but mission driven technology activities aren't just nonprofits anymore you starting to see collaboration the JOBS Act that Obama put in place really set the table for new kind of funding so you've seen a lot more younger people coming in and saying hey you know what I can build it on the cloud and grants aware but the code gets live on right so you seeing a new flywheel around mission driven nonprofits and for-profits a new kind of entrepreneurship culture can you share insight into how this is developer you see a lot of it you have a lot of thoughts on this your them please so I think that you know as technology companies become so much more influential in our lives you know they're not just showing you the news anymore they were they're moving into every aspect of our lives whether it's in our into our homes or even inside our bodies that they're they're occupying as so much more influential role in an individual's life with that comes a tremendous amount of responsibility and I think that while it's not enough to say you should do good because it's the right thing to do I think that employees also really demand it I think that you know and that shift will occur because employees realize that they want to they want to be doing good in the world and if they're gonna be influencing so many people's lives that's really really it's a new citizenship model for the younger generations early Millennials want to work in a company that's not just the profit hungar motive but also there's some dynamics going on with the infrastructure world you look at Facebook as a classic example you know the word weaponizing content has been a bad thing but we've been talking about in the queue there's actually a reverse of that polar opposite which is you can weaponize content for good meaning that all the same principles that do bad things can be used for good things so this is where we started to see a lot more people saying hey let's do more of the fad and punish so the new kind of rules are developing in the society so I find it fascinating and I'm just curious is this known within the societal entrepreneurship culture or what's the what's your view on how to do more how to do better I'm doing a lot of work in what AI is gonna be meaning what's what it's gonna mean for children in the world and you know there are so many opportunities we've been talking about some of them but there are also a lot of risks right what does it mean when your child's best friend is a robot what does that change about our us us you know as human beings and so I think it's you know you have to look at both sides and you have to be very conscious about designing the technology that you want to see in the world that's gonna make the world a good place to live in and I think that there definitely is an awakening and that's going and there's a lot this is a first generation set of problems that social entrepreneurship brings a just society I mean who sets the policy which side of the road the cars drive on or you know there's these new issues that are evolving that I've never been seen before you know cyber bullying - all kinds of things happening so congratulations on all those success so what's the forecast for Red Hat innovation has more of this gonna continue double down on it what are the things do you guys have going on yeah so Labs is growing quite largely we are now live in North America amia and a pack with plans to expand extend to Latin in the future and we're growing quite quickly in terms of our ability to execute I guess you know the labs team is relatively small a small number of specialists but we are all of RedHat so the way we operate is based on what we're trying to achieve together we will look at all of red hat and sometimes even outside of red hat to figure out who we can bring to the table to help solve that problem and so it allows me to work with our engineering with our business units even with our marketing so we brought marketing in to the first meeting not simply because we're creating a marketing event but we realized we need to advertise internally and externally what we build in order to gain adoption it's part of building a community and what I have found is because Labs has an injective that goes beyond you know simply a technological objective we're aiming to change ways of working and to change culture it's really easy to build a lot of interest and adoption among all Red Hatters to bring them together to solve a tough problem a really an interesting facet a lot about labs I know you do these pop-up labs and I think this was what you know you don't make necessarily make people come to you you son can come to them but I think like you said it's important to get outside your your office and your day-to-day for these focused projects you talked a little bit about your approach to yeah so we've learned a lot you know Labs is almost exactly two years old I think we launched in April of 2016 at OpenStack summit and one thing we learned is you know the world is a big place and we can't necessarily have a physical lab location everywhere so we do have first-class facilities in Boston Singapore in London but I would say the large majority of the work efforts we've done to date have been in what we call pop-up labs and what that allows us to do is create that immersion and focus on a tough challenge by getting people out of the office but also provide the ability to go home at the end of the day and have dinner at your home which a lot of people enjoy and from the red head perspective we've got a lot of folks used to travel so we can make that happen meet in the middle and and it's been a good hybrid approach that we end up doing more and more great stuff here actually is my final question for then to take from Jim Whitehouse keynote today how is blockchain changing this open for good economics that's absolutely right and I mean Erika you might want to weigh in as well but I think I love blockchain first of all I love math and I love the science behind it but I love the fact that it was developed in the open it was debated in the open it's radically transparent you can see all of the transactions of anyone in the chain and it's being used in ways that no one ever dreamed of I mean it was meant for a universal currency but you know think about this we might be able to use it as a token system so that we can actually ensure that humanitarian efforts that are done are actually recognized by people that they may not otherwise have funds right someone with very little money can still use so perhaps takers making sure the money gets put to use absolutely and endpoints we have accountability you know we're using it to exchange electronic health records securely and privately with the people that need them and only the people that need them so I don't know where blockchain will be in five years but I am optimistic that I think the mathematics and the fundamental is a blockchain or sound and I think more than anything it's the community that will drive new applications of blockchain and really define and answer that question for you well I know we'll be in New York next week with blockchain for consensus of ennum there's a lot of ents going on we've seen wealthy entrepreneurs donating Bitcoin and aetherium there's a really great project so and a lot of young people love the blockchain and crypto so who knows got to be on that labs we're definitely look you know looking into it and we have a couple experiments around the world that range from trying to do some smart contracts you know in in country environments to taking donations in in blockchain armies Arion cryptocurrencies I think that there are a lot of exciting applications for it in this due to do good space I also think that there's a tremendous amount of hype and you know you really have to ask yourself the key question of like does this need a central trusted Authority or is there one that exists that already is great um and do we need to record every transaction if you can answer those two questions then the other baby going somewhere well great point the other thing I would answer that agree hundred percent and that is is that blockchain and crypto our token economic certainty not the ico scams but is an efficiency heat-seeking missile it it targets efficiencies where there's inefficiencies announced where I see a lot of the action going on and you know efforts and for good are highly inefficient yeah so hey you knows well we'd love blockchain as you can tell we talk about all day long smart contracts token economics thanks for coming on and congratulations on your project thank you you're good to stuff their cube coverage here day two of three days live coverage here in San Francisco the Red Hat summit 2018 moved back after this short break stay with us

Published Date : May 9 2018

**Summary and Sentiment Analysis are not been shown because of improper transcript**

ENTITIES

EntityCategoryConfidence
UNICEFORGANIZATION

0.99+

John TroyPERSON

0.99+

New YorkLOCATION

0.99+

United Nations Children's FundORGANIZATION

0.99+

Mike WalkerPERSON

0.99+

Jim WhitehurstPERSON

0.99+

New YorkLOCATION

0.99+

Puerto RicoLOCATION

0.99+

Erica KochiPERSON

0.99+

Latin AmericaLOCATION

0.99+

April of 2016DATE

0.99+

New York CityLOCATION

0.99+

Jim WhitehousePERSON

0.99+

FacebookORGANIZATION

0.99+

EricaPERSON

0.99+

ObamaPERSON

0.99+

erica kochiPERSON

0.99+

ErikaPERSON

0.99+

Red HatORGANIZATION

0.99+

North AmericaLOCATION

0.99+

JimPERSON

0.99+

San FranciscoLOCATION

0.99+

two questionsQUANTITY

0.99+

San FranciscoLOCATION

0.99+

LondonLOCATION

0.99+

hundred percentQUANTITY

0.99+

both sidesQUANTITY

0.99+

OpenStackEVENT

0.99+

JOBS ActTITLE

0.98+

two years oldQUANTITY

0.98+

agileTITLE

0.98+

three daysQUANTITY

0.98+

next weekDATE

0.98+

last yearDATE

0.98+

Red Hat summit 2018EVENT

0.98+

RedHatORGANIZATION

0.98+

two monthsQUANTITY

0.98+

Red HattersORGANIZATION

0.98+

tomorrowDATE

0.97+

five million young peopleQUANTITY

0.97+

LatinLOCATION

0.97+

first meetingQUANTITY

0.97+

oneQUANTITY

0.97+

one scenarioQUANTITY

0.97+

three monthsQUANTITY

0.97+

todayDATE

0.97+

JohnPERSON

0.96+

Red HatORGANIZATION

0.96+

first generationQUANTITY

0.96+

one companyQUANTITY

0.96+

this weekDATE

0.96+

Red Hat summit 2018EVENT

0.96+

Boston SingaporeLOCATION

0.96+

Red Hat summit 2018EVENT

0.95+

Red Hat Summit 2018EVENT

0.95+

LabsORGANIZATION

0.94+

Red HatTITLE

0.94+

EricPERSON

0.94+

one eventQUANTITY

0.94+

bothQUANTITY

0.94+

five yearsQUANTITY

0.93+

two guestsQUANTITY

0.93+

firstQUANTITY

0.93+

unicef innovationORGANIZATION

0.93+

ZikaOTHER

0.91+

San Francisco CaliforniaLOCATION

0.91+

a couple weeks agoDATE

0.88+

Moscone WestLOCATION

0.86+

red hatTITLE

0.86+

a couple days agoDATE

0.84+

a lot more peopleQUANTITY

0.82+

twoQUANTITY

0.8+

Marco Bill-Peter, Red Hat | Red Hat Summit 2018


 

(upbeat music) >> Announcer: Live from San Francisco, It's the Cube. Covering Red Hat Summit 2018. Brought to you buy, Red Hat. >> Okay, welcome back everyone. We're live here in the Cube in San Francisco, California, Monscone West, Cube's exclusive coverage of Red Hat Summit 2018. I'm John Furrier, co-host. With John Troyer, he's my analyst co- host, he's the co -founder of Tech Reckoning Advisory and Community Development Firm. My next guest is Marco Bill-Peter, Senior vice-president of Customer Experience and Engagement at Red Hat. Welcome back to the Cube. Good to see you. So, you guys have a great track record with customer support. You guys use gold standard in open source, you've done it well, very reliable. It's a changing world. You know, Open Shift now, certainly the center piece, west, new acquisition. A lot of things happening with in the portfolio. Cloud native new capabilities are on the horizon. So, you've got to figure it out. So, what's the support strategy? What do you guys do? How are you looking? I'm sure it's challenging but never too much of a challenge for you guys. You're smart, what's the support strategy? >> I think the recipe it is really like not getting stuck in a wave, right? And be open to, you know I think Jim Whitehurst and his keynote talk quite a bit about, you used to do all plan, describe and execute. That thing just doesn't work, right? Because supporting customers on Linux, supporting them when they move to Open Shift or even application, is a whole different piece. So, as a leader you got to be flexible as in okay, here we do it this way, let's put more money in this. Let's say Open Shift support, Open Shift kind of, what's the customer experience there, right? Kind of figure out how it works. There's a lot of things that scare me in the daily business as in like okay, we can't do that. But I think Red Hat is really good in reconfiguring, Jim talked about that in a keynote as well, reconfiguring the organization. And so, we move for example, quality assurance into my organization and combining that with support. All of them give some more opportunities realizing, oh this product maybe not ready yet for the market, right? We can not support that. Or, you augmented with, I wouldn't call it AI capabilities, but more like those capabilities. All of the sudden stuff gets done automatically. >> And multi cloud is again, just like multi vendor environment, but it's a little bit different obviously. But multiple clouds you have different architectures. You guys do some progressive things. What's new, architecturally within the support group? Because you have deals announced here with IBM and Microsoft, one of them is a joint, I think integrated program where guys are teaming up. >> Microsoft is interesting. >> We've teamed last three, four years, right? With he first deal and gone further. You're like funny, right? I've been at Red Hat so long and you put people on premise. It's kind of funny. But it's good, right? And that's where you got to glue together. Sometimes it's people. Sometimes it's also more having the data, right? I mean if you go multi cloud. Difference between multi vendor, multi cloud. Multi vendor, you just call the vendor and tell them hey you handle it. Here, I'll put data, you handle it. Or maybe you do it a bit better. But, multi cloud is, well it's running there, how do you get access to that? Then the whole privacy laws comes in. So you got to be more instrumentation, you know, telemetry-- >> You're using tech to help you guys out. That's what you're referring by AI. >> I actually think that the next ten years you will see support changing quite a bit. >> John: In what way? >> But also you have to staff this up, right? You need to upscale your folks as well as technology. >> That doesn't go away. But I think you've got to go more that you really need deep skills. If you want to support Open Shift you've got to, either you understand it from the middle side, from the application side or from the bottom from the infrastructure. You need both skill sets. So you need really highly skilled people. But one the other hand if it's really like real time and people don't have patience to wait two weeks, especially if you're in the cloud. More and more tooling. I see the vision as in it would be less and less based on the scale but I think it's less people involved more and more automation, tooling. >> You kind of see it now with boss, kind of just tip of the iceberg. But you've got automation built into the culture of Red Hat. You've put coral west. They want to automate everything. >> You see Insights, right? We launched Insights three years ago out of support. They take support data, find out what's really happening, create rules that if you match it the customer systems say you have this and this issue. And now it's in the incentive stage of the strategy as in we can automate it, but you can automate it. you have a problem, you want to have it solved. >> You're presenting a support service. >> Exactly, and eventually, we'll not even tell you, in maybe hindsight we'll tell you, hey, you had this network issue or configured the wrong way, we fixed it have a good day. >> Well it came up in Cooper Netty's conversation we had last week in Copenhagen, we were in Denmark for CubeCon around things Cooper Netty's defacto standing, so great stuff, that's certainly great. Istio service mesh is atopic that's highly discussed. And one of the thing that comes up is the automation the down side is potentially it fixes things. So, you could have a memory leak for instance, that you never know gets fixed. But it just crashes every day and reboots itself. So, the new kinds of instrumentation that's emerging. So this is really the though job. >> Yeah. Yeah. >> How do you get in there-- >> Also have automation-- >> And you as the central provider, right, are pulling in data from across the world and across the customer base. So how do you take that, sift it to be more proactive about decision making and support. >> So we capture all this support data. And you know it's fascinating, we have some AI capabilities, some machine learning capabilities go through there. But it's fascinating, sometimes we see new issues coming up. What we do is then, we go well let's look who is exposed to that, just to get a footprint. And then you actually inform customers, hey, you had this and this issue or you have this. It's really a different, I want to get more proactive or I want to get more automated. With the automation I just want to be, right, so we installed, over the last, I would say 18 months, like a bot, simple bot basically, his name is Edmond. And he works on support cases. And we started slow, very slow. We didn't let it go as in total machine or anything. But now, I gave some stats earlier today. In one used case it's 25 percent faster solving a customer issue using Edmond. And he participates in 11 percent of all support cases. >> Wow. >> Edmond is a busy guy. >> And the game is changing too. I mean in the old days, first lines support, second lines support, offline support, then escalation. These things are older IT mechanisms. With this you're talking about completely doing away with, in essence first line support. But also first line support might come in, from say a Microsoft or an IBM. You've got to be ready for anything. >> Actually I think it's not just first line support. And it's not replacing them. It's helping them. It's really making them faster, right? I think the frustration piece is, like, customer opens his support case, some data is missing, right? So, you have a que it gets to that. Engineering looks and oh, there's data missing. Edmond sees that and says hey, I need this data. Based on all the support cases we fixed similar issues, this is the data we need. So Edmond gets the data ready, engineer looks and in some cases Edmond actually closes it out. >> Closes it out. >> Tells the customer here there's a better solution, do it this way. >> Yeah, that's fascinating. >> I'd love to pull the camera back a little bit, right? You are not the SVP of support. You're the SVP of customer experience and engagement, right? That's an entirely different role in some ways, in that you're responsible for customer success at some level. >> That is correct, yeah. >> Talk a little bit about reconfiguring organization to be that-- >> So I think maybe dive in a little bit on the customer success. So we have a organization, they call technical account. It's part of the customer success organization. That's a human business but it's fascinating, right. We put these claims on clients and have them work together. They understand the business. It's an old business but trust me, having still a human in there understanding, okay this is customer x, y, z. That's the business objective, I talked about this today as well, not to forget, hey this customer actually wants to do whatever, whatever on the like an SIP to actually take that further to actually support case and doing that the team helps quite a bit. And then also the commitment, right? We don't want just to do support cases and then that's why you renew with Red Head, we want to make sure you actually get value out of it and that's why you want to renew. So that's why we configured different. It's bigger, right? It's bigger as in really making sure the product is correct. So that's why quality assurance is in my team, this support. That's why I run internal IT for the engineering team. We run the stuff that we sell actually earlier. And some of my team is like, Marco why do we have to do that? Because we learn and I much rather have you feel the pain than the customer feel the pain. That's why we configure different than, I've been 12 a half years right on this and it's still exciting that we are still able to change around-- >> I think the quality assurance piece is still big too cause you're in there as well. Looking at the QA. >> Yeah. >> Making sure that's good too. You're testing out the products and doing QA all within the mindset of customer experience. >> Exactly, and you've got to move that being agile, is more you see developers actually submitting test cases. Tests, so that's the component testing and the basic tests. What we got to do more, is what you mentioned, if somebody does less with Open Shift to contain all that, that thing together, if some service software defines storage, that thing together to bring together that's the hard drive. So I want to move more and more. That we take used spaces from customers, we'll close it. This is how we do it. X, y, z, customer and apply that. >> At the end of the day it's the same game different playing field. The customer wants choice, best possible solution experience, for them. You guys got to enable that, and then support it, make it happen. >> Yeah. >> And with cloud. >> And you see how, I don't know if you saw the demo yesterday when they show basically I think or Amazon was slower and every traffic that routed. This is reality as well, right? I mean if you look at one press release we did yesterday, I just find it a fascinating story. They're kitchen appliances. I don't know if you saw that. But they have over a million kitchen appliances or cooking appliances connected to the internet. It's a German, Swiss company when they got to upgrade the system so they get recipes done, they actually spin up instances in Alibaba in Asia and I think in Amazon in the U.S. They spin it up, they scale out all the appliances connect then they shrink it together. How do you support these customers a whole different case. >> That's great for the customer. >> Yeah. >> But more of a challenge for you guys. >> Then again with preparation of the right integration testing before, with the right set up that we know this is what the customer is doing this weekend. Amadeus as well, talked at the keynote, we worked long time with Amadeus. >> You're a smart team. >> As part of your customer role, you were involved with the Innovation awards. They were up on stage this morning. What struck me was they were both about time to value. And speed of deployment as well as scale. Often these were global companies, we had Amadeus on yesterday, spanning the globe. Huge number of transactions. Anything stand out to you in those Innovation Awards this year? Perhaps, that's been different in previous years? I think that the scale is actually interesting that you say. I think we have much quicker now. I think that's awesome, technology matures. I think we used to have more smaller work projects in getting to a certain scale. But I just goes faster. I think the controlled piece is probably a bit more accepted. This whole containerization is not magic anymore. I think a lot is being moved, is coming from the development side but also from the Linux side. So I think there's a less struggle of that. But I do still see some cultural struggles. You talk to customers, maybe not the Innovation Award winners. but even them they say, hey it took us a long time to convince internal structures, how we change things around. >> Talk about the open source role because you mentioned, before we came on how you guys are all in the open, an open source. Is there like a project that you're part of that supports centric? Is there certain things you're picking out over the source? As you guys do the QA and build you own stuff. >> Yeah we do a lot. We submit a lot to open. There's very few. We don't share data. We can't share customer data for obvious reasons. But tooling, most of the tooling we share if it's data collectors. We re an open source road. There' not much that we don't, there's nothing proprietary. Engineers, that's why they're coming to write. That's the configuration. They want to see, hey how does this stuff get applied. They own the packages, then some stuff is shared. If it's tied to the customer portal, the AI pieces maybe the open source parts of it but-- >> What's it like this year, for the folks who are watching who couldn't make it? What's the vibe here at Red Hat Summit 2018? What's the hallway conversations like? What's some of the dinners? What are you talking about? What's the chatter? >> I think the big chatter for me is kind of like this Open Shift, containers, agile development. You know the agile development comes back and back and really like how do we do this right? And tech connects obviously, how do you take application develop them or how do you take applications put them in a container. And then you see these demos. With multi cloud. >> New applications is not stand alone Linux anymore. >> Yeah. We have containers and tend to be able to run public cloud or multi cloud on premise. The options are endless. And I think that's the strengths from Red Hat. We prove that with Linux we can have a solid API. We don't screw up the applications. And if we can guarantee that across the four footprints, that's Paul's vision five, six years ago. I think we are there. >> You talked about a bit of cultural shift. How can Red Hat help it's customers come up to speed? That's a little bit...but be more agile. >> It's a good example. I think we do a lot of these sessions. I actually think that our sales motion, they are pretty aware with open sources, what the culture is. They do a lot of these sessions with customers. Jim Whitehurst is actually awesome. When he comes to clients. We did a C level event at a bank, based in Zurich and it was in a Swiss bank. And I think that they got like 140 C level, CIO groups. And Jim did a talk about the open organization about breaking down the barriers. I think that's a role that we play. Well some is Red Hat's role, but we go to do that stuff. Because we can share part of it in how we are configured, how we are different. >> I think that kind of thing is high on every CIO's list of agendas. >> And everything in the open is proving that open is winning. Open beats closed pretty much every time and is now pretty standard operating wise we're starting to see but operational wise, not just for software development. >> I actually think that from practice and how to run the company. Some stuff is transparency, right? If you work in a company that you're not transparent with your associates, can you really do this in 2018? >> No. >> And so I think those are elements that I think we do well to have had. And we got to keep internal as well, reminding ourselves, these core principles from open source are really important. >> Hiring, so you're bringing new Red Hatters in? >> At the rate we are hiring it's actually big concerns. How do we maintain this culture, right. This talk is not always polite but it's the way we function. >> You guys are humble. You're playing the long game, I love that about you. So congratulations Marco. Thanks for coming on the Cube show. >> Thanks very much. >> Thanks. >> It's the Cube Live here in San Francisco for Red Hat Summit 2018 here in Moscone West. I'm John Furrier and John Troyer. Stay with us for more live coverage after this short break. (upbeat music)

Published Date : May 9 2018

SUMMARY :

Brought to you buy, Red Hat. So, you guys have a great track record And be open to, you know I think Jim Whitehurst But multiple clouds you have different architectures. And that's where you got to glue together. You're using tech to help you guys out. I actually think that the next ten years But also you have to staff this up, right? I see the vision as in it would be less and less You kind of see it now with boss, as in we can automate it, but you can automate it. hey, you had this network issue or configured the wrong way, And one of the thing that comes up is the automation And you as the central provider, right, and this issue or you have this. I mean in the old days, first lines support, Based on all the support cases we fixed similar issues, Tells the customer here there's a better solution, You are not the SVP of support. We run the stuff that we sell actually earlier. I think the quality assurance piece is still big too You're testing out the products and doing QA all What we got to do more, is what you mentioned, At the end of the day it's the same game I don't know if you saw the demo yesterday that we know this is what the customer I think that the scale is actually interesting that you say. are all in the open, an open source. They own the packages, then some stuff is shared. And then you see these demos. I think we are there. That's a little bit...but be more agile. I think we do a lot of these sessions. I think that kind of thing is high And everything in the open is proving that If you work in a company that you're not transparent And we got to keep internal as well, reminding ourselves, This talk is not always polite but it's the way we function. You're playing the long game, I love that about you. It's the Cube Live here in San Francisco

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
JimPERSON

0.99+

IBMORGANIZATION

0.99+

MicrosoftORGANIZATION

0.99+

ZurichLOCATION

0.99+

Marco Bill-PeterPERSON

0.99+

Jim WhitehurstPERSON

0.99+

John FurrierPERSON

0.99+

2018DATE

0.99+

DenmarkLOCATION

0.99+

JohnPERSON

0.99+

AsiaLOCATION

0.99+

25 percentQUANTITY

0.99+

AmazonORGANIZATION

0.99+

EdmondPERSON

0.99+

MarcoPERSON

0.99+

CopenhagenLOCATION

0.99+

11 percentQUANTITY

0.99+

John TroyerPERSON

0.99+

yesterdayDATE

0.99+

San FranciscoLOCATION

0.99+

last weekDATE

0.99+

two weeksQUANTITY

0.99+

U.S.LOCATION

0.99+

18 monthsQUANTITY

0.99+

Red HatORGANIZATION

0.99+

PaulPERSON

0.99+

AlibabaORGANIZATION

0.99+

Red HeadORGANIZATION

0.99+

Moscone WestLOCATION

0.99+

AmadeusORGANIZATION

0.99+

oneQUANTITY

0.99+

three years agoDATE

0.99+

San Francisco, CaliforniaLOCATION

0.99+

second linesQUANTITY

0.99+

12 a half yearsQUANTITY

0.99+

Innovation AwardsEVENT

0.99+

todayDATE

0.99+

Red Hat Summit 2018EVENT

0.98+

first linesQUANTITY

0.98+

LinuxTITLE

0.98+

Cooper NettyORGANIZATION

0.98+

six years agoDATE

0.98+

CubeORGANIZATION

0.98+

Open ShiftTITLE

0.97+

CubeConEVENT

0.96+

fiveDATE

0.96+

four yearsQUANTITY

0.96+

first line supportQUANTITY

0.96+

Tech Reckoning Advisory and Community Development FirmORGANIZATION

0.96+

this morningDATE

0.95+

first dealQUANTITY

0.93+

both skillQUANTITY

0.93+

bothQUANTITY

0.93+

this yearDATE

0.91+

four footprintsQUANTITY

0.91+

Monscone WestLOCATION

0.89+

Innovation AwardEVENT

0.88+

Red HattersORGANIZATION

0.88+

over a million kitchen appliancesQUANTITY

0.85+

SwissLOCATION

0.82+

Jim Whitehurst, Red Hat | Red Hat Summit 2018


 

>> Announcer: Live from San Francisco it's theCUBE, covering Red Hat Summit 2018. Brought to you by Red Hat. >> Hey welcome back everyone, this is theCUBE's exclusive of Red Hat Summit 2018, live in San Francisco at the Moscone West, I'm John Furrier the cohost of theCUBE. Here this week, as a cohost analyst John Troyer, co-founder of TechReckoning, an advisory and community development firm. Our next guest is Jim Whitehurst, the president and CEO of Red Hat, we have the man at the helm, the chief of Red Hat. Jim great to see you thanks for coming on and taking the time. >> Yes great to be here, thank you for hosting with us here. >> So you're fresh off the keynote, you've got a spring in your step, you're pumped up. Red Hat is really getting accolades across the board so congratulations on the big bets you've made. >> Jim: Thank you. >> You guys are looking like geniuses. We know you're super smart as a company so congratulations. >> Either that or lucky, but we'll take it either way. We are well positioned. >> Analysts love your opportunity, we're reading in the financial analysts out in the web it's saying, you know, the expanded market opportunity for Red Hat is looking really good. You've got infrastructure applications and management all kind of come in together. OpenShift is a center piece of all this and the cloud scale world is moving right to your doorstep. This is really the big tailwind for you guys. By design or like, how does that all coming together, is it the master plan? >> Well yeah I think it's two things, one is because we don't bet five years out on technology and write a technology stack to get there. That's not our model. Our model is to engage in communities, and when those communities get popular enough that we think that there's value in a supported version, then we offer the supported version. Now if you flip that around and think about what that means, it means we're never wrong with the technology bet, because we're not providing a product until it's something that's already highly successful. So we didn't offer OpenStack until it was successful. We weren't offering a Kubernetes offering until it was popular, and so I think that's one benefit. We truly work bottom up in communities. And then secondly I do think we've benefited from the fact that we've lived in the old traditional enterprise world for 20 years helping them migrate from Unix to Linux. So I think we understand the old world and the one kind of spin we put on the technologies is we have the sense of, okay for traditional enterprises, it's great there's all this cool stuff that Facebook and Twitter and others are doing, how does that apply to this set of problems? I think we uniquely have a foot in both worlds so we work and develop with the Googles, Facebooks, Twitters, but we really think hard about how those technologies apply to a traditional enterprise and the context and legacy migration and all the other issues that they face. >> You had years of experience dealing with the practical nature of getting support to customers. But you got to bring that new shiny new toy but make it right for the customers. >> Yeah exactly, and I think one of the reasons OpenShift, you mentioned that, it's our Kubernetes platform, is getting so much attention is we have instrumented and architected it to be able to run traditional stateful enterprise applications, and so you can do cloud native 12 factor, blah blah blah blah blah on it, but importantly you can run your traditional application suite on it, and so one of the reasons like you see so much momentum and so much interest in it is we're trying to span both worlds, and really thinking from an enterprise IT mindset in terms of their problems and saying how do you apply these technologies to make it work. So we're not sitting here saying you need to go do this, you need to adopt Google's practices. What we're saying is here's great technology we think you can leverage to kind of help you as you migrate to this new world. >> You guys got some clear visibility, and I think it's interesting in the container trend and Kubernetes, really good timing for Red Hat with this going on, and so two things we were commenting on our open today was we got to interoperability of multiple cloud options going on with Kubernetes and containers with respect to legacy applications, and then you got the cloud native scale for all the new stuff. So the old model in tech was kill the old to bring in the new, but now you have a new model where you can actually keep the old legacy, containerize it while building new functionality all within software that you guys are enabling, so this is kind of a breath of fresh air for a lot of people in the industry, on the enterprise side saying oh I can still use my stuff. But yet build new scale with cloud and on-prem and have a choice. >> Exactly. And it's not just use my old stuff. It is also leverage my existing people and their skills. Recognize the appdev world, most people aren't developing in a stateless cloud native way, and if you look at the traditional enterprise developer, they on average have four hours a month to do continuing education and new skill development. So, the idea that you're going to flick a switch and say all my new applications are going to be in this new model is crazy. Plus so much of the work you're doing is around your existing estate, really providing a platform that says you can develop new with the skills once you have those. You can take your existing people and take them on a journey versus like this big chasm that you have to get over as you think about both your applications and skill sets and build over time. I think that resonates really well with enterprises. >> Jim I really liked the keynote this morning. It was a very customer focused, not technology focused, and a lot of these keynotes lately have been fear based. You know, change or die, right? Your company's going to go out of business. You had a more positive vision, and the stories there were very good. A lot about time to market, time to value, some nice stories. I was joking, I think, you know, flying cars would be great, but I know I'm in the future if T-Mobile can help car makers update the apps in the car within a couple months using OpenShift, right? That's the future as far as I'm concerned. But you had this really nice framework of instead of preplanning everything as IT is want to do, you talked about configure, enable, engage. Can you talk a little bit about that framework and kind of your prescription for upleveling the organization and it's resiliency basically, as it hits the ground running. >> Yeah sure, and so I think you put a really good light on this idea of so many technology companies are out there kind of almost fear mongering around digital transformation, and what's happening is organizations around the world, fundamentally how they create value is changing. And it's all gotten listed under this moniker of digital transformation. But what it's basically saying is the future is very unknowable because the world is changing very, very fast, and it's ambiguous. You're likely to have the uberized, I mean that's a word now, orthogonal competitors coming in different ways. So your normal way of let me do a five year plan, let me prescribe a set of initiatives, organizations, and job descriptions to go attack that, and then execution becomes about compliance against that plan. That model no longer works when you don't know the future well enough to be able to do that. And so rather than just pick on that and say oh you should be scared, you should be scared, what we tried to do is say hey, Red Hat's lived in that world forever. Like, we had no idea that Kubernetes was going to be as successful as it is, and we don't necessarily know where it's going to be five years from now. But we know if we build the right context, it will develop the capabilities required for us to meet our customers' needs. And so applying that same model that we've seen in open source, and frankly we see in a lot of web 2.0 companies, we get asked over and over again, hey you provide me great technology, but help me contextualize this broader problem. Because the problem that everybody has is I need to be able to move more quickly, I need to be able to react to change more quickly, and I need to innovate more effectively. That is not a SKU. If that were a SKU we would be $100 billion company, right? That's not a product you can buy, it's a capability to build. And so the model we talked about was planning gets replaced by configuring, right? So, you don't know what the future's going to be but you know it's going to change, and so configure yourself for change. Prescription, or this idea you lay out all the steps that need to happen for people. In an unknowable world you can't do that and it gets replaced by enablement. So how do you enable people with the strategy, the context, but also the tools, decision support tools and information to make the right decision. And execution becomes less about compliance and more about engagement. So how do you engage your people in your organization to effectively react to change going forward? And so this model, and it's a very open sourceish type model of from plan, prescribe, execute, to configure, enable, engage, I think encapsulates a lot of what organizations will need to go do to be successful. >> I got to ask you a question on the community piece. I think that's where you guys have been successful with the community. It's a great way to be successful. You know, AB testing, you just look at what people want and you deliver on it. There's feedback from the community. So I got to ask you, modern open source, as we look forward on this next wave, what is, in your opinion, the key dynamic going on in open source? How is it changing for the better? What are you guys looking at? Because you're seeing a lot of younger people coming in. Open source is a tier one citizen in the world. Everyone knows that now. I mean and when you guys started it was, you know Red Hat and there's an alternative and now you guys have made that market. But now we're looking at another generation, microservices, cloud scale. Open source has become the model. You're seeing a lot more commercializations. Projects maintaining open, some productization going on at the same time. Is there some key changes that you see that people should be aware of or that you guys are watching in how open source has evolved? >> Yeah, so two changes. One kind of a broad role of open source, and then I'll come back then to how it's consumed. You're exactly right. Ten years ago and certainly 15 years ago, open source was about creating lower costs open alternatives to traditional software, right? And that's what we did. You know, Linux looks a lot like Unix, it's just lower cost and more flexible, etc., etc. Over time, though, as the big web 2.0 companies adopted open source as a model, you get this move so more innovation was coming from users than from vendors. So it's like big data, take that as an example. Big data exists not because of open source, it's because a ton of large IT leaders like Google and Facebook and Microsoft and Yahoo, etc., had these big data problems. And rather than going and finding vendors to solve them they solved them themselves. They did it in open source. And so you see this model move from vendor led to user led, and it's just like the industrial revolution. The industrial revolution, the winner's were at the machine tool manufacturers. These people use the machine tools. So I think we'll continue to see this happening where the majority of innovation is happening from users done in an open source way. Now the flip side then is, I think there was a sense 20 years ago and even 10 years ago among the zealots, that it's a big war between open source and proprietary. What we're seeing now, I think developing, you see this with a lot of the partnerships we announced, is open source will be embedded across virtually any technology platform, right? You can't use your phone, you can't get money out of a bank machine, you can't do a search, you can't do any of that stuff without using a lot of open source software. Doesn't mean the whole stack has to be open. Now we're all open and we're advocates for that, but you're seeing Microsoft embrace it, you're seeing IBM embrace, and so broadly I think you will see a larger and larger share of the technology stacks that people use today, be open source, and that'll continue. >> I mean I think the proprietary thing is pretty much a dead horse at this point. I mean, open has always won, open is winning, but also to your point about earlier making decisions in the community, there's a risk management benefit on this user led. You're taking away the risk. There's all kinds of risk management being done for you. There's no longer operational things that cost money, like managing releases. You can actually get great operational benefits as well as risk management for what to do. >> Well exactly, because these platforms, it's not let me look at three vendor solutions and say which one do I think looks the best. You actually can say what are people using at scale, what's worked well? And unless you are a bleeding edge adopter, you actually can get the observations of how people are using it and what's working and what's not. And I'll tell you from a vendor perspective it's great. When we release a product we never say, oh, does the market want this? We're not releasing the product until after the market's already adopted the technology in a community way in a pretty significant way. It's a great day, certainly game changing, I think it's going to be written up as kind of a new dynamic that's going to certainly be referenced in the history books. I want to get your perspective on the going forward basis. I know you guys are a public company so you can't really talk about the numbers, but in looking at some of the financial analysts reports recently on you guys, there's a quote I want to get your reaction to. This analyst said, "Software containers "look to be much larger opportunity than RHEL ever was, "and if Red Hat can become a leader here, "it will set the company up for many years to come. So there's obviously some people saying, obviously the container thing is pretty big. How are you guys talking to the marketplace, both the industry market, financial market, and customers around the containerization opportunity, how does Red Hat look at that? How is you as the CEO talk to that trend? 'Cause I know RHEL. RHEL's got a track record. But now you got containers. What's the order of magnitude? What's the mental model people should take to think about containers? >> So I can answer that in a couple of different ways. So let me start off with the size of the opportunity. So, as applications go from these monolithic services for applications to containerized microservices, that architecture is very, very different. And in the old world you'd have an operating system. And then you'd have a whole set of tool chains and management tools and all of these things to manage these applications, right? Well, in a containerized world you expect the platform to manage that for you, right? And so in the old world, which still exists in this growing force, but in the Linux world we provide the operating system on which the application ran, and then you got different management tools, application performance management, CMBD, all of this stuff that worked around that, right? You expect your platform to do that now, so if you think about the value we have in OpenShift, which is our platform, it's doing that telemetry, it's doing patching, it's doing a lot of the automation that was happening before. So there's a lot more value in the platform. And so like a two socket server running RHEL versus a two socket server running OpenShift, there's like an order magnitude price difference. And our customers aren't looking at it saying, oh my god that's expensive, they're actually looking at it like it's cheap versus the whole sets of tool change and management tools they were doing in the old world. So fundamentally the container platform has a dramatic amount of value. Now then from a Red Hat perspective, and I'll bring up another company, it's a little bit of a competitor, but VMWare did a great job of becoming the default management tool company around a virtualized infrastructure. Well why? Because in the shift from physical to virtual they were there first. And they kind of built a paradigm for managing that. Well in this world going to containers, containers are Linux containers, so we're there first. And so working to drive that paradigm, I think we can be a significant share player in these new container platforms, and honestly if you look out in the market, the clouds have their individual cloud offerings, which are fine. We actually can span all of that. So if you have any hybrid structure at all, we have by far the best solution to address that, and I think analysts are assuming we're going to be successful at a much higher value add and therefore more expensive product. If we get our RHEL share of that, you know it's an order of magnitude larger opportunity. >> And that's the cloud economics in play right there. 'Cause with that scale you're talking about okay, OpenShift's taking on a new role for the multi-cloud, for the large scale, you know horizontally scalable synchronous services that are coming online like microservices. >> Exactly, exactly. >> (sound distorts voice) cloud scale partnership and ecosystem strategy right? Your customers are deploying OpenShift on clouds like Amazon, Google, big partnership with Microsoft announced this week as well as a big IBM partnership. Can you talk a little bit about how Red Hat is approaching that cooperation and competition and what parts you'd like to keep on Red Hat versus where you're going to end up partnering. >> Yeah so, we, when you think about the fact that we sell free software, right? You got to think hard about the value proposition. And one of the value propositions we've always believed in is we create choice for our customers. So running Red Hat Enterprise Linux, we're geeks we can talk about all this value associated with it. For many purchasing departments the value was always, when it comes up for a hardware refresh, I'm not locked into one vendor now. I can bid that out because every vendor works on RHEL. So if my application runs on RHEL, I have unlocked choice at that layer. So that's built into our DNA. It's not just a value our software adds, it's the flexibility we're providing customers. So when we look at these new generation platforms, we really strongly believe we can add a lot of value by abstracting whether you want to run it on premise, on a server, on VMWare, on any of the public clouds. By abstracting those away we're giving our customers choice at the core platform layer. So part one is to make sure OpenShift is a first-class citizen and runs well everywhere. And so for our customers then, you know that your application will run anywhere. For our ISV partners to take IBM for instance, because IBM has announced all of their software running on OpenShift, that can now run wherever OpenShift runs, which is, by the way, everywhere, without IBM having to do a lot of work. So creating this abstraction layer huge benefits for someone like IBM. So you can now run mission critical IBM software anywhere you want to run it via OpenShift. So real value to a partner like that, obviously a value to us as it drives workloads. Now one of the other things that we've seen a lot is that people have gotten used to cloud, is they're really saying, hey I love OpenShift, this is great, but honestly you manage it for me. That's one of the things I like about cloud, so I love the idea of this abstraction layer, but I don't want to have to build my own management or my organization to be able to manage this at scale, so you be my service provider. And so we built that in a small way, so we have OpenShift Dedicated, which is an offering that Red Hat engineers run that runs on Amazon. But we want to make sure our customers had choice and also they could choose other vendors they want to work with and you know, Microsoft has a lot of heritage in enterprises, so this opportunity for enterprise is to be able to run OpenShift at scale on Microsoft, fully managed and supported jointly by Microsoft and Red Hat we think is a really phenomenal offering, 'cause we just don't have the scale to build out the capabilities to even meet the demand that's coming in right now for us to offer a managed service of OpenShift. >> And you guys are also doing some work, just to point out and I want to get your comment on, to help with the licensing issues. I know there's been some announcements where you guys are trying to get some more support for folks who are dealing with some of the licensing issues when expiring and so we had your associate general counsel on talking about some of the, version two, version three, grace periods. What does that mean for customers? What is the internal motivation behind that? Is it just making it easier? >> Well you know, this whole idea of licensing being an impediment to customer success, I just find horribly bothersome in the technology industry. And so we've always tried to strip that out for Red Hat, with our customers, and now trying to say well Red Hat's big enough it can have enough influence broadly. How do we try to be more influential in communities? So certainly nothing in the open source licensing arena, not just for us but for any vendor, gets in the way of customer success. And I think that's so important this idea of the artifact of protecting IP means you create lack of flexibility for your customers. I don't think anybody wanted that to happen, but it's happened. And so anything we can do to kind of tear that down we're working to do. >> Well congratulations on all your success, and I know that when I hear words like defacto standard it gets my attention. You see Kubernetes, role OpenShift's doing. We're envisioning a huge wealth creation of new value creation market coming online pretty quickly. You guys doing a great job. Congratulations on that. >> Thank you, thank you. >> Awesome work. Final question for you, I know you got to roll, but you guys are also growing, I noticed your teams are growing, how do you maintain the Red Hat culture? You get more people coming on working for the company, what's the strategy? Give them the Kool-Aid injection? Do you got to bring them in, assimilate into the open source ethos that you guys built and are expanding? What's the plan of getting all these new employees and new partners on board with the Red Hat way? You hand them the red pill and the blue pill and they better take the red pill. No in all seriousness, it's a high class problem but it's still a problem. You know, we do grow roughly 20% a year. Taking this account even modest attrition, roughly 25% of the people at the end of the year at Red Hat weren't here at the beginning of the year. And so when you think about a culture based company, and I spend a lot of time talking about our source of advantages and capability that's tied up in our culture, that's critical, so from how we think about recruiting over half our employees come from employee referrals, they say nobody knows a Red Hatter like a Red Hatter, to the way we do onboarding, which people laugh, you walk out of onboarding you still don't know how to get a computer, but you have been indoctrinated in the power of open source to the way we do checkups along the way, the way we use video and a whole bunch of things to do that. Because it is critical. It is who we are and what allows us to be successful. >> Do you get a lot of Red Hatters out there who left the company, started companies, they come back in the fold through acquisitions? So that's always a great, great sign and we love what you're doing. I'll say CUBE are open. We love open always is winning and it's the new standard. So congratulations. >> Well thank you for having me. It's great. And I really appreciate you being here, participating in the summit. >> All right, Jim Whitehurst, CEO of Red Hat. We're here in theCUBE, live coverage day two of three days of wall-to-wall coverage. Check out all the coverage on thecube.net, siliconangle.com, and wikibon.com for all the action. I'm John Furrier, John Troyer, more live coverage after this short break. Stay with us, we'll be right back.

Published Date : May 9 2018

SUMMARY :

Brought to you by Red Hat. and taking the time. thank you for hosting with us here. so congratulations on the big bets you've made. so congratulations. Either that or lucky, but we'll take it either way. This is really the big tailwind for you guys. and the one kind of spin we put on the technologies But you got to bring that new shiny new toy and so one of the reasons like you see and then you got the cloud native scale and if you look at the traditional enterprise developer, and the stories there were very good. And so the model we talked about I got to ask you a question on the community piece. and so broadly I think you will see a larger You're taking away the risk. and customers around the containerization opportunity, and honestly if you look out in the market, And that's the cloud economics in play right there. Can you talk a little bit about how Red Hat and you know, Microsoft has a lot And you guys are also doing some work, the artifact of protecting IP means you create and I know that when I hear words like defacto standard And so when you think about a culture based company, and it's the new standard. And I really appreciate you being here, Check out all the coverage on thecube.net,

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
John TroyerPERSON

0.99+

AmazonORGANIZATION

0.99+

Jim WhitehurstPERSON

0.99+

MicrosoftORGANIZATION

0.99+

YahooORGANIZATION

0.99+

IBMORGANIZATION

0.99+

FacebookORGANIZATION

0.99+

John FurrierPERSON

0.99+

GoogleORGANIZATION

0.99+

$100 billionQUANTITY

0.99+

20 yearsQUANTITY

0.99+

JimPERSON

0.99+

Red HatORGANIZATION

0.99+

San FranciscoLOCATION

0.99+

RHELTITLE

0.99+

five yearsQUANTITY

0.99+

T-MobileORGANIZATION

0.99+

five yearQUANTITY

0.99+

OpenShiftTITLE

0.99+

two thingsQUANTITY

0.99+

siliconangle.comOTHER

0.99+

TechReckoningORGANIZATION

0.99+

three daysQUANTITY

0.99+

thecube.netOTHER

0.99+

TwitterORGANIZATION

0.99+

RHELORGANIZATION

0.99+

Kool-AidORGANIZATION

0.99+

UnixTITLE

0.99+

Moscone WestLOCATION

0.99+

oneQUANTITY

0.99+

two socketQUANTITY

0.99+

this weekDATE

0.99+

15 years agoDATE

0.99+

Red Hat Summit 2018EVENT

0.98+

LinuxTITLE

0.98+

25%QUANTITY

0.98+

bothQUANTITY

0.98+

GooglesORGANIZATION

0.97+

Ten years agoDATE

0.97+

KubernetesPERSON

0.97+

OneQUANTITY

0.97+

two changesQUANTITY

0.97+

todayDATE

0.97+

both worldsQUANTITY

0.96+

FacebooksORGANIZATION

0.96+

Craig Muzilla, Red Hat | Red Hat Summit 2018


 

from San Francisco it's the queue covering Red Hat summit 2018 brought to you by Red Hat hey welcome back everyone this is the cube live in San Francisco Moscone West for coverage of Red Hat summit 2018 I'm John for the co-host of the cube mykos this week as analyst John Schwarz the co-founder of tech reckoning advisory and Community Development firm our next guest is Craig pizzelles right senior vice president application platforms business and portfolio for Red Hat great to see you welcome back to the cube thank you very much John so big-time executive a company is doing well and you guys are growing adding more people every time being successful again an open source another generations upon us a standing on the shoulders of giants you guys have been a business model for Red Hat for many many years rel certainly successful container madness now mainstream kubernetes clear line of sight on what that's doing as an abstraction layer and standard de-facto standard around orchestration the really good tailwind for you guys and the industry absolutely absolutely congratulations and what's your take I mean obviously you got apps now you're good people gonna be building apps system working OpenStack what's what's going on right well there's a lot going on I mean we've we've been very consistent about our strategy and it's finally starting to pay off and come together and I think the mark is starting to realize that we have been talking about hybrid cloud before it was in vogue and you know well over five years ago and so all those pieces come together we've always talked about a story of there are multiple footprints whether it's physical vert traditional virtual private cloud and public cloud and then companies will want to and customers will want to do more than just the four footprints they want to do multi cloud as well so you know we've been very strong on the infrastructure side having Linux as the base and the operational consistency across those footprints in which to build on and then now containers and kubernetes with OpenShift gives us plus that that last leg together to give us that abstraction layer across these multiple footprints to allow hybrid to happen I wanna get your reaction this because we were talking on our intro package around the dynamic we're seeing in today's business landscape and technical landscape open source clearly the business model for software right check kubernetes provide some interoperability and cloud native growth for new applications cloud we're cloud native what are you gonna call it and then you've got legacy applications for the first time don't have to get thrown away to go to the new world you have the ability to containerize write pre-existing applications while bringing a new functionality new infrastructure new software methodologies development architectures modernizing software yeah while maintaining and preserving the life cycle of pre-existing applications great absolutely this is the dynamic that is really a wonderful thing because takes the pressure off absolutely and I think that's unique to Red Hat which is we've always had not only the hybrid cloud story the multi cloud story but the fact that containers allows you to advanced advanced a movement to you know do digital transformation start using micro services etc but you don't need to start over you can take existing applications you can containerize those applications get them into a cloud environment gain those efficiencies operational efficiencies and development efficiencies and then start to also build new applications based on microservices architectures and bring both together some of the other vendors out there may only have a story about well you have to rewrite everything it right or it's only going to be public cloud and you're tied to those public cloud api's I think you know using containers as a methodology and then using orchestration with kubernetes you can have the best of both worlds and we think that's important I wanted to drill down to the stack a little bit more right I think this year maybe even as opposed to last year the cube was that the OpenStack summit and there was a little bit of confused talk about you know containers you know what on what openshift on OpenStack or vice versa the message this this year very clear you know openshift on OpenStack here's the infrastructure don't get confused so we've got those two layers that you lay down but also there's a lot of application services in the Red Hat stack that you all have built out and I think if people were listening closely right there's a multi-year investment in there in things like you know that originated with an application server like JBoss that now actually in 2018 architectural II look very different now that's a set of services that developers can use so maybe I mean can you talk a little bit about I mean that's an example also I'm not throwing everything out but evolving can talk a little bit about the depth of the stack there and and servicing all those various requirements I mean if you look at the stack we're talking about infrastructure services some of those are in things like OpenStack so you know whether it's compute storage networking etc we demonstrated some ability in through kubernetes to provision and orchestrate VMs and so you saw some of that in the demos that we show today but then once you lay down that foundational layer with containers and kubernetes with openshift then we start to build services on top of that we have been building this portfolio of middleware services for some time and so we can provide messaging as a service we can provide integration and ipad services we have something now called Roar which is packaging together a runtime and frameworks to put together inside of OpenShift we have process management and orchestration technologies business process management so all those services are something that developers need and you start adding those now as cloud services and so the other one of the other things that we've also done beginning about two years ago we began a journey for automating the application lifecycle of building application the pipeline capability we did an acquisition of a company called codenvy which is the founders of eclipse CheY the cloud native ide and workspace environment and so now we've now begun shipping openshift i/o to give you that end-to-end capability from beginning your project to writing the code to doing CI CD and managing the full lifecycle so it's all starting to come together for us a big big talk here at the show about kubernetes being kind of dun dun gnu/linux right the new platform that's going to enable a huge amount of innovation but I love that openshift is more than kubernetes a and also that you know as part of this it's it's a it's you know the role of Linux was a bunch of device drivers right and you're and you're organizing on one machine the clap now that we're in cloud right kubernetes is is about operations like you just said about the code lifecycle about all this stuff and all of a sudden yes it yes it's a it's an analogy but but it's much broader than that it's much broader than that one analogy I mean you made the analogy about Linux I mean Linux basically abstracted a number of hardware architectures and gave you a common operating environment in which to run on x86 or even run on a mainframe or run on power now running on arm you know we have looked at and said well there's a similar analogy now having and taking place with containers in kubernetes where you can create an orchestration layer and an abstraction layer across multiple infrastructures and then building app dev services on top of that so that's what's coming together right now so you know we think it's important also to build out the ecosystem so we're providing application development services on top of this you know this abstraction layer we're building tooling and application lifecycle management but we're also bringing in partners so our announcements today with or yesterday with IBM and even Microsoft they're container izing sequel server they're putting it into our container catalog there will be a distribution of that the the the IBM products and the IBM middleware products and so we'd right now in our ecosystem development program we have about 60 is v's already certified already in a container catalog we grade them in terms of their security so you have some confidence we have another pipeline of another two hundred is BS coming in and then also our service broker so bringing in services we made announcements last year with with AWS to bring in some of their services like lambda and other services into the service broker so you see this hybrid world where you have a lot of different application development capabilities both from us and from our on the ecosystem and the service broker technology to help you bridge you know the best of breed services from all these multiple clouds okay I talked about the ecosystem evolution because you're creating an enabling technology capability and new new growth is coming we see that already kind of on the radar how is that gonna change the ecosystem makeup for you guys actually the the container catalog and ISPs what's it gonna look like is V is gonna be developer I mean what how do you guys envision the ecosystem evolving over the ecosystem it obviously is involved most of these you know most of the traditional the ISPs will begin to offer their own services you know they might be hosting them on AWS but they're gonna provide cloud services so they're gonna be exposing api's to use those services so I see that the evolution isn't there will be a lot of code that you still containerize and offer but there will be many services that are hosted somewhere else posted in a cloud hosting but you want to bring those services to bear I'm creating in an application maybe on Prem with openshift but I need to use a machine learning service from perhaps Google or from Watson and IBM so how do i and those are hosted services so how do I use those services even though my cloud native environment is inside inside the inside the firewall front I'm an integration or two critical pieces you guys got a layout across that right yeah yeah yes and so there's a distributed computer it sounds like an operating system out but it's spread all over the place it's spread all over the place your thoughts on your current portfolio how's it kind of all you talk about some of the services you're enabling within your own portfolio for your customers out there now rel very stable operationally everybody knows that how is the portfolio within Red Hat gonna continue to evolve at what's their vision there yeah so we are beginning to do more of you know integrating infrastructure services in from kubernetes so what you saw you know cnv containerized virtualization allows you to orchestrate VMS we've done the same thing with storage and storage virtualization you'll see more on the infrastructure side probably things like networking are next some of the API is within OpenStack but then up stack we're looking at other capabilities we do have a project going on right now with server list it's in tech preview it was demoed yesterday so you'll see a server list offering from us we have been experimenting with machine learning and AI and we're using it inside of our own capabilities like insights which is a management a hosted management tool but providing machine learning capabilities and offering those inside natively with inside of open ship these are all futures and part of the roadmap that we have going forward for application developers out there are potential partners of Red Hat what's the mandate in your mind to make kubernetes a first-class citizen so if I'm watching I want it I want a vector into this you know skate to where the puck is going kind of mindset what do I need to do what is an enterprise and a business or developer or startup right need to do two cunning connect into the growth is it a playbook do you see something involving that stick and maybe a clear line one of the things I mean from is just a technical basis if you if a partner has software well get a containerized figure out how that works in containers how many how do you structure that if a partner has a service then make that available through the service broker we will work with those partners to you know look at business models that might be appropriate in a cloud native environment that spans across cloud to help them market so those are some of the things I think you know a partner or an ecosystem provider would you should think about what's the feedback of the show here after the hallway conversations Dobbs a lot a lot of openshift conversations it's a centerpiece what are you hearing what are you seeing what's what's going on for you at the show here I think the breadth of what Red Hat has become I you know when we'd go to shows five six years ago we had you know started to build out the portfolio but you know people would still come to the show and you know it's the Linux show but it's no longer the Linux show it's it's a much bigger it's it's about computing open-source computing in the enterprise and cloud-based computing and so the breadth of the portfolio I think is a surprise for many people and how many things we do offer when you look at some of the customer testimonials and the demos we're showing everything from you know infrastructure and private cloud infrastructure out to very sophisticated application development use cases so I think that's a big difference than what you might have seen six broad you're broadening your portfolio from standalone Linux to include management applicate more applications this is a bigger market it's a much bigger market I think we you know we view our we we view our opportunity as becoming the computing platform both at an infrastructure level and helping the developers for the next you know for the next 50 years so hopefully right and it's a shift in the marketplace - and a shift in skill set of the people who are here right that's another thing that to be able to pull those two people into the future like yeah absolutely I mean the skill set used to be again you know a primary linux show a lot of linux systems administrators and and data center executives and data center managers and now you have a much more senior levels many c-suite people coming here to to understand how they transform their business how open-source can help how this broad hybrid cloud platform can help and then a large set of architects and developers so the mix is really interesting now it's not just the infrastructure and data center guys but it's the executives that make those decisions as well as the application develop you have more community members that are users inside the open source projects making things happen oh absolutely you guys now it helps everyone else oh I was just approached by a large bank this week and on openshift i/o which is this tool chain this pipeline capability now an open shift they want to participate they asked how do we get involved in the projects in the upstream projects we would like to build this out so that's just one example I think of and we get asked all the time about hey can you teach us how to be an open company how to be how does open source work how could we facilitate that in our culture to be a little bit more creative collaborative and move faster so I mean open source model is definitely real what are the customer feedback can you share because we're hearing the same thing the customers saying okay it's easier to recruit it's easier to just make everything open just from an operational standpoint right what are some of your top customers that have been with red head for a while what are they saying to you when they say wow this the benefits are are well well the benefits I think are are that they are much faster to market they can leverage skills and capabilities that may not be inherent in their own company beyond their walls they could you know get build ecosystems that have affinity to the to themselves all because they're just you know reaching out there they're participating in open source communities and trying to create a culture of open source and then you get better products out of a certain link wray thanks for coming on the cube and sharing your insights congratulations on all your success great to have you on we're here at the Red Hat summit 28 teens the cubes live covers stay with us for more work day two of three days of wall-to-wall coverage we'll be right back after this short break I'm John four with John Troy here stay with us

Published Date : May 9 2018

**Summary and Sentiment Analysis are not been shown because of improper transcript**

ENTITIES

EntityCategoryConfidence
IBMORGANIZATION

0.99+

MicrosoftORGANIZATION

0.99+

John SchwarzPERSON

0.99+

AWSORGANIZATION

0.99+

JohnPERSON

0.99+

John TroyPERSON

0.99+

Craig MuzillaPERSON

0.99+

2018DATE

0.99+

yesterdayDATE

0.99+

Red HatORGANIZATION

0.99+

San FranciscoLOCATION

0.99+

Craig pizzellesPERSON

0.99+

LinuxTITLE

0.99+

last yearDATE

0.99+

last yearDATE

0.99+

GoogleORGANIZATION

0.99+

two peopleQUANTITY

0.99+

OpenStackTITLE

0.99+

todayDATE

0.99+

three daysQUANTITY

0.98+

two layersQUANTITY

0.98+

this yearDATE

0.98+

red headORGANIZATION

0.98+

codenvyORGANIZATION

0.97+

OpenShiftTITLE

0.97+

one exampleQUANTITY

0.97+

first timeQUANTITY

0.97+

this weekDATE

0.97+

bothQUANTITY

0.96+

Red HatTITLE

0.96+

twoQUANTITY

0.96+

one machineQUANTITY

0.96+

this weekDATE

0.96+

Red Hat summitEVENT

0.95+

oneQUANTITY

0.95+

openshiftTITLE

0.95+

two critical piecesQUANTITY

0.95+

linuxTITLE

0.95+

four footprintsQUANTITY

0.95+

Red Hat summit 2018EVENT

0.95+

both worldsQUANTITY

0.95+

five six years agoDATE

0.95+

Red Hat summit 2018EVENT

0.94+

about 60QUANTITY

0.94+

this yearDATE

0.93+

ipadCOMMERCIAL_ITEM

0.93+

JBossTITLE

0.92+

x86TITLE

0.91+

WatsonORGANIZATION

0.91+

one analogyQUANTITY

0.88+

about two years agoDATE

0.88+

Red Hat Summit 2018EVENT

0.87+

San Francisco Moscone WestLOCATION

0.87+

over five years agoDATE

0.86+

28QUANTITY

0.82+

Red HatTITLE

0.81+

two hundredQUANTITY

0.8+

next 50 yearsDATE

0.8+

six broadQUANTITY

0.74+

John fourPERSON

0.72+

OpenStack summitEVENT

0.72+

eclipse CheYORGANIZATION

0.72+

RoarTITLE

0.71+

gnuTITLE

0.6+

HatORGANIZATION

0.6+

lot of applicationQUANTITY

0.6+

multi-yearQUANTITY

0.55+

Mike Ferris, Red Hat | Red Hat Summit 2018


 

from San Francisco it's the queue covering Red Hat summit 2018 brought to you by Red Hat okay welcome back everyone we're here live in San Francisco with the cube cube coverage of red hat summit 2018 and Moscone West in San Francisco I'm John for a co-host of the Q with my co-host this week analyst John Troyer who's the co-founder of tech reckoning advisory and Community Development firm our next guest is Mike Farris is the vice president of business development at Red Hat and its architecture business architecture sitting the table doing all the deals welcome back to the cube great to see you great to be here happy to come on so red hat has always played the long game in its business you got a very community focused us you got a lot of data in front of you you got a lot of customers but now the industry deals are forming IBM deal you guys announced here and Microsoft two notables really kind of are a telltale sign of what's to come what does it mean you had two big enterprise players getting behind openshift and Red Hat what's the name so you know it means coming of age of both containers and industry standards around this and so similar to what we did with Red Hat Enterprise Linux it what started at the edge of network computing and gradually through relationship with IBM Dell HP became the standard hardware enabler applications then came on board with partners like Oracle and others going through sa P and the like now we're seeing the same thing happen in the container space where now that kubernetes has been established as the orchestration standard in the industry Red Hat has made the bet adopted on that and now starting to see the fruition of people standardizing around that the major players the cloud providers from IBM Microsoft and and applications are sitting on top of that are starting to see this as the platform that they wanted to play on and just to kind of point out just because yeah you mentioned kubernetes you guys weren't johnny-come-lately on kubernetes either you guys made the investment years ago including tsakuba you saw containers so you're it wasn't like whoo it's like yesterday it developed nicely for you I mean our open shift was actually launched in 2011 and then in 2013 we made the switch to kubernetes and made the bet on it as being the orchestration standard and you know as you saw Red Hat do with KVM and the hypervisor space you know designing everything around a standard that we could support for in the case of Linux up to ten years you know we're doing the same type of thing and making the platform the focus not the individual technology so applications that are developed ISVs that are focused with those customers on deploying those and now with major partners like IBM and Microsoft saying this is the thing that is going to live and breathe in your enterprise as you take existing applications moving them into the cloud native and space as well as also when you start building new applications on it on a fresh platform you've got you have business architecture in your title I want to talk about business architecture because with cloud scale business logic is where the innovation is and then using technology to scale that but you also have it's not always the best technology sometimes that makes the fit it could be the right technology at the right time and Jim White has mentioned that earlier in his interview today business architecture is about the win-win scenarios and open source as well as the commercialization piece can you comment on the preferred architecture of folks who want to go to the cloud and take advantage of the of the transformation happening how should they architect their business how should they think holistically around putting the pieces together whether it's vendor relationships rolling out and hiring new developers and moving to a cloud native cloud scale while preserving their existing investments so just like when we started with Linux and Red Hat Enterprise Linux in 2002 the focus has been on making sure that customers have choice as they do this and and you know it's the platform that matters and making sure that you have the scalable secure environment that you can run across these and so taking that choice theme on a standardized platform and about starting to be able to say regardless of what application you have where you need to be run or what services you need to plug in you need to make sure those are available everywhere so when when we talk to architects and business architects that are looking at pricing models and mechanisms these two things are now forefront in their design architectures when they start sitting down and so you know our focus has been how do we enable this common platform starting with Red Hat Enterprise Linux and open shift across every major cloud provider in the world and on-premise as those models start to change and so one of the announcements that we made was we're gonna be supporting open shift on Azure stack you know this opens up choice for those customers be able to say regardless from on-premise on a Red Hat OpenStack environment or a Azure stack environment or off-premise at major providers like IBM cloud and Microsoft Azure now being able to say that I've got the support across these architectures and the multiple business models that I want to be able to purchase that allow me to enter into this space like I want to drill down in that at the Microsoft announcement okay it's cuz it's multifaceted right it's not just like you can run you could run OpenShift on Azure stack on pram if you wanted to right it's it's it's it's a managed service on Asscher itself it's also integrated into some of their offerings like the now sequel server will be a Red Hat certified container as well as being a container over on their side and they're building it into their uh their dev programs and dev tools right but you'll get you get you get Red Hat credits as well if you're if you're sitting there in with the Microsoft toolset so can you talk a little bit about you know some of those points of contact maybe expand on the sure absolutely and so I think kind of the core point to recognize is you know for many years now we've been talking about containers as a packaging right well it's actually what's in the container that matters and and so from the perspective of that you know you know the position is I mean containers are Linux and and Linux is Red Hat Enterprise Linux and so when we start talking about this the foundation of this really starts from that angle and so with Microsoft we actually announced last fall that we're gonna do open shift dedicated which is the Red Hat managed service on on Amazon and Google we announced we're going to be taking that to Microsoft Azure as well but in the course of those discussions and sitting down with customers talking to the Microsoft teams you know became readily apparent that if we partnered on this and did something much more aggressive to build a higher value solution for the customer we could actually deliver something that that customer saw is not just a unified approach but actually a Microsoft offering and so what we announced yesterday and what Microsoft jointly announced with us was that that we're announcing the release and and the upcoming release of open shift on Azure which is a jointly managed and operated and supported open shift service it's actually the industry's first jointly managed service on a public cloud and so we look at those customers now can go to Microsoft get a first party offering from them be able to deploy their applications have Microsoft run the infrastructure Red Hat run the open chef platform and have that service role available so they can focus on the applications and not the infrastructure who gets the support on that is the Microsoft leading on the front you guys splitting the duties there yes that working so on the support side in 2015 we announced something called integrated hybrid support with Microsoft we actually had Red Hat associates on site in Redmond working side-by-side with Microsoft support personnel um this extends that but what we're also doing is with the open shift on Azure offering it's actually to be a Microsoft first party product they're gonna be selling in the market we will be selling in the market and so customers can call Microsoft is their first line but if they happen to call Red Hat we've got this back-end infrastructure we know how to escalate we've got joint ticketing systems we know actually how to work on this together so you know it is a combination call it a hybrid support ending the previous model you vets work absolutely not like a branding brand new thing yeah but customers who are you know large-scale as your users today will still call Microsoft and they'll be able to get to the right people through their Microsoft reps so I think one of the impacts what I see I'm gonna get your reaction this is that obviously that multi-cloud has been a big discussion and it's a future stay but that's what everyone wants choice right so they're doing a lot of work on premise and clarifying their architecture this has been a big part of today's world this seems to be a multi cloud opportunity for your customers is that kind of where you see the vein value yeah so you know when we look at the platform we want the platform to be consistent whether it's Red Hat Enterprise Linux and now open chef and have that available in a consistent way in a consistent price point and a consistent value representation to the customers regardless of where they want to go and so you know we've got customers that that will have a primary cloud and on-premise or a primary cloud and a backup and it on-premise and it's very important for their applications for the development life cycles and for their support mechanisms so they have one place to go one place to work with and focus on a singular platform that's why you know we hear us talk about this we're doing the exact same thing we did with Red Enterprise Linux we're not varying the technology we're integrating it deeper and in this case Microsoft very deeply in their infrastructure but providing the same value to customer above the line and then backing it with this jointly operated and managed service from Microsoft and containers has been a great tailwind for your business big time how has OpenShift success change your job in the past year or at all it's made it a lot harder because you know I think the evolution of containers evolution early on of the orchestration space you know people have been asking about alright are you following the community right how close to the Kerman kubernetes latest release are you you know that was a dialogue that we're now evolving in the industry to being how can I get the services that I need how do I get the support that I need and and how do I make sure it actually is secure and that you know when the next major issue comes out that that you know all my containers are up to date and so the complexity is increased from defective of we're no longer talking about certification of an ISV on Red Hat Enterprise Linux which happens to be certified on specific hardware now we're talking about living and breathing container life cycles from ISVs from end customers sitting on a platform that runs across all the public clouds and when the next security issue happens how do we make sure that the is v's containers of the end customers applications that are containers all in Red Hat Enterprise Linux containers that they actually are secure the the moment that that we release the patch across these and that's really the value in getting that across in the industry and be able to say that all of that works in concert with the new business models consumption and other things you know those are the complexities we're having to deal with now definitely a sign of 2018 right in some ways the world has come to red hat right you read has kept it it's open culture and open ethos certainly this is a signal like the new of the new Microsoft right playing with Red Hat Red Hat now also gets to support Windows containers I mean IBM although has been a supporter of open source and Linux and Red Hat for years so it is a I love the new world that a lot of our old assumptions are thrown away right and and and it's about delivering value to customers not necessarily what tribe you're in yeah and you see IBM I mean that has had a long play in the container space means starting with the bluemix environments and kind of moving into the latest thing with with IBM cloud private you know from from our perspective it's this unifying nature that says now that we can actually calm down and talk about what is enterprise need and how long it is and how do we build relationships in with IBM and with Microsoft they can really provide that so the customers can get the services they and the complexity you're talking about on your job is going to be an ecosystem opportunity for you you know making making more people come with it to the table to Red Hat so think you have a great opportunity in the ecosystem as well a final question for you is if someone's watching this video they say hey I want to do a deal with Mike I mean how are you doing deals - how do you evaluate is that a community-driven is it you know organic top down or is there a certain way that people can engage with you and read ad to do a business deal or is it ecosystem trip just take a minute to explain so the first thing we always look at is what are customers asking for and how can this help the community right those are the two things that drive the discussions at the CEO level with these partners that we're dealing with and even emerging markets I mean I sit down with small managed service providers and they want to offer OpenShift services in the same way that they've been doing Red Hat Enterprise Linux services for years and it's it's about the customers that are coming to them saying I see this as the platform I want to modernize my existing applications or start an it cloud native development using these how can we sit down and have the conversation so frankly from our perspective customers are key and so is the community and as long as we can have those two balances with relationships it's great and you mentioned the standardization when you have that kind of momentum and the industry and the communities it's going to enable a lot of opportunities and certainly you guys are doing great job so you've got a lot of we you're a busy guy yep absolutely Mike thanks for grating on the cue sharing your insights business development action going on a red hat big notable deals IBM and Microsoft just one of many that continues to be open doing the all out in the open it's the cube we're out in the open here in the middle of Moscone West I'm John four at John Torrio stay with us for more day two coverage of three days of live Red Hat summit covers be right back stay with us

Published Date : May 9 2018

**Summary and Sentiment Analysis are not been shown because of improper transcript**

ENTITIES

EntityCategoryConfidence
John TroyerPERSON

0.99+

2015DATE

0.99+

Mike FarrisPERSON

0.99+

IBMORGANIZATION

0.99+

MicrosoftORGANIZATION

0.99+

Mike FerrisPERSON

0.99+

2011DATE

0.99+

Jim WhitePERSON

0.99+

2013DATE

0.99+

MikePERSON

0.99+

San FranciscoLOCATION

0.99+

Red HatTITLE

0.99+

2002DATE

0.99+

red hatTITLE

0.99+

2018DATE

0.99+

San FranciscoLOCATION

0.99+

yesterdayDATE

0.99+

JohnPERSON

0.99+

AmazonORGANIZATION

0.99+

Red HatORGANIZATION

0.99+

LinuxTITLE

0.99+

GoogleORGANIZATION

0.99+

Red Hat Enterprise LinuxTITLE

0.99+

three daysQUANTITY

0.99+

Red Hat Enterprise LinuxTITLE

0.99+

red hatORGANIZATION

0.99+

Red Hat EnterpriseTITLE

0.99+

Red Hat Enterprise LinuxTITLE

0.99+

WindowsTITLE

0.99+

OracleORGANIZATION

0.99+

Red HatTITLE

0.99+

first lineQUANTITY

0.99+

Red HatORGANIZATION

0.99+

Red Hat Enterprise LinuxTITLE

0.98+

Red Hat Red HatTITLE

0.98+

Red Hat Enterprise LinuxTITLE

0.98+

two thingsQUANTITY

0.98+

todayDATE

0.97+

bothQUANTITY

0.97+

two balancesQUANTITY

0.97+

last fallDATE

0.97+

Red Hat Enterprise LinuxTITLE

0.97+

Red Hat Enterprise LinuxTITLE

0.97+

two thingsQUANTITY

0.97+

AzureTITLE

0.96+

OpenShiftTITLE

0.96+

this weekDATE

0.96+

oneQUANTITY

0.96+

RedmondLOCATION

0.96+

Red Hat OpenStackTITLE

0.95+

DellORGANIZATION

0.94+

Red Hat summit 2018EVENT

0.93+

HPORGANIZATION

0.92+

Ashesh Badani & Alex Polvi | Red Hat Summit 2018


 

>> Let me check. (uptempo orchestral music) (uptempo techno music) >> Live, from San Francisco, it's theCUBE! Covering Red Hat Summit 2018. Brought to you by Red Hat. >> Hey welcome back everyone, we are live here with theCUBE in San Francisco, Moscone West, for Red Hat Summit 2018. I'm John Furrier, co-host of theCUBE, with John Troyer co-host, analyst this week. the TechReckoning co-founder. Our next two guests are Ashesh Badani, vice president and general manager of OpenShift Platform and Alex Polvi, CEO of CoreOS, interview of the week because CoreOS now part of Red Hat. Congratulations, good to see you again. Thanks for coming on theCUBE. >> You're welcome. >> So obviously this is for us, we've been covering both of you guys pretty heavily and we've been commenting very positively around the acquisition of CoreOS. Two great companies that know open-source, pure open-source. You guys got the business model nailed down, these guys got great tech. You bring it together. So the first question is how's everyone doing? How's everyone feeling? And where's the overlap, if any and where's the fix? Explain the true fit of CoreOS. >> I'm going to start Alex, you want to jump in after. We're very excited right, so when we first had interactions with CoreOS, we knew this is going to be a great fit. The conversation we had earlier, both companies delivers in open-source, delivers in the mission center to take us forward regard to Kubernetes, as the container orchestration engine, and then being able to build out value for our customers around it. I think from our perspective, the work that both CoreOS did in advancing the community forward but also the work they've done around automation or their upgrades, management metering, charge back and so on. Being able to bring all those qualities into Red Hat is incredible. So I think the fits been good. It's been three months, I'll let Alex comment some more on that but we've been doing a lot of work from integration perspective around engineering, around product management. At Red Hat Summit this week, we reveal details around some of the converged road maps, which I can talk about some more as well. So we're feeling pretty good about it. >> Alex, your reaction. >> Yes, it's been three months. If you've studied CoreOS at all, you know everything that we do really centers around this concept of automated operations. And so by being part of Red Hat, we're starting to bring that to market in a much bigger and faster way of really accelerating it. The way the acquisition are really successful is either mutually beneficial to both companies and they accelerate the adoption of technology and that's definitely happening. We had the announcement yesterday with Red Hat CoreOS around the Linux distribution. Last week, we did the operator framework. It was very central to the work that we've been doing as part of CoreOS, and then as companies in a lot of ways is being part of Red Hat for three months now. This is what our company would have looked like if we ever just another 10 years along or whatever very similar, we're like a mini Red Hat, and now we're leaped ahead in a big way. >> And you guys done a good work. We've documented on theCUBE many times, and we were in Copenhagen last week. Now covering the operating framework but I want to get your reaction. You guys did a lot of great work on the tech side obviously, you can go into more detail but we've always been saying on theCUBE. If you try to force monetization in these emerging markets, you're optimizing behavior. And this was something that's gone on, we've seen containers. It's been well documented obviously what's happened. It's certainly a beautiful thing. Got Kubernetes now on top working together with that. If as an entrepreneur out there that are building companies. If you try to force the monetization too early, you really thinking differently. You guys stay true to it. Now we've got a good home with Red Hat. Talk about that dynamic because that was something that I know you guys faced at CoreOS and you've managed through it. Tempted probably many times to do something. Talk about the mission that you had, staying true to that and just that dynamic. It's challenging. >> Yeah, as we set out to build a company in general, there are really three operating principles. There is build a great technology to solve our mission which is to secure the internet through automated operations, build a great place to spend their days which is really about the people and the culture and so on. Why are we doing this, and the third was to make it sustainable and by that I mean to build their own money fountains, building out of the middle of our campus. And so by joining Red Hat it's we have a money fountain sitting there. (laughing) It's spewing off a ton of cash flow every single quarter that allows us to continue to do those first two things in perpetuity, and that third one is something every company needs in order to continue to execute towards the mission. And the thing that's so awesome about working with Red Hat is we're very much aligned and compatible. Red Hat's mission isn't exactly the same thing we are working but it's definitely compatible. It's like Apache and GPL are compatible. It's like that type of compatible. >> You both believe in open-source in a big way. Talk about the Red Hat perspectives. Now you got like a kid in a candy store. Openshift made a big bed with Kubernetes. You see now, you have the CoreOS, how has it changed in Red Hat internally? Things moving around actually accelerates the game a bit for you guys, and you're seeing new life being pumped into OpenStack. You're seeing clear line of sight with Kubernetes on the app side. We were just at KubeCon. A lot of people are pretty excited. There's clear lines of sight on what's defacto. What people are going to build around, and also differentiate. >> Right, so I'll start off by saying I really hope our CEO, Jim Whitehurst doesn't see this interview but if it goes off in terms of money factor. I'm currently make budget request. I think I know what's going on. >> Balance sheet, cashless now. It's in the public filings. If I see a fountain of money spewing off the thing, >> The ability to reinvest. >> This is a really good fit. (laughing) The way to say this, they have a great business model. >> Yeah, yeah. >> Some of us will make money, some of us will spend the money. Some of us will spend the money, it will work out well. (laughing) >> It's a great win. It's a great win. It obviously accelerates the plans. The commercialization is already there with Red Hat. This is just a good thing for everybody but the impact of you guys accelerating, just seeing OpenShift. You can boil it down to the impact of Red Hat. What is the impact? >> So in all seriousness, I think the focus for us really has been about there is so much complimentary work that's been going on with the CoreOS team that we're bringing into OpenShift, and to Red Hat in general that accelerates everything that you're seeing. You saw some amazing announcements happen this week with regard to our partnership with Microsoft and getting OpenShift out and Azure, and joint support offering. The work we're doing with IBM to get IBM middleware as well as IBM Cloud Private support integrated with OpenShift. The work that Alex referred to around automation, being able to bring that to our customers. We see all the excitement around that front as well so we want to take all Techtonic work that has been going on at CoreOS, then move that to OpenShift. Carry forward the community that CoreOS built around Container Linux, and actually inject a lot those ideas into that Linux, our flagship technology. Bring that passion and energy to bear as well, and then carry forward a lot of the other projects that they have. For example, the Quake Container Registry, that's extremely popular. Carry that forward, support our customers to use that both stand alone integrated with the OpenShift platform. Other projects like FCB that Alex has been talking about which is the underpinnings of Kubernetes plus running worldwide. So all of those things, we can bring forward, and then all the advancements that were made in place by CoreOS as they're working towards their money fountain, just plug that right into it. >> And just as a point of reference, Brendan Burns flew in yesterday. Microsoft Build is going up so he left their own conference to come down here. >> As did Scar Guthrie, right? >> That's a great testament. This is the testament. They're coming down, really laying down support. This is a real big deal. This is not a fake deal, it's real. >> And so I want to talk a little bit about specifics of the timeline, the road maps. Sometimes with these mergers or acquisitions, it's well the technology will be incorporated at some point, and then it goes away to die and you never see it again. And then the people all leave, and then you ask what was going on. But here, you actually have, I was great. You were talking to me. You have some specific timelines and we'll start to see some of the Techtonics Stack in OpenShift fairly soon. >> Yes, absolutely so the acquisition was announced three months ago and we said at that time that by Red Hat Summit, we'll lay out for you a road map and so we're now starting to do that. We put out release of some materials around some details with regard to how that's coming out. We have detailed sessions going on at Red Hat Summit around the integration plans between Red Hat, OpenShift and CoreOS with a few specific areas with regard to OpenShift. You'll start seeing the earliest versions if you will of the work that's being done. This summer, we'll deliver the full road map to you there by the end of this calendar year. With regard to, for example pieces like the Quake Container Registry that's being made available and being sold now as we speak. Customers can go get that, and we want to make sure no customer is left behind. Right, that's a principle we put out. And with regard to supporting any existing customers on Techtonic or the Container Linux space, we're doing that as we're working to integrate them into the Red Hat portfolio. Can you talk a little bit about the decision for Red Hat's atomic coast and Container Linux? Now re-named again, CoreOS. That was one of the seminal inventions that you all made as you started the company. I think it had some brilliant ideas again about security and the operational aspects but can you talk about some of those technologies and the decisions made there? >> Yeah, like I said, the acquisition of CoreOS Red Hat was about saying look what can we take that CoreOS has been doing to accelerate both work and community but also what could be doing to deliver this technology to customers. So the goal was we'll take all the atomic and the word that's been going on there have that be superseded by the work that's coming out of CoreOS Container Linux carry the community forward. Release a version of that called Red Hat CoreOS and in its initial form make that actually an underlying environment to run OpenShift in. Okay so for customers who want the automation that Alex talked about earlier. They made that available both at the underlying platform. Make it available in OpenShift platform itself via the work that's come from Techtonic, and then ultimately, Alex will talk about this some more through operators. So trusted operations from ISP or third party software that would run on the platform. All right so now if you will, we'll have full stack automation all the way through. OpenShift also support Red Hat Linux, a traditional environment for the thousands of customers that we have globally. Over a period of time, you should expect to see much of the work that's going on Red Hat CoreOS find its way into it as well. So I think this just benefits all around for us both in the near term as well as long. >> And Red Hat Container certification, where does that fit into all this? >> Yeah, a great question, so what we announced maybe was, actually was two years ago was a Container certification program. Last year, we spent some time talking about the health of those containers, and being able to provide that to customers. And this year, we're talking about trusted operations around those containers. That carries forward, we've got hundreds of ISPs that have built certified containers around it, and now with the operator framework, we've had, I think it's four ISPs demonstrating previews of their operators working with our platform as well as 60 more that are committed to building ISP operators that will be certified again. >> So people are certified in general, pretty much. I think we're very excited. The fact that we went to KubeCon last week, announced that the operating framework have been based on the ideas that the CoreOS team has been working on for at least two years. Making that available to the community and then saying for the ISPs that want a path to market. Going back to the money fountain again for the ISP that want to pass through market which is pretty much all of them. We also have the ability to do that so give them an opportunity to make sure that as wide as possible some adoption of the software at the same time help with commercialization. >> Can you guys share your definition of operator because I saw the announcement but we we're on a broader definition when we see the DevOps movement going the next level. It's all about automation and security, you mentioned that admin roles are being automated in a way to see more of an operator function within enterprise and emerging service providers. So the role operator now takes on two meanings. It's a software developer. It also is a network operator, it's also a service, so what is that, how do you guys view that role because if this continues, you're going to have automation. More administrator is going to be self healing, all this stuff is going to go on. Potentially operations is now the developers and IT all blurring together. How do you guys define the word operator in the future state? >> Well I know the scenario of great interest to you. >> So operator is the term for the piece of software that implements the automated operations. And so automated operations, what is that? Well that's what sets apart, the way I think about it is what sets apart a cloud provider verses a hosting provider. It's a set of software that really runs the thing for you and so if we're going to get into specific Kubernetes lingo, it would be an application specific controller. That's a piece of software that's implements the automated operations. And automated operation is a software that gives you that simplicity of cloud. It's at the core of a database as a service. It's both hosting but also automated operations. Those two things together make up a cloud service and that software piece is what we're decoupling from the hosting providers for the first time and allowing any open-source project or ISP brings the simplicity of cloud but in any environment. And that's what the operator is a piece of software that actually goes and implements that. >> So a microservices framework, this fits in pretty nicely. How do you see obviously? >> Microservices, there's all these terms. Microservice is more of an architecture than anything but it's saying look, there's these basic things that every operations team has to go and do. You have to go and install something, you have to upgrade it, you have to back it up, when it crashes in the middle of the night, get it going again. A lot of these things, the best practices for how you do them are all common. There's no ingenuity in it. And for those things, we can now because of Kubernetes write software that just automates it, and this was not possible five years ago. You couldn't write those software. There were things like configuration management systems and stuff like that that would allow companies to build their own custom versions of this. But to build a generic piece of software that knows how to run application like Prometheus or a database or so on. It wasn't possible to write that and that's what the first four or five years of CoreOS was is making it possible, that's why you saw all these mat and new open-source projects being built. But once it was possible it was like let's start leveraging that. You saw the first operator come out about a year ago, and I think it was our ATD operator was the first one, and we started talking about this as a concept. And now we're releasing operator framework which is from all the learnings of building the first couple. We now made a generic, so anybody can go and do it, and as part of Red Hat, we're now bringing it to the whole ISP ecosystem. So the whole plan to make automated operations ubiquitous is still well underway. >> I'd love to extend that conversation though to the operator, the person. >> Right. I think you and your team brought the perspective of the operational excellence right to the table. A lot of cloud has been driven by the role of developer and DevOps but I've always felt like well wait a minute operators the people who use to be known as IT insisted they had a lot to bring to the table too about security and about keeping things running, and about compliance and about all that good stuff. So can you talk a little bit as you see the community emerging, and as you see all these folks here. How do you talk to people who want to understand what their role is going to be with all this automation in keeping the clouds running? >> Computers use to be people too. (laughing) But we're not going to completely automate away everything because there's still parts of this wildly complex system that justifies whole conferences of thousands of people that require a whole lot of human ingenuity. What we're doing is saying let's not like do the part that is the fire drill in the middle of the might that keeps you from making forward progress. The typical role of an operations person today is just fighting fires of mundane things that don't actually add a lot of value to the business. In fact, this guy is difficult because you only get brought up when things are on fire. You never get an praise when things are going well. And so what we want to do is help the operations folks put out those fires like the security updates. Let's just roll those out automatically. The way you do those across all organizations does not need to be special and unique but they're really critical to do right. >> Well it's just automate that stuff away and let the operations team focus on moving the business forward. The parts that require the human spirit to actually go and do, and if we get to a point where a CEO of a company is like, wow, I can not come up with a new vision for this imitative 'cause my operations team are just so fast at influencing them. Then we have to start worrying about operations people's job but I don't see that happening for a very long time. >> And no one is going to be sitting around twiddling their thumbs either. >> Let me just extend that point a little bit. The whole point of operators is to encapsulate human knowledge that ISPs have and bring that in the platform and automate it. So the challenge that we've had is an operations person is required to know a lot about a lot. So the question then really is how can we at least take some of what's already known by people and be able to replicate that and that allows for every one to move forward. I think that's just forward-- >> Well, there's a bigger picture beyond that, so I agree but there is also scale. With cloud, you have scale issues. So with scale automation is a beautiful thing 'cause the fire has also grown exponentially too so you can't be operating like this. Scale matters, super. >> The reason that this stuff was invented at Google initially was not because of Google's high career per second. Is that they were, to build the application they're building required so many servers that you couldn't hire enough operations people without writing software to automate it. So they were forced to custom design the system because they had so many servers to run to build the software that they wanted to build. And other companies are just now getting to that point because every company is going through a digital transformation. They have to have thousands of servers just to run their applications. There's no way you're just going to hire the operations staff to go and do it all by hand. You have to write software to turn the operations people into mech warriors of running servers. You need to wrap them in automation in order to scale that. >> At KubeCon, she made a comment that all those operations folks at Google are software developers. >> Brand engineers. >> Brand engineering, so they're not Ops guys just pushing buttons and provisioning gear and what not. They're actually writing code. You bring up the Google piece, the other piece that we heard at KubeCon. We hear this consistently that this is now a new way to do software development. So when a former Googler went to work for another company, left Google. She went in and she said, "Oh my God, you guys don't do. "You don't use board?" To her, she's like how do you write software? So she was like young and went out in the real world and was like wait a minute, you don't do this? So this is a new model in software development at scale with these new capabilities. >> I think so and I think what's really important is the work we're doing with regards to an ecosystem perspective to help folks. So one of the top things I hear from customers all the time is this sounds fantastic. Everyone's talking about DevOps or microservices or wanting to run Kubernetes at scale. Do I have the skills? Can I keep up with the change that's in place and how do I continue going forward around that? So we announced at Red Hat Summit Managed offerings from let's say Atos and DXC where you've got goals to integrate us helping folks, or companies like Extension T systems. The CEO came and spoke today about the work we're doing with them to help connected cars, and those applications be rolled out quick and fast. I think it's going to take a village to get us to where we want to because the rate of change is so fast around all of these areas and it's not slowing down that we'll have to ensure there's more automation and then there's more enablement that's going on for our customers. >> So some clarity, can you guys comment on your reaction to obviously we've seen OpenStack has done over the years and now with well Containers, now Kubernetes. You seeing at least two ecosystems clearly identified. Application developers, cloud native and then I would call under the hood infrastructure, you got OpenStack. Almost it clarifies where people can actually focus on real problems that the Kubernetes needs. So how has the Container, maturation of Containers with Kubernetes clarified the role of the community? If this continues with automation, you can almost argue that the clarity happens everywhere. Can you comment on how you see that happening? Is it happening or is it just observation that's misguided? >> I think we're getting better with regard to fit for a purpose or fit for use case. All right, so if you start thinking about the earliest days of OpenStack. OpenStack is going to be AWS in a box, and then you realize well that's not a practical way of thinking about what a community can do a build at scale. And so when you start thinking about a Word appropriate use case for this. Now you start betting if you will, a set of scales, you set expectations around how to make that successful. I think we'll go through the same if we haven't already or even going through it with regard to Kubernetes. So not every company in the world can run Managed World call. DYI Kubernetes, don't many companies will start with that. And so the question is how do we get to the point where there's balance around it and then be able to take advantage of the work? For example, companies like Red Hat work for us was doing to help accelerate that path 'cause to the point Alex was trying to make is the value for them being able to keep up with the core release of Kubernetes? And every time a bug shows up to go off and be able to fix and patch it, and watch that or is the value building the next set of applications set on top of platforms. >> That's great, well congratulations guys. Thanks for coming on theCUBE. Appreciate the insight. Congratulations on the three months into Red Hat. Good fit, and enjoy the rest of the show. Thanks for coming on, I appreciate it. >> Thanks. >> Live from Red Hat Summit, it's theCUBE's coverage here of Red Hat and all the innovation going on out in the open. We're here in the middle of, we open the floor with Moscone West with live coverage. Stay with us for more after this short break. (uptempo techno music)

Published Date : May 9 2018

SUMMARY :

(uptempo techno music) Brought to you by Red Hat. CoreOS, interview of the week So the first question of the converged road maps, around the Linux distribution. Talk about the mission that and by that I mean to build Talk about the Red Hat perspectives. I think I know what's going on. It's in the public filings. This is a really good fit. Some of us will spend the but the impact of you guys accelerating, lot of the other projects to come down here. This is the testament. of the timeline, the road maps. the full road map to you there have that be superseded by the work about the health of those containers, We also have the ability to do that So the role operator now Well I know the scenario that implements the automated operations. How do you see obviously? of building the first couple. to the operator, the person. of the operational excellence that is the fire drill in The parts that require the human spirit And no one is going to be sitting and bring that in the 'cause the fire has also the operations staff to that all those operations the other piece that we heard at KubeCon. So one of the top things So how has the Container, And so the question is Congratulations on the of Red Hat and all the innovation going on

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Alex PolviPERSON

0.99+

MicrosoftORGANIZATION

0.99+

Ashesh BadaniPERSON

0.99+

Jim WhitehurstPERSON

0.99+

IBMORGANIZATION

0.99+

PrometheusTITLE

0.99+

John FurrierPERSON

0.99+

Last yearDATE

0.99+

Last weekDATE

0.99+

Red HatORGANIZATION

0.99+

CopenhagenLOCATION

0.99+

three monthsQUANTITY

0.99+

San FranciscoLOCATION

0.99+

GoogleORGANIZATION

0.99+

John TroyerPERSON

0.99+

last weekDATE

0.99+

CoreOSORGANIZATION

0.99+

Scar GuthriePERSON

0.99+

hundredsQUANTITY

0.99+

yesterdayDATE

0.99+

AlexPERSON

0.99+

this yearDATE

0.99+

DXCORGANIZATION

0.99+

TechtonicORGANIZATION

0.99+

OpenShift PlatformORGANIZATION

0.99+

three months agoDATE

0.99+

AtosORGANIZATION

0.99+

first questionQUANTITY

0.99+

first timeQUANTITY

0.99+

first coupleQUANTITY

0.99+

CoreOSTITLE

0.99+

OpenShiftTITLE

0.99+

AWSORGANIZATION

0.99+

bothQUANTITY

0.99+

first oneQUANTITY

0.99+

both companiesQUANTITY

0.99+

two meaningsQUANTITY

0.99+

five yearsQUANTITY

0.99+

KubernetesTITLE

0.99+

thirdQUANTITY

0.98+

todayDATE

0.98+

Brendan BurnsPERSON

0.98+

10 yearsQUANTITY

0.98+

Red Hat LinuxTITLE

0.98+

two years agoDATE

0.98+

Red Hat SummitEVENT

0.98+

three operating principlesQUANTITY

0.98+

third oneQUANTITY

0.98+

theCUBEORGANIZATION

0.98+

first operatorQUANTITY

0.98+

WordTITLE

0.98+

firstQUANTITY

0.98+

Red Hat Summit 2018EVENT

0.98+

This summerDATE

0.98+

Red HatTITLE

0.98+

two thingsQUANTITY

0.97+

five years agoDATE

0.97+

Red Hat SummitEVENT

0.97+

OpenStackTITLE

0.97+

Red Hat CoreOSTITLE

0.97+

first fourQUANTITY

0.97+

Moscone WestLOCATION

0.97+

Dave Abrahams, Insurance Australia Group | Red Hat Summit 2018


 

from San Francisco it's the queue covering Red Hat summit 2018 brought to you by Red Hat hey welcome back everyone's two cubes live coverage here in San Francisco California at Moscone West I'm John for a co-host of the cube with my analyst this week co-host John Troy a co-founder of tech reckoning our next guest is Dave Abrams executive general manager of data at Insurance Australia group welcome to the cube thanks for having me we were just you know talking on an off-camera before we came on about the challenges of data as cloud scale you guys have been around for many many years yeah you're dealing with a lot of legacy yeah you guys out right on the front step what's going on with you take a minute to explain what you guys do in your role in your environment absolutely now it's you know so we're we're large insurance trying we we've got offices in New Zealand and across Southeast Asia so we're kind of expanding out in our in our reach but um we've been around for a hundred odd years and and we've really grown a lot through merger and acquisition over time and so what that's meant ah this is a bit of a byproduct of those kind of merge and acquisition process is that data has been siloed and fragmented in different brands and different products and so it's been hard to get for example just a holistic view of a customer what does the customer have all the products they hold you know are they a personal customer as well as a business caste and all that sort of stuff doesn't kind of line up so we've had that big challenge in we've been working over the last couple of years to even just kind of consolidate all that unify that data into one platform so that we can see across the group from from a holistic perspective and and build that single view of customer and that's now helped us sort of understand you know what our customers are doing in and what's important to them and how we can better support them and yeah and offer better services and what are you doing here at Red Hat this week what's what's the objective what are you doing what do you have you know I'm speaking you talking the folk what's the what's the solution with Red Hat well so yeah we're primarily here as a result of the Innovation Awards so we you know we were nominated and we're successful in our in our award for that category in our region which was wonderful we we're really honored with that so we're here because of that we sharing our customer story with the rest of the Red Hat team and the rest of the open-source community around really what it's meant for us to use open source within a big corporate that's kind of traditionally been based on a lot of vendor technology right a live Ben driven predominantly by the big tech vendors you know that have come in and sort of helped us build big solutions and platforms which which were great and wonderful in the fact that you know they they were there and they lasted like ten years plus and that was all good but now because things are changing so fast we need to be more adaptable and and unfortunately those platforms become so entrenched into the organization and and and sort of lock you in that it's a to adjust into it to be adaptable you can't you can't take it out very easily it doesn't even stack up sometimes from a business case so why would we take that technology out we'll just have to dig deeper and we'll just have to spend more right so we're trying to we're trying to re reverse-engineer some of that and the role open source for you guys have been part of new systems recruiting talent everything director what's been a benefit the impact of absolutely it's huge inand you're right I think one of the biggest benefits for us that that really plays out is there is in the talent side right for our people to say not only are we transitioning our organization as a whole and the way we the way we operate but we're really transitioning out people we're transition from kind of the work force that we that we had and they've got us to where we are today but we're now setting ourselves up for the workforce of the future and it is a different skill set it is a different way of approaching problems so you know bringing bring this new technology to the table and allowing people to experiment to learn and to update their skills and capabilities exactly what we what we need for our company so we're pushing that hard yeah that's great it's like a real cultural shift give me maybe transfer transfer over a little bit to the actual tech problem you had right so you multiple countries multiple data warehouses multiple systems yours so what were you looking at and then what was the solution that you kind of figured out and then when yeah when so when I first started the roll a couple of years back we had something like 23 different separate individual data warehouses there were all sort of interconnected and dependent on each other and had copies of each other in each other and it was just it was a little bit of a mess so so the first challenge was to really sort of rationalize and clean up a lot of that so so that's that's what we spent a fair bit of time upfront doing which was basically really acquiring the organization's data from a massive amount of call source systems so in the vicinity of I think we take data from roughly about 150 to 200 call systems and we want to take that data essentially in as close to real time as we possibly can and pump that into her into a and to a new clean unified data Lake right just to make that data all line up so that was the big challenge in the first instance and then the second instance was really a scale problem right so getting the right technology that would help us scale into you know because we've predominately been using our own data centers and keeping a lot of stuff you know in that sort of on-prem mode but we really wanted to be able you know self scale to not only to be able to you know take advantage of cloud infrastructure just to give us that extra computing that extra storage and processing but really also to be able to leverage the the commoditization that's happening in cloud right because you know all all cloud companies around the world commoditizing technology like machine learning and you know artificial intelligence so that it's it's it's available to lots of organizations and the way we see it is really that that we're not going to be able to compete or out engineer those those companies so we need to make it you know accessible and available for our people to be able to use and leverage that innovation on our work as well as is you know do some some smart stuff ourselves are using infrastructures of service OpenStack or what's your solution I mean what are you guys doing solution is yet to use I've been stack is is our first sort of real step into infrastructure-as-a-service so that's really helped us set up like I was showing this morning set up the capability for us to turn our scale in a really cost-efficient way and we've ported a lot of our traditional dedicated you know applications on infrastructure that you know was like appliance based and things like that on to OpenStack now so that we can it gives us a lot more portability and we can move that around and put that in the place where we think gets us the best value so so that's really helped I'm kind of curious you work with Red Hat consulting and was I was I was curious about that process did you was that the result of a kind of a bake-off or we were already Red Hat customers and said oh hey by the way can you give us some advice yeah it really came about I mean we've been working with Red Hat for many years you know and it started back just sort of in the support area of Linux and and rel and using that kind of capability and rit has been there for us for quite a long time now and I think we've sort of done some some Explorer exploratory type exercise with them around you know I've been shifting and The Container well but but what really started the stick was just getting their expertise in from our OpenStack perspective and when you that was a key platform that we really wanted to dive into an enable and so having them there is our partner and helping us provide that extra consulting knowledge and expertise was was what we really needed helped us deliver on that project and we delivered in a mazing ly tight timeframe so it was a fast delivery faster live what about the business impact why people look at OpenStack and some of these new technologies and certainly with the legacy stuff going on you have got all these things everywhere what was the actual business benefits can you highlight like did you get like faster time-to-market was it like a claims issue and what were the key things that you look back and saying well we kicked ass and we did these three things I mean really what it boils down to as faster time-to-market right and just the ability to move quicker so to give you an example the way we used to work is it would take you say probably weeks maybe even longer to to provision and get infrastructure stood up and ready to go for different projects so I meant that there was all this lead time that projects nearly go through before they could start to write code and even start to add value to to customer so we wanted to sort of take that away and and and and that was a that was a big hindrance to to be able to experiment and to be on a play we think so again we want to take that out of the picture in and really free people up to sort of say well the infrastructure is done and it spins up in a matter of seconds now on OpenStack and you can get on with the job of trying something out experimenting and actually delivering and writing code that will that will produce an outcome to launch new applications what was a specific outcome that came from standing up putting that over stack together I see you experimenting result not adding yeah not only in the app spice but more so the biggest the biggest sort of benefit with God is really in the data space where we've now been able to essentially stand up our entire data stack using open source technology and we've never been able to do that before and this is you know this is this is the environment it's allowed us to do that by just allowing for us to do that test and trial and say you know he's kafir you're gonna be the right tool for us is it you know is he gonna we're gonna use Post Chris whatever that is it's allowed us to sort of really do that in a rapid way and then figure that thing out and start to move forward so you know ask our kiss you guys have done a lot of work out there good work so I gotta ask you the question with kubernetes containers now part of the discussion as a real viable way to handle legacy but also new software development projects how do you look at that what it's what's the your your reaction to that as that practitioner yeah you guys excited yeah yeah things in motion what's your what's your color um absolutely it's in fact it's been something that we've kind of had on the radar for quite a while because we've we've we've been working with containers so dock in particular and and and one of the things that you know you come across this just management of containers and just ongoing maintenance of of those kind of things where they start to get a little bit unwieldy a little bit out of control so you know we've been trying to we try to start which started off trying to build our own you know in solution to that is there's a lot of corporates are doing quickly found out less that's it that's a huge engineering challenge so things like kubernetes that have now come along and the investment that's been put in that platform will really open up that avenue for and even seeing just the the new innovation that's been put into our OpenShift here that sort of takes a lot of that management and service you know administration out of the out of the equation few is wonderful for a company like us because at the end of the day we're an insurance company right we're not a we're not a technology engineering company while although we have some capability it's never going to be our our strengths right we're really here to service our customers and and to help them in the times when they need our help you guys are a data company data is critical for any trivet yeah how how is you how we've become more data-driven as a result of all this yeah so so now that we've got our data all in one place and we're able to get their single views of customers we're able to put that data now into the hands of people that can really add value to us so for example into our analytics teams and get them to look for optimization in price or in service claims processing all those kind of good things that that are helping our customers reduce the the time frames that they would normally go through in that part of that experience and I think one of the other things is not only that but also enrich our digital capability right and rich that digital channel so make it more convenient for customers you know where it used to be that customers would come along and it's literally like coming to the organization for the first time every time you know I say fill in that form again from blank you're like we don't know anything about you but now we're able to enrich your form exactly it's very painful I see your name and you know you wanted to show your house tell us all about that house you know what does it made of you know what what type of roof material what's the wall we know all that we've probably seen that house ten times already so why wouldn't we just be able to pre-populate that kind of information and make it more convenient forecasting personalization becomes critical absolutely absolutely I like the way you underscored and told the story just like with cloud you just can't take your broken old IT apps and just throw them up at the cloud you had to you had to do a data exercise and you had to do a consolidation and the cleaning strong and sure that involved open source but you didn't get the tech stack first first you have to picture picture data app and and that was a key part here yeah so that's difficult and that's you know that's one of the things that I think we really we really invested in it was because a lot of the time what we've seen is organizations have sort of attacked the low-hanging fruit like the the the kind of the external the digital data that they might be able to get but not that offline data that's been you know one and and generated by the branch and the call centers and all those kind of areas and we dug in deep and invested in that space and got that right first which really helped us a lot to accelerate and now we're I think we're in a better position we can definitely take advantage of that yeah thanks for sharing your insights here in the cube I gotta ask you a final question as the folks watching that they're looking at you say wow this guy he got down and dirty fixed some things he's gone forward innovative what advice would you give someone watching is pregnant practitioner what have you learned what's the learnings that you've that have been magnified out of this process for you and your view going forward yeah yeah there's a there's a lot of learnings we can share but I think some of the key ones is you know I think there's sometimes a bit of a bit of a sort of attempt to try and solve everything yourself right and and we definitely did that where I try and build it all yourself and do everything right but it's it's a challenge and and use partners and look for look for you know things that are kind of gonna help you accelerate and give you some of the foundational work you don't have to build yourself right you don't have to build everything yourself and I think that acknowledgement is really key so that was one of the big things for us the other thing is you know just just investing early and getting things right upfront life pulling your data and consolidating it into into a single platform even though that takes a lot of time and and it's and it's quite challenging to sort of go back and redo things that's actually a huge investment in a big winter to really help you accelerate at the end that investment upfront does does pay off so congratulations on your Innovation Award thank you Davis is general manager at I I AG insurance Australia group here inside the cube sharing the best practices it's it's a world you got to do the homework upfront open source is the way it's and it's an operating model for innovation the cube bringing you all the action here on day two of coverage stay with us for more live right after this short break

Published Date : May 9 2018

**Summary and Sentiment Analysis are not been shown because of improper transcript**

ENTITIES

EntityCategoryConfidence
John TroyPERSON

0.99+

Dave AbrahamsPERSON

0.99+

Dave AbramsPERSON

0.99+

New ZealandLOCATION

0.99+

Red HatORGANIZATION

0.99+

ten timesQUANTITY

0.99+

ten yearsQUANTITY

0.99+

first instanceQUANTITY

0.99+

DavisPERSON

0.99+

second instanceQUANTITY

0.99+

San FranciscoLOCATION

0.99+

JohnPERSON

0.99+

Southeast AsiaLOCATION

0.99+

Red HatORGANIZATION

0.99+

first challengeQUANTITY

0.98+

first timeQUANTITY

0.98+

one platformQUANTITY

0.98+

two cubesQUANTITY

0.98+

three thingsQUANTITY

0.97+

this weekDATE

0.97+

firstQUANTITY

0.97+

oneQUANTITY

0.97+

about 150QUANTITY

0.96+

San Francisco CaliforniaLOCATION

0.96+

LinuxTITLE

0.96+

ChrisPERSON

0.96+

OpenStackTITLE

0.96+

a hundred odd yearsQUANTITY

0.95+

todayDATE

0.95+

23 different separate individual data warehousesQUANTITY

0.94+

Insurance AustraliaORGANIZATION

0.94+

single platformQUANTITY

0.94+

OpenShiftTITLE

0.94+

Innovation AwardsEVENT

0.93+

a couple of years backDATE

0.93+

Moscone WestLOCATION

0.9+

day twoQUANTITY

0.88+

singleQUANTITY

0.87+

Red Hat summit 2018EVENT

0.86+

Red Hat Summit 2018EVENT

0.85+

200 call systemsQUANTITY

0.85+

I I AG insurance AustraliaORGANIZATION

0.79+

alia GroupORGANIZATION

0.78+

one of the thingsQUANTITY

0.77+

this morningDATE

0.77+

single viewsQUANTITY

0.75+

last couple of yearsDATE

0.7+

InsuranceORGANIZATION

0.65+

thingsQUANTITY

0.62+

lotQUANTITY

0.6+

yearsQUANTITY

0.56+

secondsQUANTITY

0.53+

ExplorerTITLE

0.5+

GodPERSON

0.49+