Image Title

Search Results for Innovation Award:

Abhinav Joshi & Tushar Katarki, Red Hat | KubeCon + CloudNativeCon Europe 2020 – Virtual


 

>> Announcer: From around the globe, it's theCUBE with coverage of KubeCon + CloudNativeCon Europe 2020 Virtual brought to you by Red Hat, the Cloud Native Computing Foundation and Ecosystem partners. >> Welcome back I'm Stu Miniman, this is theCUBE's coverage of KubeCon + CloudNativeCon Europe 2020, the virtual event. Of course, when we talk about Cloud Native we talk about Kubernetes there's a lot that's happening to modernize the infrastructure but a very important thing that we're going to talk about today is also what's happening up the stack, what sits on top of it and some of the new use cases and applications that are enabled by all of this modern environment and for that we're going to talk about artificial intelligence and machine learning or AI and ML as we tend to talk in the industry, so happy to welcome to the program. We have two first time guests joining us from Red Hat. First of all, we have Abhinav Joshi and Tushar Katarki they are both senior managers, part of the OpenShift group. Abhinav is in the product marketing and Tushar is in product management. Abhinav and Tushar thank you so much for joining us. >> Thanks a lot, Stu, we're glad to be here. >> Thanks Stu and glad to be here at KubeCon. >> All right, so Abhinav I mentioned in the intro here, modernization of the infrastructure is awesome but really it's an enabler. We know... I'm an infrastructure person the whole reason we have infrastructure is to be able to drive those applications, interact with my data and the like and of course, AI and ML are exciting a lot going on there but can also be challenging. So, Abhinav if I could start with you bring us inside your customers that you're talking to, what are the challenges, the opportunities? What are they seeing in this space? Maybe what's been holding them back from really unlocking the value that is expected? >> Yup, that's a very good question to kick off the conversation. So what we are seeing as an organization they typically face a lot of challenges when they're trying to build an AI/ML environment, right? And the first one is like a talent shortage. There is a limited amount of the AI, ML expertise in the market and especially the data scientists that are responsible for building out the machine learning and the deep learning models. So yeah, it's hard to find them and to be able to retain them and also other talents like a data engineer or app DevOps folks as well and the lack of talent can actually stall the project. And the second key challenge that we see is the lack of the readily usable data. So the businesses collect a lot of data but they must find the right data and make it ready for the data scientists to be able to build out, to be able to test and train the machine learning models. If you don't have the right kind of data to the predictions that your model is going to do in the real world is only going to be so good. So that becomes a challenge as well, to be able to find and be able to wrangle the right kind of data. And the third key challenge that we see is the lack of the rapid availability of the compute infrastructure, the data and machine learning, and the app dev tools for the various personas like a data scientist or data engineer, the software developers and so on that can also slow down the project, right? Because if all your teams are waiting on the infrastructure and the tooling of their choice to be provisioned on a recurring basis and they don't get it in a timely manner, it can stall the projects. And then the next one is the lack of collaboration. So you have all these kinds of teams that are involved in the AI project, and they have to collaborate with each other because the work one of the team does has a dependency on a different team like say for example, the data scientists are responsible for building the machine learning models and then what they have to do is they have to work with the app dev teams to make sure the models get integrated as part of the app dev processes and ultimately rolled out into the production. So if all these teams are operating in say silos and there is lack of collaboration between the teams, so this can stall the projects as well. And finally, what we see is the data scientists they typically start the machine learning modeling on their individual PCs or laptops and they don't focus on the operational aspects of the solution. So what this means is when the IT teams have to roll all this out into a production kind of deployment, so they get challenged to take all the work that has been done by the individuals and then be able to make sense out of it, be able to make sure that it can be seamlessly brought up in a production environment in a consistent way, be it on-premises, be it in the cloud or be it say at the edge. So these are some of the key challenges that we see that the organizations are facing, as they say try to take the AI projects from pilot to production. >> Well, some of those things seem like repetition of what we've had in the past. Obviously silos have been the bane of IT moving forward and of course, for many years we've been talking about that gap between developers and what's happening in the operation side. So Tushar, help us connect the dots, containers, Kubernetes, the whole DevOps movement. How is this setting us up to actually be successful for solutions like AI and ML? >> Sure Stu I mean, in fact you said it right like in the world of software, in the world of microservices, in the world of app modernization, in the world of DevOps in the past 10, 15 years, but we have seen this evolution revolution happen with containers and Kubernetes driving more DevOps behavior, driving more agile behavior so this in fact is what we are trying to say here can ease up the cable to EIML also. So the various containers, Kubernetes, DevOps and OpenShift for software development is directly applicable for AI projects to make them move agile, to get them into production, to make them more valuable to organization so that they can realize the full potential of AI. We already touched upon a few personas so it's useful to think about who the users are, who the personas are. Abhinav I talked about data scientists these are the people who obviously do the machine learning itself, do the modeling. Then there are data engineers who do the plumbing who provide the essential data. Data is so essential to machine learning and deep learning and so there are data engineers that are app developers who in some ways will then use the output of what the data scientists have produced in terms of models and then incorporate them into services and of course, none of these things are purely cast in stone there's a lot of overlap you could find that data scientists are app developers as well, you'll see some of app developers being data scientist later data engineer. So it's a continuum rather than strict boundaries, but regardless what all of these personas groups of people need or experts need is self service to that preferred tools and compute and storage resources to be productive and then let's not forget the IT, engineering and operations teams that need to make all this happen in an easy, reliable, available manner and something that is really safe and secure. So containers help you, they help you quickly and easily deploy a broad set of machine learning tools, data tools across the cloud, the hybrid cloud from data center to public cloud to the edge in a very consistent way. Teams can therefore alternatively modify, change a shared container images, machine learning models with (indistinct) and track changes. And this could be applicable to both containers as well as to the data by the way and be transparent and transparency helps in collaboration but also it could help with the regulatory reasons later on in the process. And then with containers because of the inherent processes solution, resource control and protection from threat they can also be very secure. Now, Kubernetes takes it to the next level first of all, it forms a cluster of all your compute and data resources, and it helps you to run your containerized tools and whatever you develop on them in a consistent way with access to these shared compute and centralized compute and storage and networking resources from the data center, the edge or the public cloud. They provide things like resource management, workload scheduling, multi-tendency controls so that you can be a proper neighbors if you will, and quota enforcement right? Now that's Kubernetes now if you want to up level it further if you want to enhance what Kubernetes offers then you go into how do you write applications? How do you actually make those models into services? And that's where... and how do you lifecycle them? And that's sort of the power of Helm and for the more Kubernetes operators really comes into the picture and while Helm helps in installing some of this for a complete life cycle experience. A kubernetes operator is the way to go and they simplify the acceleration and deployment and life cycle management from end-to-end of your entire AI, ML tool chain. So all in all organizations therefore you'll see that they need to dial up and define models rapidly just like applications that's how they get ready out of it quickly. There is a lack of collaboration across teams as Abhinav pointed out earlier, as you noticed that has happened still in the world of software also. So we're talking about how do you bring those best practices here to AI, ML. DevOps approaches for machine learning operations or many analysts and others have started calling as MLOps. So how do you kind of bring DevOps to machine learning, and fosters better collaboration between teams, application developers and IT operations and create this feedback loop so that the time to production and the ability to take more machine learning into production and ML-powered applications into production increase is significant. So that's kind of the, where I wanted shine the light on what you were referring to earlier, Stu. >> All right, Abhinav of course one of the good things about OpenShift is you have quite a lot of customers that have deployed the solution over the years, bring us inside some of your customers what are they doing for AI, ML and help us understand really what differentiates OpenShift in the marketplace for this solution set. >> Yeah, absolutely that's a very good question as well and we're seeing a lot of traction in terms of all kinds of industries, right? Be it the financial services like healthcare, automotive, insurance, oil and gas, manufacturing and so on. For a wide variety of use cases and what we are seeing is at the end of the day like all these deployments are focused on helping improve the customer experience, be able to automate the business processes and then be able to help them increase the revenue, serve their customers better, and also be able to save costs. If you go to openshift.com/ai-ml it's got like a lot of customer stories in there but today I will not touch on three of the customers we have in terms of the different industries. The first one is like Royal Bank of Canada. So they are a top global financial institution based out of Canada and they have more than 17 million clients globally. So they recently announced that they build out an AI-powered private cloud platform that was based on OpenShift as well as the NVIDIA DGX AI compute system and this whole solution is actually helping them to transform the customer banking experience by being able to deliver an AI-powered intelligent apps and also at the same time being able to improve the operational efficiency of their organization. And now with this kind of a solution, what they're able to do is they're able to run thousands of simulations and be able to analyze millions of data points in a fraction of time as compared to the solution that they had before. Yeah, so like a lot of great work going on there but now the next one is the ETCA healthcare. So like ETCA is one of the leading healthcare providers in the country and they're based out of the Nashville, Tennessee. And they have more than 184 hospitals as well as more than 2,000 sites of care in the U.S. as well as in the UK. So what they did was they developed a very innovative machine learning power data platform on top of our OpenShift to help save lives. The first use case was to help with the early detection of sepsis like it's a life-threatening condition and then more recently they've been able to use OpenShift in the same kind of stack to be able to roll out the new applications that are powered by machine learning and deep learning let say to help them fight COVID-19. And recently they did a webinar as well that had all the details on the challenges they had like how did they go about it? Like the people, process and technology and then what the outcomes are. And we are proud to be a partner in the solution to help with such a noble cause. And the third example I want to share here is the BMW group and our partner DXC Technology what they've done is they've actually developed a very high performing data-driven data platform, a development platform based on OpenShift to be able to analyze the massive amount of data from the test fleet, the data and the speed of the say to help speed up the autonomous driving initiatives. And what they've also done is they've redesigned the connected drive capability that they have on top of OpenShift that's actually helping them provide various use cases to help improve the customer experience. With the customers and all of the customers are able to leverage a lot of different value-add services directly from within the car, their own cars. And then like last year at the Red Hat Summit they had a keynote as well and then this year at Summit, they were one of the Innovation Award winners. And we have a lot more stories but these are the three that I thought are actually compelling that I should talk about here on theCUBE. >> Yeah Abhinav just a quick follow up for you. One of the things of course we're looking at in 2020 is how has the COVID-19 pandemic, people working from home how has that impacted projects? I have to think that AI and ML are one of those projects that take a little bit longer to deploy, is it something that you see are they accelerating it? Are they putting on pause or are new project kicking off? Anything you can share from customers you're hearing right now as to the impact that they're seeing this year? >> Yeah what we are seeing is that the customers are now even more keen to be able to roll out the digital (indistinct) but we see a lot of customers are now on the accelerated timeline to be able to say complete the AI, ML project. So yeah, it's picking up a lot of momentum and we talk to a lot of analyst as well and they are reporting the same thing as well. But there is the interest that is actually like ramping up on the AI, ML projects like across their customer base. So yeah it's the right time to be looking at the innovation services that it can help improve the customer experience in the new virtual world that we live in now about COVID-19. >> All right, Tushar you mentioned that there's a few projects involved and of course we know at this conference there's a very large ecosystem. Red Hat is a strong contributor to many, many open source projects. Give us a little bit of a view as to in the AI, ML space who's involved, which pieces are important and how Red Hat looks at this entire ecosystem? >> Thank you, Stu so as you know technology partnerships and the power of open is really what is driving the technology world these days in any ways and particularly in the AI ecosystem. And that is mainly because one of the machine learning is in a bootstrap in the past 10 years or so and a lot of that emerging technology to take advantage of the emerging data as well as compute power has been built on the kind of the Linux ecosystem with openness and languages like popular languages like Python, et cetera. And so what you... and of course tons of technology based in Java but the point really here is that the ecosystem plays a big role and open plays a big role and that's kind of Red Hat's best cup of tea, if you will. And that really has plays a leadership role in the open ecosystem so if we take your question and kind of put it into two parts, what is the... what we are doing in the community and then what we are doing in terms of partnerships themselves, commercial partnerships, technology partnerships we'll take it one step at a time. In terms of the community itself, if you step back to the three years, we worked with other vendors and users, including Google and NVIDIA and H2O and other Seldon, et cetera, and both startups and big companies to develop this Kubeflow ecosystem. The Kubeflow is upstream community that is focused on developing MLOps as we talked about earlier end-to-end machine learning on top of Kubernetes. So Kubeflow right now is in 1.0 it happened a few months ago now it's actually at 1.1 you'll see that coupon here and then so that's the Kubeflow community in addition to that we are augmenting that with the Open Data Hub community which is something that extends the capabilities of the Kubeflow community to also add some of the data pipelining stuff and some of the data stuff that I talked about and forms a reference architecture on how to run some of this on top of OpenShift. So the Open Data Hub community also has a great way of including partners from a technology partnership perspective and then tie that with something that I mentioned earlier, which is the idea of Kubernetes operators. Now, if you take a step back as I mentioned earlier, Kubernetes operators help manage the life cycle of the entire application or containerized application including not only the configuration on day one but also day two activities like update and backups, restore et cetera whatever the application needs. Afford proper functioning that a "operator" needs for it to make sure so anyways, the Kubernetes operators ecosystem is also flourishing and we haven't faced that with the OperatorHub.io which is a community marketplace if you will, I don't call it marketplace a community hub because it's just comprised of community operators. So the Open Data Hub actually can take community operators and can show you how to run that on top of OpenShift and manage the life cycle. Now that's the reference architecture. Now, the other aspect of it really is as I mentioned earlier is the commercial aspect of it. It is from a customer point of view, how do I get certified, supported software? And to that extent, what we have is at the top of the... from a user experience point of view, we have certified operators and certified applications from the AI, ML, ISV community in the Red Hat marketplace. And from the Red Hat marketplace is where it becomes easy for end users to easily deploy these ISVs and manage the complete life cycle as I said. Some of the examples of these kinds of ISVs include startups like H2O although H2O is kind of well known in certain sectors PerceptiLabs, Cnvrg, Seldon, Starburst et cetera and then on the other side, we do have other big giants also in this which includes partnerships with NVIDIA, Cloudera et cetera that we have announced, including our also SaaS I got to mention. So anyways these provide... create that rich ecosystem for data scientists to take advantage of. A TEDx Summit back in April, we along with Cloudera, SaaS Anaconda showcased a live demo that shows all these things to working together on top of OpenShift with this operator kind of idea that I talked about. So I welcome people to go and take a look the openshift.com/ai-ml that Abhinav already referenced should have a link to that it take a simple Google search might download if you need some of that, but anyways and the other part of it is really our work with the hardware OEMs right? And so obviously NVIDIA GPUs is obviously hardware, and that accelerations is really important in this world but we are also working with other OEM partners like HP and Dell to produce this accelerated AI platform that turnkey solutions to run your data-- to create this open AI platform for "private cloud" or the data center. The other thing obviously is IBM, IBM Cloud Pak for Data is based on OpenShift that has been around for some time and is seeing very good traction, if you think about a very turnkey solution, IBM Cloud Pak is definitely kind of well ahead in that and then finally Red Hat is about driving innovation in the open-source community. So, as I said earlier, we are doing the Open Data Hub which that reference architecture that showcases a combination of upstream open source projects and all these ISV ecosystems coming together. So I welcome you to take a look at that at opendatahub.io So I think that would be kind of the some total of how we are not only doing open and community building but also doing certifications and providing to our customers that assurance that they can run these tools in production with the help of a rich certified ecosystem. >> And customer is always key to us so that's the other thing that the goal here is to provide our customers with a choice, right? They can go with open source or they can go with a commercial solution as well. So you want to make sure that they get the best in cloud experience on top of our OpenShift and our broader portfolio as well. >> All right great, great note to end on, Abhinav thank you so much and Tushar great to see the maturation in this space, such an important use case. Really appreciate you sharing this with theCUBE and Kubecon community. >> Thank you, Stu. >> Thank you, Stu. >> Okay thank you and thanks a lot and have a great rest of the show. Thanks everyone, stay safe. >> Thanks you and stay with us for a lot more coverage from KubeCon + CloudNativeCon Europe 2020, the virtual edition I'm Stu Miniman and thank you as always for watching theCUBE. (soft upbeat music plays)

Published Date : Aug 18 2020

SUMMARY :

the globe, it's theCUBE and some of the new use Thanks a lot, Stu, to be here at KubeCon. and the like and of course, and make it ready for the data scientists in the operation side. and for the more Kubernetes operators that have deployed the and also at the same time One of the things of course is that the customers and how Red Hat looks at and some of the data that the goal here is great to see the maturation and have a great rest of the show. the virtual edition I'm Stu Miniman

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Brian GilmorePERSON

0.99+

David BrownPERSON

0.99+

Tim YoakumPERSON

0.99+

Lisa MartinPERSON

0.99+

Dave VolantePERSON

0.99+

Dave VellantePERSON

0.99+

BrianPERSON

0.99+

DavePERSON

0.99+

Tim YokumPERSON

0.99+

StuPERSON

0.99+

Herain OberoiPERSON

0.99+

JohnPERSON

0.99+

Dave ValantePERSON

0.99+

Kamile TaoukPERSON

0.99+

John FourierPERSON

0.99+

Rinesh PatelPERSON

0.99+

Dave VellantePERSON

0.99+

Santana DasguptaPERSON

0.99+

EuropeLOCATION

0.99+

CanadaLOCATION

0.99+

BMWORGANIZATION

0.99+

CiscoORGANIZATION

0.99+

MicrosoftORGANIZATION

0.99+

ICEORGANIZATION

0.99+

AmazonORGANIZATION

0.99+

Jack BerkowitzPERSON

0.99+

AustraliaLOCATION

0.99+

NVIDIAORGANIZATION

0.99+

TelcoORGANIZATION

0.99+

VenkatPERSON

0.99+

MichaelPERSON

0.99+

CamillePERSON

0.99+

Andy JassyPERSON

0.99+

IBMORGANIZATION

0.99+

Venkat KrishnamachariPERSON

0.99+

DellORGANIZATION

0.99+

Don TapscottPERSON

0.99+

thousandsQUANTITY

0.99+

Palo AltoLOCATION

0.99+

Intercontinental ExchangeORGANIZATION

0.99+

Children's Cancer InstituteORGANIZATION

0.99+

Red HatORGANIZATION

0.99+

telcoORGANIZATION

0.99+

Sabrina YanPERSON

0.99+

TimPERSON

0.99+

SabrinaPERSON

0.99+

John FurrierPERSON

0.99+

GoogleORGANIZATION

0.99+

MontyCloudORGANIZATION

0.99+

AWSORGANIZATION

0.99+

LeoPERSON

0.99+

COVID-19OTHER

0.99+

Santa AnaLOCATION

0.99+

UKLOCATION

0.99+

TusharPERSON

0.99+

Las VegasLOCATION

0.99+

ValentePERSON

0.99+

JL ValentePERSON

0.99+

1,000QUANTITY

0.99+

Stephanie Cox & Matthew Link, University of Indiana | Citrix Synergy 2019


 

>> live from Atlanta, Georgia. It's the two you covering. Citric Synergy. Atlanta 2019. Brought to You by Citrix >> Welcome back to the Cubes. Continuing coverage of Citrix Energy, 2019 from Atlanta, Georgia. I'm Lisa Martin. My co host for the event is Keith Townsend and Keith and I are excited to talk. Teo, one of the Citrix Innovation Award nominees, Indiana University, with a couple of folks from Indiana University joining us. Stephanie Cox, manager, a Virtual Platform Services and Mat Link, associate vice president of research Technologies Guys, thanks so much for joining Keith and me, Thank you. And congratulations on Indiana University being nominated for an innovation award. I was talking with Tim in hand there CMO yesterday, saying there was over a thousands nomination. So to even get down to being in the top three is pretty exciting stuff. Talk to us a little bit about Indiana University. Us. This is a a big, big organization. Lots of folks accessing the network through lots of devices. Matt, let's start with you. Give us that picture of what's going on there. Yes, so I >> u is about 130,000 students across seven campuses. We've got about 20,000 faculty and staff across those seven campuses. One of the things that makes us a little unique is were consolidated shop. So there are 1,200 of us and I you that support the entire university and all the campuses and anyone point in time, there could be 200,000 devices touching the network and using those services. >> That's a Big 70 talk. Talk to us about your virtual a footprint. How How big is the location? Data centers? What's the footprint? >> Well, we have two data centers. One of them is in Indianapolis, which is my home. It's one of our larger campus is calling Indiana University Purdue University affectionately, I U P y. There is a data center there, but our large danna center is at the flagship campus, which is in Bloomington, Indiana, >> and to support 100,000 plus people and to hundreds of any given the 2nd 200,000 devices. How have you designed that virtual infrastructure to enable access to students, faculty, etcetera and employees. >> So from the network perspective, we have several network master plans that have rolled, and we're in our 2nd 10 year next network master plan, and the network master plan is designed to continually upgrade the network. Both the physical network, the infrastructure and the wireless network in our last 10 year budget, for that was around $170,000,000 of investment just to support the network infrastructure. And then Stephanie rides on top of that as the virtual platform with Citrix to deliver the images anywhere on campus. Whether it's wirelessly or whether it's connected via network connection >> kill seven campuses is already a bit. If you ever look at a map, Indiana sits Christ map damp in the middle of the country. It's a big space. Right before we hit record, we were just talking about that. Drive off I 65 from Indianapolis to Chicago is just a lot of rules area, and I'm sure part of your mission is to make sure technology and education is the sensible thing. Everyone in Indiana talk to us about the challenges of getting connective ity and getting material virtual classrooms to those remote areas. >> Yeah, it's really one of the major strengths of our partnership with Citrix. They are really at the premiere Remote solution connectivity offering at Indiana University. So we built our citrix environment. Teo encompass everyone. We wanted to make sure we could have enough licenses and capacity for all of our 130,000 faculty, staff and students to use the service. Do they all show up at the same time? No, thank goodness. But we do offer it to everyone, which is I found in the education. You're in a very unique tin Indiana University. Another another thing to have consolidated I t. And then to be able to offer a service like ours to everyone and not just restricted to specific pockets of the university. With that, we've been able to them extend offering of any application or something that you might need for a class to any of our other remote location. So if you're a student who is working in or go, you know, lives in rule Indiana and you want Teo get in Indiana University degree, you can do that without having to travel to one of our campus sites or locations. We I have a very nice of online program, just a lot of other options that that we've really tried Teo offer for remote access. >> So Citrix has really enabled this. I think you call it the eye. You anywhere. Indiana University anywhere Program. Tell us about opening up this access to everyone over the time that you've been ascetics Customer, how many more people can you estimate have access now, that didn't hurt not too long ago. >> Yeah, I think initially, and Matt was probably no more before me before I Even before I even came on the scene, I believe that the original youth case was really just trying. Teo, extend what we were already doing on premise in what we call just our Indiana University lab supported areas. Right? So just your small, like the old days you would goto your college campus and you go into your computer lab with it. We just really wanted Teo the virtual Isar expand the access to just those specific types of APS and computers. And that was an early design. Since then, over the years, we've really kind of, you know, just really expanded. Really. We used the Citrix platform to redesign and distribute how we deliver the applications and the virtual desktops. So now not only do we service those students who would who would normally come onto the campus just to use your traditional computer lab. Wait do a lot, especially programs for other schools. Like we, we deliver a virtual desktop for our dentistry. Students may actually use that whole platform in the dental clinic to see real patients are third tier. Third year doctors do that way. Also replicated that same thing and do it in our speech and hearing sciences for our future audiologist. We have certain professors that have wanted to take a particular course that they're teaching and extended to different pockets all over the world. So we might host a class from Budapest or Africa somewhere else. You know, wherever that faculty and staff has three sources that they know they need to get to in their content already virtualized. We worked to make that happen all the time. >> That's a lot of what you just said is first of all, initially, maybe before Citrix being able to provide support in the computer labs for your maybe seven core campuses. Now you get your giving 130,000 plus individuals anywhere, anytime. Access that is the ex multiplier on that is massive, but you're also gone global It's not just online, it's you're able to enable professors to teach in other parts of the world where it was before. It was just people that were in Indiana, but master and and >> you're just limited by the network. So that's the only draw back. When you go to the rule areas way out, you're just limited by the network. You know, the initial program was really you really thought of as a cost saving measure way we're goingto put thin clients out. We wouldn't have to do life cycle replacements for desktop machines that were getting more expensive and more expensive, you know, 10 years ago, and now the way that we look at it is I you wants to provide services across the breath of the organization and make those services at no additional cost and open to everybody open access to everybody. The desktop, for example, is one of you know Stephanie is, is the brainchild behind the desktop, took three years of dedicated hard work to create an environment to support the visually impaired. >> Talk to us more about that because that was part of the video and that captured my intention immediately. What is 80 accessibility, technology, accessibility technology is inaccessible to get that. So I'm just, you know, hundreds thousands, and not just those that are sight and hearing. >> So one of the things then I think it's just a wonderful thing about working at a university. We're able to buy software licenses in a big quantity, large quantity, right? Because we have that kind of buying power software that I normally never would see or get access to, even in my private sector. Administer tricks engineer for a long time. But when you come to a university and then you're selling or you're getting licenses for 50 60 70 80,000 you get to see some of these products that you don't normally as a regular consumer. You'd like it, but you know you can't really afford it. So with that, when we started looking at all of the different applications that they could buy in a large quantity site licence, you know, the way we thought, Oh my goodness, let's virtualized these and make sure everybody gets access to them and the ones that were really attractive to us, where the ones for the visually impaired, sure they're in niche and They're very, very expensive, but we but let's just try it. We'll see how well they perform in a virtual environment. And with that, our Citrix infrastructure underneath they performed quite well. Plus, the apse have evolved a great deal over just the last four years. So we're really proud to offer our virtual desktop to our blind students. We had to work really hard to make sure that the speech recognition software was fast enough for them. It turns out that blind people listen to speech really, really, really, really, really fast, and so we had to make sure that we kept our platform while we're working on it to keep it sped an updated so that it's usable to them right since functional to me. But they really need it to be like, 10 times faster. I found that out after even shooting the award video and spending even more time with them, I thought, Why don't you guys tell me it was slow to you? But yeah, it's, uh, it's been an honor, really, Teo to be up for that award. But tow work with those students to learn more about their needs to learn more about the city different applications that people write for people with old disabilities. I hope we can do more in that space. >> So the young man in it and why I don't remember his name. >> Priscilla, Bela, Chris. So >> share just quickly about Chris's story. >> Yeah, and he watches the Cube. I hope he's listening because I >> think I think this whole >> kind of >> really put a little bit icing on the cake because you're taking an environment and urine empowering a student to do what they want to do versus what they are able or not able to do. So Christmas story is pretty cool of where he wants to go with his college career. >> Yeah, I won't say he's a big, you know, proponent, user of the virtual desktop, because he's just so advanced. He's like, way beyond everything We're learning from him. But he is Indiana University's believe. I'm saying this right, very first biomedical chemical engineer who is blind and fourth completely blind, Yes, wow and is quite a brilliant young man, and we were lucky to have him be r. He will test anything for me and and Mary Stores, who was featured in the video Chris Meyer. And he's also featured in the video. Gonna remember their names? I mean, it's a hole. I'm lucky to have a whole community of people that will Yeah, they know where we want to be there for them. We don't always get it right. What? We're gonna listen and keep trying to move forward. So >> But if you kind of think of even what a year or two ago not being able to give any of this virtualized desktop access to this visually impaired and how many people are now using it? >> Um, well, we open it up to everyone. We have hundreds and hundreds of users, but we know not everyone who uses it is blind. People like you can use it if you want it or not way. Don't really understand why some people prefer to use that one over there. The other But it does have some advantages. I mean, there there are different levels of sight impairment, too, as I've just been educated right. There are some people who are just at the very beginning of that journey of just losing their site. So we if if that happens to be, you know, someone that we can extend our environment to. It's probably better t use it now and get really familiar with that issue. Transition to losing your sight later in life. I've been told so >> So you ask a little bit about the scope of of the desktop, so I'll layer on a little bit of the scope of eye you anywhere. Last year, around 65,000 individual unique users over well over 1,000,000 Loggins and 8,000,000 and the average session time was around 41 minutes. That's so our instructors teach with it. Are clinicians treat people with it? We've built it in two. How's Elektronik protected health data? Er hit. The client's gonna be critical, writes the hip a standard because you can't say compliance anymore because you can't be compliant with a standard change. That wording several times way are very familiar with meeting hip. A standard we've been doing that for about 12 years now with where I came from was the high performance computing area of the university. So that's my background, and I >> so one thing we didn't get a chance to talk, uh, touch 12 100,000 devices were a citrus citrus is a Microsoft partner. Typically, when those companies think of 200,000 users, they think for profit. There's, you know, this is a niche use case for 200,000 users. Obviously, you guys have gotten some great pricing as part of being a educational environment. What I love to hear is kind of the research stories, because the ability to shrink the world, so to speak, you know, hi HPC you're giving access to specialized equipment to people who can't get their normally. You know, you don't have to be physically in front of GPU CPUC century. What other cool things have been coming out of the research side of the house because of the situation able? >> So this is cool. I mean, >> I get it. So >> So one of our group's research software solutions stole the idea from Stephanie to provide a research desktop. Barr >> imitation. Highest form of flattery, Stephanie. Absolutely. So what we've >> done is is is we always continually to try to reduce the barriers of entry and access? Uh, you know, supercomputing. Before you had to be this tall to ride this ride. Well, now we're down to here and with the hopes that will get down even farther. So what we've done is we've taken virtualized desktop, put it in front of the supercomputers, and now you can be wherever you want to be and have access to HPC. Untie you and that's all the systems. So we have four super computers and we have 40 petabytes of spinning disc ah, 160 petabytes of archival tape library. So we're we're a large shop and, you know, we couldn't have done it without looking at what Stephanie has done and and really looking in that model differently. Right? Because to use HPC before, you'd have to use a terminal and shell in and now, looking at you anywhere that gives you just the different opportunity to catch a different and more broad customer base. And I call on customers because we try to treat him as customers and and helps the diversity of what you're doing. So last year alone, our group research technologies supported a 151 different departments way were on 937 different grants, and we support over 330 different disciplines. Uh, it I you and so it's It's deep, but it's also very broad. First, larger campus we are. And as a large organization as we are, you know, we're fairly nimble. Even a 1,200 people. >> Wow! From what I've heard, it's no wonder that what you've done at Indiana University has garnered you the Innovation Award nominee. I can't imagine what is next. All that you have accomplished. Stephanie. Matt, thank you so much for joining Key to me. We wish you the best of luck and good a citric scott dot com Search Innovation Awards where you can vote for the three finalists. We wish you the very best of luck will be waiting with bated breath tomorrow to see who wins. >> So thank you very much. Thank you. Thank you. Keep >> our pleasure for Keith Townsend. I'm Lisa Martin. You're watching the Cube live from Citrix. Synergy 2019. Thanks for watching

Published Date : May 24 2019

SUMMARY :

It's the two you covering. So to even get down to being in the top three So there are 1,200 of us and I you that support Talk to us about your virtual a footprint. at the flagship campus, which is in Bloomington, Indiana, and to support 100,000 plus people and to So from the network perspective, we have several network master Everyone in Indiana talk to us about the challenges of getting connective of any application or something that you might need for a class to any of I think you call it the eye. sources that they know they need to get to in their content already virtualized. That's a lot of what you just said is first of all, initially, So that's the only draw back. So I'm just, you know, hundreds thousands, and not just those that are sight and hearing. the award video and spending even more time with them, I thought, Why don't you guys tell me it was slow to So Yeah, and he watches the Cube. really put a little bit icing on the cake because you're taking an environment Yeah, I won't say he's a big, you know, proponent, user of the virtual desktop, because he's just so advanced. you know, someone that we can extend our environment to. so I'll layer on a little bit of the scope of eye you anywhere. the world, so to speak, you know, hi HPC you're giving access to So this is cool. So the idea from Stephanie to provide a research desktop. So what we've that gives you just the different opportunity to catch a different and more broad customer We wish you the very best of luck will be So thank you very much. our pleasure for Keith Townsend.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
KeithPERSON

0.99+

Lisa MartinPERSON

0.99+

StephaniePERSON

0.99+

IndianapolisLOCATION

0.99+

Stephanie CoxPERSON

0.99+

Keith TownsendPERSON

0.99+

IndianaLOCATION

0.99+

ChrisPERSON

0.99+

MicrosoftORGANIZATION

0.99+

Chris MeyerPERSON

0.99+

AfricaLOCATION

0.99+

CitrixORGANIZATION

0.99+

BudapestLOCATION

0.99+

ChicagoLOCATION

0.99+

PriscillaPERSON

0.99+

OneQUANTITY

0.99+

200,000 devicesQUANTITY

0.99+

40 petabytesQUANTITY

0.99+

Indiana UniversityORGANIZATION

0.99+

MattPERSON

0.99+

TimPERSON

0.99+

TeoPERSON

0.99+

Atlanta, GeorgiaLOCATION

0.99+

200,000 usersQUANTITY

0.99+

Last yearDATE

0.99+

160 petabytesQUANTITY

0.99+

8,000,000QUANTITY

0.99+

Citrix EnergyORGANIZATION

0.99+

Indiana University Purdue UniversityORGANIZATION

0.99+

937 different grantsQUANTITY

0.99+

1,200 peopleQUANTITY

0.99+

oneQUANTITY

0.99+

100,000 plus peopleQUANTITY

0.99+

tomorrowDATE

0.99+

BelaPERSON

0.99+

2019DATE

0.99+

FirstQUANTITY

0.99+

Matthew LinkPERSON

0.99+

Bloomington, IndianaLOCATION

0.99+

around $170,000,000QUANTITY

0.99+

three finalistsQUANTITY

0.99+

three sourcesQUANTITY

0.99+

Indiana UniversityORGANIZATION

0.99+

Mary StoresPERSON

0.99+

three yearsQUANTITY

0.99+

Third yearQUANTITY

0.99+

last yearDATE

0.99+

seven campusesQUANTITY

0.99+

yesterdayDATE

0.99+

10 timesQUANTITY

0.99+

2nd 200,000 devicesQUANTITY

0.99+

10 years agoDATE

0.99+

AtlantaLOCATION

0.98+

hundredsQUANTITY

0.98+

80QUANTITY

0.98+

University of IndianaORGANIZATION

0.98+

about 12 yearsQUANTITY

0.98+

2nd 10 yearQUANTITY

0.98+

over 330 different disciplinesQUANTITY

0.97+

fourthQUANTITY

0.97+

130,000 facultyQUANTITY

0.97+

twoQUANTITY

0.97+

CitrixTITLE

0.97+

two data centersQUANTITY

0.97+

12 100,000 devicesQUANTITY

0.97+

about 130,000 studentsQUANTITY

0.97+

BothQUANTITY

0.97+

around 41 minutesQUANTITY

0.97+

about 20,000 facultyQUANTITY

0.97+

PJ Hough, Citrix | Citrix Synergy 2019


 

>> Live from Atlanta, Georgia, it's theCUBE covering Citrix Synergy Atlanta 2019. Brought to you by Citrix. >> Hey! Welcome back to theCUBE's continuing coverage of Citrix Synergy 2019 from Atlanta, Georgia. Lisa Martin with Keith Townsend and we're pleased to welcome to theCUBE PJ Hough, EVP and Chief Product Officer at Citrix. PJ, it's great to have you on theCUBE! >> I'm delighted to be here, thank you. >> Really enjoyed your keynote yesterday morning. The excitement, the energy that you guys kicked off everything with yesterday with intelligent experience. People get it. We're all employees, we all want to have an experience. I would love to have a whole day back in a week. >> Yes. >> By bringing the apps and the actions to me, rather than me having to go and find and interact with all these different apps. What's been the feedback that you've heard over the last 24 hours with intelligent enterprise? >> The intelligent experience features, people are really liking it because I think, as you say, they recognize it. It feels already somewhat familiar. I think sometimes when you introduce new products, I've introduced brand new products in the past, where you really have to explain the use and why it's built that way. We are not having to explain very much about it. We show it to people and they identify with the workflows, the tasks. They recognize the challenges that they face today with getting access to that same information in the systems that they use. I think there is a need right now for us to solve this problem. I think customers are really feeling a sense of pain around the number of applications that they have, and I think I.T. knows that they have actually burdened their users with actually doing a lot of human workflow themselves. >> So since the WinFrame days, Microsoft, Citrix, synonymous with each other, huge partnership, huge and deep partnership over the years. Something that they'll appear to be a video yesterday. To say that Citrix and Microsoft has announced something, it's kind of a big deal, and it got lost, I think, in the excitement of the intelligent experience, which is a lot to say. Can you help explain that partnership, the deepening of that partnership, a little bit better? >> Sure. I think, as you know, and probably most of the audience know, the foundation of the partnership was in virtualization. That really is at the heart of what we do. Application delivery, particularly Windows applications, and Windows delivery, over all types of networks, and to all types of devices. Maybe what's more important about our relationship right now is if you look at the announcements we made yesterday, yes at the heart of it was new announcements around Windows virtual desktop on Azure and our desktop is a service that both run on Azure. That's at the heart of it. But then if you look at the continuing set of announcements we've made, improvements in the delivery of Microsoft Teams. In order to do that work we actually partnered really closely with that Microsoft Teams group at Microsoft. And then the Office 365 Networking initiatives that we have, that of course required partnership with all of the teams at Office 365. And then finally, the Intune partnership we have, which of course is with Brad Anderson, who was on stage with us. Across the whole delivery from cloud-hosted applications to applications themselves, the network over which the applications are delivered, and helping to secure the endpoint devices. We had innovation announcements in all categories, and every single one of them required a pretty deep partnership and co-development in many cases with Microsoft. >> So PJ, Citrix has over 400,000 customers globally. That's a lot! You've got, I think, 98 plus percent of the F100, the F500. As Chief Product Officer, if we look at the Microsoft, the deepening of that partnership, where are customers in terms of influence, maybe shed some light on some of the conversations that you have with customers that help dictate, for example, the deepening of that Microsoft relationship with Citrix. >> I think that's a really important point. It's not like our relationship with Microsoft is just for ourselves. It's actually spurred by many of the things that our customers are trying to do, primarily with their technology, and then with us as an enabler to help really deliver great experiences on that. Windows 10, kind of a big deal in the marketplace. I hear about that from all enterprise customers. And you combine Windows 10 with Office 365. Pretty much every customer I get to speak to has either initiatives around one or both of those technologies as part of their broader digital transformation. So the announcements we made yesterday align very well with these initiatives that Microsoft is driving into the enterprise, and I think customers see the promise of what Microsoft is offering with Windows and with the Office family of products, but they need to put that in everybody's hands, not just those who happen to be in the headquarters and on a great network and running on a top class device, you really have to get that out to your branches, to your mobile workers, and that's really where we come in to play, really helping, really delivered that great experience to all of those employees. >> We were just talking to Dana Garner right before our conversation with you, and he said that Citrix has been pretty modest over the years. You guys are kind of the original cloud. To be frank, a lot of SAAS services are built on Citrix. With that, you're looking into the intelligent experience, you guys are positioning yourselves once again to be at the forefront of innovation when it comes to employee experience. With that comes cultural change. I think you guys have experienced over the past 30 years of kind of saying, you know what, we can do cool stuff, too, and talking to a new audience. Talk to us about that new audience you're going to have to go after with these products because these are not just I.T. products when you're talking about changing processes, now you're getting into the wheelhouses of the PWCs, the EMYs, the big four of the world. >> Yep, yep. I think that's a really important point, and one that's certainly not lost on those of us at Citrix who know that this pivot to broaden our opportunity in the market and broaden our perspective on what we can do to help customers, it requires us to think about our go-to-market in a slightly different way. You mentioned some of those very large companies out there that I now look to for partnership in helping deliver those solutions to customers. I think we have great technology, but we really are going to need people who understand deeply the industries of these customers. If you're in finance, or oil and gas, or healthcare, you want your partner to understand the processes and the structure of your market. While we'll have great technology to help deliver oil and gas solutions, we're going to look to oil and gas solution partners and system integrators to really help build the, I will call it, the customized intelligent experience for those industries. We've always had a very strong partner network, I mean we have over 10,000 partners today at Citrix, and I think we are going to leverage that partner channel again, potentially in new ways, to deliver this intelligent experience to customers. But you do raise a very important point. We do not have, and never have had, a go it alone strategy, either from a technology point of view, with our partnership with Microsoft, and the announcements we made with Google, and in the past we've made with the other clouds, et cetera, but it's also true from a solution delivery perspective. We absolutely rely on really great partnerships in the marketplace. >> You've mentioned, you know, developing potentially customized solutions. If I think of customization, I think of personalization, and you talked a lot about that yesterday. As all of us are consumers, that consumerization, the influence that we're bringing into businesses, we want things personalized. We want experiences to come to us that have enough intelligence to know, show PJ this, not this. >> Yeah. >> So talk to us about how Citrix is distilling apps into what you called yesterday these personalized units of work. >> Yeah, I think that fundamentally, there's a initial set of those units of work that I think everyone recognizes and would say, oh yes, I know how that works. But they would also presume that it works pretty much the same way for all of us. Like the way that we book time off from our companies, or the way that we submit our expenses, other employees are going to do that the same way. I think what's much more interesting is using our analytics and our artificial intelligence to really figure out what's the pattern of work that PJ has and how that differs from the pattern of work that Lisa has. Now, we may both have similar responsibilities, but I expect that over time, and this is sort of one of the acid tests for me, for the workspace, even if we are in the same organization, after several months of use, my feed should look different to yours. Just like on our social feeds. Even if we more or less have the same friends, and we more or less have similar interests, still no two feeds are identical, and they're driven a little bit by our preferences, but they're also driven by our habits, the way we work with the software, and so we're building all of that intelligence into the workspace. >> So we don't get the chance to talk to people who are at the forefront of these products often, so I'm going to try to get a little peak into the future here. When the iPhone was created, what 10 years ago, it was an amazing thing. You give me a 10 year old iPhone today, and we'll have a conversation. (laughter) So you guys are innovating, innovating, employee experience, customer experience, is the output of digital transformation. You look at analytics, what is the output of the employee experience and the customer experience? What is Citrix looking at like, you know customers are not quite ready for this, but we have it in our back pocket? >> It's a really great question. I'm glad you brought up the example like the iPhone because I think the flip-side is that if you were to go back 10 years ago, I don't know that Apple knew what it would look like today. I think they had the broad brush stokes of where they were going, but I don't know they would have known exactly how to navigate the last decade in advance. I feel the same way about the journey that we're on. But that's partly what makes working on those forefront technology projects so exciting. I just did an interview where somebody asked me, "What do you think the future of work looks like?" And I said, well, in some ways, I'm already living it because I'm experiencing these products inside Citrix before they get released to customers. So we already have a little glimpse of what might be next. I think some of the biggest opportunities for us are really to take the assistance and the learning capabilities of the workspace in a different direction. Yes, we will add more applications, yes, the micro-applications will get richer, yes, the user interface might change a little bit, but really what's the fundamental technology shift that's going to drive innovation for the next decade, and I think it's analytics and machine learning. We're already, I think, at the very early stages of seeing some of the ways that impacts the work experience, but my hope for the decade is that all of the workspaces that we work in and all of the tools that we have get a little smarter about me, and some of the things that we've come to trust with regard to software in other environments and other places, that we get to trust our work tools to the same extent, which I don't think we're there yet. >> In terms of the messaging to customers, we've talked to your three innovation award finalists from different industries: financial services, education, global technology, all really helping to make big impacts to their employees, their customers. Those two things I see as absolutely tantamount. They're inextricably linked. You have to have a great employee experience to deliver a great customer experience. If there's a problem with employee experience, it's going to manifest. In some form or fashion as employees, we all in some way are interacting with customers and have the opportunity to influence their loyalty or churn. >> Yeah. >> So we've heard a lot about how these customers are really leveraging what Citrix is enabling. This modern workforce, let me do what I need to where it helps me be most productive, but also drive these big outcomes. When it comes to A.I. and machine learning, we talk about them at every event that we go to. Where are your customers in terms of being receptive to understanding it's not Big Brother looking in at PJ's productivity, it's really working to understand, like you said before, how differently you and I might be using the exact same software application to make our jobs far more productive. Where is that appetite for A.I. machine learning for that kind of productivity? >> Well I think a concern that all customers have, set aside our technology and just talk about the industry in general, I think as an industry, we have to really continue to earn the trust of customers, both in the consumer lives as well as in the professional lives with regard to the governance that we put around information that they share with us and how we treat that for their benefit, not just for ours. I think those same concerns exist, broadly speaking, whether it's a Microsoft, or a Google, or a Facebook, or a Citrix, maybe to some extent less to us because I think customers have historically not entrusted a lot of that type of information to us. They have entrusted that to our customers, who are delivering solutions, whether it's a financial solution or a healthcare solution, et cetera. So that's one thing for us to continue to improve is that we are good custodians of that information and that we're using it, I will say, for good and for the purposes of improving experiences that matter. I think in general our customers understand that there is a value exchange. That our ability to deliver new value to them requires them to exchange insight with us so that we can turn that into value for them. That I think is pretty clear to most customers right now. In some ways, we're at the forefront of what we're trying to do for intelligence in a workspace, but many of the core technologies have been proven in other fields, and we're certainly trying to leverage that and the comfort that customers already have achieved with some of those technologies. >> Excellent, alright. We have had just a great couple of days here. The excitement is palpable. The impact that you guys are having on a wide variety of customers in every industry is palpable, and I also really liked the fact that as an individual contributor you guys showed this is how Citrix workspace can impact your lives in a way that is really going to be a driving force of the workforce of the future. So, PJ, thank you so much for joining Keith and me on theCUBE this afternoon >> Thank you. I enjoyed being here on theCUBE and thank you for your coverage of the event. It's been really great. >> We've had a great time. >> Thank you. >> Thank you so much. For Keith Townsend, I'm Lisa Martin. You're watching theCUBE live from Citrix Synergy 2019. Thanks for watching. (upbeat techno music)

Published Date : May 22 2019

SUMMARY :

Brought to you by Citrix. PJ, it's great to have you on theCUBE! The excitement, the energy that By bringing the apps and the actions to me, around the number of applications that they have, the deepening of that partnership, a little bit better? and probably most of the audience know, for example, the deepening of that So the announcements we made yesterday align very well and talking to a new audience. and the announcements we made with Google, the influence that we're bringing into businesses, So talk to us about how Citrix is and how that differs from the pattern of work that Lisa has. of the employee experience and the customer experience? and all of the tools that we have and have the opportunity to influence of being receptive to understanding and for the purposes of improving experiences that matter. and I also really liked the fact that and thank you for your coverage of the event. Thank you so much.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
MicrosoftORGANIZATION

0.99+

Lisa MartinPERSON

0.99+

Dana GarnerPERSON

0.99+

Keith TownsendPERSON

0.99+

CitrixORGANIZATION

0.99+

KeithPERSON

0.99+

LisaPERSON

0.99+

GoogleORGANIZATION

0.99+

FacebookORGANIZATION

0.99+

Brad AndersonPERSON

0.99+

AppleORGANIZATION

0.99+

PJ HoughPERSON

0.99+

yesterday morningDATE

0.99+

Atlanta, GeorgiaLOCATION

0.99+

Windows 10TITLE

0.99+

IntuneORGANIZATION

0.99+

yesterdayDATE

0.99+

F100COMMERCIAL_ITEM

0.99+

Office 365TITLE

0.99+

WindowsTITLE

0.99+

iPhoneCOMMERCIAL_ITEM

0.99+

F500COMMERCIAL_ITEM

0.99+

PJPERSON

0.99+

10 year oldQUANTITY

0.99+

todayDATE

0.99+

over 10,000 partnersQUANTITY

0.99+

10 years agoDATE

0.99+

bothQUANTITY

0.98+

over 400,000 customersQUANTITY

0.98+

two feedsQUANTITY

0.98+

oneQUANTITY

0.97+

two thingsQUANTITY

0.97+

one thingQUANTITY

0.97+

OfficeTITLE

0.96+

theCUBEORGANIZATION

0.95+

last decadeDATE

0.93+

AzureTITLE

0.92+

EVPPERSON

0.92+

this afternoonDATE

0.89+

next decadeDATE

0.87+

PJORGANIZATION

0.86+

2019DATE

0.83+

hoursDATE

0.82+

three innovation awardQUANTITY

0.81+

Dana Gardner, Interarbor Solutions | Citrix Synergy 2019


 

>> Live from Atlanta, Georgia, It's theCUBE covering Citrix Synergy Atlanta 2019. Brought to you by Citrix. >> Hey, welcome back to theCUBE's coverage day two of our coverage of Citrix Synergy 2019. Lisa Martin with my cohost Keith Townsend, and we've got another CUBE alumni joining us, Dana Gardner, President and Principle Analyst at Interarbor Solutions. >> Sorry, my language skills are declining on day two. >> It's been a long day. >> It has been a long day. We've had, speaking of, had a lot of great conversations with Citrix Execs, customers, analysts over the last day and a half. People are very excited about what Citrix is doing with intelligence, experience, and really helping businesses to transform their workforces. But you have been following Citrix for a long time. >> Yes. >> So, talk to us about some of the early days back in the 90's. I'd love to get your perspectives on what you saw back then and what your thoughts are about some of the things that they're announcing at this event. >> Sure, well back in 1995-1996, the internet was still the new kid on the block, and browsers were kind of cool but, how would they ever help a business? And then, along comes this company that says, "Oh, we're not going to deliver things through a browser, we're going to deliver the whole app experience, apps that you're familiar with, your Windows-based apps over the wire. Over the internet protocol." Wow, so I remember at Internet Expo in New York at the Javits Center, Ed Iacobucci, The co-founder of Citrix got up there and explained how, yeah, we're going to deliver apps. And basically what they were describing is cloud computing as we know it today. Wow, it was very interesting, but we all kind of look at him like he was a little crazy. (host laughing) Yes. >> And, that's been a long time, man. Citrix has made a name for itself since then. You know, the day I was talking to David Hansel, yesterday and I said, "You know what, Citrix is a verb. I'm going to Citrix in an application. They established something for themselves." And, ironically, on stage yesterday he said, "85 percent of the IT budget goes to keeping the lights on." And I would firmly, as pre-kenote yesterday I'd say, you know what Citrix is firmly in that 85 percent of, they are rock, fast, hard technology partner, but they're in that 85 percent. But this intelligent experience I think kind of pushes them into that 15 percent of innovation. What did you think about yesterday's announcement? >> Well, based on my memory from 1996, I think it's consistent. That they're looking for something that's two or three years, maybe more out that will mature then. But they're not afraid of tackling it now. They had some really strong established businesses, but they're not resting on their laurels. They're looking at, I think a problem that almost everybody can identify with. In the past, their problems were people they could identify with in IT. The end user wasn't aware that anybody was Citrixing behind the scenes. Now, they're identifying issues that people have with work. The fact they were taking apps and services from multiple clouds, multiple data centers some of them our own company, some of our partners, some across an ecosystem or a supply chain, and it's becoming rather crowded. Disenfranchised. Fragmented. And people, I think are struggling to keep up with that amount of diversity. So, we're dealing with, yet again a heterogeneity problem, a reoccurring problem in technology. And Citrix is identifying with something that's a higher elevation than they had in the past. So, they're not addressing just IT although, that's where the actions going to take place to solve some of these problems. But they're focused on just about all of us. Whether we're working in a small, two or three person mom and pop shop or a 30,000 seat enterprise. >> And they've also done this pivot in the last, what we've heard in the last 24 hours, of really being positioned to the general user. Something that I didn't know until yesterday was that the majority of enterprise software has been designed for power users, which is one percent of the users. And so, they've really made that positioning pivot yesterday to, this is for the Marketing Managers, somebody in supply chain who has a day that is bombarded with seven to ten apps. They're losing hours and hours of productivity a week. You can look at that in terms of the amount of dollars that's being spent or wasted. But really making this, bringing those tasks to the user, those actions to the user. Rather than forcing the users to go out to all the different apps, put those pieces together. Oh, and then trying to get back to our actual day-to-day function. >> Right, we wouldn't have to talk about user experience if these things had been designed properly in the first place. It's a bit myopic on behalf of the IT power designer, that they often craft the product for themselves. That, this is still the dark arts behind the curtain thinking. It's very difficult for a highly efficient, productive IT group to create something for a non-IT audience. And I don't blame them, but it has to happen. It's going to happen one way or the other. So, we've seen companies that have taken extraordinary steps on usability, Apple computer is probably the poster child for this. Look at where it got them. There were lots of mobile phones around ten years ago, before the iPhone. Why did the iPhone become so popular, so dominant? Because of the usability. So, Citrix is I think, perhaps doing IT a favor by getting out in front of this. But still, if we're going to get IT in the hands of all people for productivity, what I look to is a fit-for-purpose mentality. No more, no less. You can't design it as if it's your own baby and your own special design, I don't know, once in a lifetime opportunity to strut your stuff. It has to be fit-for-purpose and it can't just be monolithic, where we're looking at little bits and pieces. So, the software's recent acquisition that Citrix made is going to be able to start picking out productivity units, for lack of a better term, from different applications, assimilate those in an environment, the workspace, where the productivity, the work flow, the goal of accomplishing business outcomes comes first and foremost. >> So Dana, let's talk a little bit about, you know the next level. Because it's broken. Even when you look at modern applications, one of the applications they showed on stage yesterday, was a cloud application. Salesforce. I mean, we know a people who make a good deal of money simplifying Salesforce, which is a born in the cloud application. This isn't just about cloud versus legacy, this is about end-user experiences, and end-users using applications in a way that makes them productive. One of the things that caught me as soon as Citrix said that they want to be the future of work, I tweeted out, "Well, you can't be the future of work unless you start to automate processes," and boom, intelligent experience. And the first thing that came to my mind was when we attended an event a couple weeks ago for RPA, Robotic Process Automation tool, that was very user-centric, but used the term "bots". Robots, sulfer robots that did the job. Citrix only used the term, "bots" once yesterday. What's your sense, is this a competitive solution to those partners? Or is this more of a complementary solution? >> I think Citrix is correctly trying to keep the horse in front of the cart and not the other way around. We have to look at work as flows of productivity first, and not conforming to the app second. But to get out in front and say, "Oh, it's all going to be animated and the robot will tell you what to do," I think does a disservice. So, let's take first things first. But let's not also lose track of the fact that by elevating work to a process and not just being locked into one platform, one cloud, one set of microservices on one framework, that we have the opportunity to integrate in analytics along the whole path. From beginning to end. And that we can even have the context of what you're doing feed back into how the analytics come at you. And reinforce one another. So, we need to get the process stuff set first. we need to recognize that people need to rethink getting off a desktop, getting out of email, looking at the full process. Looking at working across organizational boundaries. So, extra enterprise, supply-chain interactions, contingent workforce. Then, bring in analytics. So, first things first but it's going to be a very interesting mash-up when we can elevate process, get out of sort of silos, manage that heterogeneity and inject intelligence and context along the way. That changes the game. >> So, you've seen the workforce dramatically transform throughout your career. There are five generations of people in the workforce today. Madeleine Albright, there she was on stage this morning, 82 years old. I thought that was, what an inspiration? But companies have different generations, different experiences, different experiences with technology, differing expectations. What, in your opinion, did you hear yesterday from Citrix that is going to help businesses enable five different generations to be as productive as they want to be. >> Right, it's an extension of what Citrix has been doing for decades, and it's allowing more flexibility into where you are is accommodated. What device you're using can be accommodated. The fact that you want to be outside your home office but secure can be accommodated. So, what I heard was instead of locking in an application mentality, where everybody has to learn to use the same app, we need to have flexibility. And it's not just ages and generations. It's geographics, it's language, it's culture. People do business and they do work differently around the world. And they should be very well entitled to continue to do that. So, we need to create the systems that adjust to the people and read the people's work habits. And then reinforce them rather than force them into, let's say a monolithic ERP type of affair. And we've know that a large percentage of ERP projects over the years have failed. And it's not that the technology doesn't work, it's that sometimes, you can put a round peg in a square hole. >> Wow, speaking of round peg, square hole, IT, you know, they're preaching to the choir I think on this piece. You know, we want thing to be simpler. We want to get engaged. We want to solve this problem. But, is Citrix talking to the wrong audience when it comes to process automation? To your point, you have to have the large view of it, and a lot of timeS, especially folks at this conference, may not have the large view. How does Citrix get to the CMO's the COO's, the process people versus the technology folks. >> I think that's a significant challenge. Keith and I recorded a podcast with David Henchel earlier today and it'll be out in a few weeks on Briefings Direct, and I asked him that, I said, "You're well-known in the IT department. They use a verb, they're Citrixing. The end user, not so much. But if you're going to impact work as you intend to and as you've laid out here at Synergy, you do need to become more of a household word, and you need to brand and you need to impact." And we know one of the hardest things to do is to get people to change their behavior. You don't do that behind the scenes. In some ways, Citrix has been very modest. They haven't been the Citrix inside, they haven't branded and gone to market with. They've usually let their partners like Microsoft and now even Google Cloud be on the front page, even as they're behind the scenes. But I think they need to think a little bit differently. If they're going to impact people, people need to understand the value that Citrix is bringing. But identifying themselves as they have at this show with work and productivity issues, usability and intelligence will start that process. But I do think they can go further on their go-to-market and not just bring this message to their sales accounts, but to a larger work productivity, human capital management enterprise architect type of base. >> And they are making those impacts. Keith and I today have already spoken with their three innovation award nominees. There were over a thousand nominations. And we spoke with Schroders, which is a wealth management company based out of the UK and how they have been able, a 200 year old company, to really transform their culture with Citrix's workspace was, it was done so strategically, so methodically. But how they enabled that and a seamless integration in terms of their customer experience and engagement with their wealth managers was really compelling. Not only are they able to retain their probably longstanding wealth management clients, but they have the ability now, and the technology capabilities to allow their people to work remote three days a week if they want to or from wherever, and actually work on getting new clients. So, the business impact is really clear. We also spoke with Indiana University. They have gone from just enabling the students on the seven campuses to 130,000 plus across campuses online. They're enabling sight impaired people to also, by virtualization, have access to computer technology. So, you're talking about going from tens of thousands to a ten X at a minimum multiplier, and enabling professors to have conversations and hold classes with people in Budapest. Big impact. >> So Lisa, you're bringing up the point that user experience isn't just employing experience, it's end user and-- >> Absolutely >> Consumer experience. If you're going to do this and do it right, don't consider it just for your employees. It's for reaching out to the very edge of the markets, and that includes consumers and students and mom and pop shops and everything in-between. So when you do this right, and not only will you be delivering intelligence and context to your employees, you'll be able to start to better serve your customers. And that's what digital transformation is really about. >> It is, and the cultural transformation that Citrix is undergoing and that they're enabling their businesses to achieve, like the two we just talked about, are critical catalysts for digital transformation. But to me, employee experience and customer experiences are hand in hand because every employee, whatever function you're in, in some way you're a touchpoint to the customer. If you're in retail, you're presenting a shop-able moment as often as you can. But you also are dealing with customers who have choice to turn and go to another provider of that product or service. So, having those employees not only be satisfied, but have the tools that they need and the intelligence to deliver the content. >> So, I'd be happy to go to a brick and mortor shop. I'll walk in there physically if they can help me in the shopping experience be smarter, but if I can do it online in my bedroom on my browser, then I'll do it there. So it's no so much the interface or even the place anymore, it's who's going to give me the information to make the right decision and make me feel confident that I'm spending my money the most productively. Whether I'm a consumer or a business. So B-to-B. That's what's going to be the killer app, is the smart decision making, and the experience of bringing the right information, right place, right time. That's key. And that's what Citrix has repositioned itself for. I think it's really quite a dramatic shift for the company but they've done it before. >> Well, Dana it's been great having you back on theCUBE unpacking this. It's been an exciting day and a half for us and we look forward to having you back on theCUBE sometime soon. >> My pleasure. >> For Keith Townsend, I'm Lisa Martin. You're watching theCUBE Live from Citrix Synergy 2019. Thanks for watching.

Published Date : May 22 2019

SUMMARY :

Brought to you by Citrix. and we've got another CUBE alumni joining us, analysts over the last day and a half. So, talk to us about some of the early days the internet was still the new kid on the block, "85 percent of the IT budget goes to are struggling to keep up with You can look at that in terms of the amount of dollars It's a bit myopic on behalf of the IT power designer, And the first thing that came to my mind and not conforming to the app second. that is going to help businesses And it's not that the technology doesn't work, But, is Citrix talking to the wrong audience But I think they need to think a little bit differently. on the seven campuses to It's for reaching out to the very edge of the markets, and the intelligence to deliver the content. and the experience of bringing and we look forward to having you back on theCUBE Thanks for watching.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
DanaPERSON

0.99+

KeithPERSON

0.99+

Dana GardnerPERSON

0.99+

Lisa MartinPERSON

0.99+

MicrosoftORGANIZATION

0.99+

Ed IacobucciPERSON

0.99+

Madeleine AlbrightPERSON

0.99+

David HanselPERSON

0.99+

CitrixORGANIZATION

0.99+

BudapestLOCATION

0.99+

Keith TownsendPERSON

0.99+

sevenQUANTITY

0.99+

AppleORGANIZATION

0.99+

twoQUANTITY

0.99+

LisaPERSON

0.99+

David HenchelPERSON

0.99+

1996DATE

0.99+

Indiana UniversityORGANIZATION

0.99+

UKLOCATION

0.99+

yesterdayDATE

0.99+

15 percentQUANTITY

0.99+

one percentQUANTITY

0.99+

85 percentQUANTITY

0.99+

iPhoneCOMMERCIAL_ITEM

0.99+

one platformQUANTITY

0.99+

New YorkLOCATION

0.99+

three yearsQUANTITY

0.99+

five generationsQUANTITY

0.99+

30,000 seatQUANTITY

0.99+

Atlanta, GeorgiaLOCATION

0.99+

CUBEORGANIZATION

0.99+

Interarbor SolutionsORGANIZATION

0.99+

130,000 plusQUANTITY

0.98+

ten appsQUANTITY

0.98+

tens of thousandsQUANTITY

0.98+

OneQUANTITY

0.98+

CitrixingORGANIZATION

0.98+

WindowsTITLE

0.98+

todayDATE

0.98+

first thingQUANTITY

0.97+

three days a weekQUANTITY

0.97+

one setQUANTITY

0.97+

oneQUANTITY

0.97+

one frameworkQUANTITY

0.97+

firstQUANTITY

0.97+

Internet ExpoEVENT

0.96+

decadesQUANTITY

0.95+

this morningDATE

0.95+

one cloudQUANTITY

0.95+

a weekQUANTITY

0.95+

ten XQUANTITY

0.95+

day twoQUANTITY

0.94+

82 years oldQUANTITY

0.94+

Walter Scherer & Gregor Lehofer, ZF Group | Citrix Synergy 2019


 

>> Live from Atlanta, Georgia, it's The Cube, covering Citrix Synergy Atlanta 2019. Brought to you by Citrix. >> Welcome back to The Cube. Lisa Martin with Keith Townsend, continuing The Cube's two day coverage of Citrix Synergy 2019. We are very excited to be speaking with one of the Citrix innovation award nominees, ZF Group. We've got Walter Scherer, senior manager of IT workplace foundation. Hi Walter. >> Hello, nice to be here. >> And Greg Lehofer, manager of client virtualization. Greg, great to have you on The Cube. >> Thank you very much. >> So, first congratulations to ZF Group for the Innovation Award nomination. We hear there were over one thousand nominees. Pretty exciting to get to the top three, one of the top three finalists. So Walter let's start with you, tell our audience who ZF is and what you're doing with Citrix. >> So ZF is a global system provider, we enable next generation of mobility. So for us it's very important to invest in technology fields like integrated safety, electricity, like automated driving, that's very important for us so we see the future, the world will change so we see it every day and therefore it's very very important for us that we push innovation, that we push internet of things, and we push the digitalization. That's a must for us. >> So you guys are supplying a company that supplies systems for IC, your passenger cars, commercial vehicles and industrial technology. >> Yeah. >> Across Germany or is this to cross Europe? >> That's globally so we have around 40 confidants where we have locations. Where we have well organized globally and therefore it's very important for us to bring the right product for the future, for our customer. >> Wow so Greg tell us about the landscape, that's 40 countries, tell us how big is the infrastructure to support all of them? >> It's very big, so the transformation of IT is very important for us as Walter mentioned before, so yeah we start to build up a bigger infrastructure now, a virtual infrastructure because in the past we have a lot of water in place and so it's all from from ZF and now we are able that the external service providers and we have a lot of external service provider in place around the globe so that they can bring their own devices now in ZF and can use virtual desktops and so yeah for us the effort is not too big because the infrastructure is more central at the moment and so yeah, we are searching for new ways how we can make that more efficient for us and more easier and manage them and yeah we are looking at cloud infrastructures at the moment and yeah we are working very close together with Citrix and that technology and yeah, for us we are very proud that we are now nominated for the prize and yeah. >> So again about scale, how many partners worldwide do you have? So number of devices connecting to your infrastructure, how big is your customer base? >> So we have a lot of customers there so for our project because of course you mentioned, so we have off-road vehicles, we have product concerning the automotive areas, we have commercial areas so that's a lot of individual customers that we all have there. So and therefore we have to bring the right outcome so with Microsoft or with Citrix technologies and of course with the partnership with Microsoft that's very important too for us and so we have to bring the right infrastructure in place, especially in the user centric experience approach that's very important too for us and therefore we have the good partnership with Citrix so and with Citrix we have a really big and powerful systems in place, product to portfolio, so that will help us in this journey. >> Let's talk about that journey Greg, when you started working with Citrix to virtualize the environment, talk to us about how you went about that from a mobility perspective and what is that enabling your business to achieve for your customers? >> For our customers you have global graphic we have customers all over the world, they are always on airports and traveling around the world and so it's very important for us that we are transformate the IT in that way that the customer is able to work all over the world, anytime anywhere with any device. It's very important for the customers and for a new generation X to work with every device and yeah there is big transformation at the moment in place so yeah we with Citrix it's make it easier for us that we can provide all customers with every device a workplace or an application, that application the customers need or our employees need to work to collaborate all over the world with other engineers and so on on collaborate topics and on tasks and on projects and yeah with that technology, with private cloud and now with public clouds they are able to work with all kinds of devices everywhere in a secure way, and that is important for us because security is one of the important factors for us because when you are traveling all around the world and connecting from every place, security in our perspective yeah, it's very important and so with that technology-- >> And if you are looking for the flexible platforms that's very important, the solutions that Citrix have embized with The Cloud system so that brings us in the situation that we could manage all the platforms that we have in place locally today and if you connected to The Cloud. So therefore we have a common plan so to administrate and manage all the Citrix environments. >> So I imagine there's a large range of applications that you're deploying, you guys seem to provide a lot of services, what type of application data and tasks are happening remotely with your users? Like what's a typical transaction that a user will conduct while they're sitting at a airport? >> So that's what Gregor said so that's very important with the device strategy to treat the promote it with any device anywhere and to each time so and therefore we could provide a virtual desktop so that's independent from the device so we have maybe for collaboration that's a very similar topic, so we have solutions for our third parties, for the contractors and so it could give them a small solution, the Citrix mobile desktop, the mobile app so they have the possibility to connect to ZF and the infrastructure and so we are very flexible about that. So the only what they need, they need a device, they need a browser that's it. So that's the solution from Citrix. >> In terms of the operational efficiencies that you have presumably gained from working with Citrix, sounds like your users as well as your end-user customers are benefiting from the virtualized infrastructure that you've put in place, but talk to us about from an operational perspective, how much more efficient is your organization now? >> From our perspective, it's more efficient because as I mentioned before in the past they we have to give all our external service providers as an example hardware from ZF, and so it's a very big benefit, a lot of doings for our IT to prepare the desktop to make them secure the hardware and so on and now we are not longer responsible for that order because the external bring their own hardware and we only provide them a VDI on a secure way, a NetScaler gateway in that case and though they can connect and we only take care about our workplace and they take care of their hardware and so yeah for us it's much better because our effort is not so big and that is very good and yeah, and so as an example the workplace from Citrix, the new, it's very, very good for our customers because the users intrecities is very high because a lot of tools or applications they need has put the time SAP and read the emails, have a look at the chat, have a look at teams and so on, it's all in one platform and saves a lot of time. And time, everybody knows is very important for us and yeah when we can save time it's very perfect for us. >> Let's dive into that time savings, how long does it take you to onboard a new partner now versus before you had Citrix? >> Now-- >> For the deposit there was a lot of processes and they need I would say days, so in the meantime we have to push a party so internal SATA should automatically create an image, a VDI for example for the the customer, that's it. So and of course in the background we have to set the right direction, the right access, what systems they have in use, (mumbles) and that's it. >> So it sounds like it takes the business processes longer to onboard a customer like, so you have to sign a deal, get involved with a partner and IT it sounds like it's moving way faster than the actual business itself. >> Yeah as I mentioned it's a very fast process in the mean time so you have a portal you could go there so that to request what they need and then there's automatic behind that and so we could create automatically this request for him. >> So it used to take days to onboard a partner, now with Citrix workspace, it's hours, minutes to onboard a partner, how much time can you quantify that time savings? >> I would say if you consider the whole process, it needs some hours so because it's not only the Citrix onboarding, the Citrix onboarding goes very fast. So then the you have to create the operating system and so on, the imaging, so to bring the applications to the client, what they need I would say that needs hours. >> Or days to hours, so big time savings and also what you were talking about Greg I couldn't help but think that now that you don't have to provide all of this hardware to your partners, there's probably a massive cost savings as well that ZF has achieved, can you talk about that? >> Absolutely, from the cost perspective we save a lot of money and the other benefit is that the external can bring the hardware we'll work with. So normally we have one device and the external have to work with that and now he can bring his-- >> Whatever they choose. >> Right right, yeah right. Any device and that is very benefit for them because they can work with smart phones, they can work with tablet or they can work with a notebook as they like and from our perspective, yeah as you mention before you save a lot of money because it's yeah we only have to provide the virtual desktop and yeah we can provide them in a very quick way and we have workflows for that and yeah it's great for us. >> What feedback have they given you now that the process is so much faster for them but also they're able to use whatever device they're already familiar with, I imagine from a customer satisfaction perspective this new experience that you're enabling has really probably driven up your customer loyalty. The customers happier, more satisfied? >> The customers more happier of course so and the important topic for us is the customer is happy, they have a fast solution, it is mobile so and we have the access under control, that's very interesting for us. >> Well making your customers happy is always a top priority and we hear that you're doing that very well, we want to congratulate ZF on your nomination. >> Thank you very much. >> For the Innovation Award, we know that the voting goes through till tomorrow when the winner will be announced, we wish you the best of luck and thank you both for joining Keith and me on The Cube this afternoon. >> Thank you very much. >> Thank you, for Keith Townsend, I'm Lisa Martin. You're watching The Cube, live from Citrix Synergy 2019, thanks for watching. (upbeat music)

Published Date : May 22 2019

SUMMARY :

Brought to you by Citrix. one of the Citrix innovation award nominees, ZF Group. Greg, great to have you on The Cube. and what you're doing with Citrix. that's very important for us so we see the future, and industrial technology. That's globally so we have around 40 confidants and so it's all from from ZF and now we are able So and therefore we have to bring the right outcome and so it's very important for us all the platforms that we have in place locally today and so we are very flexible about that. in the past they we have to give all our so in the meantime we have to push a party So it sounds like it takes the business processes and so we could create automatically this request for him. and so on, the imaging, so to bring the applications and the external have to work with that in a very quick way and we have workflows for that now that the process is so much faster for them it is mobile so and we have the access under control, and we hear that you're doing that very well, For the Innovation Award, we know that the voting from Citrix Synergy 2019,

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Greg LehoferPERSON

0.99+

WalterPERSON

0.99+

Keith TownsendPERSON

0.99+

Lisa MartinPERSON

0.99+

MicrosoftORGANIZATION

0.99+

Walter SchererPERSON

0.99+

GermanyLOCATION

0.99+

GregPERSON

0.99+

EuropeLOCATION

0.99+

CitrixORGANIZATION

0.99+

40 countriesQUANTITY

0.99+

ZF GroupORGANIZATION

0.99+

KeithPERSON

0.99+

The CubeTITLE

0.99+

GregorPERSON

0.99+

Atlanta, GeorgiaLOCATION

0.99+

two dayQUANTITY

0.99+

one deviceQUANTITY

0.99+

oneQUANTITY

0.99+

ZFORGANIZATION

0.99+

each timeQUANTITY

0.98+

around 40 confidantsQUANTITY

0.98+

tomorrowDATE

0.98+

one platformQUANTITY

0.96+

bothQUANTITY

0.96+

Gregor LehoferPERSON

0.96+

over one thousand nomineesQUANTITY

0.94+

this afternoonDATE

0.92+

todayDATE

0.9+

The CubeORGANIZATION

0.88+

Synergy 2019EVENT

0.88+

Innovation AwardTITLE

0.83+

first congratulationsQUANTITY

0.83+

NetScalerORGANIZATION

0.83+

SynergyEVENT

0.82+

top threeQUANTITY

0.8+

The CloudTITLE

0.78+

2019DATE

0.78+

2019EVENT

0.78+

CitrixTITLE

0.75+

top three finalistsQUANTITY

0.74+

ZFTITLE

0.63+

Citrix SynergyORGANIZATION

0.61+

of moneyQUANTITY

0.61+

AtlantaLOCATION

0.52+

factorsQUANTITY

0.49+

Citrix SynergyTITLE

0.44+

Stephanie Cox & Matthew Link, Indiana University | Citrix Synergy 2019


 

>> Live from Atlanta, Georgia. It's theCUBE covering Citrix Synergy Atlanta 2019. Brought to you by Citrix. >> Welcome back to theCUBE's continuing coverage of Citrix Synergy 2019 from Atlanta, Georgia. I'm Lisa Martin, my co-host for the event is Keith Townsend and Keith and I are excited to talk to one of the Citrix Innovation Award nominees, Indiana University. We have a couple of folks from Indiana University joining us, Stephanie Cox, Manager of Virtual Platform Services and Matt Link, Associate Vice President of Research Technologies. Guys, thanks so much for joining Keith and me. >> Thank you Lisa. >> Thank you. >> And thank you Keith. >> It's an honor to be here, yeah. >> And congratulations on Indiana University being nominated for an innovation award. I was talking with Tim Minahan, their CMO yesterday saying there was over a thousand nominations, so to even get down to being in the top three is pretty exciting stuff. >> Yeah. >> Awesome. >> So talk to us a little bit about Indiana University. You guys, this is a big, big big organization lots of folks accessing the network through lots of devices. Matt, let's start with you, give us that picture of what's going on there. >> Yeah, so IU is about 130,000 students across seven campuses. We got about 20,000 faculty and staff across those seven campuses. One of the things that makes us a little unique is, we're a consolidated IT shop. So, there are 1200 of us at IU that support the entire university and all the campuses. And at any one point in time, there could be 200,000 devices touching the network and using those services. >> Big, that's big. >> Big. >> Wow, that is big. Stephanie talk, talk to us about your virtual imp, footprint and how big is the location. How many data centers? What's the footprint? >> Well we have two data centers, one of them is in Indianapolis which is my home. It's one of our larger campuses, we call it Indiana University Purdue University, affectionately IUPUI. There is a data center there but our larger data center is at the flagship campus which is in, Bloomington, Indiana. >> And, to support 100,000 plus people and, you said at any given second, 200,000 devices. How have you designed that Virtual Integral Structure to enable access to students, faculty, et cetera and employees? >> So from the network perspective we have several network master plans that have rolled and we're in our second 10 year network master plan. And, the network master plan is designed to continually upgrade the network, both the physical network, the infrastructure, and the wireless network. In our last 10 year budget for that was around $170 million of investment just to support the network infrastructure. And then, Stephanie rides on top of that as the Virtual Platform with Citrix to deliver the images anywhere on campus, whether it's wirelessly or whether it's connected via network connection. >> Yep. >> So seven campuses is already a bit. If you ever look at a map, Indiana sits right smack dab in the middle of the country. It's a big space, right before we hit record, we were just talking about that drive up I-65 from Indianapolis to Chicago is just, a lot of rural area and, I'm sure part of your mission is to make sure technology and education is accessible to everyone in Indiana. Talk to us about the challenges of getting connectivity and getting material, virtual classrooms to those remote areas. >> Yeah, that's really one of the major strengths of our partnership with Citrix. They are really the premier remote solution connectivity offering at Indiana University. So, we built our Citrix environment to encompass everyone. We wanted to make sure we could have enough licenses and capacity for all of our 130,000 faculty, staff, and students to use the service. Now do they all show up at the same time? No, thank goodness. >> Thankfully. >> But we do offer it to everyone which is, I found, in the education arena, very unique to Indiana University. Another thing to have the consolidated IT and then to be able to offer a service like ours to everyone and not just restrict it to separate pockets of the university. With that, we've been able to then extend, offering of any application or something that you might need for a class to any of our other remote locations. So, if you're a student who is working in or lives in rural Indiana and you want to get an Indiana University degree, you can do that without having to travel to one of our campus sites or locations. We have a very nice online program and just a lot of other options that we've really tried to offer for remote access. >> So Citrix has really enabled this, I think you call it the IUanyWare, Indiana University Anywhere Program. >> Yeah. >> Tell us about opening up this access to everyone over the time that you've been a Citrix customer how many more people can you guesstimate have access now that didn't not too long ago? >> Yeah, I think initially, and Matt would probably know more before me, before I even came on the scene, I believe that the original use case was really just trying to extend what we were already doing on premise in what we call just our Indiana University lab supported areas. Right, so just your small, like the old days when you would go to your college campus and you go into your computer lab, we just really wanted to virtualize, or expand, the access to just those specific types of apps and computers. And that was an early design, since then over the years we've really kind of, just really expanded. Really use the Citrix platform to redesign and distribute how we deliver the applications and the virtual desktops. So, now not only do we service those students who would normally come onto the campus just to use your traditional computer lab, we do a lot of specialty programs for other schools. Like we deliver a virtual desktop for our dentistry students, they actually use that whole platform in the dental clinic to see real patients our, third tier, third year doctors do that. We also replicated that same thing and do it in our speech and hearing sciences for our future audiologists. We have certain professors that have wanted to take the particular course that they're teaching and extend it to different pockets all over the world so we might host a class from Budapest or Africa somewhere else, wherever that faculty and staff has resources that they know they need to get to and their content already virtualized. We work to make that happen all the time. >> That's, a lot of what you just said is first of all, initially, maybe before Citrix being able to provide support in the computer labs for your maybe seven core campuses, now you're giving 130,000 plus individuals anywhere, anytime access. That is, the X multiplier on that is massive. But you're also gone global, it's not just online, you're able to enable professors to teach in other parts of the world, where it was before it was just people that were in Indiana. >> Right. >> That's massive. >> And you're just limited by the network. So that's the only drawback when you go to the rural areas way out, you're just limited by the network. The initial program was really, really thought of as a cost saving measure. We were going to put thin clients out, we wouldn't have to do life cycle replacements for desktop machines that were getting more expensive and more expensive 10 years ago, and now the way that we look at it is IU wants to provide services across the breadth of the organization, and make those services at no additional cost. And open to everybody. Open access to everybody, the AT desktop, for example is one of, Stephanie is, the brainchild behind the AT desktop. Took three years of dedicated hard work to create an environment to support the visually impaired. >> Talk to us more about that, because that was part of the video and that captured my attention immediately. What is AT? >> Accessibility. >> Technology. >> Technology. >> Accessibility Technology. >> Accessible, is it Accessible Technology? >> Accessible Technology. >> Yeah, I always get that wrong. (laughs) >> So, hundreds, thousands, and not just those that are sight and hearing. >> Right. >> Yeah, so one of the things that I think was, it's just a wonderful thing about working at a university, we're able to buy software licenses in a big quantity, large quantity right, because we have that kind of buying power. Software that I normally never would see or get access to even in my private sector, I've been a Citrix engineer for a long time, but when you come to a university and then you're selling or you're getting licenses for 50, 60, 70, 80,000, you get to see some of these products that you don't normally, as a regular consumer, (laughs) you like it but you know you can't really afford it. So, with that when we started looking at all of the different applications that they could buy in a large quantity site license way we thought oh my goodness, let's virtualize these and make sure everybody gets access to them. And the ones that were really attractive to us were the ones for the visually impaired. Sure they're a niche and they're very, very expensive but we thought let's just try it. We'll see how well they perform in a virtual environment and with our Citrix infrastructure underneath they performed quite well, plus the apps have evolved a great deal over just the last four years. So, we were really proud to offer our virtual desktop to our blind students. We had to work really hard to make sure that the speech recognition software was fast enough for them. It turns out that blind people listen to speech really, really, really, really, really, fast and so we had to make sure that we kept our platformer working on it, to keep it sped and updated so that it's usable to them, right. Seems functional to me, but they, it really needed to be like, 10 times faster. After I found that out, after even shooting the award video and spending even more time with them I thought, why did you guys tell me it was slow to you? But yeah it's been an honor, really, to be up for that award but to work with those students, to learn more about their needs, to learn more about the different applications that people write for people with all disabilities. I hope we can do more in that space. >> So the young man, in, at IUPUI. >> Yes. >> I don't remember his name. >> Chris Lavilla. >> Chris. >> Yes. >> So share, just quickly about Chris' story. >> If, he watches theCUBE I hope he's listening 'cause I think he's kind of remarkable. >> I think this'll really put some, a little bit of icing on that cake because you're taking an environment and you're empowering a student to do what they want to do, versus what they are able or not able to do, so Chris' story is pretty cool of where he wants to go with his college career. >> Yeah, now I won't say he a big proponent user of the virtual desktop because he's just so advanced, he's like way beyond everything. We're learning from him, but he is Indiana University's I believe I'm saying this right, very first biomedical chemical engineer who is blind since birth, completely blind, yes. >> Wow. >> He is, and he's quite a brilliant young man and we're lucky to have him be our, he will test anything for me, and Mary Stores, who's featured in the video Chris Mire, he's also featured in the video I got to remember their names, I mean, it's a whole, I'm lucky to have a whole community of people that will. Yeah, they know, we want to be there for them, we don't always get it right, but we're going to listen and keep trying to move forward, so. >> But, if you kind of think of, even a what, a year or two ago, not being able to give any of this virtualized desktop access to the visually impaired and how many people are now using it? >> Well we open it up to everyone. We have hundreds and hundreds of users but we know not everyone who uses it is blind. People can, you can use it if you want it or not. We don't really understand why some people prefer to use that one over any other but it does have some advantages, there are different levels of sight impairment too, as I've just been educated right. There are some people who are just at the very beginning of that journey of just losing their sight so, if that happens to be someone that we can extend our environment to it's probably better to use it now and get really familiar with that as you transition to losing your sight later in life, I've been told so. >> So you asked a little bit about the scope of the AT desktop, so I'll layer on a little bit of the scope of IUanyWare. Last year around 65,000 individual unique users over, well over a million logins and-- >> 1.4 million. >> 1.4 million. And the average session time was around 41 minutes. >> That's long. >> So. >> Yeah. >> Our instructors teach with it, our clinicians treat people with it, we've built it to house electronic protected health data. >> So HIPA compliance, got to be critical, right? >> It meets the HIPA standard. >> Right. >> Because you can't say compliance anymore because you can't be compliant with a standard. (Stephanie laughing) They've changed that wording several times in the course of the year. >> We know this. >> So, and we are very familiar with meeting the HIPA standard, we've been doing that for about 12 years now, with, where I came from was the high performance computing area of the university so that's my background that I. >> So, one thing we didn't get a chance touch on, 200,000 devices. We're at Citrix, Citrix is a Microsoft partner. Typically when those companies think of 200,000 users they think for profit, this is a niche use case for 200,000 users. Obviously you guys have gotten some great pricing as part of being an education environment. What I would love to hear is, kind of the research stories because the ability to shrink the world, so to speak high HPC, you're giving access to specialized equipment to people who can't get there normally, you have to be physically in front of GPUs, CPUs, et cetera. What other cool things have been coming out of the research side of the house because of the Citrix enablement? >> So, this is cool I mean. >> You got to, got to. (laughs) >> Right, so one of our groups, Researched Software and Solutions stole the idea from Stephanie to provide a research desktop. >> Borrowed. >> Borrowed. >> Imitation, highest form of flattery, Stephanie. >> That's right, absolutely. So what we've done is we always continually to try to reduce the barriers of entry and access. Supercomputing before, you had to be this tall to ride this ride, well now we're down to here. And, with the hopes that we'll go down even farther. So what we've done is we've taken a virtualized desktop, put it in front of the supercomputers, and now you can be wherever you want to be, and have access to HPC at IU. And that's all the systems, so we have four supercomputers And we have 40 petabytes of spinning disc, 160 petabytes of archival tape library so, we're a large shop. And, we couldn't have done it without looking at what Stephanie has done and really looking at that model differently, right? Because to use HPC before you'd have to use a terminal and shell in. And now, looking at IUanyWare, that gives you just the different opportunity to catch a different and more broad customer base. And I call them customers because we try treat them as customers >> Right. >> And it helps the diversity of what you're doing so last year alone our group, Research Technologies supported 151 different departments. We were on 937 different grants. And we support over 330 different disciplines at IU and so it's deep, but it's also very broad, for as large a campus we are and as large an organization as we are, we're fairly nimble even at 1200 people. >> Wow, from what I've heard it's no wonder that what you've done at Indiana University has garnered you the Innovation Award nominee. I can't imagine what is next with all that you have accomplished. Stephanie, Matt, thank you so much for joining Keith and me, we wish you the best of luck. You can go to Citrix.com, search Innovation Awards where you can vote for the three finalists. We wish you the very best of luck. We'll be waiting with bated breath tomorrow to see who wins. >> So will we, thank you very much. >> Thank you. >> Thank you Lisa. Thank you Keith. >> Our pleasure. For Keith Townsend, I'm Lisa Martin. You're watching theCUBE live from Citrix Synergy 2019. Thanks for watching. (upbeat techno music)

Published Date : May 22 2019

SUMMARY :

Brought to you by Citrix. and Keith and I are excited to talk to one of the Citrix a thousand nominations, so to even get down to being So talk to us a little bit about Indiana University. One of the things that makes us a little unique is, Stephanie talk, talk to us about your virtual imp, but our larger data center is at the flagship campus And, to support 100,000 plus people and, So from the network perspective we have Talk to us about the challenges of getting 130,000 faculty, staff, and students to use the service. and then to be able to offer a service like ours to everyone I think you call it the IUanyWare, in the dental clinic to see real patients our, third tier, That's, a lot of what you just said is and now the way that we look at it is Talk to us more about that, Yeah, I always get that wrong. that are sight and hearing. After I found that out, after even shooting the award I think he's kind of remarkable. to do what they want to do, versus what they are able of the virtual desktop because he's just so advanced, I got to remember their names, I mean, it's a whole, if that happens to be someone a little bit of the scope of IUanyWare. And the average session time was around 41 minutes. to house electronic protected health data. in the course of the year. So, and we are very familiar with meeting because the ability to shrink the world, so to speak You got to, got to. to provide a research desktop. just the different opportunity to catch a different And it helps the diversity of what you're doing we wish you the best of luck. Thank you Lisa. Thanks for watching.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
DavidPERSON

0.99+

MaribelPERSON

0.99+

JohnPERSON

0.99+

KeithPERSON

0.99+

EquinixORGANIZATION

0.99+

Matt LinkPERSON

0.99+

Dave VellantePERSON

0.99+

IndianapolisLOCATION

0.99+

AWSORGANIZATION

0.99+

MicrosoftORGANIZATION

0.99+

ScottPERSON

0.99+

Dave NicholsonPERSON

0.99+

Tim MinahanPERSON

0.99+

Paul GillinPERSON

0.99+

Lisa MartinPERSON

0.99+

AmazonORGANIZATION

0.99+

DavePERSON

0.99+

LisaPERSON

0.99+

EuropeLOCATION

0.99+

Stephanie CoxPERSON

0.99+

AkanshkaPERSON

0.99+

BudapestLOCATION

0.99+

IndianaLOCATION

0.99+

Steve JobsPERSON

0.99+

OctoberDATE

0.99+

IndiaLOCATION

0.99+

StephaniePERSON

0.99+

NvidiaORGANIZATION

0.99+

Chris LavillaPERSON

0.99+

2006DATE

0.99+

Tanuja RanderyPERSON

0.99+

CubaLOCATION

0.99+

IsraelLOCATION

0.99+

Keith TownsendPERSON

0.99+

AkankshaPERSON

0.99+

DellORGANIZATION

0.99+

Akanksha MehrotraPERSON

0.99+

LondonLOCATION

0.99+

September 2020DATE

0.99+

IntelORGANIZATION

0.99+

David SchmidtPERSON

0.99+

90%QUANTITY

0.99+

$45 billionQUANTITY

0.99+

October 2020DATE

0.99+

AfricaLOCATION

0.99+

Paul Baird, Schroders | Citrix Synergy 2019


 

>> Live from Atlanta, Georgia, it's theCUBE covering Citrix Synergy Atlanta 2019. Brought to you by Citrix. >> Welcome back to theCUBE. Lisa Martin with Keith Townsend. Day two of theCUBE's coverage of Citrix Synergy 2019 from Atlanta, Georgia. One of the cool things that Citrix does is recognize some of their most outstanding customers and we're very pleased to welcome one of their Innovation Award nominees, from Schroders, Paul Baird, Global Head of Communications IT. Paul, welcome to theCUBE. >> Oh, thank you very much. Thank you for having me today. >> So, you and I were talking off-camera and I was mentioning this to Tim Minahan yesterday, their CMO, that the way that Citrix is doing their Innovation Awards program is a bit like Britain's Got Talent, American Idol, where they narrow down finalists and then the public gets to vote and they've created a very cool video that describes a little bit about just the tip of the iceberg about what you guys are doing. But tell our audience a little bit about Schroders and what it is that you're doing with Citrix to re-transform the employee experience. >> Okay, so Schroders are a financial services company. We're based in London although we've got offices in 27 countries globally. We deal with asset and wealth management, and we've been around for over 200 years. Over the past couple of years, we've started collapsing our London office footprint from multiple, multiple little small disparate offices into two large buildings within London. What we tried to do was really put technology on the forefront of everything that we did for that, whether or not it was IOT right the way through to our end user desktop experience and just creating the best digital experience for our users that we possibly could. >> Excellent. >> Hey, can you talk to us about how Citrix has helped empower that move to the future of work there? >> So, Citrix's VDI solution was key to everything. It was the fundamental building block where our desktop came into play and then we layered the top of our applications and our access to data and one of the fantastic things as well was our solution is called S3, which is sort of just any type, any place and from any device. And it really empowered us to be able to fulfill that. It wasn't an empty messenger statement. It really was what we believed, so people can access their desktop from iPads, from their computers they have in the house. Whether or not they're in one of our offices globally, you can access Windows desktop from your iPhone, although my eyesight tends not to be good enough for that, but it really did form that real linchpin of what we were doing. >> So, you mentioned that Schroders has been around for a couple of hundred years, so when I hear that, I think, wow, there's a lot of history. There's a lot of culture. Cultural transformation is hard to do, but it's also a catalyst. It's really essential for a business like Schroders to digitally transform. As consumers, we have these devices, multiple devices, I think yesterday, they mentioned in some stats that were really kind of staggering, that in the next few years, there will be 65 billion connected devices and each person's going to have around eight connected devices, so we have this experience with devices, we have our expectations, but you also have a culture that's pretty steeped in history at Schroders. How has Citrix been an enabler of evolving that culture as the workforce now is so distributed, but also so sort of demanding of these, let's have the same experience that I have in my personal life that I can have at work. >> I think one of the, the big pushes that we tried to do was to enable collaboration for absolutely everyone in the company. Citrix again helped us with that because we have an actual desk environment. We have flexible working and fundamentally, what we needed to do is not impinge on anyone's ability to work and to collaborate. Everyone needed to be able to access their data, their applications, their services, from wherever they were in order to properly digitally collaborate with each and every one of their colleagues. Otherwise, we'd just have done our users a disservice. It was a big change. We took the decision as well to roll out our actual desktop environment to our existing users in our old offices prior to moving in, which proved to be an absolute godsend because moving from an office for some people who'd been there for years and years, moving into new offices is a sea change. It's a difference to people's working environment, and what we endeavored to do was to give them the new technology solutions that we came up with prior to the move so that all that actually changed was the desk and the furniture and the view-- >> Smart. >> Was a lot better, but ultimately, they'd been used to the technology. We had ironed out an awful lot of problems, here and there just with the scale of deployment and things, and these people were in and working and ready to roll within minutes of actually walking in the new building. >> So, talk to us about the competitive landscape. 200 years of wealth management, you have established clients, but you're always looking to expand and get into, let's call it new money. Talk to us about the customer experience, how Citrix has enabled you to become hopefully a little bit more agile in meeting the demands of wealth management clients. They have high expectations. They have traditions they like to follow. I'm a little old school. I still like to go physically into the bank, see a person whereas my wife, you know what, if she can just do all her banking and wealth management mobile, she doesn't have to see a person at all. So, talk about kind of that range of clients that you serve. >> So, we have a variety of clients. We have a variety of clients globally. Really, with this solution that we put forward, being able to meet those client demands almost instantly in terms of accessing their data, accessing CRM tools, accessing whatever systems we needed to do, was essential with that. The issue, not the issue, the real advantage that Citrix gave us in terms of the solution as well, was that we were able to fulfill those client's needs from wherever our dealers were, wherever our fund managers were, wherever our sales force were, if that answers the question. >> Yeah, and you know, in any industry, as consumers of anything, we have choice, right? Whether it's your ISP or a retailer. If you don't, if you're not having a good experience as a consumer of that product or service, you can easily turn. I'm going to find somewhere else that's going to meet that need and I imagine that was part of the concern for Schroders was that yes, we may have, as he said, some very longstanding clients, but if we're not able to meet a range of their expectations, then they have choice to go to one of your competitors. Talk to us about how enabling the employee experience that you have done, employees can access their desktops seamlessly from switching devices if they're going from their desk into a conference room, their desktop essentially virtually follows them. How has that been an enabler of retaining clients and maybe even attracting new clients? >> I think having the ability to collaborate with our clients is key to everything that we do. Having to have that almost seamless workflow of I can sit at a desk, I can come and sit beside you at your desk, I can log in to my machine, I can show you what I'm working on, I can have an ad hoc meeting. We can pool together because fundamentally, our biggest strength as a company is our people, and actually pushing that forward and making those people work better and in a more collaborative way together, whether it's in a meeting room with clients on a video conference call and people still having access to their desktop without all the messy meetings that everyone's been in where people are trying to find cables and leads and presentations, right down to extending the solution across so that people on their mobile devices could still access that data and service, the needs of the customer and ultimately, our staff working better together gave us a better user experience and a better customer experience. >> So essentially, were you able to create an experience for the employees that was transparent to your customers? >> Yes, I believe so. I don't think our customers noticed anything, but benefit coming through. I think the new head office building has over 112 meeting rooms and they're booked morning, noon, and night and people are on client calls. People are interacting with our customers, interacting with other companies that we've acquired. They're accessing other customers' data, and they're able to fulfill all the needs of the job. >> So Paul, talk to us about the legacy of combining legacy IT, traditional services with, and systems with this new frontward-facing capabilities. You have mobile apps, but then as a 200-year-old company, I'm sure you guys have some legacy technology sitting around. Citrix has, and other companies such as SAP, have talked about what comes after digital transformation, so we've given employees mobile devices. We're giving them new applications, ways to access accounts on the go. The next level is the employee experience, the customer experience. From yesterday's keynote, when they talked about automation, the ability to use Citrix to automate workflows and make the marketer's job easier, what do you see potential advantages in your industry to being able to automate things that eat up that 1/5 of your work week? What do you think some of the innovations that will come out of your business as a result? >> That's a very good question. I think yesterday's keynote was fascinating, definitely resonated, the idea of everyone having almost archeological IT, and just layers and layers and everyone has slightly older systems. Everyone has systems that are essential to their business. I think moving forward, having some essential tier that people access so that all their day-to-day repetitive tasks just become simpler and it just becomes a whole list of text boxes to run through is an absolute godsend. As a manager myself, I spend a significant amount of time going through HR approvals and going through purchase requests and doing this and that. That constant jump from system to system to system, anything that can actually be done to improve that flow is beneficial to all of us. >> They talked about their aim yesterday, Citrix did, about being able to streamline this employee experience with intelligence. That they're aiming to give back users one whole day a week which Keith and I were saying, that's two months a year, absolutely I would sign up for that. They also talked yesterday about historically, enterprise software being designed for power users, which only makes up 1% of the user base. How have, you mentioned, I like how you talked about that, in terms of the cultural shift, not just to a brand new facility in London, but we started them on this new software powered by Citrix first, so that by the time they got to this new location, from a change perspective, it was a lot more manageable, but as it relates to software being designed now by Citrix for the general users, what was adoption like across Schroders once you rolled out this new solution? Was it something that just went, oh, okay, I get it. >> So the adoption was very carefully managed. We're big believers in having user change champions. They were consulted all the way through it. We did a whole piece of work to determine which departments went first and move forward with them. We tried to move at pace because as we talked about before, one of the big benefits that we had with the solution was actually being able to deploy the solution to our users before we move into the new office, so that we could actually make this a more seamless transition for something that's a big thing for a lot of people, you know, but moving geography is you know, people don't like change, you know. And being able to do that and roll that across with a constant feedback loop that we were getting from our users and those change champions was really essential to the success. >> So talking about change champions, you're in the business of IT communications. Getting out kind of the message for change, making sure that users understand the changes that are taking place whether systems, environment, et cetera and that they adopt it, so getting early champions on board. One of the challenges I found when I managed IT communications is that getting people to read past the first line of a email, saying that there's change coming, people don't like change and you send a email about change, they're not going to read it. So, what have been some of the effective ways that you've been able to communicate and prepare people for change? >> It's really important because I agree entirely. That whole email delivery of information really doesn't work. >> Right. >> And people put it just down a spam and you know, they-- >> Like, they could put corporate email in the spam folder. They put IT communications there. >> And what we did is we did everything from poster campaigns, there was leaflet campaigns, and it wasn't just global technology. We worked with all areas of the program who were pushing forward to get our staff in our new head office, so there was road shows in our old canteen. They could come in for a whole week at one point and log in to the new technology and we had exact mock ups of what the new desks were going to look like and that had really, really positive benefits. We had videos behind our Genius bars that we had set up so that people, almost wherever they went, were actually seeing what that new technology generally was going to look like for them as well, and that really gave us a lot of benefits as well because people became more engaged, they understood where we were going, it wasn't just, we're going to send an email and you're going to come into work on a Monday morning and everything's changed in front of me and what just happened, you know, so. >> Very methodical, very strategic rollout, what you did, which is really impressive, but it also sounds like from your perspective as the head of Global IT Communications, that you were liaising with the other heads of other functions. This was a business imperative. This wasn't just being driven by IT. That's what it sounds like, is that correct? >> Yeah, and we have become very, very collaborative. My role in terms of communications, I actually run networks and communications. It's not traditional communications and marketing, but everyone pooled together. Everyone worked together, both from right the way across global technology. We tried to remove as many silos as we found you know, and we really did succeed in that. And we really engaged with our user communities as well, which I think was pivotal to the success as well. And even I'm sure you've seen in the video that Citrix did with us, it's not just technology people that are involved in our video. We've got our global head of human resources, who is a huge, big champion of the solution that we've actually deployed and I think that really sets us apart as well. >> I think so too. I think what you guys are doing for the employee experience is very differentiating, the strategic approach within the organization, not just to get the right decision makers together, but also how you've really thoughtfully rolled this out for users, for adoption, is pretty unique. So we congratulate Schroders on being an Innovation Award nominee. You can vote, I think it's just go to citrix.com or the Synergy website. You can vote and we wish you the best of luck as the winner is revealed tomorrow. >> Thank you very much. >> Thanks for your time, Paul. We appreciate it. >> No worries at all, thank you. >> For Keith Townsend, I'm Lisa Martin. You're watching theCUBE, live from Citrix Synergy 2019. Thanks for watching. (techno beat)

Published Date : May 22 2019

SUMMARY :

Brought to you by Citrix. One of the cool things that Citrix does Oh, thank you very much. just the tip of the iceberg about what you guys are doing. and just creating the best digital experience and our access to data and one of the fantastic things that in the next few years, there will be 65 billion the new technology solutions that we came up with and these people were in and working and ready to roll of clients that you serve. if that answers the question. and I imagine that was part of the concern I think having the ability to collaborate and they're able to fulfill all the needs of the job. the ability to use Citrix to automate workflows Everyone has systems that are essential to their business. powered by Citrix first, so that by the time one of the big benefits that we had with the solution is that getting people to read past the first line It's really important because I agree entirely. They put IT communications there. and log in to the new technology that you were liaising We tried to remove as many silos as we found you know, I think what you guys are doing Thanks for your time, Paul. thank you. Thanks for watching.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Lisa MartinPERSON

0.99+

Keith TownsendPERSON

0.99+

LondonLOCATION

0.99+

PaulPERSON

0.99+

Tim MinahanPERSON

0.99+

Paul BairdPERSON

0.99+

CitrixORGANIZATION

0.99+

iPhoneCOMMERCIAL_ITEM

0.99+

KeithPERSON

0.99+

SchrodersORGANIZATION

0.99+

200 yearsQUANTITY

0.99+

SchrodersPERSON

0.99+

yesterdayDATE

0.99+

iPadsCOMMERCIAL_ITEM

0.99+

first lineQUANTITY

0.99+

Atlanta, GeorgiaLOCATION

0.99+

1%QUANTITY

0.99+

OneQUANTITY

0.99+

Monday morningDATE

0.99+

27 countriesQUANTITY

0.99+

1/5QUANTITY

0.99+

over 200 yearsQUANTITY

0.98+

one whole day a weekQUANTITY

0.98+

WindowsTITLE

0.98+

bothQUANTITY

0.98+

200-yearQUANTITY

0.98+

each personQUANTITY

0.98+

two months a yearQUANTITY

0.98+

tomorrowDATE

0.97+

todayDATE

0.96+

SAPORGANIZATION

0.96+

Global IT CommunicationsORGANIZATION

0.95+

over 112 meeting roomsQUANTITY

0.94+

two large buildingsQUANTITY

0.94+

one pointQUANTITY

0.94+

theCUBEORGANIZATION

0.93+

oneQUANTITY

0.93+

Day twoQUANTITY

0.91+

firstQUANTITY

0.91+

American IdolTITLE

0.89+

2019DATE

0.88+

SynergyORGANIZATION

0.84+

years and yearsQUANTITY

0.84+

Britain's Got TalentTITLE

0.83+

couple of hundred yearsQUANTITY

0.82+

past couple of yearsDATE

0.82+

65 billion connected devicesQUANTITY

0.77+

eachQUANTITY

0.77+

Synergy Atlanta 2019EVENT

0.76+

Innovation AwardTITLE

0.75+

next few yearsDATE

0.72+

Citrix SynergyTITLE

0.69+

Keynote Analysis Day 2 | Citrix Synergy 2019


 

>> Live from Atlanta, Georgia, It's theCUBE covering Citrix Synergy Atlanta 2019. Brought to you by Citrix. >> Welcome to theCUBE. Lisa Martin with Keith Townsend at day two of theCUBE's coverage of Citrix Synergy 2019. Keith, it's great to be back with you. We had a great day yesterday. >> Wasn't it exciting? >> It was. >> And this is surprising. You know, I have to be honest, as a former Citrix customer, and as a watcher of it, David Hansel talked about the 85% of IT budgets goes into keeping the lights on, et cetera, I'd firmly put Citrix in that 85% of a company that produces solutions that basically kept the lights on. They snuck into the other 15% yesterday. It was a really interesting keynote. >> They've made an obvious pivot towards general-purpose users. David also mentioned, and this is something that I didn't know, that most enterprise software, historically, >> which is the one percent of users. And, they are really positioning Citrix Workspace, intelligent experience, for the general purpose user. The marketing managers, the folks in finance, et cetera, who can really leverage this tool, to dramatically, not just simplify their workdays, but they made this really bold promise, yesterday, that Citrix Workspace One, with the intelligence experience, is going to be able to give each person back, a user, one full day a week. That's two months a year back to actually do their jobs. >> I think I will choose to go on vacation for those two months. >> I'm with ya. >> But one of the things that was consistent, throughout the day was the tone of, one, excitement. All of the analysts, all of the executives we talked to yesterday, very excited about the intelligent experience, but it was, I think, it was more of a abstract thought versus solid, like, this is what the product will do, this is what it looks like, so I'm looking forward to the coming months of seeing the product in action. I could equate it to robotic process automation tools like UiPath and the MiniTools that are out there, but I didn't get a good sense of how deep Citrix is going to go in to robotic process automation, and who would control it. You mentioned the one percent power users. You know when you look at a automation tool, these are tools that are for the one percent, to create these automations, these processes. Will this be something that the Citrix administrators will do on the back end, and then deploy to end users and the app store, similar to how Citrix is deployed today? Or, is this something their going to give users, power-users, the ability to create, so a department team can create a process, an automated workflow, and then deploy that to their team members? I'm strong believer the further you push technology, simple to use to the end-user, the more powerful it becomes, and the more they come up with creative ways to use the technologies. >> And, also, the higher the adoption's going to be. You know, every tech conference we go to, Keith, talks about, you hear the buzzwords, simplicity, frictionless, make it seamless, those all sound great, and yes, of course, as employees of any company, you want that. It's, where does the rubber meet the road? So, I did read, though, that even though the intelligent experience isn't going to be GA until later this year, there are a suite of beta customers. So, I hope we can chat about that with P.J. Hough, their Chief Product Officer, later today to just get a sense of what are some of the impacts that this solution is having on some of these beta customers? Are they seeing significant reductions or increases in workforce productivity, getting towards that, hey, one whole day back? That was the busiest booth, I hear, at the Solutions Expo yesterday. There was a very long line, so the interest, certainly, was definitely peaked, in terms of what they announced yesterday with the audience here. >> So, today's going to be a pretty exciting day of coverage. We're going to talk to, hopefully, a few customers. We're going to talk to P.J., and I'm excited to, kind of, peel back the layers on the announcement around the intelligent experience. Then, we cap off the day with talking to their CTO, Christian Reilly, who, you know, is always fun. So, one thing that we didn't talk a lot about today, you know, KubeCon is happening in Europe, the team is there covering that show. And we didn't talk much cloud, yesterday. While there was announcements around Azure and Google Compute Platform, we didn't get in to, kind of, the details of that, so I'm looking forward to talking to Christian later on today about how is Citrix relevant to the cloud conversation? This whole future of work, we can't talk about the future of work without talking about cloud. >> Absolutely. I know that their cloud revenue is up, but you're right, that isn't something that we got in to yesterday. We really focused a lot on , with our spectrum of guests, on the employee experience. >> Mm hmm >> And, also, got a really broad definition, you know. Employee experience isn't just about when I log in, as a manager, on all of the different tasks that I need to do before I can actually start my function. It starts back, up and to the left, when you even start recruiting for talent. >> Right. >> And, that was, eyeopening to me is they're right, it encompasses the end to end. I kind of thought of it as a marketing funnel, where you're nurturing prospects in to leads, converting them in to opportunities. And then, one of the most important things on the marketing funnel, that's very similar here, is turning those customers in to advocates. Same thing on the employee experience side, is turning those employees in to empowered users that are happy because they're able to be productive and do their jobs appropriately. And then, of course, their business has nurtured them well enough that they retain that top talent. >> We did get, at least, one customer on, yesterday. We talked to Adam Jones, the CRO, Chief Revenue Officer of the Florida Marlins. I got a opportunity to get a dig in on the Chicago Cubs, so that's always a fun thing. But, even from a customer's perspective, Adam brings the COO lens. So usually you're over HR, you're over vendor partnerships, et cetera, he talked about the importance of, one, giving his employees a seamless experience, so he talked about the employee experience, and, overall, keeping the motivation factor high. Speaking of motivation, we learned a new term yesterday, ToMo. >> Love that term. >> Total motivation? What was it? >> Yeah, total motivation. >> Total motivation, so I'm definitely going to look at my ToMo score for the couple of contractors I have on my staff. (laughing) Or at least try and develop one. I thought it was a great, a great, great acronym, but, more importantly, I think organizations are starting to understand. Employee satisfaction, employee experience equates to outcomes when it comes to customer experience. >> 100% >> If your employees are not having a great experience, we talked about onboarding experiences yesterday. If that isn't happening, then chances are, there's a direct correlation between customer experience and employee experience. >> It's a huge risk that companies can't ignore. Employee experience is essential. We talked, yesterday, like you said, about every employee engagement has some relation back to the customer. >> Right. Whether you're in marketing, and you're creating collateral to nurture prospects, or you're in finance, or legal, or you're in the contact center, you're a touchpoint to that customer. And so, you're experience, as an employee, they need to foster those relationships to turn those employees in to advocates. Because the customers, for whatever product or service you're delivering, 'cause we have so much choice these days. The ability to go, "Nope, this isn't working." "I'm going to go find another vendor "who can deliver this service." is a big risk, and so, we were talking to Maribel Lopez yesterday, of Lopez Research, you could really hear her passion in the research that she's done on the future of work. We talked about employee experience, to your point, absolutely critical for customer satisfaction. Employee experience is really essential for digital transformation because businesses really can't transform, successfully, if the employees aren't productive, aren't satisfied, and able to adapt to changing culture as a business digitizes itself. >> As we talk about that other 15 to 20% of innovation, it's odd that we're having this employee experience conversation at Citrix. Citrix isn't a HR software company, let alone a HR company, and we talked to David about this in the opening. How do they transition from just having this conversation with IT administrators, which is the primary audience, here, at Citrix Synergy, to having this conversation with CEOs, CIOs, CMOs, CDOs, the COOs, other C-suite executives. Does Citrix belong at the table, versus these traditional companies we think of? The management consultant firms, who specialize in HR and employee experience, or even other software companies, like SAP with HRM. I thought it was interesting that a lot of the executives that we talked to yesterday, had an experience with SAP. So, Citrix is, absolutely, going about this in a prescribed manner and injecting this culture in to their company. >> I agree with you. We talked to their Chief People Officer and EVP, Donna Kimmel, and with a number of other guests, about the employee experience being a C-level, not just a conversation topic, but an imperative. Because, all of the cogs need to be functioning in the same direction for this company to move forward, and as I mentioned earlier, as every product and service has competition, us consumers, whether we're consumers of commercial products, or technology buyers, we have choice. >> Right. >> And, so, an organization needs to bake in to their culture, the employee experience, in order to ensure that its survival rate and its competitive advantage can go, 'cause we actually did talk about talent attraction and retention as a competitive advantage. And Citrix has done a good job of, you're right, not producing technology for HR, but really being able to speak to that business case being horizontal across any type of organization. >> I thought it was a really interesting point, or at least something that I thought about yesterday, at Citrix, again, we have a bunch of network administrators, system administrators, VP of Infrastructures, that is the traditional audience. A lot of times, we can fill abstracted. That audience can feel abstracted from the business. When you're a call center, when you're in sales, when you're actually touching customers, employee experience, obviously, makes sense then. But, I thought the demonstration with the marketing manager really helped this audience connect with more of those frontline employees and helping to improve their experience and bringing meaning to that traditional network or sysadmin job. You know, when you feel like you're absolutely moving the productivity ball forward. This is generational. Adam Jones of the Marlins said that he's in a generational opportunity. To affect change, administrators will find themselves in a generational opportunity to affect change, to move more than just, you know what, we're going to turn knobs, to actually impacting business processes. >> You talk about generational opportunities. One of the things we talked about yesterday is not just that there are five generations in the workforce today, who have differing levels of technology expertise, but, this morning in the Super Session, we got the opportunity to hear from Dr. Madelyn Albright, the 64th Secretary of State of the United States, the first female Secretary of State. And, I loved how she talked about diplomacy, and democracy, and all of the experiences that's she's had in relation to how technology can be an enabler of that. When I Wiki-ed her, I thought, "She's 82 years old." >> 82? "And there's Madelyn Albright, who is still "professing at Georgetown University." I thought that was pretty outstanding. >> You know, you made the point, in our pre-discussion, about she started at Secretary of State, didn't have a computer on here desk, to riding in the driverless car, and obviously, speaking at a technology conference, I thought it was a great testament to where technology has moved, her ability to embrace change, but, more importantly, what it will take. I think she was a model of what it will take. Another interesting point that she made today was trust and knowing whom you're doing business with. We talked about security a awful lot yesterday. Just from a practical technical sense, being able to trust that the person that I'm talking to on the other end of the phone, is actually who they say they are, or on the other end of a transaction. As we start to share data, make the flow of data allow frictionless sharing of data, we need to be able to trust who we're talking to on the other end. She said, any time something happens in the world, the first piece of information she gets is always wrong is her approach to validation. Trust, but validate. I thought there was a lot of great parallels in that to technology. >> I did as well. On the security front, we talked, yesterday, about, not just the digital workspace of Citrix, but what they're doing on the security and the analytics front to really understand and ensure that the data that they're getting off of users interacting through workspace, is ensuring, that, okay, this person is authorized to be in this application and this particular area of this application. What were some of the things that you heard, with respect to security, that you think Citrix is getting it right? Because, as we know, people; number one security threat, anywhere. >> Well, you know, Citrix has, traditionally, been a leader in products like Single Sign-On, the ability to make the technology frictionless. There's a reason why we have a Post-It Note, right here, with the ID, you know. For our user name and password, it's 13 characters, has to be alphanumeric, et cetera, and then it expires every 30 days. That's not frictionless security. Citrix has made waves in Single Sign-On in making sure that the user experience is frictionless, so that security, as users, we don't try and bypass that security. I think that's just a simple concept that organizations should follow. Then, even on the side of analytics, we have Kevin Jackson of >> GovCloud. >> GovNet on, and he talked about how monitoring employees changes their actions. So, as we're collecting analytics and data to automate processes, how Citrix is making it seamless, and in the course of that, anonymizing the data, so that employees don't feel like big brother is watching. >> Yeah. I thought, you know, the more exposure I get, through theCUBE, to different technologies, the more I've changed my perspective on that. Is it big brother watching me? >> Right. >> Even in call centers, when, this call may be recorded, you think, "Oh, great." Actually, they're using that data, to your point, as Kevin talked about yesterday, its anonymized, but the goal is to make the product and service and communications better. And another thing that it can facilitate, where Citrix is concerned, is making that workspace and that employee experience personalized. >> Yeah. >> Which is what we all expect as consumers. When we go on Amazon, and we want to buy something, we don't want them to show it again. We expect that they know. I've already bought this, maybe service something to me that would be a great addition to whatever I bought. We want that personalized experience to make our lives easier, and that personalization is another big element that they talked about delivering yesterday. And the security and the analytics, I think, are two pieces that can be facilitators of that. Could just also be, sort of, a messenger to make sure more of the users understand the anonymization and how that data about their interactions are actually going to make their experiences better. >> I bought a new laptop, by Microsoft, a week ago, and I was on Facebook, and all of the sudden, I got a ad from Microsoft on Facebook about laptop and laptops accessories. At first, I thought, "Wow, that's weird." But, that may be the first Facebook ad I've ever clicked on because that actually added value. While I felt a little strange about them knowing that I bought a new laptop, Facebook gave me the option to find out how did the ad get served up. Well, Microsoft uploaded a HashSet of email addresses, and my Surface purchase came up, and actually it added value. I was like, "Okay, I can find out what "other material." So, at the end of the day, when you're transparent about what you're doing, and you inform users, and you add value, the end of the day's the key part, you have to add value, doesn't help to advertise Surface laptops after I already bought one. Now, and to, that next stage, to show me accessories and make my experience, my relationship with Microsoft even better, is a great example of that. >> Exactly. Jeff Fritz calls that the line between being creepy >> Yes. >> and being magic, but I like how you add that part of that magic is adding value. >> Exactly. >> 100%. Well, Keith, I'm excited for today. We have, you mentioned, P.J.'s on today, Calvin Hsu is also on today. We're going to be talking with the three Innovation Award nominees. That's a very cool, kind of, American Idol-style voting process, where the public can vote on the Innovation Award winner, which will be announced tomorrow. So, excited about everything we're going to talk about today, and, as you mentioned, we're capping things off today with Christian Reilly, CTO, who we already see, through Twitter, is very excited to be theCUBE with us. >> All right. >> All right, have a great day, yeah? >> Yes. >> All right. >> Let's get to it. >> That's a deal. Lisa Martin with Keith Townsend, and, again, we are live at Citrix Synergy 2019 in Atlanta, Georgia. Keith and I will be back with our first guest after a break.

Published Date : May 22 2019

SUMMARY :

Brought to you by Citrix. Keith, it's great to be back with you. that basically kept the lights on. and this is something that I didn't know, is going to be able to give each person back, I think I will choose to power-users, the ability to create, so a And, also, the higher the adoption's going to be. so I'm looking forward to talking to on the employee experience. different tasks that I need to do is they're right, it encompasses the end to end. We talked to Adam Jones, the CRO, Chief Revenue Officer going to look at my ToMo score for the couple we talked about onboarding experiences yesterday. relation back to the customer. on the future of work. of the executives that we talked to yesterday, Because, all of the cogs need to be in to their culture, the employee experience, and helping to improve their experience One of the things we talked about yesterday I thought that was pretty outstanding. of great parallels in that to technology. that the data that they're getting the ability to make the technology frictionless. it seamless, and in the course of that, through theCUBE, to different technologies, its anonymized, but the goal is to make the to make sure more of the users understand and all of the sudden, I got a ad Jeff Fritz calls that the line and being magic, but I like how We're going to be talking with the three Keith and I will be back with our first guest

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
DavidPERSON

0.99+

KeithPERSON

0.99+

Donna KimmelPERSON

0.99+

KevinPERSON

0.99+

Kevin JacksonPERSON

0.99+

Keith TownsendPERSON

0.99+

David HanselPERSON

0.99+

CitrixORGANIZATION

0.99+

Jeff FritzPERSON

0.99+

Adam JonesPERSON

0.99+

Maribel LopezPERSON

0.99+

AdamPERSON

0.99+

MicrosoftORGANIZATION

0.99+

EuropeLOCATION

0.99+

Lisa MartinPERSON

0.99+

15QUANTITY

0.99+

P.J. HoughPERSON

0.99+

Madelyn AlbrightPERSON

0.99+

yesterdayDATE

0.99+

85%QUANTITY

0.99+

Atlanta, GeorgiaLOCATION

0.99+

two piecesQUANTITY

0.99+

15%QUANTITY

0.99+

13 charactersQUANTITY

0.99+

FacebookORGANIZATION

0.99+

Christian ReillyPERSON

0.99+

KubeConEVENT

0.99+

P.J.PERSON

0.99+

AmazonORGANIZATION

0.99+

firstQUANTITY

0.99+

82QUANTITY

0.99+

one percentQUANTITY

0.99+

Calvin HsuPERSON

0.99+

todayDATE

0.99+

Georgetown UniversityORGANIZATION

0.99+

Lopez ResearchORGANIZATION

0.99+

OneQUANTITY

0.99+

100%QUANTITY

0.99+

first pieceQUANTITY

0.99+

Florida MarlinsORGANIZATION

0.99+

each personQUANTITY

0.99+

SAPORGANIZATION

0.99+

a week agoDATE

0.99+

Chicago CubsORGANIZATION

0.99+

threeQUANTITY

0.98+

tomorrowDATE

0.98+

later this yearDATE

0.98+

two monthsQUANTITY

0.98+

Tim Minahan, Citrix | Citrix Synergy 2019


 

>> Man: Live from Atlanta, Georgia. It's theCUBE. Covering Citrix Synergy Atlanta 2019. Brought to you by Citrix. >> Hey welcome back to theCUBE, Lisa Martin with Keith Townsend live from Atlanta, Georgia. We're at Citrix Synergy 2019, the first time theCUBE has been back here in eight years and I'm geakin out even more, yes, I know it's early, two man hand CMO and EBP of Strodigy CIRTIX TIBB, it's great to have you back on theCUBE. >> Well thanks for joining us here. >> The Keno was awesome this morning, Keith and I were both tweeting like crazy and like and we were like, Wow, we're going to have a great couple of days. >> Thank you. >> You can hear all of the networking and the innovation and the conversations going on behind us here in the Solutions EXPO. I think record number of people attending live, as well as watching the live stream today. There was at least one round of applause, standing here all night. Citrix, a lot of transformation in the last year alone. Really talking about the employee experience as a critical enabler of digital business transformation. Talk to us about that. Yeah, absolutely I mean, with all the technology, technology choices we've had with Cloud and Sass and Mobile. We've created a lot of opportunity but we've also created a lot of complexity. Both through IT and especially for the employee who now needs no navigate across all of this different environment to try get a bit of information or to get their key work done. And so, Citrix and our Customers were saying: Hey look, employee experience has become a sea level and board level imperative. So what we've done is, we've unveiled and continued to extend upon our digital work space. Not just a place where we've unified access to everything an employee needs to be productive. All their Sass Apps, Web Apps, Mobile Apps and content, wrapper that in a layer of security so that IT and the company are confident that Applications and information is more secure in the workspace than now. But now we're infusing intelligence into the workspace. Machine learning and simplified work flows, in order to guide an employee through their day, so they don't need to spend all their time navigating multiple apps, but the tasks and insides that they need to get done are presented to them veery quickly, they can move on and get to perform their best work. >> So Tim, you're literally preaching to the choir. Me and Lisa, we get it, we understand it and then even at they key note, David was preaching to all the major announcements, big claps. Thousands of people clapping. The innovation and ideal of extending the workspace to the intelligent experience, I think the Citrix faithful today, get that. But a seven trillion Dollar problem that you guys are addressing, you just mentioned, but now we're talking about talking to the CEO, the CIO, the CMO, the COO. Talk about expanding message beyond the faithful into the sea squeed. How's that impacting your jobs and how are you getting that message out there? >> Yeah, that's a great question. You're absolutely right. Employee experience is something that is shared. In fact, we've just done a considerable amount of research into that with the Economist on a global basis. What we were finding is IT and HR are sharing this problem together. The rethinking, not just the digital environment of how they're delivering technology to the employee but the physical space and the culture and how it all weaves together. And how we're engaging within Citrix at a much higher level with not just the CIO but with the Chief Human Resources officer, the CEO, the CFO, is because employee experience and how well an employee feels when they have access to the information and tools they need to get their job done, is directly related to the business outcomes the company is trying to achieve. You know, its proven to deliver greater customer satisfaction, increase revenues, greater profitability, all the metrics that really move a business. >> And you know, this is pervasive across any industry and every roll in every organization. I mean, the cool video that David showed this morning, show an example of a Senior Marketing Manager who wants to deliver Rock Star campaigns for her company, but she's got before Citrix workspace and intelligent experience. All these different apps and all this distraction, every couple of minutes distraction. And you think about how that impacts that Marketing Manager's role even all the way to like a call center. And how a call center employee is in the front lines with the customer, whether it's your ISP or something who has so much choice. If that call center person doesn't have access to all the apps and the information that they need, not only are you effecting the employee experience and potentially causing attrition, but the end user customer that service might say, forget it, I'm going to go somewhere else. >> Yeah, absolutely. I mean, if you think about it, we all have that experience where you call a call center and they might not have the answer for you or in some cases the connection might be poor. So really what we're trying to do with the digital workspace is eliminate that. We talk about experiences, it's not just unifying and infusing intelligence into it, but we also leverage our networking portfolio to ensure reliable connectivity. So that employee has access to the applications they need, they can reliably access the information they need and any kind of their telephony or your voiceover IP is consistent. So you or I think they're on a landline in a big call center and they might be working from home but still have access to everything they need through the Citrix Workspace. >> So just a couple of weeks ago, I was at SAP Sapphire, we're talking about customer experience, employee experience. Kind of the ex-data versus the old-data, operational data. And Citrix in the past has been about operational data. You have to share stuff with your warehouse about improving analytics so administrators and engineers can deliver applications and experiences better. Lets talk about the user experience in this new, or the employee experience in this future of work. I have this SAP green screen and man, would my job be so much easier if I could just push a button and get that data into Salesforce, but I have to engage IT for that. I have to open the ticket and we have to take it through project, 6 months later we abandon it because the industry has moved on. How's Citrix going to make that faster for the employee and improving my employee experience? >> Well fist of all, coming from an Enterprise application background, myself, including SAP, I know the depth of functionality of those applications. And for specialized roles, whether you're in supply chain or finance or alike, they spend their day in that core application. However, the rest of us, we're hired for a specific purpose. Whether its the example we gave onstage today about Maria, the Senior Marketing Director, or whether its an engineer who wants to spend their time building product. We were at hight to spend our day navigating, expense reporting apps or performance review apps or other types of applications that we're all exposed to. They're not our primary application, we have to learn a new interphase, we have to manage different authentication. And what the workspace does is in the words of one of our customers, is by unifying is all and being able to reach into those applications and extract out the information and task that's very personal to you. One customer says to their employees, you may never need to log into an enterprise application again, but you'll still get all the utilities, all the value because you have all the insides you need and you can get them quickly without needing to navigate or search across multiple applications. So you can get that task, approve that expense report like that. Without needing to go through 4 screens to do it and take you away from your core job. So really what this is all about, is removing the noise from an employees day so they can perform at their very best. >> So critical because, Sorry Keith, one of the stats aslo I think David shared this morning, was that enterprise software is designed for power users. Which is 1% of the population. So for those folks who need to get their job done as effectively as possible, so that their delivering what they need to and the big end users experience is what it should be. That's to be able to say, you don't ever have to log into an enterprise application again and making that experience personalized, Game changers. >> Absolutely, I mean we think about the frustration that employees have today and that they would share the findings today from the Gallops study but 80% of employees are disengaged at work. The number one reason happens to be around their level of their manager, but the number two one is they don't feel they have access to the right information tools to do their job. They want to get that noise out of their day so they can do what they were hired to do and what they're passionate about. >> So we talked a lot today about the familiarization of enterprise tech. We love these things. We don't love these things because the hardware is great, we love these things because we're able to do our jobs. So whether I'm downloading a app or Angry Birds or whatever experience that I'm having on it is, I get instant gratification from this devise. Talk to us about the overall potential of speed to value in a repeatable process that Enterprises can enjoy around digital transformation based on Citrix versus you know, I've heard similar things from ISV's. They can come in and write a customization from an Enterprise app into another solution, simplify a specific job, but if I have to do that for every application, one I don have the money, bandwidth, time and the industry will pass me up. How are you guys bringing this consumerized experience to the future world. >> Yeah, that's a great illustration is our mobile devices. We live on our mobile devices. A lot of Enterprise application have created really good mobile applications. You know, concur from SAP where I came from, that's a great experience. Very quick to go in. Salesforce, an awesome tool, their mobile experience is different from their regular experience so you have to relearn and navigate. And then there's others that never really created a mobile experience so we're all doing this on our phone and trying to get that done. And even if every, to your point, if every individual enterprise app had a great mobile experience, that still means we need to navigate a whole bunch of interfaces. What we're doing by unifying this into a single digital workspace by curating and personalizing your workday and creating a work stream very similar to what Facebook and others have done for our personal screen and how we get information through that feed, how we get news through that feed. We're doing the same for work. So on a mobile device that experience is so much richer than we've seen since almost the invention of the smart phone. >> So as we talk about the consumerization of Tech, big announcements with Azure and Google. How does that impact that new audience when you go talk to another CMO at a big Car Manufacturer? Why should they get excited about Azure or Google compute? They really don't see that. >> There's no doubt that the world is moving to the cloud, but everyone's moving at their own pace right? Companies has invested decades in some cases of infrastructure and I promise they're not going to move that to the cloud over night, but they are beginning to move certain workloads, certain styles and, by the way, they want to choice of multiple clouds. Which is why Citrix has invested to partner with all the major cloud providers to allow our customers to have that choice. So if they want to leverage some aspects of Azure, they want to move some of the Citrix workloads there, they can do that. If they want to virtualize, as you heard today, the announcement with Google, if they want to take some of their Citrix virtualization, virtual apps or virtual desktops and move that to Google cloud, that's available to them. Including now, as we announced today, with automated provisioning. So IT can quickly set up a desktop, maybe its for a new hire, maybe its for a contractor to come in and give him the tools they need to be productive. So if companies want choice across those clouds, they don't want to have locked in, and they're going to move at their own pace. As we heard today from Partner's Healthcare for example, security first, cloud considered. Their considering aspect is to move to the cloud when it makes sense and they want to have that flexibility to allow them to move at their own pace and make it seamless with their on-premises infrastructure. And that's what we provide. >> That flexibility is key and you brought up, every business today lives in a hybrid multi cloud world. So employees, with that employee experience, needs to deliver access to Sass apps, mobile apps, web apps. To deliver that great employee experience, but I want to turn the times a little bit and take a look at what you guys are doing with marketing and on the business strategy side of Citrix to help deliver that outstanding employee experience to your customers. By way of you CSM team and you even have a relatively new adoption marketing team. I'd love to know how that ladder fits into your business strategy. >> Right, so I'll come to the adoption marketing team in a moment, but the first thing we're doing is, as illustrated here earlier, is that this discussion around employee experience, as it becomes a sea level and board level imperative, it's become a company wide initiative. And so, from a marketing perspective, we have not only gone higher up in the organization having a much more strategic discussion around how we can drive the business outcomes of the companies want to achieve. But also making sure we're putting it in the language of these other roles. All right, HR wants to talk about employee engagement and how we can demonstrate through the work space of how we're doing that. IT wants to talk about adoption of their technologies in the like. So getting to the customer adoption component, so within, as you move to the cloud, it's no longer, I'll sell you a product, good luck. When you engage with a customer, once you get that agreement, that's when the real work starts, right. You're in a long term service agreement and the value they extract from your application, the adoption they get, is going to determine their level of success and their level to renew with you at the end of the term. So we've put a lot of investment as a company into what we call our customer success team. Folks that are 'view them as the coach at the gym'. That's the difference between you buy a treadmill at home, you might use it for a while and it becomes a towel rack. Or you join the gym and your trainers there telling you how to get the best performance. That's what our customer success team does, but top do that at scale and to engage on a real time basis, we've paralleled that with the customer adoption marketing team. And really, we're providing both out-of-product and in-product marketing queue to the customer, to the user of how best to take advantage of the product they've already subscribed to. >> That's exciting, Tim. Speaking of customers' success, the last question as we wrap here. You guys kind of have the American Idol of Customer Awards, The Innovation Awards, there are down to three finalists. We will get to speak to all three of them over the next two days. But something that I mentioned to you that really peaked my interest is, is this is an Awards opportunity for other folks to vote on. And then the winner, all our Ryan Seacrests' are going to be here to announce it on Thursday. Tell us a little bit about the Customer Innovation Awards and how these customers are really articulating the value prop of Citrix. >> Yeah the Citrix Customer Innovation Award's one of my favorite times of the year. The program's been around for a number of years and its really grown a cold following within the Citrix community as customers get nominated based on their deployment and the business outcomes they're driving. We have an, initially an individual panel that widows all those nominations down so that panel consist of former winners as well as analysts and other influencers in the community. And then to your point, the three finalists that we have right now, we expose their stories to the world to everyone here at Synergy and beyond. And they get to vote. So the votes are going to be tallied, I believe the voting polls close on Wednesday night and then we'll announce the winner on Thursday and the customers love it. Not only do they get the recognition, but the other customers love it because I have those same problems. I want to be able to solve it and I want to understand how Citrix can help me. >> And that is as a marketer you know, I know I'm preaching to the choir, but there's no better brand validation than the voice of your customer articulating how their business is benefiting significantly and giving them the opportunity to talk to peers and in the industry. >> Absolutely, that's why we're in it, for the customer's success. >> Well, we'll be anxiously awaiting to hear the results on Thursday Tim, I'm already excited for next year. So, thank you so much for having theCUBE, Keith and me >> Great >> At Synergy 2019 >> Thank you for being here. Thank you for having me. Our pleasure, for Keith Townsend and I'm Lisa Martin, live from Citrix Synergy 2019 from Atlanta. Thanks for watching. (upbeat music)

Published Date : May 21 2019

SUMMARY :

Brought to you by Citrix. CIRTIX TIBB, it's great to have you back on theCUBE. both tweeting like crazy and like and we were like, multiple apps, but the tasks and insides that they need to The innovation and ideal of extending the workspace of how they're delivering technology to the employee And how a call center employee is in the front lines access the information they need and any kind of their I have to open the ticket through 4 screens to do it and take you away from Which is 1% of the population. is they don't feel they have access to and the industry will pass me up. And even if every, to your point, impact that new audience when you go talk to another the major cloud providers to allow our customers to have the business strategy side of Citrix to help deliver that the adoption they get, is going to determine But something that I mentioned to you that And they get to vote. And that is as a marketer you know, I know I'm preaching for the customer's success. So, thank you so much for having theCUBE, Keith and me Thank you for being here.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
DavidPERSON

0.99+

KeithPERSON

0.99+

Lisa MartinPERSON

0.99+

TimPERSON

0.99+

ThursdayDATE

0.99+

MariaPERSON

0.99+

GoogleORGANIZATION

0.99+

CitrixORGANIZATION

0.99+

AtlantaLOCATION

0.99+

LisaPERSON

0.99+

Wednesday nightDATE

0.99+

Keith TownsendPERSON

0.99+

Atlanta, GeorgiaLOCATION

0.99+

4 screensQUANTITY

0.99+

Tim MinahanPERSON

0.99+

80%QUANTITY

0.99+

FacebookORGANIZATION

0.99+

Angry BirdsTITLE

0.99+

next yearDATE

0.99+

6 months laterDATE

0.99+

last yearDATE

0.99+

oneQUANTITY

0.99+

three finalistsQUANTITY

0.99+

todayDATE

0.99+

CSMORGANIZATION

0.98+

seven trillion DollarQUANTITY

0.98+

BothQUANTITY

0.98+

1%QUANTITY

0.98+

One customerQUANTITY

0.98+

Solutions EXPOEVENT

0.98+

threeQUANTITY

0.97+

StrodigyORGANIZATION

0.96+

Partner's HealthcareORGANIZATION

0.96+

bothQUANTITY

0.96+

eight yearsQUANTITY

0.95+

SAPORGANIZATION

0.95+

GallopsORGANIZATION

0.95+

SAP SapphireORGANIZATION

0.94+

Thousands of peopleQUANTITY

0.93+

first thingQUANTITY

0.92+

theCUBEORGANIZATION

0.92+

couple of weeks agoDATE

0.91+

decadesQUANTITY

0.9+

SassTITLE

0.9+

AzureTITLE

0.89+

first timeQUANTITY

0.88+

Customer Innovation AwardsEVENT

0.86+

Synergy Atlanta 2019EVENT

0.85+

two manQUANTITY

0.85+

this morningDATE

0.85+

Citrix Synergy 2019EVENT

0.83+

American IdolTITLE

0.83+

SassORGANIZATION

0.79+

Keynote | Red Hat Summit 2019 | DAY 2 Morning


 

>> Ladies and gentlemen, please welcome Red Hat President Products and Technologies. Paul Cormier. Boring. >> Welcome back to Boston. Welcome back. And welcome back after a great night last night of our opening with with Jim and talking to certainly saw ten Jenny and and especially our customers. It was so great last night to hear our customers in how they set their their goals and how they met their goals. All possible because certainly with a little help from red hat, but all possible because of because of open source. And, you know, sometimes we have to all due that has set goals. And I'm going to talk this morning about what we as a company and with community, have set for our goals along the way. And sometimes you have to do that. You know, audacious goals. It can really change the perception of what's even possible. And, you know, if I look back, I can't think of anything, at least in my lifetime, that's more important. Or such a big golden John F. Kennedy setting the gold to the American people to go to the moon. I believe it or not, I was really, really only three years old when he said that, honestly. But as I grew up, I remember the passion around the whole country and the energy to make that goal a reality. So let's sort of talk about in compare and contrast, a little bit of where we are technically at that time, you know, tto win and to beat and winning the space race and even get into the space race. There was some really big technical challenges along the way. I mean, believe it or not. Not that long ago. But even But back then, math Malik mathematical calculations were being shifted from from brilliant people who we trusted, and you could look in the eye to A to a computer that was programmed with the results that were mostly printed out. This this is a time where the potential of computers was just really coming on the scene and, at the time, the space race at the time of space race it. It revolved around an IBM seventy ninety, which was one of the first transistor based computers. It could perform mathematical calculations faster than even the most brilliant mathematicians. But just like today, this also came with many, many challenges And while we had the goal of in the beginning of the technique and the technology to accomplish it, we needed people so dedicated to that goal that they would risk everything. And while it may seem commonplace to us today to trust, put our trust in machines, that wasn't the case. Back in nineteen sixty nine, the seven individuals that made up the Mercury Space crew were putting their their lives in the hands of those first computers. But on Sunday, July twentieth, nineteen sixty nine, these things all came together. The goal, the technology in the team and a human being walked on the moon. You know, if this was possible fifty years ago, just think about what Khun B. Accomplished today, where technology is part of our everyday lives. And with technology advances at an ever increasing rate, it's hard to comprehend the potential that sitting right at our fingertips every single day, everything you know about computing is continuing to change. Today, let's look a bit it back. A computing In nineteen sixty nine, the IBM seventy ninety could process one hundred thousand floating point operations per second, today's Xbox one that sitting in most of your living rooms probably can process six trillion flops. That's sixty million times more powerful than the original seventy ninety that helped put a human being on the moon. And at the same time that computing was, that was drastically changed. That this computing has drastically changed. So have the boundaries of where that computing sits and where it's been where it lives. At the time of the Apollo launch, the computing power was often a single machine. Then it moved to a single data center, and over time that grew to multiple data centers. Then with cloud, it extended all the way out to data centers that you didn't even own or have control of. But but computing now reaches far beyond any data center. This is also referred to as the edge. You hear a lot about that. The Apollo's, the Apollo's version of the Edge was the guidance system, a two megahertz computer that weighed seventy pounds embedded in the capsule. Today, today the edge is right here on my wrist. This apple watch weighs just a couple of ounces, and it's ten ten thousand times more powerful than that seventy ninety back in nineteen sixty nine But even more impactful than computing advances, combined with the pervasive availability of it, are the changes and who in what controls those that similar to social changes that have happened along the way. Shifting from mathematicians to computers, we're now facing the same type of changes with regards to operational control of our computing power. In its first forms. Operational control was your team, your team within your control? In some cases, a single person managed everything. But as complexity grows, our team's expanded, just like in the just like in the computing boundaries, system integrators and public cloud providers have become an extension of our team. But at the end of the day, it's still people that are still making all the decisions going forward with the progress of things like a I and software defined everything. It's quite likely that machines will be managing machines, and in many cases that's already happening today. But while the technology at our finger tips today is so impressive, the pace of changing complexity of the problems we aspire to solve our equally hard to comprehend and they are all intertwined with one another learning from each other, growing together faster and faster. We are tackling problems today on a global scale with unsinkable complexity beyond anyone beyond what any one single company or even one single country Khun solve alone. This is why open source is so important. This is why open source is so needed today in software. This is why open sources so needed today, even in the world, to solve other types of complex problems. And this is why open source has become the dominant development model which is driving the technology direction. Today is to bring two brother to bring together the best innovation from every corner of the planet. Toe fundamentally change how we solve problems. This approach and access the innovation is what has enabled open source To tackle The challenge is big challenges, like creating the hybrid cloud like building a truly open hybrid cloud. But even today it's really difficult to bridge the gap of the innovation. It's available in all in all of our fingertips by open source development, while providing the production level capabilities that are needed to really dip, ploy this in the enterprise and solve RIA world business problems. Red Hat has been committed to open source from the very, very beginning and bringing it to solve enterprise class problems for the last seventeen plus years. But when we built that model to bring open source to the enterprise, we absolutely knew we couldn't do it halfway tow harness the innovation. We had to fully embrace the model. We made a decision very early on. Give everything back and we live by that every single day. We didn't do crazy crazy things like you hear so many do out there. All this is open corps or everything below. The line is open and everything above the line is closed. We didn't do that, and we gave everything back Everything we learned in the process of becoming an enterprise class technology company. We gave it all of that back to the community to make better and better software. This is how it works. And we've seen the results of that. We've all seen the results of that and it could only have been possible within open source development model we've been building on the foundation of open source is most successful Project Lennox in the architecture of the future hybrid and bringing them to the Enterprise. This is what made Red Hat, the company that we are today and red hats journey. But we also had the set goals, and and many of them seemed insert insurmountable at the time, the first of which was making Lennox the Enterprise standard. And while this is so accepted today, let's take a look at what it took to get there. Our first launch into the Enterprise was rail two dot one. Yes, I know we two dot one, but we knew we couldn't release a one dato product. We knew that and and we didn't. But >> we didn't want to >> allow any reason why anyone of any customer anyone shouldn't should look past rail to solve their problems as an option. Back then, we had to fight every single flavor of Unix in every single account. But we were lucky to have a few initial partners and Big Eyes v partners that supported Rehl out of the gate. But while we had the determination, we knew we also had gaps in order to deliver on our on our priorities. In the early days of rail, I remember going to ask one of our engineers for a past rehl build because we were having a customer issue on it on an older release. And then I watched in horror as he rifled through his desk through a mess of CDs and magically came up and said, I found it here It is told me not to worry that the build this was he thinks this was the bill. This was the right one, and at that point I knew that despite the promise of Lennox, we had a lot of work ahead of us. The not only convinced the world that Lennox was secure, stable, an enterprise ready, but also to make that a reality. But we did. And today this is our reality. It's all of our reality. From the Enterprise Data Center standard to the fastest computers on the planet, Red Hat Enterprise, Lennox has continually risen to the challenge and has become the core foundation that many mission critical customers run and bet their business on. And an even bigger today Lennox is the foundation of which practically every single technology initiative is built upon. Lennox is not only standard toe build on today, it's the standard for innovation that builds around it. That's the innovation that's driving the future as well. We started our story with rail two dot one, and here we are today, seventeen years later, announcing rally as we did as we did last night. It's specifically designed for applications to run across the open hybrid. Clyde Cloud. Railed has become the best operating simp system for on premise all the way out to the cloud, providing that common operating model and workload foundation on which to build hybrid applications. Let's take it. Let's take a look at how far we've come and see this in action. >> Please welcome Red Hat Global director of developer experience, burst Sutter with Josh Boyer, Timothy Kramer, Lars Carl, it's Key and Brent Midwood. All right, we have some amazing things to show you. In just a few short moments, we actually have a lot of things to show you. And actually, Tim and Brandt will be with us momentarily. They're working out a few things in the back because we have a lot of this is gonna be a live demonstration, some incredible capabilities. Now you're going to see clear innovation inside the operating system where we worked incredibly hard to make it vast cities. You're free to manage many, many machines. I want you thinking about that as we go to this process. Now, also, keep in mind that this is the basis our core platform for everything we do here. Red hat. So it is an honor for me to be able to show it to you live on stage today. And so I recognize the many of you in the audience right now. Her hand's on systems administrators, systems, architect, citizens, engineers. And we know that you're under ever growing pressure to deliver needed infrastructure. Resource is ever faster, and that is a key element to what you're thinking about every day. Well, this has been a core theme, and our design decisions find red Odd Enterprise Lennox eight and intelligent operating system, which is making it fundamentally easier for you manage machines that scale. So hold what you're about to see next. Feels like a new superpower and and that redhead azure force multiplier. So first, let me introduce you to a large. He's totally my limits guru. >> I wouldn't call myself a girl, but I I guess you could say that I want to bring Lennox and light meant to more people. >> Okay, Well, let's let's dive in. And we're not about the clinic's eight. >> Sure. Let me go. And Morgan, >> wait a >> second. There's windows. >> Yeah, way Build the weft Consul into Really? That means that for the first time, you can log in from any device including your phone or this standard windows laptop. So you just go ahead and and to my Saturday lance credentials here. >> Okay, so now >> you're putting >> your limits password and over the web. >> Yeah, that might sound a bit scary at first, but of course, we're using the latest security tech by T. L s on dh csp on. Because that's the standard Lennox off site. You can use everything that you used to like a stage keys, OTP, tokens and stuff like this. >> Okay, so now I see the council right here. I love the dashboard overview of the system, but what else can you tell us about this council? >> Right? Like right here. You see the load of the system, some some of its properties. But you can also dive into logs everything that you're used to from the command line, right? Or lookit, services. This's all the services I've running, can start and stuff them and enable >> OK, I love that feature right there. So what about if I have to add a whole new application to this environment? >> Good that you're bringing that up. We build a new future into hell called application streams. Which the way for you to install different versions of your half stack that are supported I'LL show you with Youngmin a command line. But since Windows doesn't have a proper terminal, I'll just do it in the terminal that we built into the Web console Since the browser, I can even make this a bit bigger. Go to, for example, to see the application streams that we have for Poskus. Ijust do module list and I see you know we have ten and nine dot six Both supported tennis a default on defy enable ninety six Now the next time that I installed prescribes it will pull all their lady towards from them at six. >> Ok, so this is very cool. I see two verses of post Chris right here What tennis to default. That is fantastic and the application streams making that happen. But I'm really kind of curious, right? I loved using know js and Java. So what about multiple versions of those? >> Yeah, that's exactly the idea way. Want to keep up with the fast moving ecosystems off programming language? Isn't it a business? >> Okay, now, But I have another key question. I know some people were thinking it right now. What about Python? >> Yeah. In fact, in a minimum and still like this, python gives you command. Not fact. Just have to type it correctly. You can't just install which everyone you want two or three or whichever your application needs. >> Okay, Well, that is I've been burned on that one before. Okay, so no actual. Have a confession for all you guys. Right here. You guys keep this amongst yourselves. Don't let Paul No, I'm actually not a linnet systems administrator. I'm an application developer, an application architect, And I recently had to go figure out how to extend the file system. This is for real. And I'm going to the rat knowledge base and looking up things like, you know, PV create VD, extend resized to f s. And I have to admit, that's hard, >> right? I've opened the storage space for you right here, where you see an overview of your storage. And the council has made for people like you as well not only for people that I knew that when you two lunatics, right? It's if you're running, you're running some of the commands only, you know, some of the time you don't remember them. So, for example, I haven't felt twosome here. That's a little bit too small. Let me just throw it. It's like, you know, dragging this lighter. It calls all the command in the background for you. >> Oh, that is incredible. Is that simple? Just drag and drop. That is fantastic. Well, so I actually, you know, we'll have another question for you. It looks like now this linen systems administration is no longer a dark heart involving arcane commands typed into a black terminal. Like using when those funky ergonomic keyboards you know I'm talking about right? Do >> you know a lot of people, including me and people in the audience like that dark out right? And this is not taking any of that away. It's on additional tool to bring limits to more people. >> Okay, well, that is absolute fantastic. Thank you so much for that Large. And I really love him installing everything is so much easier, including a post gra seeker and, of course, the python that we saw right there. So now I want to change gears for a second because I actually have another situation that I'm always dealing with. And that is every time I want to build a new Lenox system, not only I don't want to have to install those commands again and again, it feels like I'm doing it over and over. So, Josh, how would I create a golden image? One VM image that can use and we have everything pre baked in? >> Yeah, absolutely. But >> we get that question all the time. So really includes image builder technology. Image builder technology is actually all of our hybrid cloud operating system image tools that we use to build our own images and rolled up in a nice, easy to integrate new system. So if I come here in the web console and I go to our image builder tab, it brings us to blueprints, right? Blueprints or what we used to actually control it goes into our golden image. Uh, and I heard you and Lars talking about post present python. So I went and started typing here. So it brings us to this page, but you could go to the selected components, and you can see here I've created a blueprint that has all the python and post press packages in it. Ah, and the interesting thing about this is it build on our existing kickstart technology. But you can use it to deploy that whatever cloud you want. And it's saved so that you don't actually have to know all the various incantations from Amazon toe azure to Google, whatever it's all baked in on. When you do this, you can actually see the dependencies that get brought in as well. Okay. Should we create one life? Yes, please. All right, cool. So if we go back to the blueprints page and we click create blueprint Let's, uh let's make a developer brute blueprint here. So we click great, and you can see here on the left hand side. I've got all of my content served up by Red Hat satellite. We have a lot of great stuff, and really, But we can go ahead and search. So we'LL look for post grows and you know, it's a developer image at the client for some local testing. Um, well, come in here and at the python bits. Probably the development package. We need a compiler if we're going to actually build anything. So look for GCC here and hey, what's your favorite editor? >> A Max, Of course, >> Max. All right. Hey, Lars, about you. I'm more of a person. You Maxim v I All right, Well, if you want to prevent a holy war in your system, you can actually use satellite to filter that out. But we're going to go ahead and Adam Ball, sweetie, I'm a fight on stage. So wait, just point and click. Let the graphical one. And then when we're all done, we just commit our changes, and our image is ready to build. >> Okay, So this VM image we just created right now from that blueprint this is now I can actually go out there and easily deploys of deploy this across multiple cloud providers. And as well as this on stage are where we have right now. >> Yeah, absolutely. We can to play on Amazon as your google any any infrastructure you're looking for so you can really hit your Clyburn hybrid cloud operating system images. >> Okay. All right, listen, we >> just go on, click, create image. Uh, we can select our different types here. I'm gonna go ahead and create a local VM because it's available image, and maybe they want to pass it around or whatever, and I just need a few moments for it to build. >> Okay? So while that's taking a few moments, I know there's another key question in the minds of the audience right now, and you're probably thinking I love what I see. What Right eye right hand Priceline say. But >> what does it >> take to upgrade from seven to eight? So large can you show us and walk us through an upgrade? >> Sure, this's my little Thomas Block that I set up. It's powered by what Chris and secrets over, but it's still running on seven six. So let's upgrade that jump over to my house fee on satellite on. You see all my relate machines here, including the one I showed you what Consul on before. And there is that one with my sun block and there's a couple others. Let me select those as well. This one on that one. Just go up here. Schedule remote job. And she was really great. And hit Submit. I made it so that it makes the booms national before. So if anything was wrong Kans throwback! >> Okay, okay, so now it's progressing. Here, >> it's progressing. Looks like it's running. Doing >> live upgrade on stage. Uh, >> seems like one is failing. What's going on here? Okay, we checked the tree of great Chuck. Oh, yeah, that's the one I was playing around with Butter fest backstage. What? Detective that and you know, it doesn't run the Afghan cause we don't support operating that. >> Okay, so what I'm hearing now? So the good news is, we were protected from possible failed upgrade there, So it sounds like these upgrades are perfectly safe. Aiken, basically, you know, schedule this during a maintenance window and still get some sleep. >> Totally. That's the idea. >> Okay, fantastic. All right. So it looks like upgrades are easy and perfectly safe. And I really love what you showed us there. It's good point. Click operation right from satellite. Ok, so Well, you know, we were checking out upgrades. I want to know Josh. How those v ems coming along. >> They went really well. So you were away for so long. I got a little bored and I took some liberties. >> What do you mean? >> Well, the image Bill And, you know, I decided I'm going to go ahead and deploy here to this Intel machine on stage Esso. I have that up and running in the web. Counsel. I built another one on the arm box, which is actually pretty fast, and that's up and running on this. Our machine on that went so well that I decided to spend up some an Amazon. So I've got a few instances here running an Amazon with the web console accessible there as well. On even more of our pre bill image is up and running an azure with the web console there. So the really cool thing about this bird is that all of these images were built with image builder in a single location, controlling all the content that you want in your golden images deployed across the hybrid cloud. >> Wow, that is fantastic. And you might think that so we actually have more to show you. So thank you so much for that large. And Josh, that is fantastic. Looks like provisioning bread. Enterprise Clinic Systems ate a redhead. Enterprise Enterprise. Rhetta Enterprise Lennox. Eight Systems is Asian ever before, but >> we have >> more to talk to you about. And there's one thing that many of the operations professionals in this room right now no, that provisioning of'em is easy, but it's really day two day three, it's down the road that those viens required day to day maintenance. As a matter of fact, several you folks right now in this audience to have to manage hundreds, if not thousands, of virtual machines I recently spoke to. Gentleman has to manage thirteen hundred servers. So how do you manage those machines? A great scale. So great that they have now joined us is that it looks like they worked things out. So now I'm curious, Tim. How will we manage hundreds, if not thousands, of computers? >> Welbourne, one human managing hundreds or even thousands of'em says, No problem, because we have Ansel automation. And by leveraging Ansel's integration into satellite, not only can we spin up those V em's really quickly, like Josh was just doing, but we can also make ongoing maintenance of them really simple. Come on up here. I'm going to show you here a satellite inventory and his red hat is publishing patches. Weaken with that danceable integration easily apply those patches across our entire fleet of machines. Okay, >> that is fantastic. So he's all the machines can get updated in one fell swoop. >> He sure can. And there's one thing that I want to bring your attention to today because it's brand new. And that's cloud that red hat dot com And here, a cloud that redhead dot com You can view and manage your entire inventory no matter where it sits. Of Redhead Enterprise Lennox like on Prem on stage. Private Cloud or Public Cloud. It's true Hybrid cloud management. >> OK, but one thing. One thing. I know that in the minds of the audience right now. And if you have to manage a large number servers this it comes up again and again. What happens when you have those critical vulnerabilities that next zero day CV could be tomorrow? >> Exactly. I've actually been waiting for a while patiently for you >> to get to the really good stuff. So >> there's one more thing that I wanted to let folks know about. Red Hat Enterprise. The >> next eight and some features that we have there. Oh, >> yeah? What is that? >> So, actually, one of the key design principles of relate is working with our customers over the last twenty years to integrate all the knowledge that we've gained and turn that into insights that we can use to keep our red hat Enterprise Lennox servers running securely, inefficiently. And so what we actually have here is a few things that we could take a look at show folks what that is. >> OK, so we basically have this new feature. We're going to show people right now. And so one thing I want to make sure it's absolutely included within the redhead enterprise in that state. >> Yes. Oh, that's Ah, that's an announcement that we're making this week is that this is a brand new feature that's integrated with Red Hat Enterprise clinics, and it's available to everybody that has a red hat enterprise like subscription. So >> I believe everyone in this room right now has a rail subscriptions, so it's available to all of them. >> Absolutely, absolutely. So let's take a quick look and try this out. So we actually have. Here is a list of about six hundred rules. They're configuration security and performance rules. And this is this list is growing every single day, so customers can actually opt in to the rules that are most that are most applicable to their enterprises. So what we're actually doing here is combining the experience and knowledge that we have with the data that our customers opt into sending us. So customers have opted in and are sending us more data every single night. Then they actually have in total over the last twenty years via any other mechanism. >> Now there's I see now there's some critical findings. That's what I was talking about. But it comes to CVS and things that nature. >> Yeah, I'm betting that those air probably some of the rail seven boxes that we haven't actually upgraded quite yet. So we get back to that. What? I'd really like to show everybody here because everybody has access to this is how easy it is to opt in and enable this feature for real. Okay, let's do that real quick, so I gotta hop back over to satellite here. This is the satellite that we saw before, and I'll grab one of the hosts and we can use the new Web console feature that's part of Railly, and via single sign on I could jump right from satellite over to the Web console. So it's really, really easy. And I'LL grab a terminal here and registering with insights is really, really easy. Is one command troops, and what's happening right now is the box is going to gather some data. It's going to send it up to the cloud, and within just a minute or two, we're gonna have some results that we can look at back on the Web interface. >> I love it so it's just a single command and you're ready to register this box right now. That is super easy. Well, that's fantastic, >> Brent. We started this whole series of demonstrations by telling the audience that Red Hat Enterprise Lennox eight was the easiest, most economical and smartest operating system on the planet, period. And well, I think it's cute how you can go ahead and captain on a single machine. I'm going to show you one more thing. This is Answerable Tower. You can use as a bell tower to managing govern your answerable playbook, usage across your entire organization and with this. What I could do is on every single VM that was spun up here today. Opt in and register insights with a single click of a button. >> Okay, I want to see that right now. I know everyone's waiting for it as well, But hey, you're VM is ready. Josh. Lars? >> Yeah. My clock is running a little late now. Yeah, insights is a really cool feature >> of rail. And I've got it in all my images already. All >> right, I'm doing it all right. And so as this playbook runs across the inventory, I can see the machines registering on cloud that redhead dot com ready to be managed. >> OK, so all those onstage PM's as well as the hybrid cloud VM should be popping in IRC Post Chris equals Well, fantastic. >> That's awesome. Thanks to him. Nothing better than a Red Hat Summit speaker in the first live demo going off script deal. Uh, let's go back and take a look at some of those critical issues affecting a few of our systems here. So you can see this is a particular deanna's mask issue. It's going to affect a couple of machines. We saw that in the overview, and I can actually go and get some more details about what this particular issue is. So if you take a look at the right side of the screen there, there's actually a critical likelihood an impact that's associated with this particular issue. And what that really translates to is that there's a high level of risk to our organization from this particular issue. But also there's a low risk of change. And so what that means is that it's really, really safe for us to go ahead and use answerable to mediate this so I can grab the machines will select those two and we're mediate with answerable. I can create a new playbook. It's our maintenance window, but we'LL do something along the lines of like stuff Tim broke and that'LL be our cause. We name it whatever we want. So we'Ll create that playbook and take a look at it, and it's actually going to give us some details about the machines. You know what, what type of reboots Efendi you're going to be needed and what we need here. So we'LL go ahead and execute the playbook and what you're going to see is the outputs goingto happen in real time. So this is happening from the cloud were affecting machines. No matter where they are, they could be on Prem. They could be in a hybrid cloud, a public cloud or in a private cloud. And these things are gonna be remediated very, very easily with answerable. So it's really, really awesome. Everybody here with a red hat. Enterprise licks Lennox subscription has access to this now, so I >> kind of want >> everybody to go try this like, we really need to get this thing going and try it out right now. But >> don't know, sent about the room just yet. You get stay here >> for okay, Mr. Excitability, I think after this keynote, come back to the red hat booth and there's an optimization section. You can come talk to our insights engineers. And even though it's really easy to get going on your own, they can help you out. Answer any questions you might have. So >> this is really the start of a new era with an intelligent operating system and beauty with intelligence you just saw right now what insights that troubles you. Fantastic. So we're enabling systems administrators to manage more red in private clinics, a greater scale than ever before. I know there's a lot more we could show you, but we're totally out of time at this point, and we kind of, you know, when a little bit sideways here moments. But we need to get off the stage. But there's one thing I want you guys to think about it. All right? Do come check out the in the booth. Like Tim just said also in our debs, Get hands on red and a prize winning state as well. But really, I want you to think about this one human and a multitude of servers. And if you remember that one thing asked you upfront. Do you feel like you get a new superpower and redhead? Is your force multiplier? All right, well, thank you so much. Josh and Lars, Tim and Brent. Thank you. And let's get Paul back on stage. >> I went brilliant. No, it's just as always, >> amazing. I mean, as you can tell from last night were really, really proud of relate in that coming out here at the summit. And what a great way to showcase it. Thanks so much to you. Birth. Thanks, Brent. Tim, Lars and Josh. Just thanks again. So you've just seen this team demonstrate how impactful rail Khun b on your data center. So hopefully hopefully many of you. If not all of you have experienced that as well. But it was super computers. We hear about that all the time, as I just told you a few minutes ago, Lennox isn't just the foundation for enterprise and cloud computing. It's also the foundation for the fastest super computers in the world. In our next guest is here to tell us a lot more about that. >> Please welcome Lawrence Livermore National Laboratory. HPC solution Architect Robin Goldstone. >> Thank you so much, Robin. >> So welcome. Welcome to the summit. Welcome to Boston. And thank thank you so much for coming for joining us. Can you tell us a bit about the goals of Lawrence Livermore National Lab and how high high performance computing really works at this level? >> Sure. So Lawrence Livermore National >> Lab was established during the Cold War to address urgent national security needs by advancing the state of nuclear weapons, science and technology and high performance computing has always been one of our core capabilities. In fact, our very first supercomputer, ah Univac one was ordered by Edward Teller before our lab even opened back in nineteen fifty two. Our mission has evolved since then to cover a broad range of national security challenges. But first and foremost, our job is to ensure the safety, security and reliability of the nation's nuclear weapons stockpile. Oh, since the US no longer performs underground nuclear testing, our ability to certify the stockpile depends heavily on science based science space methods. We rely on H P C to simulate the behavior of complex weapons systems to ensure that they can function as expected, well beyond their intended life spans. That's actually great. >> So are you really are still running on that on that Univac? >> No, Actually, we we've moved on since then. So Sierra is Lawrence Livermore. Its latest and greatest supercomputer is currently the Seconds spastic supercomputer in the world and for the geeks in the audience, I think there's a few of them out there. We put up some of the specs of Syrah on the screen behind me, a couple of things worth highlighting our Sierra's peak performance and its power utilisation. So one hundred twenty five Pata flops of performance is equivalent to about twenty thousand of those Xbox one excess that you mentioned earlier and eleven point six megawatts of power required Operate Sierra is enough to power around eleven thousand homes. Syria is a very large and complex system, but underneath it all, it starts out as a collection of servers running Lin IX and more specifically, rail. >> So did Lawrence. Did Lawrence Livermore National Lab National Lab used Yisrael before >> Sierra? Oh, yeah, most definitely. So we've been running rail for a very long time on what I'll call our mid range HPC systems. So these clusters, built from commodity components, are sort of the bread and butter of our computer center. And running rail on these systems provides us with a continuity of operations and a common user environment across multiple generations of hardware. Also between Lawrence Livermore in our sister labs, Los Alamos and Sandia. Alongside these commodity clusters, though, we've always had one sort of world class supercomputer like Sierra. Historically, these systems have been built for a sort of exotic proprietary hardware running entirely closed source operating systems. Anytime something broke, which was often the Vander would be on the hook to fix it. And you know, >> that sounds >> like a good model, except that what we found overtime is most the issues that we have on these systems were either due to the extreme scale or the complexity of our workloads. Vendors seldom had a system anywhere near the size of ours, and we couldn't give them our classified codes. So their ability to reproduce our problem was was pretty limited. In some cases, they've even sent an engineer on site to try to reproduce our problems. But even then, sometimes we wouldn't get a fix for months or else they would just tell us they weren't going to fix the problem because we were the only ones having it. >> So for many of us, for many of us, the challenges is one of driving reasons for open source, you know, for even open source existing. How has how did Sierra change? Things are on open source for >> you. Sure. So when we developed our technical requirements for Sierra, we had an explicit requirement that we want to run an open source operating system and a strong preference for rail. At the time, IBM was working with red hat toe add support Terrell for their new little Indian power architecture. So it was really just natural for them to bid a red. A rail bay system for Sierra running Raylan Cyril allows us to leverage the model that's worked so well for us for all this time on our commodity clusters any packages that we build for X eighty six, we can now build those packages for power as well as our market texture using our internal build infrastructure. And while we have a formal support relationship with IBM, we can also tap our in house colonel developers to help debug complex problems are sys. Admin is Khun now work on any of our systems, including Sierra, without having toe pull out their cheat sheet of obscure proprietary commands. Our users get a consistent software environment across all our systems. And if the security vulnerability comes out, we don't have to chase around getting fixes from Multan slo es fenders. >> You know, you've been able, you've been able to extend your foundation from all the way from X eighty six all all the way to the extract excess Excuse scale supercomputing. We talk about giving customers all we talked about it all the time. A standard operational foundation to build upon. This isn't This isn't exactly what we've envisioned. So So what's next for you >> guys? Right. So what's next? So Sierra's just now going into production. But even so, we're already working on the contract for our next supercomputer called El Capitan. That's scheduled to be delivered the Lawrence Livermore in the twenty twenty two twenty timeframe. El Capitan is expected to be about ten times the performance of Sierra. I can't share any more details about that system right now, but we are hoping that we're going to be able to continue to build on a solid foundation. That relish provided us for well over a decade. >> Well, thank you so much for your support of realm over the years, Robin. And And thank you so much for coming and tell us about it today. And we can't wait to hear more about El Capitan. Thank you. Thank you very much. So now you know why we're so proud of realm. And while you saw confetti cannons and T shirt cannons last night, um, so you know, as as burned the team talked about the demo rail is the force multiplier for servers. We've made Lennox one of the most powerful platforms in the history of platforms. But just as Lennox has become a viable platform with access for everyone, and rail has become viable, more viable every day in the enterprise open source projects began to flourish around the operating system. And we needed to bring those projects to our enterprise customers in the form of products with the same trust models as we did with Ralph seeing the incredible progress of software development occurring around Lennox. Let's let's lead us to the next goal that we said tow, tow ourselves. That goal was to make hybrid cloud the default enterprise for the architecture. How many? How many of you out here in the audience or are Cesar are? HC sees how many out there a lot. A lot. You are the people that our building the next generation of computing the hybrid cloud, you know, again with like just like our goals around Lennox. This goals might seem a little daunting in the beginning, but as a community we've proved it time and time again. We are unstoppable. Let's talk a bit about what got us to the point we're at right right now and in the work that, as always, we still have in front of us. We've been on a decade long mission on this. Believe it or not, this mission was to build the capabilities needed around the Lenox operating system to really build and make the hybrid cloud. When we saw well, first taking hold in the enterprise, we knew that was just taking the first step. Because for a platform to really succeed, you need applications running on it. And to get those applications on your platform, you have to enable developers with the tools and run times for them to build, to build upon. Over the years, we've closed a few, if not a lot of those gaps, starting with the acquisition of J. Boss many years ago, all the way to the new Cuban Eddie's native code ready workspaces we launched just a few months back. We realized very early on that building a developer friendly platform was critical to the success of Lennox and open source in the enterprise. Shortly after this, the public cloud stormed onto the scene while our first focus as a company was done on premise in customer data centers, the public cloud was really beginning to take hold. Rehl very quickly became the standard across public clouds, just as it was in the enterprise, giving customers that common operating platform to build their applications upon ensuring that those applications could move between locations without ever having to change their code or operating model. With this new model of the data center spread across so many multiple environments, management had to be completely re sought and re architected. And given the fact that environments spanned multiple locations, management, real solid management became even more important. Customers deploying in hybrid architectures had to understand where their applications were running in how they were running, regardless of which infrastructure provider they they were running on. We invested over the years with management right alongside the platform, from satellite in the early days to cloud forms to cloud forms, insights and now answerable. We focused on having management to support the platform wherever it lives. Next came data, which is very tightly linked toe applications. Enterprise class applications tend to create tons of data and to have a common operating platform foyer applications. You need a storage solutions. That's Justus, flexible as that platform able to run on premise. Just a CZ. Well, as in the cloud, even across multiple clouds. This let us tow acquisitions like bluster, SEF perma bitch in Nubia, complimenting our Pratt platform with red hat storage for us, even though this sounds very condensed, this was a decade's worth of investment, all in preparation for building the hybrid cloud. Expanding the portfolio to cover the areas that a customer would depend on to deploy riel hybrid cloud architectures, finding any finding an amplifying the right open source project and technologies, or filling the gaps with some of these acquisitions. When that necessarily wasn't available by twenty fourteen, our foundation had expanded, but one big challenge remained workload portability. Virtual machine formats were fragmented across the various deployments and higher level framework such as Java e still very much depended on a significant amount of operating system configuration and then containers happened containers, despite having a very long being in existence for a very long time. As a technology exploded on the scene in twenty fourteen, Cooper Netease followed shortly after in twenty fifteen, allowing containers to span multiple locations and in one fell swoop containers became the killer technology to really enable the hybrid cloud. And here we are. Hybrid is really the on ly practical reality in way for customers and a red hat. We've been investing in all aspects of this over the last eight plus years to make our customers and partners successful in this model. We've worked with you both our customers and our partners building critical realm in open shift deployments. We've been constantly learning about what has caused problems and what has worked well in many cases. And while we've and while we've amassed a pretty big amount of expertise to solve most any challenge in in any area that stack, it takes more than just our own learning's to build the next generation platform. Today we're also introducing open shit for which is the culmination of those learnings. This is the next generation of the application platform. This is truly a platform that has been built with our customers and not simply just with our customers in mind. This is something that could only be possible in an open source development model and just like relish the force multiplier for servers. Open shift is the force multiplier for data centers across the hybrid cloud, allowing customers to build thousands of containers and operate them its scale. And we've also announced open shift, and we've also announced azure open shift. Last night. Satya on this stage talked about that in depth. This is all about extending our goals of a common operating platform enabling applications across the hybrid cloud, regardless of whether you run it yourself or just consume it as a service. And with this flagship release, we are also introducing operators, which is the central, which is the central feature here. We talked about this work last year with the operator framework, and today we're not going to just show you today. We're not going to just show you open shift for we're going to show you operators running at scale operators that will do updates and patches for you, letting you focus more of your time and running your infrastructure and running running your business. We want to make all this easier and intuitive. So let's have a quick look at how we're doing. Just that >> painting. I know all of you have heard we're talking to pretend to new >> customers about the travel out. So new plan. Just open it up as a service been launched by this summer. Look, I know this is a big quest for not very big team. I'm open to any and all ideas. >> Please welcome back to the stage. Red Hat Global director of developer Experience burst Sutter with Jessica Forrester and Daniel McPherson. All right, we're ready to do some more now. Now. Earlier we showed you read Enterprise Clinic St running on lots of different hardware like this hardware you see right now And we're also running across multiple cloud providers. But now we're going to move to another world of Lennox Containers. This is where you see open shift four on how you can manage large clusters of applications from eggs limits containers across the hybrid cloud. We're going to see this is where suffer operators fundamentally empower human operators and especially make ups and Deb work efficiently, more efficiently and effectively there together than ever before. Rights. We have to focus on the stage right now. They're represent ops in death, and we're gonna go see how they reeled in application together. Okay, so let me introduce you to Dan. Dan is totally representing all our ops folks in the audience here today, and he's telling my ops, comfort person Let's go to call him Mr Ops. So Dan, >> thanks for with open before, we had a much easier time setting up in maintaining our clusters. In large part, that's because open shit for has extended management of the clusters down to the infrastructure, the diversity kinds of parent. When you take >> a look at the open ship console, >> you can now see the machines that make up the cluster where machine represents the infrastructure. Underneath that Cooper, Eddie's node open shit for now handles provisioning Andy provisioning of those machines. From there, you could dig into it open ship node and see how it's configured and monitor how it's behaving. So >> I'm curious, >> though it does this work on bare metal infrastructure as well as virtualized infrastructure. >> Yeah, that's right. Burn So Pa Journal nodes, no eternal machines and open shit for can now manage it all. Something else we found extremely useful about open ship for is that it now has the ability to update itself. We can see this cluster hasn't update available and at the press of a button. Upgrades are responsible for updating. The entire platform includes the nodes, the control plane and even the operating system and real core arrests. All of this is possible because the infrastructure components and their configuration is now controlled by technology called operators. Thes software operators are responsible for aligning the cluster to a desired state. And all of this makes operational management of unopened ship cluster much simpler than ever before. All right, I >> love the fact that all that's been on one console Now you can see the full stack right all way down to the bare metal right there in that one console. Fantastic. So I wanted to scare us for a moment, though. And now let's talk to Deva, right? So Jessica here represents our all our developers in the room as my facts. He manages a large team of developers here Red hat. But more importantly, she represents our vice president development and has a large team that she has to worry about on a regular basis of Jessica. What can you show us? We'LL burn My team has hundreds of developers and were constantly under pressure to deliver value to our business. And frankly, we can't really wait for Dan and his ops team to provisioned the infrastructure and the services that we need to do our job. So we've chosen open shift as our platform to run our applications on. But until recently, we really struggled to find a reliable source of Cooper Netease Technologies that have the operational characteristics that Dan's going to actually let us install through the cluster. But now, with operator, How bio, we're really seeing the V ecosystem be unlocked. And the technology's there. Things that my team needs, its databases and message cues tracing and monitoring. And these operators are actually responsible for complex applications like Prometheus here. Okay, they're written in a variety of languages, danceable, but that is awesome. So I do see a number of options there already, and preaches is a great example. But >> how do you >> know that one? These operators really is mature enough and robust enough for Dan and the outside of the house. Wilbert, Here we have the operator maturity model, and this is going to tell me and my team whether this particular operator is going to do a basic install if it's going to upgrade that application over time through different versions or all the way out to full auto pilot, where it's automatically scaling and tuning the application based on the current environment. And it's very cool. So coming over toothy open shift Consul, now we can actually see Dan has made the sequel server operator available to me and my team. That's the database that we're using. A sequel server. That's a great example. So cynics over running here in the cluster? But this is a great example for a developer. What if I want to create a new secret server instance? Sure, we're so it's as easy as provisioning any other service from the developer catalog. We come in and I can type for sequel server on what this is actually creating is, ah, native resource called Sequel Server, and you can think of that like a promise that a sequel server will get created. The operator is going to see that resource, install the application and then manage it over its life cycle, KAL, and from this install it operators view, I can see the operators running in my project and which resource is its managing Okay, but I'm >> kind of missing >> something here. I see this custom resource here, the sequel server. But where the community's resource is like pods. Yeah, I think it's cool that we get this native resource now called Sequel Server. But if I need to, I can still come in and see the native communities. Resource is like your staple set in service here. Okay, that is fantastic. Now, we did say earlier on, though, like many of our customers in the audience right now, you have a large team of engineers. Lost a large team of developers you gotta handle. You gotta have more than one secret server, right? We do one for every team as we're developing, and we use a lot of other technologies running on open shift as well, including Tomcat and our Jenkins pipelines and our dough js app that is gonna actually talk to that sequel server database. Okay, so this point we can kind of provisions, Some of these? Yes. Oh, since all of this is self service for me and my team's, I'm actually gonna go and create one of all of those things I just said on all of our projects, right Now, if you just give me a minute, Okay? Well, right. So basically, you're going to knock down No Jazz Jenkins sequel server. All right, now, that's like hundreds of bits of application level infrastructure right now. Live. So, Dan, are you not terrified? Well, I >> guess I should have done a little bit better >> job of managing guests this quota and historically just can. I might have had some conflict here because creating all these new applications would admit my team now had a massive back like tickets to work on. But now, because of software operators, my human operators were able to run our infrastructure at scale. So since I'm long into the cluster here as the cluster admin, I get this view of pods across all projects. And so I get an idea of what's happening across the entire cluster. And so I could see now we have four hundred ninety four pods already running, and there's a few more still starting up. And if I scroll to the list, we can see the different workloads Jessica just mentioned of Tomcats. And no Gs is And Jenkins is and and Siegel servers down here too, you know, I see continues >> creating and you have, like, close to five hundred pods running >> there. So, yeah, filters list down by secret server, so we could just see. Okay, But >> aren't you not >> running going around a cluster capacity at some point? >> Actually, yeah, we we definitely have a limited capacity in this cluster. And so, luckily, though, we already set up auto scale er's And so because the additional workload was launching, we see now those outer scholars have kicked in and some new machines are being created that don't yet have noticed. I'm because they're still starting up. And so there's another good view of this as well, so you can see machine sets. We have one machine set per availability zone, and you could see the each one is now scaling from ten to twelve machines. And the way they all those killers working is for each availability zone, they will. If capacities needed, they will add additional machines to that availability zone and then later effect fast. He's no longer needed. It will automatically take those machines away. >> That is incredible. So right now we're auto scaling across multiple available zones based on load. Okay, so looks like capacity planning and automation is fully, you know, handle this point. But I >> do have >> another question for year logged in. Is the cluster admin right now into the console? Can you show us your view of >> operator suffer operators? Actually, there's a couple of unique views here for operators, for Cluster admits. The first of those is operator Hub. This is where a cluster admin gets the ability to curate the experience of what operators are available to users of the cluster. And so obviously we already have the secret server operator installed, which which we've been using. The other unique view is operator management. This gives a cluster I've been the ability to maintain the operators they've already installed. And so if we dig in and see the secret server operator, well, see, we haven't set up for manual approval. And what that means is if a new update comes in for a single server, then a cluster and we would have the ability to approve or disapprove with that update before installs into the cluster, we'LL actually and there isn't upgrade that's available. Uh, I should probably wait to install this, though we're in the middle of scaling out this cluster. And I really don't want to disturb Jessica's application. Workflow. >> Yeah, so, actually, Dan, it's fine. My app is already up. It's running. Let me show it to you over here. So this is our products application that's talking to that sequel server instance. And for debugging purposes, we can see which version of sequel server we're currently talking to. Its two point two right now. And then which pod? Since this is a cluster, there's more than one secret server pod we could be connected to. Okay, I could see right there the bounder screeners they know to point to. That's the version we have right now. But, you know, >> this is kind of >> point of software operators at this point. So, you know, everyone in this room, you know, wants to see you hit that upgrade button. Let's do it. Live here on stage. Right, then. All >> right. All right. I could see where this is going. So whenever you updated operator, it's just like any other resource on communities. And so the first thing that happens is the operator pot itself gets updated so we actually see a new version of the operator is currently being created now, and what's that gets created, the overseer will be terminated. And that point, the new, softer operator will notice. It's now responsible for managing lots of existing Siegel servers already in the environment. And so it's then going Teo update each of those sickle servers to match to the new version of the single server operator and so we could see it's running. And so if we switch now to the all projects view and we filter that list down by sequel server, then we should be able to see us. So lots of these sickle servers are now being created and the old ones are being terminated. So is the rolling update across the cluster? Exactly a So the secret server operator Deploy single server and an H A configuration. And it's on ly updates a single instance of secret server at a time, which means single server always left in nature configuration, and Jessica doesn't really have to worry about downtime with their applications. >> Yeah, that's awesome dance. So glad the team doesn't have to worry about >> that anymore and just got I think enough of these might have run by Now, if you try your app again might be updated. >> Let's see Jessica's application up here. All right. On laptop three. >> Here we go. >> Fantastic. And yet look, we're We're into two before we're onto three. Now we're on to victory. Excellent on. >> You know, I actually works so well. I don't even see a reason for us to leave this on manual approval. So I'm going to switch this automatic approval. And then in the future, if a new single server comes in, then we don't have to do anything, and it'll be all automatically updated on the cluster. >> That is absolutely fantastic. And so I was glad you guys got a chance to see that rolling update across the cluster. That is so cool. The Secret Service database being automated and fully updated. That is fantastic. Alright, so I can see how a software operator doesn't able. You don't manage hundreds if not thousands of applications. I know a lot of folks or interest in the back in infrastructure. Could you give us an example of the infrastructure >> behind this console? Yeah, absolutely. So we all know that open shift is designed that run in lots of different environments. But our teams think that as your redhead over, Schiff provides one of the best experiences by deeply integrating the open chief Resource is into the azure console, and it's even integrated into the azure command line toll and the easy open ship man. And, as was announced yesterday, it's now available for everyone to try out. And there's actually one more thing we wanted to show Everyone related to open shit, for this is all so new with a penchant for which is we now have multi cluster management. This gives you the ability to keep track of all your open shift environments, regardless of where they're running as well as you can create new clusters from here. And I'll dig into the azure cluster that we were just taking a look at. >> Okay, but is this user and face something have to install them one of my existing clusters? >> No, actually, this is the host of service that's provided by Red hat is part of cloud that redhead that calm and so all you have to do is log in with your red hair credentials to get access. >> That is incredible. So one console, one user experience to see across the entire hybrid cloud we saw earlier with Red update. Right and red embers. Thank Satan. Now we see it for multi cluster management. But home shift so you can fundamentally see. Now the suffer operators do finally change the game when it comes to making human operators vastly more productive and, more importantly, making Devon ops work more efficiently together than ever before. So we saw the rich ice vehicle system of those software operators. We can manage them across the Khyber Cloud with any, um, shift instance. And more importantly, I want to say Dan and Jessica for helping us with this demonstration. Okay, fantastic stuff, guys. Thank you so much. Let's get Paul back out here >> once again. Thanks >> so much to burn his team. Jessica and Dan. So you've just seen how open shift operators can help you manage hundreds, even thousands of applications. Install, upgrade, remove nodes, control everything about your application environment, virtual physical, all the way out to the cloud making, making things happen when the business demands it even at scale, because that's where it's going to get. Our next guest has lots of experience with demand at scale. and they're using open source container management to do it. Their work, their their their work building a successful cloud, First platform and there, the twenty nineteen Innovation Award winner. >> Please welcome twenty nineteen Innovation Award winner. Cole's senior vice president of technology, Rich Hodak. >> How you doing? Thanks. >> Thanks so much for coming out. We really appreciate it. So I guess you guys set some big goals, too. So can you baby tell us about the bold goal? Helped you personally help set for Cole's. And what inspired you to take that on? Yes. So it was twenty seventeen and life was pretty good. I had no gray hair and our business was, well, our tech was working well, and but we knew we'd have to do better into the future if we wanted to compete. Retails being disrupted. Our customers are asking for new experiences, So we set out on a goal to become an open hybrid cloud platform, and we chose Red had to partner with us on a lot of that. We set off on a three year journey. We're currently in Year two, and so far all KP eyes are on track, so it's been a great journey thus far. That's awesome. That's awesome. So So you Obviously, Obviously you think open source is the way to do cloud computing. So way absolutely agree with you on that point. So So what? What is it that's convinced you even more along? Yeah, So I think first and foremost wait, do we have a lot of traditional IAS fees? But we found that the open source partners actually are outpacing them with innovation. So I think that's where it starts for us. Um, secondly, we think there's maybe some financial upside to going more open source. We think we can maybe take some cost out unwind from these big fellas were in and thirdly, a CZ. We go to universities. We started hearing. Is we interviewed? Hey, what is Cole's doing with open source and way? Wanted to use that as a lever to help recruit talent. So I'm kind of excited, you know, we partner with Red Hat on open shift in in Rail and Gloucester and active M Q and answerable and lots of things. But we've also now launched our first open source projects. So it's really great to see this journey. We've been on. That's awesome, Rich. So you're in. You're in a high touch beta with with open shift for So what? What features and components or capabilities are you most excited about and looking forward to what? The launch and you know, and what? You know what? What are the something maybe some new goals that you might be able to accomplish with with the new features. And yeah, So I will tell you we're off to a great start with open shift. We've been on the platform for over a year now. We want an innovation award. We have this great team of engineers out here that have done some outstanding work. But certainly there's room to continue to mature that platform. It calls, and we're excited about open shift, for I think there's probably three things that were really looking forward to. One is we're looking forward to, ah, better upgrade process. And I think we saw, you know, some of that in the last demo. So upgrades have been kind of painful up until now. So we think that that that will help us. Um, number two, A lot of our open shift workloads today or the workloads. We run an open shifts are the stateless apse. Right? And we're really looking forward to moving more of our state full lapse into the platform. And then thirdly, I think that we've done a great job of automating a lot of the day. One stuff, you know, the provisioning of, of things. There's great opportunity o out there to do mohr automation for day two things. So to integrate mohr with our messaging systems in our database systems and so forth. So we, uh we're excited. Teo, get on board with the version for wear too. So, you know, I hope you, Khun, we can help you get to the next goals and we're going to continue to do that. Thank you. Thank you so much rich, you know, all the way from from rail toe open shift. It's really exciting for us, frankly, to see our products helping you solve World War were problems. What's you know what? Which is. Really? Why way do this and and getting into both of our goals. So thank you. Thank you very much. And thanks for your support. We really appreciate it. Thanks. It has all been amazing so far and we're not done. A critical part of being successful in the hybrid cloud is being successful in your data center with your own infrastructure. We've been helping our customers do that in these environments. For almost twenty years now, we've been running the most complex work loads in the world. But you know, while the public cloud has opened up tremendous possibilities, it also brings in another type of another layer of infrastructure complexity. So what's our next goal? Extend your extend your data center all the way to the edge while being as effective as you have been over the last twenty twenty years, when it's all at your own fingertips. First from a practical sense, Enterprises air going to have to have their own data centers in their own environment for a very long time. But there are advantages of being able to manage your own infrastructure that expand even beyond the public cloud all the way out to the edge. In fact, we talked about that very early on how technology advances in computer networking is storage are changing the physical boundaries of the data center every single day. The need, the need to process data at the source is becoming more and more critical. New use cases Air coming up every day. Self driving cars need to make the decisions on the fly. In the car factory processes are using a I need to adapt in real time. The factory floor has become the new edge of the data center, working with things like video analysis of a of A car's paint job as it comes off the line, where a massive amount of data is on ly needed for seconds in order to make critical decisions in real time. If we had to wait for the video to go up to the cloud and back, it would be too late. The damage would have already been done. The enterprise is being stretched to be able to process on site, whether it's in a car, a factory, a store or in eight or nine PM, usually involving massive amounts of data that just can't easily be moved. Just like these use cases couldn't be solved in private cloud alone because of things like blatant see on data movement, toe address, real time and requirements. They also can't be solved in public cloud alone. This is why open hybrid is really the model that's needed in the only model forward. So how do you address this class of workload that requires all of the above running at the edge? With the latest technology all its scale, let me give you a bit of a preview of what we're working on. We are taking our open hybrid cloud technologies to the edge, Integrated with integrated with Aro AM Hardware Partners. This is a preview of a solution that will contain red had open shift self storage in K V M virtual ization with Red Hat Enterprise Lennox at the core, all running on pre configured hardware. The first hardware out of the out of the gate will be with our long time. Oh, am partner Del Technologies. So let's bring back burn the team to see what's right around the corner. >> Please welcome back to the stage. Red Hat. Global director of developer Experience burst Sutter with Kareema Sharma. Okay, We just how was your Foreign operators have redefined the capabilities and usability of the open hybrid cloud, and now we're going to show you a few more things. Okay, so just be ready for that. But I know many of our customers in this audience right now, as well as the customers who aren't even here today. You're running tens of thousands of applications on open chef clusters. We know that disappearing right now, but we also know that >> you're not >> actually in the business of running terminators clusters. You're in the business of oil and gas from the business retail. You're in a business transportation, you're in some other business and you don't really want to manage those things at all. We also know though you have lo latest requirements like Polish is talking about. And you also dated gravity concerns where you >> need to keep >> that on your premises. So what you're about to see right now in this demonstration is where we've taken open ship for and made a bare metal cluster right here on this stage. This is a fully automated platform. There is no underlying hyper visor below this platform. It's open ship running on bare metal. And this is your crew vanities. Native infrastructure, where we brought together via mes containers networking and storage with me right now is green mush arma. She's one of her engineering leaders responsible for infrastructure technologies. Please welcome to the stage, Karima. >> Thank you. My pleasure to be here, whether it had summit. So let's start a cloud. Rid her dot com and here we can see the classroom Dannon Jessica working on just a few moments ago From here we have a bird's eye view ofthe all of our open ship plasters across the hybrid cloud from multiple cloud providers to on premises and noticed the spare medal last year. Well, that's the one that my team built right here on this stage. So let's go ahead and open the admin console for that last year. Now, in this demo, we'LL take a look at three things. A multi plaster inventory for the open Harbor cloud at cloud redhead dot com. Second open shift container storage, providing convert storage for virtual machines and containers and the same functionality for cloud vert and bare metal. And third, everything we see here is scuba unit is native, so by plugging directly into communities, orchestration begin common storage. Let working on monitoring facilities now. Last year, we saw how continue native actualization and Q Bert allow you to run virtual machines on Cabinet is an open shift, allowing for a single converge platform to manage both containers and virtual machines. So here I have this dark net project now from last year behead of induced virtual machine running it S P darknet application, and we had started to modernize and continue. Arise it by moving. Parts of the application from the windows began to the next containers. So let's take a look at it here. I have it again. >> Oh, large shirt, you windows. Earlier on, I was playing this game back stage, so it's just playing a little solitaire. Sorry about that. >> So we don't really have time for that right now. Birds. But as I was saying, Over here, I have Visions Studio Now the window's virtual machine is just another container and open shift and the i d be service for the virtual machine. It's just another service in open shift open shifts. Running both containers and virtual machines together opens a whole new world of possibilities. But why stop there? So this here be broadened to come in. It is native infrastructure as our vision to redefine the operation's off on premises infrastructure, and this applies to all matters of workloads. Using open shift on metal running all the way from the data center to the edge. No by your desk, right to main benefits. Want to help reduce the operation casts And second, to help bring advance good when it is orchestration concept to your infrastructure. So next, let's take a look at storage. So open shift container storage is software defined storage, providing the same functionality for both the public and the private lads. By leveraging the operator framework, open shift container storage automatically detects the available hardware configuration to utilize the discs in the most optimal vein. So then adding my note, you don't have to think about how to balance the storage. Storage is just another service running an open shift. >> And I really love this dashboard quite honestly, because I love seeing all the storage right here. So I'm kind of curious, though. Karima. What kind of storage would you What, What kind of applications would you use with the storage? >> Yeah, so this is the persistent storage. To be used by a database is your files and any data from applications such as a Magic Africa. Now the A Patrick after operator uses school, been at this for scheduling and high availability, and it uses open shift containers. Shortest. Restore the messages now Here are on premises. System is running a caf co workload streaming sensor data on DH. We want toe sort it and act on it locally, right In a minute. A place where maybe we need low latency or maybe in a data lake like situation. So we don't want to send the starter to the cloud. Instead, we want to act on it locally, right? Let's look at the griffon a dashboard and see how our system is doing so with the incoming message rate of about four hundred messages for second, the system seems to be performing well, right? I want to emphasize this is a fully integrated system. We're doing the testing An optimization sze so that the system can Artoo tune itself based on the applications. >> Okay, I love the automated operations. Now I am a curious because I know other folks in the audience want to know this too. What? Can you tell us more about how there's truly integrated communities can give us an example of that? >> Yes. Again, You know, I want to emphasize everything here is managed poorly by communities on open shift. Right. So you can really use the latest coolest to manage them. All right. Next, let's take a look at how easy it is to use K native with azure functions to script alive Reaction to a live migration event. >> Okay, Native is a great example. If actually were part of my breakout session yesterday, you saw me demonstrate came native. And actually, if you want to get hands on with it tonight, you can come to our guru night at five PM and actually get hands on like a native. So I really have enjoyed using K. Dated myself as a software developer. And but I am curious about the azure functions component. >> Yeah, so as your functions is a function is a service engine developed by Microsoft fully open source, and it runs on top of communities. So it works really well with our on premises open shift here. Right now, I have a simple azure function that I already have here and this azure function, you know, Let's see if this will send out a tweet every time we live My greater Windows virtual machine. Right. So I have it integrated with open shift on DH. Let's move a note to maintenance to see what happens. So >> basically has that via moves. We're going to see the event triggered. They trigger the function. >> Yeah, important point I want to make again here. Windows virtue in machines are equal citizens inside of open shift. We're investing heavily in automation through the use of the operator framework and also providing integration with the hardware. Right, So next, Now let's move that note to maintain it. >> But let's be very clear here. I wanna make sure you understand one thing, and that is there is no underlying virtual ization software here. This is open ship running on bear. Meddle with these bare metal host. >> That is absolutely right. The system can automatically discover the bare metal hosts. All right, so here, let's move this note to maintenance. So I start them Internets now. But what will happen at this point is storage will heal itself, and communities will bring back the same level of service for the CAFTA application by launching a part on another note and the virtual machine belive my great right and this will create communities events. So we can see. You know, the events in the event stream changes have started to happen. And as a result of this migration, the key native function will send out a tweet to confirm that could win. It is native infrastructure has indeed done the migration for the live Ian. Right? >> See the events rolling through right there? >> Yeah. All right. And if we go to Twitter? >> All right, we got tweets. Fantastic. >> And here we can see the source Nord report. Migration has succeeded. It's a pretty cool stuff right here. No. So we want to bring you a cloud like experience, but this means is we're making operational ease a fuse as a top goal. We're investing heavily in encapsulating management knowledge and working to pre certify hardware configuration in working with their partners such as Dell, and they're dead already. Note program so that we can provide you guidance on specific benchmarks for specific work loads on our auto tuning system. >> All right, well, this is tow. I know right now, you're right thing, and I want to jump on the stage and check out the spare metal cluster. But you should not right. Wait After the keynote didn't. Come on, check it out. But also, I want you to go out there and think about visiting our partner Del and their booth where they have one. These clusters also. Okay, So this is where vmc networking and containers the storage all come together And a Kurban in his native infrastructure. You've seen right here on this stage, but an agreement. You have a bit more. >> Yes. So this is literally the cloud coming down from the heavens to us. >> Okay? Right here, Right now. >> Right here, right now. So, to close the loop, you can have your plaster connected to cloud redhead dot com for our insights inside reliability engineering services so that we can proactively provide you with the guidance through automated analyses of telemetry in logs and help flag a problem even before you notice you have it Beat software, hardware, performance, our security. And one more thing. I want to congratulate the engineers behind the school technology. >> Absolutely. There's a lot of engineers here that worked on this cluster and worked on the stack. Absolutely. Thank you. Really awesome stuff. And again do go check out our partner Dale. They're just out that door I can see them from here. They have one. These clusters get a chance to talk to them about how to run your open shift for on a bare metal cluster as well. Right, Kareema, Thank you so much. That was totally awesome. We're at a time, and we got to turn this back over to Paul. >> Thank you. Right. >> Okay. Okay. Thanks >> again. Burned, Kareema. Awesome. You know, So even with all the exciting capabilities that you're seeing, I want to take a moment to go back to the to the first platform tenant that we learned with rail, that the platform has to be developer friendly. Our next guest knows something about connecting a technology like open shift to their developers and part of their company. Wide transformation and their ability to shift the business that helped them helped them make take advantage of the innovation. Their Innovation award winner this year. Please, Let's welcome Ed to the stage. >> Please welcome. Twenty nineteen. Innovation Award winner. BP Vice President, Digital transformation. Ed Alford. >> Thanks, Ed. How your fake Good. So was full. Get right into it. What we go you guys trying to accomplish at BP and and How is the goal really important in mandatory within your organization? Support on everyone else were global energy >> business, with operations and over seventy countries. Andi. We've embraced what we call the jewel challenge, which is increasing the mind for energy that we have as individuals in the world. But we need to produce the energy with fuel emissions. It's part of that. One of our strategic priorities that we >> have is to modernize the whole group on. That means simplifying our processes and enhancing >> productivity through digital solutions. So we're using chlo based technologies >> on, more importantly, open source technologies to clear a community and say, the whole group that collaborates effectively and efficiently and uses our data and expertise to embrace the jewel challenge and actually try and help solve that problem. That's great. So So how did these heart of these new ways of working benefit your team and really the entire organ, maybe even the company as a whole? So we've been given the Innovation Award for Digital conveyor both in the way it was created and also in water is delivering a couple of guys in the audience poll costal and brewskies as he they they're in the team. Their teams developed that convey here, using our jail and Dev ops and some things. We talk about this stuff a lot, but actually the they did it in a truly our jail and develops we, um that enabled them to experiment and walking with different ways. And highlight in the skill set is that we, as a group required in order to transform using these approaches, we can no move things from ideation to scale and weeks and days sometimes rather than months. Andi, I think that if we can take what they've done on DH, use more open source technology, we contain that technology and apply across the whole group to tackle this Jill challenge. And I think that we use technologists and it's really cool. I think that we can no use technology and open source technology to solve some of these big challenges that we have and actually just preserve the planet in a better way. So So what's the next step for you guys at BP? So moving forward, we we are embracing ourselves, bracing a clothed, forced organization. We need to continue to live to deliver on our strategy, build >> over the technology across the entire group to address the jewel >> challenge and continue to make some of these bold changes and actually get into and really use. Our technology is, I said, too addresses you'LL challenge and make the future of our planet a better place for ourselves and our children and our children's children. That's that's a big goal. But thank you so much, Ed. Thanks for your support. And thanks for coming today. Thank you very much. Thank you. Now comes the part that, frankly, I think his best part of the best part of this presentation We're going to meet the type of person that makes all of these things a reality. This tip this type of person typically works for one of our customers or with one of with one of our customers as a partner to help them make the kinds of bold goals like you've heard about today and the ones you'll hear about Maura the way more in the >> week. I think the thing I like most about it is you feel that reward Just helping people I mean and helping people with stuff you enjoy right with computers. My dad was the math and science teacher at the local high school. And so in the early eighties, that kind of met here, the default person. So he's always bringing in a computer stuff, and I started a pretty young age. What Jason's been able to do here is Mohr evangelize a lot of the technologies between different teams. I think a lot of it comes from the training and his certifications that he's got. He's always concerned about their experience, how easy it is for them to get applications written, how easy it is for them to get them up and running at the end of the day. We're a loan company, you know. That's way we lean on accounting like red. That's where we get our support front. That's why we decided to go with a product like open shift. I really, really like to product. So I went down. The certification are out in the training ground to learn more about open shit itself. So my daughter's teacher, they were doing a day of coding, and so they asked me if I wanted to come and talk about what I do and then spend the day helping the kids do their coding class. The people that we have on our teams, like Jason, are what make us better than our competitors, right? Anybody could buy something off the shelf. It's people like him. They're able to take that and mold it into something that then it is a great offering for our partners and for >> customers. Please welcome Red Hat Certified Professional of the Year Jason Hyatt. >> Jason, Congratulations. Congratulations. What a what a big day, huh? What a really big day. You know, it's great. It's great to see such work, You know that you've done here. But you know what's really great and shows out in your video It's really especially rewarding. Tow us. And I'm sure to you as well to see how skills can open doors for for one for young women, like your daughters who already loves technology. So I'd liketo I'd like to present this to you right now. Take congratulations. Congratulations. Good. And we I know you're going to bring this passion. I know you bring this in, everything you do. So >> it's this Congratulations again. Thanks, Paul. It's been really exciting, and I was really excited to bring my family here to show the experience. It's it's >> really great. It's really great to see him all here as well going. Maybe we could you could You guys could stand up. So before we leave before we leave the stage, you know, I just wanted to ask, What's the most important skill that you'LL pass on from all your training to the future generations? >> So I think the most important thing is you have to be a continuous learner you can't really settle for. Ah, you can't be comfortable on learning, which I already know. You have to really drive a continuous Lerner. And of course, you got to use the I ninety. Maxwell. Quite. >> I don't even have to ask you the question. Of course. Right. Of course. That's awesome. That's awesome. And thank you. Thank you for everything, for everything that you're doing. So thanks again. Thank you. You know what makes open source work is passion and people that apply those considerable talents that passion like Jason here to making it worked and to contribute their idea there. There's back. And believe me, it's really an impressive group of people. You know you're family and especially Berkeley in the video. I hope you know that the redhead, the certified of the year is the best of the best. The cream of the crop and your dad is the best of the best of that. So you should be very, very happy for that. I also and I also can't wait. Teo, I also can't wait to come back here on this stage ten years from now and present that same award to you. Berkeley. So great. You should be proud. You know, everything you've heard about today is just a small representation of what's ahead of us. We've had us. We've had a set of goals and realize some bold goals over the last number of years that have gotten us to where we are today. Just to recap those bold goals First bait build a company based solely on open source software. It seems so logical now, but it had never been done before. Next building the operating system of the future that's going to run in power. The enterprise making the standard base platform in the op in the Enterprise Olympics based operating system. And after that making hybrid cloud the architecture of the future make hybrid the new data center, all leading to the largest software acquisition in history. Think about it around us around a company with one hundred percent open source DNA without. Throughout. Despite all the fun we encountered over those last seventeen years, I have to ask, Is there really any question that open source has won? Realizing our bold goals and changing the way software is developed in the commercial world was what we set out to do from the first day in the Red Hat was born. But we only got to that goal because of you. Many of you contributors, many of you knew toe open source software and willing to take the risk along side of us and many of partners on that journey, both inside and outside of Red Hat. Going forward with the reach of IBM, Red hat will accelerate. Even Mohr. This will bring open source general innovation to the next generation hybrid data center, continuing on our original mission and goal to bring open source technology toe every corner of the planet. What I what I just went through in the last hour Soul, while mind boggling to many of us in the room who have had a front row seat to this overto last seventeen plus years has only been red hats. First step. Think about it. We have brought open source development from a niche player to the dominant development model in software and beyond. Open Source is now the cornerstone of the multi billion dollar enterprise software world and even the next generation hybrid act. Architecture would not even be possible without Lennox at the core in the open innovation that it feeds to build around it. This is not just a step forward for software. It's a huge leap in the technology world beyond even what the original pioneers of open source ever could have imagined. We have. We have witnessed open source accomplished in the last seventeen years more than what most people will see in their career. Or maybe even a lifetime open source has forever changed the boundaries of what will be possible in technology in the future. And in the one last thing to say, it's everybody in this room and beyond. Everyone outside continue the mission. Thanks have a great sum. It's great to see it

Published Date : May 11 2019

SUMMARY :

Ladies and gentlemen, please welcome Red Hat President Products and Technologies. Kennedy setting the gold to the American people to go to the moon. that point I knew that despite the promise of Lennox, we had a lot of work ahead of us. So it is an honor for me to be able to show it to you live on stage today. And we're not about the clinic's eight. And Morgan, There's windows. That means that for the first time, you can log in from any device Because that's the standard Lennox off site. I love the dashboard overview of the system, You see the load of the system, some some of its properties. So what about if I have to add a whole new application to this environment? Which the way for you to install different versions of your half stack that That is fantastic and the application streams Want to keep up with the fast moving ecosystems off programming I know some people were thinking it right now. everyone you want two or three or whichever your application needs. And I'm going to the rat knowledge base and looking up things like, you know, PV create VD, I've opened the storage space for you right here, where you see an overview of your storage. you know, we'll have another question for you. you know a lot of people, including me and people in the audience like that dark out right? much easier, including a post gra seeker and, of course, the python that we saw right there. Yeah, absolutely. And it's saved so that you don't actually have to know all the various incantations from Amazon I All right, Well, if you want to prevent a holy war in your system, you can actually use satellite to filter that out. Okay, So this VM image we just created right now from that blueprint this is now I can actually go out there and easily so you can really hit your Clyburn hybrid cloud operating system images. and I just need a few moments for it to build. So while that's taking a few moments, I know there's another key question in the minds of the audience right now, You see all my relate machines here, including the one I showed you what Consul on before. Okay, okay, so now it's progressing. it's progressing. live upgrade on stage. Detective that and you know, it doesn't run the Afghan cause we don't support operating that. So the good news is, we were protected from possible failed upgrade there, That's the idea. And I really love what you showed us there. So you were away for so long. So the really cool thing about this bird is that all of these images were built So thank you so much for that large. more to talk to you about. I'm going to show you here a satellite inventory and his So he's all the machines can get updated in one fell swoop. And there's one thing that I want to bring your attention to today because it's brand new. I know that in the minds of the audience right now. I've actually been waiting for a while patiently for you to get to the really good stuff. there's one more thing that I wanted to let folks know about. next eight and some features that we have there. So, actually, one of the key design principles of relate is working with our customers over the last twenty years to integrate OK, so we basically have this new feature. So And this is this list is growing every single day, so customers can actually opt in to the rules that are most But it comes to CVS and things that nature. This is the satellite that we saw before, and I'll grab one of the hosts and I love it so it's just a single command and you're ready to register this box right now. I'm going to show you one more thing. I know everyone's waiting for it as well, But hey, you're VM is ready. Yeah, insights is a really cool feature And I've got it in all my images already. the machines registering on cloud that redhead dot com ready to be managed. OK, so all those onstage PM's as well as the hybrid cloud VM should be popping in IRC Post Chris equals Well, We saw that in the overview, and I can actually go and get some more details about what this everybody to go try this like, we really need to get this thing going and try it out right now. don't know, sent about the room just yet. And even though it's really easy to get going on and we kind of, you know, when a little bit sideways here moments. I went brilliant. We hear about that all the time, as I just told Please welcome Lawrence Livermore National Laboratory. And thank thank you so much for coming for But first and foremost, our job is to ensure the safety, and for the geeks in the audience, I think there's a few of them out there. before And you know, Vendors seldom had a system anywhere near the size of ours, and we couldn't give them our classified open source, you know, for even open source existing. And if the security vulnerability comes out, we don't have to chase around getting fixes from Multan slo all the way to the extract excess Excuse scale supercomputing. share any more details about that system right now, but we are hoping that we're going to be able of the data center spread across so many multiple environments, management had to be I know all of you have heard we're talking to pretend to new customers about the travel out. Earlier we showed you read Enterprise Clinic St running on lots of In large part, that's because open shit for has extended management of the clusters down to the infrastructure, you can now see the machines that make up the cluster where machine represents the infrastructure. Thes software operators are responsible for aligning the cluster to a desired state. of Cooper Netease Technologies that have the operational characteristics that Dan's going to actually let us has made the sequel server operator available to me and my team. Okay, so this point we can kind of provisions, And if I scroll to the list, we can see the different workloads Jessica just mentioned Okay, But And the way they all those killers working is Okay, so looks like capacity planning and automation is fully, you know, handle this point. Is the cluster admin right now into the console? This gives a cluster I've been the ability to maintain the operators they've already installed. So this is our products application that's talking to that sequel server instance. So, you know, everyone in this room, you know, wants to see you hit that upgrade button. And that point, the new, softer operator will notice. So glad the team doesn't have to worry about that anymore and just got I think enough of these might have run by Now, if you try your app again Let's see Jessica's application up here. And yet look, we're We're into two before we're onto three. So I'm going to switch this automatic approval. And so I was glad you guys got a chance to see that rolling update across the cluster. And I'll dig into the azure cluster that we were just taking a look at. all you have to do is log in with your red hair credentials to get access. So one console, one user experience to see across the entire hybrid cloud we saw earlier with Red Thanks so much to burn his team. of technology, Rich Hodak. How you doing? center all the way to the edge while being as effective as you have been over of the open hybrid cloud, and now we're going to show you a few more things. You're in the business of oil and gas from the business retail. And this is your crew vanities. Well, that's the one that my team built right here on this stage. Oh, large shirt, you windows. open shift container storage automatically detects the available hardware configuration to What kind of storage would you What, What kind of applications would you use with the storage? four hundred messages for second, the system seems to be performing well, right? Now I am a curious because I know other folks in the audience want to know this too. So you can really use the latest coolest to manage And but I am curious about the azure functions component. and this azure function, you know, Let's see if this will We're going to see the event triggered. So next, Now let's move that note to maintain it. I wanna make sure you understand one thing, and that is there is no underlying virtual ization software here. You know, the events in the event stream changes have started to happen. And if we go to Twitter? All right, we got tweets. No. So we want to bring you a cloud like experience, but this means is I want you to go out there and think about visiting our partner Del and their booth where they have one. Right here, Right now. So, to close the loop, you can have your plaster connected to cloud redhead These clusters get a chance to talk to them about how to run your open shift for on a bare metal Thank you. rail, that the platform has to be developer friendly. Please welcome. What we go you guys trying to accomplish at BP and and How is the goal One of our strategic priorities that we have is to modernize the whole group on. So we're using chlo based technologies And highlight in the skill part of this presentation We're going to meet the type of person that makes And so in the early eighties, welcome Red Hat Certified Professional of the Year Jason Hyatt. So I'd liketo I'd like to present this to you right now. to bring my family here to show the experience. before we leave before we leave the stage, you know, I just wanted to ask, What's the most important So I think the most important thing is you have to be a continuous learner you can't really settle for. And in the one last thing to say, it's everybody in this room and

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Adam BallPERSON

0.99+

JessicaPERSON

0.99+

Josh BoyerPERSON

0.99+

PaulPERSON

0.99+

Timothy KramerPERSON

0.99+

DanPERSON

0.99+

JoshPERSON

0.99+

JimPERSON

0.99+

TimPERSON

0.99+

IBMORGANIZATION

0.99+

JasonPERSON

0.99+

Lars CarlPERSON

0.99+

Kareema SharmaPERSON

0.99+

WilbertPERSON

0.99+

Jason HyattPERSON

0.99+

BrentPERSON

0.99+

LenoxORGANIZATION

0.99+

Rich HodakPERSON

0.99+

Ed AlfordPERSON

0.99+

tenQUANTITY

0.99+

Brent MidwoodPERSON

0.99+

Daniel McPhersonPERSON

0.99+

Jessica ForresterPERSON

0.99+

LennoxORGANIZATION

0.99+

LarsPERSON

0.99+

Last yearDATE

0.99+

RobinPERSON

0.99+

DellORGANIZATION

0.99+

KarimaPERSON

0.99+

hundredsQUANTITY

0.99+

seventy poundsQUANTITY

0.99+

AmazonORGANIZATION

0.99+

Red HatORGANIZATION

0.99+

John F. KennedyPERSON

0.99+

AnselORGANIZATION

0.99+

oneQUANTITY

0.99+

Edward TellerPERSON

0.99+

last yearDATE

0.99+

TeoPERSON

0.99+

KareemaPERSON

0.99+

MicrosoftORGANIZATION

0.99+

todayDATE

0.99+

PythonTITLE

0.99+

seven individualsQUANTITY

0.99+

BPORGANIZATION

0.99+

ten ten thousand timesQUANTITY

0.99+

BostonLOCATION

0.99+

ChrisPERSON

0.99+

Del TechnologiesORGANIZATION

0.99+

pythonTITLE

0.99+

TodayDATE

0.99+

thousandsQUANTITY

0.99+

Robin GoldstonePERSON

0.99+

Brian Ferrar, Cisco | SAP SAPPHIRE NOW 2018


 

>> From Orlando, Florida, it's theCUBE, covering SAP SAPPHIRE NOW 2018, brought to you by NetApp. >> Hey, welcome to theCUBE, I'm Lisa Martin, with Keith Townsend on the ground at SAP SAPPHIRE NOW 2018, we're in the NetApp booth, and we are joined by a CUBE alumni, Brian Ferrar, Marketing Manager for SAP at Cisco, welcome. >> Thank you, thank you, it's great to be here. >> So you are a veteran, you've been at Cisco, you said, about four years. But you have been in the SAP community for a long time. This is, I think I was reading, the 25th time that they've done an event like this. Now, obviously, an event with north of 20,000 people, a million people, Bill McDermott said, engaging online. Wow, we're in the NetApp booth. Tell us, Brian, about this trifecta: NetApp, Cisco, SAP. >> Well sure, thank you very much, first of all. We appreciate the invitation to be here. We've been working with Cisco, Cisco's been working with NetApp and SAP on solutions for our customers together for about 10 years. And in that time, our joint solution for SAP, which we called a FlexPod, which combines Cisco UCS servers with NetApp storage, and of course then there's Cisco networking. That's become one of the most preferred platforms to run SAP HANA on. There was a recent IDC survey, in fact, end of last year, in which they went out, without any consultation with us vendors, and did an independent, true market research survey, with over 300 end users of HANA, and they asked, what was the best platform, what was the most preferred platform to run on. And by far, it was FlexPod, with Cisco and NetApp. And the favorite storage platform, by far NetApp. So we think we're doing a really good job for our customers, but there's always room for improvement, so we're ever innovating, and that, I think, is the secret to our success. Constant, repetitive innovation, making it better and better and better. >> So if we look at these digital transformation platforms of the future: SAP HANA, Leonardo, and then we think about the Cisco, NetApp value prop. How does those individual components play in that equation? >> Well a couple of ways I think, it's a great question. First of all, you gotta start with the very core of what you're concerned about. This is a risky situation. You're running your companies most valuable asset, your supply chain, on this stuff. And so you wanna make sure that the platform you're using is rigorously tested and even more rigorously secured. So one of the things we're known for, and we do this with NetApp, on the FlexPod platform, is our CVDs, Cisco Validated Designs, in which we pretest and precertify everything that you would have to do to implement your SAP solution on a FlexPod. And that's all documented. So if you follow the instructions, you're gonna get a foolproof installation. Then the second way, is we need to make operation and management of these environments simpler and easier. Everybody's looking to reduce cost, reduce resources, improve performance. So one of the ways we've really distinguished ourselves in this market, especially with NetApp, is something we call policy-based infrastructure. We have a product called ACI, Application. (laughs) ACI, what's ACI? It's Application Centric Infrastructure. And it allows us to automate the deployment and management of HANA on these solutions. In fact, one SAP executive saw this and coined the term, One Click Deployment. And I won't say it's just one click deployment, there is some tweaking, but that speaks to the simplicity of deploying it on a FlexPod. But more than that, then we apply that automation to the management and the ongoing orchestration of that environment. And so, for example, if you wanna keep security threats out of your environment, you can automate our Tetration solution on top of that platform that looks at incoming code, looks for patterns, and detects inappropriate activity before it has time to harm your system. Another way we do that was with a product we're unveiling here at SAPPHIRE, which is AppDynamics for SAP. AppDynamics is a fairly famous company around monitoring applications, and Cisco acquired them about a year ago, and we're unveiling their solution for SAP in our booth with number 550, in fact. And that allows you to look all the way down to the code level and see what's happening. >> So, let's pick that apart a little bit, that's pretty amazing. I'm familiar with AppDynamics, it was a born-in-the-cloud solution. So when you think about SAP, and you think about traditional applications built on SAP, you don't think about AppDynamics, you know. AppDynamics was this thing that could allow you to monitor and troubleshoot code across clouds. What's their play with SAP. >> It's hard to say, anymore that anybody's running SAP just on premise, or just in cloud. We live in a hybrid world, a lot of people call it the multi cloud world. And you have to have these management and monitoring tools work both on prem and in the cloud. Basically, they gotta follow your data. And that's the beauty of AppDynamics, is it works across all those multi cloud environments. And I think that's the big play for us with them. We're very concerned about security, coming from a network background, we're very aware of intrusion capabilities, the size of your attack surface, how cloud actually increases the size of your attack surface. So you need a tool like AppDynamics, and other tools that Cisco has, as I mentioned our Tetration tool, to really watch that code and that data going across your infrastructure. And also to keep an eye out for bad actors. It's unfortunately a dangerous world now. Just read the news and see all the companies that have had their brand essentially held hostage with ransomware, for example. >> So let's talk about support. I love the idea of being able to take the infrastructure, outsource the engineering of that to Cisco, FlexPod, Tetration, these validated designs that makes deployment simple. But support, when there's a problem with a query, that's supporting a digital transformation initiative, who do I call? Do I call NetApp, do I call SAP, do I call Cisco? >> It's a great question, it's a great question, 'cause nobody here, not just Cisco, but no vendor here at the show today, implements a solution just on their own, and every environment has multiple pieces in the solution. Cisco takes ownership of the support of all the components, even our partner components, of any solution we deploy. So it's one stop shopping for your support calls. Now if we find it escalates to a higher and higher level, we have direct connections to our partners, third level support escalation teams, and we bring them in, and we solve the problem, but we never let go of it. We don't hand it off, we maintain that incident. No finger pointing, and if you've ever had any personal issues at home on your laptop, and tried to get somebody to help, and you call one person and they point you to another, Yeah, it just doesn't happen. >> My better half just always blames it on the network. And I'm not a network guy anymore, so it's never my fault. (laughing) >> But speaking of needing to delight customers, one of the things that, thematically, was talked about this morning in Bill Mcdermott's keynote is enabling the intelligent enterprise and really being able to embed AI into the technologies to unite the humans with the machines. I loved how he talked about augmenting humanity, and what he talked about there was really. >> The Brave New World, huh? >> Right, and kind of, not calling out their competitors by name, but we all know who they are, and really saying that what SAP is now doing is connecting, synchronizing, the demand chain with the supply chain. So enabling the customers who don't care what's under the hood, right? To focus on their customers, to get this comprehensive customer view. >> I actually really liked that part of the keynote because that description characterizes Cisco ourselves as SAP's customer. So we eat our own dog food, to use the cliche, but you talk about artificial intelligence and machine learning. Last year at SAPPHIRE, we won the HANA innovation award, for the innovation that we did on HANA with AI and machine learning. And we implement that internally, not just for our customers, but internally for ourselves, we do all our sales forecasting, and supply chain management with HANA using AI and machine learning for better insights. And it has made a world of difference to our internal supply chain and IT teams. I mean it's funny because, 20 years ago, we would have called it magic, and it's not, it's innovation. In fact that's the theme of our booth here at SAPPHIRE this week, is it's not magic, it's innovation. We actually have a magician in the booth sawing people in half. You're welcome to come by. If you fit in the booth, you can be sawed in half. >> I might be in trouble here. >> You have to be rather small, but we'll show you how the trick is even done. And that's the thing with innovation, differentiating it from magical claims that other vendors might make. We show you under the covers, how it's done, and we share everything and document everything. And that's actually going back to those CVDs that are so valuable to our customers. >> So let's talk about one of the pillars of Cisco, which is security. As we look at where data's at, we're talking about Edge, the data center, and somewhere in between, >> Yeah, everywhere in between. >> Everywhere in between, security has to follow the data. How does Cisco with NetApp help administrators follow the data? >> Oh, that's another good question. I was in a presentation from an analyst recently, it said the world's data is now increasing, it's doubling every two years. The entire world's data is doubling every two years. So how do you keep track of that and how do you manage it? One of the ways we do it, and we do this with NetApp as well and the FlexPod, is we have security embedded in every aspect, so we talk about computing at the Edge, with IOT devices, you know? Smart cars is an example everyone understands. But there's supply chain IOT out there on the Edge as well. Tracking shipments and ballots, and widgets, and units. And we talk about computing at the fog, and trying to get computing as close to the transaction as possible, for low latency, high performance. But then for deep analytics, you're bringing that data back to the core. So you've got a lot of places where you could be attacked, as I mentioned earlier, that attack surface has now grown dramatically, it's no longer isolated within the four walls of your data center. So we embed security at every place along that chain. Coming from a network heritage, we have intelligent routers, often ruggedized, that we can put out there in the Edge, with security, to catch inappropriate activity happening, coming in from an IOT source for example, from a sensor. That is not what we were expecting and could potentially be an attack. And then we can analyze it before it ever gets into your valuable data center. And so we're putting that security at the Edge, in the fog, on the servers, in the data center, on the routers, on the network, you name it. We think there's no one solution. You have to have an all encompassing end to end solution, that literally surrounds you with that security bubble, and that's what we're doing. In fact, we, by the way, to put a plugin for Cisco, we just came out with our annual Cybersecurity Report, which is one of the most popular supports on cyber security trends every year in the industry. So Cisco puts that together, and obviously takes it very seriously. >> So you mentioned AppDynamics before, monitoring SAP apps, you just mentioned security. Put that in the context of this next generation data center. What does a customer, what can they expect working with Cisco, NetApp, and SAP, to evolve to a next gen data center. >> It's an interesting question, because the very nature of the data center is changing now. I mean, you know if I'm on the road and I'm processing end of year financial closes or end of quarter financial closes, am I a data center? If I'm processing IOT data on the Edge, and because it's so critical, for example, take oil and gas. They can measure that remote oil well in dollars per second, or tens of thousands of dollars per second of down time. And so you want the data coming in from that well. Pressure, temperature, potential downtime, coming in in time to fix it before it breaks, is that now a data center? So we're talking about, what does it mean? The definitions of compute, of data capture have all changed. The idea is you've gotta follow that data. And that's what we're looking at for the future, I think, is the data center is no longer an internal monolithic, controlled environment, that you can be very certain of. Now you've gotta follow that data and adapt your security to the type of processing you're doing, whether it's in the data center core or out there on the Edge. And I think that's what we're evolving to. Someday we'll all be data centers. >> So let's talk about that, all on the data center. Developers are now developing applications, containers, they practically have data centers on their laptop. Connect the dots for us, where Cisco plays in. >> This is actually one of the latest developments, I think, in the industry, is the emergence of something called containers. And we're the first vendor to work with SAP to implement our Cisco container platform, to provide their SAP data hub with containerized access. So now, that SAP data hub can become the nucleus of all incoming data and processing all big data for new insights, regardless of the source of that data or the application that data's running on. And that's what the beauty of containers is, is it encapsulates that application, so those rules come with that data, and so now you can, literally, connect everything to that central SAP data hub, and have complete, what did Bill Mcdermott call it, 360 degree visibility. And that's made possible by the ability to tap into not just new big data solutions that you have out there, but legacy big data solutions. I mean, I'm old enough to remember when there was such a thing called the data warehouse. And they were all proprietary and there were a whole bunch of them. And there are still our customers out there running not only the new stuff, but the legacy stuff, 'cause it works, they figured it out, and they don't wanna change it, it gives them good insights. So how do you take that legacy stuff now, and link it and combine it with all the new stuff coming out of, for example, your SAP supply chain, and the answer is the containers on top of that SAP data hub will do that for you. And that's really where we're taking it. There was a language, Esperanto, years and years ago, that was created in the '60s, '50s even. And I think the idea was it was gonna be a universal language that anybody could speak. So I don't speak Spanish, if they don't speak English, but we both speak Esperanto. And of course it never took off, because it was yet another language to learn. But the idea, the concept of having this in between piece that makes anything connect to anything is still a very intriguing idea for the human mind. And you can apply that to this data sphere, this global data sphere, and now, with something like a data hub tool and containers, that serve that encapsulation purpose, you can actually have a nucleus of big data and analytics in your company, that doesn't care where the data was originated from or what application it's running. It's still available to plug into your analysis, your planning. >> Well who knew, SAP, we heard Kubernetes, and AppDynamics in one interview at SAP SAPPHIRE, that's amazing. >> Mind blown? >> I get paid by the buzzword, you know. >> Wow! >> Yeah, I'm in marketing. >> So am I, I gotta tap into your expertise now. Brian, thank you so much for stopping by theCUBE, and talking with Keith and me about what's new with Cisco, your partnership with SAP, and NetApp, and happy birthday. >> Thank you very much, I appreciate it. Come to the party. I'm actually having Justin Timberlake perform this year. >> That's very nice of you. >> You're all invited. >> Well thank you, wow, I'm glad I could make it to your birthday party. >> You guys have a great day. >> We wanna thank you for watching theCUBE, we are at SAP SAPPHIRE 2018. I'm Lisa Martin with Keith Townsend, thanks for watching.

Published Date : Jun 8 2018

SUMMARY :

brought to you by NetApp. with Keith Townsend on the ground at SAP SAPPHIRE NOW 2018, So you are a veteran, you've been at Cisco, is the secret to our success. and then we think about the Cisco, NetApp value prop. and we do this with NetApp, on the FlexPod platform, So when you think about SAP, and you think about And that's the beauty of AppDynamics, I love the idea of being able to take the infrastructure, and every environment has multiple pieces in the solution. My better half just always blames it on the network. the technologies to unite the humans with the machines. synchronizing, the demand chain with the supply chain. I actually really liked that part of the keynote And that's the thing with innovation, So let's talk about one of the pillars administrators follow the data? One of the ways we do it, and we do this with NetApp Put that in the context of this next generation data center. And so you want the data coming in from that well. So let's talk about that, all on the data center. And that's made possible by the ability in one interview at SAP SAPPHIRE, that's amazing. and talking with Keith and me about what's new with Cisco, Thank you very much, I appreciate it. to your birthday party. We wanna thank you for watching theCUBE,

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Bill McDermottPERSON

0.99+

Lisa MartinPERSON

0.99+

CiscoORGANIZATION

0.99+

Brian FerrarPERSON

0.99+

Keith TownsendPERSON

0.99+

Bill McdermottPERSON

0.99+

KeithPERSON

0.99+

Justin TimberlakePERSON

0.99+

BrianPERSON

0.99+

AppDynamicsORGANIZATION

0.99+

HANATITLE

0.99+

Last yearDATE

0.99+

SAP HANATITLE

0.99+

EsperantoOTHER

0.99+

360 degreeQUANTITY

0.99+

25th timeQUANTITY

0.99+

EnglishOTHER

0.99+

Orlando, FloridaLOCATION

0.99+

one clickQUANTITY

0.99+

CUBEORGANIZATION

0.99+

todayDATE

0.99+

oneQUANTITY

0.99+

second wayQUANTITY

0.99+

SAPORGANIZATION

0.99+

SpanishOTHER

0.98+

over 300 end usersQUANTITY

0.98+

NetAppORGANIZATION

0.98+

NetAppTITLE

0.98+

OneQUANTITY

0.98+

about 10 yearsQUANTITY

0.98+

FlexPodCOMMERCIAL_ITEM

0.98+

SAPPHIREORGANIZATION

0.98+

a million peopleQUANTITY

0.97+

one personQUANTITY

0.97+

IDCORGANIZATION

0.97+

TetrationORGANIZATION

0.97+

this weekDATE

0.97+

bothQUANTITY

0.96+

One ClickQUANTITY

0.95+

ACIORGANIZATION

0.95+

'60sDATE

0.95+

first vendorQUANTITY

0.94+

this yearDATE

0.94+

NOWDATE

0.94+

FirstQUANTITY

0.93+

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+

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+

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+

Day One Morning Keynote | Red Hat Summit 2018


 

[Music] [Music] [Music] [Laughter] [Laughter] [Laughter] [Laughter] [Music] [Music] [Music] [Music] you you [Music] [Music] [Music] [Music] [Music] [Music] [Music] [Music] [Music] [Music] [Music] [Music] [Music] [Music] [Music] [Music] [Music] [Music] [Music] [Music] [Music] [Music] [Music] [Music] [Music] [Music] [Music] [Applause] [Music] wake up feeling blessed peace you warned that Russia ain't afraid to show it I'll expose it if I dressed up riding in that Chester roasted nigga catch you slippin on myself rocks on I messed up like yes sir [Music] [Music] [Music] [Music] our program [Music] [Music] [Music] [Music] [Music] [Music] [Music] [Music] [Music] [Music] [Music] [Music] you are not welcome to Red Hat summit 2018 2018 [Music] [Music] [Music] [Laughter] [Music] Wow that is truly the coolest introduction I've ever had thank you Wow I don't think I feel cool enough to follow an interaction like that Wow well welcome to the Red Hat summit this is our 14th annual event and I have to say looking out over this audience Wow it's great to see so many people here joining us this is by far our largest summit to date not only did we blow through the numbers we've had in the past we blew through our own expectations this year so I know we have a pretty packed house and I know people are still coming in so it's great to see so many people here it's great to see so many familiar faces when I had a chance to walk around earlier it's great to see so many new people here joining us for the first time I think the record attendance is an indication that more and more enterprises around the world are seeing the power of open source to help them with their challenges that they're facing due to the digital transformation that all of enterprises around the world are going through the theme for the summit this year is ideas worth exploring and we intentionally chose that because as much as we are all going through this digital disruption and the challenges associated with it one thing I think is becoming clear no one person and certainly no one company has the answers to these challenges right this isn't a problem where you can go buy a solution this is a set of capabilities that we all need to build it's a set of cultural changes that we all need to go through and that's going to require the best ideas coming from so many different places so we're not here saying we have the answers we're trying to convene the conversation right we want to serve as a catalyst bringing great minds together to share ideas so we all walk out of here at the end of the week a little wiser than when we first came here we do have an amazing agenda for you we have over 7,000 attendees we may be pushing 8,000 by the time we got through this morning we have 36 keynote speakers and we have a hundred and twenty-five breakout sessions and have to throw in one plug scheduling 325 breakout sessions is actually pretty difficult and so we used the Red Hat business optimizer which is an AI constraint solver that's new in the Red Hat decision manager to help us plan the summit because we have individuals who have a clustered set of interests and we want to make sure that when we schedule two breakout sessions we do it in a way that we don't have overlapping sessions that are really important to the same individual so we tried to use this tool and what we understand about people's interest in history of what they wanted to do to try to make sure that we spaced out different times for things of similar interests for similar people as well as for people who stood in the back of breakouts before and I know I've done that too we've also used it to try to optimize room size so hopefully we will do our best to make sure that we've appropriately sized the spaces for those as well so it's really a phenomenal tool and I know it's helped us a lot this year in addition to the 325 breakouts we have a lot of our customers on stage during the main sessions and so you'll see demos you'll hear from partners you'll hear stories from so many of our customers not on our point of view of how to use these technologies but their point of views of how they actually are using these technologies to solve their problems and you'll hear over and over again from those keynotes that it's not just about the technology it's about how people are changing how people are working to innovate to solve those problems and while we're on the subject of people I'd like to take a moment to recognize the Red Hat certified professional of the year this is known award we do every year I love this award because it truly recognizes an individual for outstanding innovation for outstanding ideas for truly standing out in how they're able to help their organization with Red Hat technologies Red Hat certifications help system administrators application developers IT architects to further their careers and help their organizations by being able to advance their skills and knowledge of Red Hat products and this year's winner really truly is a great example about how their curiosity is helped push the limits of what's possible with technology let's hear a little more about this year's winner when I was studying at the University I had computer science as one of my subjects and that's what created the passion from the very beginning they were quite a few institutions around my University who were offering Red Hat Enterprise Linux as a course and a certification paths through to become an administrator Red Hat Learning subscription has offered me a lot more than any other trainings that have done so far that gave me exposure to so many products under red hair technologies that I wasn't even aware of I started to think about the better ways of how these learnings can be put into the real life use cases and we started off with a discussion with my manager saying I have to try this product and I really want to see how it really fits in our environment and that product was Red Hat virtualization we went from deploying rave and then OpenStack and then the open shift environment we wanted to overcome some of the things that we saw as challenges to the speed and rapidity of release and code etc so it made perfect sense and we were able to do it in a really short space of time so you know we truly did use it as an Innovation Lab I think idea is everything ideas can change the way you see things an Innovation Lab was such an idea that popped into my mind one fine day and it has transformed the way we think as a team and it's given that playpen to pretty much everyone to go and test their things investigate evaluate do whatever they like in a non-critical non production environment I recruited Neha almost 10 years ago now I could see there was a spark a potential with it and you know she had a real Drive a real passion and you know here we are nearly ten years later I'm Neha Sandow I am a Red Hat certified engineer all right well everyone please walk into the states to the stage Neha [Music] [Applause] congratulations thank you [Applause] I think that - well welcome to the red has some of this is your first summit yes it is thanks so much well fantastic sure well it's great to have you here I hope you have a chance to engage and share some of your ideas and enjoy the week thank you thank you congratulations [Applause] neha mentioned that she first got interest in open source at university and it made me think red hats recently started our Red Hat Academy program that looks to programmatically infuse Red Hat technologies in universities around the world it's exploded in a way we had no idea it's grown just incredibly rapidly which i think shows the interest that there really is an open source and working in an open way at university so it's really a phenomenal program I'm also excited to announce that we're launching our newest open source story this year at Summit it's called the science of collective discovery and it looks at what happens when communities use open hardware to monitor the environment around them and really how they can make impactful change based on that technologies the rural premier that will be at 5:15 on Wednesday at McMaster Oni West and so please join us for a drink and we'll also have a number of the experts featured in that and you can have a conversation with them as well so with that let's officially start the show please welcome red hat president of products and technology Paul Cormier [Music] Wow morning you know I say it every year I'm gonna say it again I know I repeat myself it's just amazing we are so proud here to be here today too while you all week on how far we've come with opens with open source and with the products that we that we provide at Red Hat so so welcome and I hope the pride shows through so you know I told you Seven Summits ago on this stage that the future would be open and here we are just seven years later this is the 14th summit but just seven years later after that and much has happened and I think you'll see today and this week that that prediction that the world would be open was a pretty safe predict prediction but I want to take you just back a little bit to see how we started here and it's not just how Red Hat started here this is an open source in Linux based computing is now in an industry norm and I think that's what you'll you'll see in here this week you know we talked back then seven years ago when we put on our prediction about the UNIX error and how Hardware innovation with x86 was it was really the first step in a new era of open innovation you know companies like Sun Deck IBM and HP they really changed the world the computing industry with their UNIX models it was that was really the rise of computing but I think what we we really saw then was that single company innovation could only scale so far could really get so far with that these companies were very very innovative but they coupled hardware innovation with software innovation and as one company they could only solve so many problems and even which comp which even complicated things more they could only hire so many people in each of their companies Intel came on the scene back then as the new independent hardware player and you know that was really the beginning of the drive for horizontal computing power and computing this opened up a brand new vehicle for hardware innovation a new hardware ecosystem was built around this around this common hardware base shortly after that Stallman and leanness they had a vision of his of an open model that was created and they created Linux but it was built around Intel this was really the beginning of having a software based platform that could also drive innovation this kind of was the beginning of the changing of the world here that system-level innovation now having a hardware platform that was ubiquitous and a software platform that was open and ubiquitous it really changed this system level innovation and that continues to thrive today it was only possible because it was open this could not have happened in a closed environment it allowed the best ideas from anywhere from all over to come in in win only because it was the best idea that's what drove the rate of innovation at the pace you're seeing today and it which has never been seen before we at Red Hat we saw the need to bring this innovation to solve real-world problems in the enterprise and I think that's going to be the theme of the show today you're going to see us with our customers and partners talking about and showing you some of those real-world problems that we are sought solving with this open innovation we created rel back then for this for the enterprise it started it's it it wasn't successful because it's scaled it was secure and it was enterprise ready it once again changed the industry but this time through open innovation this gave the hardware ecosystem a software platform this open software platform gave the hardware ecosystem a software platform to build around it Unleashed them the hardware side to compete and thrive it enabled innovation from the OEMs new players building cheaper faster servers even new architectures from armed to power sprung up with this change we have seen an incredible amount of hardware innovation over the last 15 years that same innovation happened on the software side we saw powerful implementations of bare metal Linux distributions out in the market in fact at one point there were 300 there are over 300 distributions out in the market on the foundation of Linux powerful open-source equivalents were even developed in every area of Technology databases middleware messaging containers anything you could imagine innovation just exploded around the Linux platform in innovation it's at the core also drove virtualization both Linux and virtualization led to another area of innovation which you're hearing a lot about now public cloud innovation this innovation started to proceed at a rate that we had never seen before we had never experienced this in the past in this unprecedented speed of innovation and software was now possible because you didn't need a chip foundry in order to innovate you just needed great ideas in the open platform that was out there customers seeing this innovation in the public cloud sparked it sparked their desire to build their own linux based cloud platforms and customers are now are now bringing that cloud efficiency on-premise in their own data centers public clouds demonstrated so much efficiency the data centers and architects wanted to take advantage of it off premise on premise I'm sorry within their own we don't within their own controlled environments this really allowed companies to make the most of existing investments from data centers to hardware they also gained many new advantages from data sovereignty to new flexible agile approaches I want to bring Burr and his team up here to take a look at what building out an on-premise cloud can look like today Bure take it away I am super excited to be with all of you here at Red Hat summit I know we have some amazing things to show you throughout the week but before we dive into this demonstration I want you to take just a few seconds just a quick moment to think about that really important event your life that moment you turned on your first computer maybe it was a trs-80 listen Claire and Atari I even had an 83 b2 at one point but in my specific case I was sitting in a classroom in Hawaii and I could see all the way from Diamond Head to Pearl Harbor so just keep that in mind and I turn on an IBM PC with dual floppies I don't remember issuing my first commands writing my first level of code and I was totally hooked it was like a magical moment and I've been hooked on computers for the last 30 years so I want you to hold that image in your mind for just a moment just a second while we show you the computers we have here on stage let me turn this over to Jay fair and Dini here's our worldwide DevOps manager and he was going to show us his hardware what do you got Jay thank you BER good morning everyone and welcome to Red Hat summit we have so many cool things to show you this week I am so happy to be here and you know my favorite thing about red hat summit is our allowed to kind of share all of our stories much like bird just did we also love to you know talk about the hardware and the technology that we brought with us in fact it's become a bit of a competition so this year we said you know let's win this thing and we actually I think we might have won we brought a cloud with us so right now this is a private cloud for throughout the course of the week we're going to turn this into a very very interesting open hybrid cloud right before your eyes so everything you see here will be real and happening right on this thing right behind me here so thanks for our four incredible partners IBM Dell HP and super micro we've built a very vendor heterogeneous cloud here extra special thanks to IBM because they loaned us a power nine machine so now we actually have multiple architectures in this cloud so as you know one of the greatest benefits to running Red Hat technology is that we run on just about everything and you know I can't stress enough how powerful that is how cost-effective that is and it just makes my life easier to be honest so if you're interested the people that built this actual rack right here gonna be hanging out in the customer success zone this whole week it's on the second floor the lobby there and they'd be glad to show you exactly how they built this thing so let me show you what we actually have in this rack so contained in this rack we have 1056 physical chorus right here we have five and a half terabytes of RAM and just in case we threw 50 terabytes of storage in this thing so burr that's about two million times more powerful than that first machine you boot it up thanks to a PC we're actually capable of putting all the power needs and cooling right in this rack so there's your data center right there you know it occurred to me last night that I can actually pull the power cord on this thing and kick it up a notch we could have the world's first mobile portable hybrid cloud so I'm gonna go ahead and unplug no no no no no seriously it's not unplug the thing we got it working now well Berg gets a little nervous but next year we're rolling this thing around okay okay so to recap multiple vendors check multiple architectures check multiple public clouds plug right into this thing check and everything everywhere is running the same software from Red Hat so that is a giant check so burn Angus why don't we get the demos rolling awesome so we have totally we have some amazing hardware amazing computers on this stage but now we need to light it up and we have Angus Thomas who represents our OpenStack engineering team and he's going to show us what we can do with this awesome hardware Angus thank you Beth so this was an impressive rack of hardware to Joe has bought a pocket stage what I want to talk about today is putting it to work with OpenStack platform director we're going to turn it from a lot of potential into a flexible scalable private cloud we've been using director for a while now to take care of managing hardware and orchestrating the deployment of OpenStack what's new is that we're bringing the same capabilities for on-premise manager the deployment of OpenShift director deploying OpenShift in this way is the best of both worlds it's bare-metal performance but with an underlying infrastructure as a service that can take care of deploying in new instances and scaling out and a lot of the things that we expect from a cloud provider director is running on a virtual machine on Red Hat virtualization at the top of the rack and it's going to bring everything else under control what you can see on the screen right now is the director UI and as you see some of the hardware in the rack is already being managed at the top level we have information about the number of cores in the amount of RAM and the disks that each machine have if we dig in a bit there's information about MAC addresses and IPs and the management interface the BIOS kernel version dig a little deeper and there is information about the hard disks all of this is important because we want to be able to make sure that we put in workloads exactly where we want them Jay could you please power on the two new machines at the top of the rack sure all right thank you so when those two machines come up on the network director is going to see them see that they're new and not already under management and is it immediately going to go into the hardware inspection that populates this database and gets them ready for use so we also have profiles as you can see here profiles are the way that we match the hardware in a machine to the kind of workload that it's suited to this is how we make sure that machines that have all the discs run Seth and machines that have all the RAM when our application workouts for example there's two ways these can be set when you're dealing with a rack like this you could go in an individually tag each machine but director scales up to data centers so we have a rules matching engine which will automatically take the hardware profile of a new machine and make sure it gets tagged in exactly the right way so we can automatically discover new machines on the network and we can automatically match them to a profile that's how we streamline and scale up operations now I want to talk about deploying the software we have a set of validations we've learned over time about the Miss configurations in the underlying infrastructure which can cause the deployment of a multi node distributed application like OpenStack or OpenShift to fail if you have the wrong VLAN tags on a switch port or DHCP isn't running where it should be for example you can get into a situation which is really hard to debug a lot of our validations actually run before the deployment they look at what you're intending to deploy and they check in the environment is the way that it should be and they'll preempts problems and obviously preemption is a lot better than debugging something new that you probably have not seen before is director managing multiple deployments of different things side by side before we came out on stage we also deployed OpenStack on this rack just to keep me honest let me jump over to OpenStack very quickly a lot of our opens that customers will be familiar with this UI and the bare metal deployment of OpenStack on our rack is actually running a set of virtual machines which is running Gluster you're going to see that put to work later on during the summit Jay's gone to an awful lot effort to get this Hardware up on the stage so we're going to use it as many different ways as we can okay let's deploy OpenShift if I switch over to the deployed a deployment plan view there's a few steps first thing you need to do is make sure we have the hardware I already talked about how director manages hardware it's smart enough to make sure that it's not going to attempt to deploy into machines they're already in use it's only going to deploy on machines that have the right profile but I think with the rack that we have here we've got enough next thing is the deployment configuration this is where you get to customize exactly what's going to be deployed to make sure that it really matches your environment if they're external IPs for additional services you can set them here whatever it takes to make sure that the deployment is going to work for you as you can see on the screen we have a set of options around enable TLS for encryption network traffic if I dig a little deeper there are options around enabling ipv6 and network isolation so that different classes of traffic there are over different physical NICs okay then then we have roles now roles this is essentially about the software that's going to be put on each machine director comes with a set of roles for a lot of the software that RedHat supports and you can just use those or you can modify them a little bit if you need to add a monitoring agent or whatever it might be or you can create your own custom roles director has quite a rich syntax for custom role definition and custom Network topologies whatever it is you need in order to make it work in your environment so the rawls that we have right now are going to give us a working instance of openshift if I go ahead and click through the validations are all looking green so right now I can click the button start to the deploy and you will see things lighting up on the rack directors going to use IPMI to reboot the machines provisioned and with a trail image was the containers on them and start up the application stack okay so one last thing once the deployment is done you're going to want to keep director around director has a lot of capabilities around what we call de to operational management bringing in new Hardware scaling out deployments dealing with updates and critically doing upgrades as well so having said all of that it is time for me to switch over to an instance of openshift deployed by a director running on bare metal on our rack and I need to hand this over to our developer team so they can show what they can do it thank you that is so awesome Angus so what you've seen now is going from bare metal to the ultimate private cloud with OpenStack director make an open shift ready for our developers to build their next generation applications thank you so much guys that was totally awesome I love what you guys showed there now I have the honor now I have the honor of introducing a very special guest one of our earliest OpenShift customers who understands the necessity of the private cloud inside their organization and more importantly they're fundamentally redefining their industry please extend a warm welcome to deep mar Foster from Amadeus well good morning everyone a big thank you for having armadillos here and myself so as it was just set I'm at Mario's well first of all we are a large IT provider in the travel industry so serving essentially Airlines hotel chains this distributors like Expedia and others we indeed we started very early what was OpenShift like a bit more than three years ago and we jumped on it when when Retta teamed with Google to bring in kubernetes into this so let me quickly share a few figures about our Mario's to give you like a sense of what we are doing and the scale of our operations so some of our key KPIs one of our key metrics is what what we call passenger borders so that's the number of customers that physically board a plane over the year so through our systems it's roughly 1.6 billion people checking in taking the aircrafts on under the Amarillo systems close to 600 million travel agency bookings virtually all airlines are on the system and one figure I want to stress out a little bit is this one trillion availability requests per day that's when I read this figure my mind boggles a little bit so this means in continuous throughput more than 10 million hits per second so of course these are not traditional database transactions it's it's it's highly cached in memory and these applications are running over like more than 100,000 course so it's it's it's really big stuff so today I want to give some concrete feedback what we are doing so I have chosen two applications products of our Mario's that are currently running on production in different in different hosting environments as the theme here is of this talk hybrid cloud and so I want to give some some concrete feedback of how we architect the applications and of course it stays relatively high level so here I have taken one of our applications that is used in the hospitality environment so it's we have built this for a very large US hotel chain and it's currently in in full swing brought into production so like 30 percent of the globe or 5,000 plus hotels are on this platform not so here you can see that we use as the path of course on openshift on that's that's the most central piece of our hybrid cloud strategy on the database side we use Oracle and Couchbase Couchbase is used for the heavy duty fast access more key value store but also to replicate data across two data centers in this case it's running over to US based data centers east and west coast topology that are fit so run by Mario's that are fit with VMware on for the virtualization OpenStack on top of it and then open shift to host and welcome the applications on the right hand side you you see the kind of tools if you want to call them tools that we use these are the principal ones of course the real picture is much more complex but in essence we use terraform to map to the api's of the underlying infrastructure so they are obviously there are differences when you run on OpenStack or the Google compute engine or AWS Azure so some some tweaking is needed we use right at ansible a lot we also use puppet so you can see these are really the big the big pieces of of this sense installation and if we look to the to the topology again very high high level so these two locations basically map the data centers of our customers so they are in close proximity because the response time and the SLA is of this application is are very tight so that's an example of an application that is architectures mostly was high ability and high availability in minds not necessarily full global worldwide scaling but of course it could be scaled but here the idea is that we can swing from one data center to the unit to the other in matters of of minutes both take traffic data is fully synchronized across those data centers and while the switch back and forth is very fast the second example I have taken is what we call the shopping box this is when people go to kayak or Expedia and they're getting inspired where they want to travel to this is really the piece that shoots most of transit of the transactions into our Mario's so we architect here more for high scalability of course availability is also a key but here scaling and geographical spread is very important so in short it runs partially on-premise in our Amarillo Stata Center again on OpenStack and we we deploy it mostly in the first step on the Google compute engine and currently as we speak on Amazon on AWS and we work also together with Retta to qualify the whole show on Microsoft Azure here in this application it's it's the same building blocks there is a large swimming aspect to it so we bring Kafka into this working with records and another partner to bring Kafka on their open shift because at the end we want to use open shift to administrate the whole show so over time also databases and the topology here when you look to the physical deployment topology while it's very classical we use the the regions and the availability zone concept so this application is spread over three principal continental regions and so it's again it's a high-level view with different availability zones and in each of those availability zones we take a hit of several 10,000 transactions so that was it really in very short just to give you a glimpse on how we implement hybrid clouds I think that's the way forward it gives us a lot of freedom and it allows us to to discuss in a much more educated way with our customers that sometimes have already deals in place with one cloud provider or another so for us it's a lot of value to set two to leave them the choice basically what up that was a very quick overview of what we are doing we were together with records are based on open shift essentially here and more and more OpenStack coming into the picture hope you found this interesting thanks a lot and have a nice summer [Applause] thank you so much deeper great great solution we've worked with deep Marv and his team for a long for a long time great solution so I want to take us back a little bit I want to circle back I sort of ended talking a little bit about the public cloud so let's circle back there you know even so even though some applications need to run in various footprints on premise there's still great gains to be had that for running certain applications in the public cloud a public cloud will be as impactful to to the industry as as UNIX era was of computing was but by itself it'll have some of the same limitations and challenges that that model had today there's tremendous cloud innovation happening in the public cloud it's being driven by a handful of massive companies and much like the innovation that sundeck HP and others drove in a you in the UNIX era of community of computing many customers want to take advantage of the best innovation no matter where it comes from buddy but as they even eventually saw in the UNIX era they can't afford the best innovation at the cost of a siloed operating environment with the open community we are building a hybrid application platform that can give you access to the best innovation no matter which vendor or which cloud that it comes from letting public cloud providers innovate and services beyond what customers or anyone can one provider can do on their own such as large scale learning machine learning or artificial intelligence built on the data that's unique probably to that to that one cloud but consumed in a common way for the end customer across all applications in any environment on any footprint in in their overall IT infrastructure this is exactly what rel brought brought to our customers in the UNIX era of computing that consistency across any of those footprints obviously enterprises will have applications for all different uses some will live on premise some in the cloud hybrid cloud is the only practical way forward I think you've been hearing that from us for a long time it is the only practical way forward and it'll be as impactful as anything we've ever seen before I want to bring Byrne his team back to see a hybrid cloud deployment in action burr [Music] all right earlier you saw what we did with taking bare metal and lighting it up with OpenStack director and making it openshift ready for developers to build their next generation applications now we want to show you when those next turn and generation applications and what we've done is we take an open shift and spread it out and installed it across Asia and Amazon a true hybrid cloud so with me on stage today as Ted who's gonna walk us through an application and Brent Midwood who's our DevOps engineer who's gonna be making sure he's monitoring on the backside that we do make sure we do a good job so at this point Ted what have you got for us Thank You BER and good morning everybody this morning we are running on the stage in our private cloud an application that's providing its providing fraud detection detect serves for financial transactions and our customer base is rather large and we occasionally take extended bursts of traffic of heavy traffic load so in order to keep our latency down and keep our customers happy we've deployed extra service capacity in the public cloud so we have capacity with Microsoft Azure in Texas and with Amazon Web Services in Ohio so we use open chip container platform on all three locations because openshift makes it easy for us to deploy our containerized services wherever we want to put them but the question still remains how do we establish seamless communication across our entire enterprise and more importantly how do we balance the workload across these three locations in such a way that we efficiently use our resources and that we give our customers the best possible experience so this is where Red Hat amq interconnect comes in as you can see we've deployed a MQ interconnect alongside our fraud detection applications in all three locations and if I switch to the MQ console we'll see the topology of the app of the network that we've created here so the router inside the on stage here has made connections outbound to the public routers and AWS and Azure these connections are secured using mutual TLS authentication and encrypt and once these connections are established amq figures out the best way auda matically to route traffic to where it needs to get to so what we have right now is a distributed reliable broker list message bus that expands our entire enterprise now if you want to learn more about this make sure that you catch the a MQ breakout tomorrow at 11:45 with Jack Britton and David Ingham let's have a look at the message flow and we'll dive in and isolate the fraud detection API that we're interested in and what we see is that all the traffic is being handled in the private cloud that's what we expect because our latencies are low and they're acceptable but now if we take a little bit of a burst of increased traffic we're gonna see that an EQ is going to push a little a bi traffic out onto the out to the public cloud so as you're picking up some of the load now to keep the Layton sees down now when that subsides as your finishes up what it's doing and goes back offline now if we take a much bigger load increase you'll see two things first of all asher is going to take a bigger proportion than it did before and Amazon Web Services is going to get thrown into the fray as well now AWS is actually doing less work than I expected it to do I expected a little bit of bigger a slice there but this is a interesting illustration of what's going on for load balancing mq load balancing is sending requests to the services that have the lowest backlog and in order to keep the Layton sees as steady as possible so AWS is probably running slowly for some reason and that's causing a and Q to push less traffic its way now the other thing you're going to notice if you look carefully this graph fluctuate slightly and those fluctuations are caused by all the variances in the network we have the cloud on stage and we have clouds in in the various places across the country there's a lot of equipment locked layers of virtualization and networking in between and we're reacting in real-time to the reality on the digital street so BER what's the story with a to be less I noticed there's a problem right here right now we seem to have a little bit performance issue so guys I noticed that as well and a little bit ago I actually got an alert from red ahead of insights letting us know that there might be some potential optimizations we could make to our environment so let's take a look at insights so here's the Red Hat insights interface you can see our three OpenShift deployments so we have the set up here on stage in San Francisco we have our Azure deployment in Texas and we also have our AWS deployment in Ohio and insights is highlighting that that deployment in Ohio may have some issues that need some attention so Red Hat insights collects anonymized data from manage systems across our customer environment and that gives us visibility into things like vulnerabilities compliance configuration assessment and of course Red Hat subscription consumption all of this is presented in a SAS offering so it's really really easy to use it requires minimal infrastructure upfront and it provides an immediate return on investment what insights is showing us here is that we have some potential issues on the configuration side that may need some attention from this view I actually get a look at all the systems in our inventory including instances and containers and you can see here on the left that insights is highlighting one of those instances as needing some potential attention it might be a candidate for optimization this might be related to the issues that you were seeing just a minute ago insights uses machine learning and AI techniques to analyze all collected data so we combine collected data from not only the system's configuration but also with other systems from across the Red Hat customer base this allows us to compare ourselves to how we're doing across the entire set of industries including our own vertical in this case the financial services industry and we can compare ourselves to other customers we also get access to tailored recommendations that let us know what we can do to optimize our systems so in this particular case we're actually detecting an issue here where we are an outlier so our configuration has been compared to other configurations across the customer base and in this particular instance in this security group were misconfigured and so insights actually gives us the steps that we need to use to remediate the situation and the really neat thing here is that we actually get access to a custom ansible playbook so if we want to automate that type of a remediation we can use this inside of Red Hat ansible tower Red Hat satellite Red Hat cloud forms it's really really powerful the other thing here is that we can actually apply these recommendations right from within the Red Hat insights interface so with just a few clicks I can select all the recommendations that insights is making and using that built-in ansible automation I can apply those recommendations really really quickly across a variety of systems this type of intelligent automation is really cool it's really fast and powerful so really quickly here we're going to see the impact of those changes and so we can tell that we're doing a little better than we were a few minutes ago when compared across the customer base as well as within the financial industry and if we go back and look at the map we should see that our AWS employment in Ohio is in a much better state than it was just a few minutes ago so I'm wondering Ted if this had any effect and might be helping with some of the issues that you were seeing let's take a look looks like went green now let's see what it looks like over here yeah doesn't look like the configuration is taking effect quite yet maybe there's some delay awesome fantastic the man yeah so now we're load balancing across the three clouds very much fantastic well I have two minute Ted I truly love how we can route requests and dynamically load transactions across these three clouds a truly hybrid cloud native application you guys saw here on on stage for the first time and it's a fully portable application if you build your applications with openshift you can mover from cloud to cloud to cloud on stage private all the way out to the public said it's totally awesome we also have the application being fully managed by Red Hat insights I love having that intelligence watching over us and ensuring that we're doing everything correctly that is fundamentally awesome thank you so much for that well we actually have more to show you but you're going to wait a few minutes longer right now we'd like to welcome Paul back to the stage and we have a very special early Red Hat customer an Innovation Award winner from 2010 who's been going boldly forward with their open hybrid cloud strategy please give a warm welcome to Monty Finkelstein from Citigroup [Music] [Music] hi Marty hey Paul nice to see you thank you very much for coming so thank you for having me Oh our pleasure if you if you wanted to we sort of wanted to pick your brain a little bit about your experiences and sort of leading leading the charge in computing here so we're all talking about hybrid cloud how has the hybrid cloud strategy influenced where you are today in your computing environment so you know when we see the variable the various types of workload that we had an hour on from cloud we see the peaks we see the valleys we see the demand on the environment that we have we really determined that we have to have a much more elastic more scalable capability so we can burst and stretch our environments to multiple cloud providers these capabilities have now been proven at City and of course we consider what the data risk is as well as any regulatory requirement so how do you how do you tackle the complexity of multiple cloud environments so every cloud provider has its own unique set of capabilities they have they're own api's distributions value-added services we wanted to make sure that we could arbitrate between the different cloud providers maintain all source code and orchestration capabilities on Prem to drive those capabilities from within our platforms this requires controlling the entitlements in a cohesive fashion across our on Prem and Wolfram both for security services automation telemetry as one seamless unit can you talk a bit about how you decide when you to use your own on-premise infrastructure versus cloud resources sure so there are multiple dimensions that we take into account right so the first dimension we talk about the risk so low risk - high risk and and really that's about the data classification of the environment we're talking about so whether it's public or internal which would be considered low - ooh confidential PII restricted sensitive and so on and above which is really what would be considered a high-risk the second dimension would be would focus on demand volatility and responsiveness sensitivity so this would range from low response sensitivity and low variability of the type of workload that we have to the high response sensitivity and high variability of the workload the first combination that we focused on is the low risk and high variability and high sensitivity for response type workload of course any of the workloads we ensure that we're regulatory compliant as well as we achieve customer benefits with within this environment so how can we give developers greater control of their their infrastructure environments and still help operations maintain that consistency in compliance so the main driver is really to use the public cloud is scale speed and increased developer efficiencies as well as reducing cost as well as risk this would mean providing develop workspaces and multiple environments for our developers to quickly create products for our customers all this is done of course in a DevOps model while maintaining the source and artifacts registry on-prem this would allow our developers to test and select various middleware products another product but also ensure all the compliance activities in a centrally controlled repository so we really really appreciate you coming by and sharing that with us today Monte thank you so much for coming to the red echo thanks a lot thanks again tamati I mean you know there's these real world insight into how our products and technologies are really running the businesses today that's that's just the most exciting part so thank thanks thanks again mati no even it with as much progress as you've seen demonstrated here and you're going to continue to see all week long we're far from done so I want to just take us a little bit into the path forward and where we we go today we've talked about this a lot innovation today is driven by open source development I don't think there's any question about that certainly not in this room and even across the industry as a whole that's a long way that we've come from when we started our first summit 14 years ago with over a million open source projects out there this unit this innovation aggregates into various community platforms and it finally culminates in commercial open source based open source developed products these products run many of the mission-critical applications in business today you've heard just a couple of those today here on stage but it's everywhere it's running the world today but to make customers successful with that interact innovation to run their real-world business applications these open source products have to be able to leverage increase increasingly complex infrastructure footprints we must also ensure a common base for the developer and ultimately the application no matter which footprint they choose as you heard mati say the developers want choice here no matter which no matter which footprint they are ultimately going to run their those applications on they want that flexibility from the data center to possibly any public cloud out there in regardless of whether that application was built yesterday or has been running the business for the last 10 years and was built on 10-year old technology this is the flexibility that developers require today but what does different infrastructure we may require different pieces of the technical stack in that deployment one example of this that Effects of many things as KVM which provides the foundation for many of those use cases that require virtualization KVM offers a level of consistency from a technical perspective but rel extends that consistency to add a level of commercial and ecosystem consistency for the application across all those footprints this is very important in the enterprise but while rel and KVM formed the foundation other technologies are needed to really satisfy the functions on these different footprints traditional virtualization has requirements that are satisfied by projects like overt and products like Rev traditional traditional private cloud implementations has requirements that are satisfied on projects like OpenStack and products like Red Hat OpenStack platform and as applications begin to become more container based we are seeing many requirements driven driven natively into containers the same Linux in different forms provides this common base across these four footprints this level of compatible compatibility is critical to operators who must best utilize the infinite must better utilize secure and deploy the infrastructure that they have and they're responsible for developers on the other hand they care most about having a platform that can creates that consistency for their applications they care about their services and the services that they need to consume within those applications and they don't want limitations on where they run they want service but they want it anywhere not necessarily just from Amazon they want integration between applications no matter where they run they still want to run their Java EE now named Jakarta EE apps and bring those applications forward into containers and micro services they need able to orchestrate these frameworks and many more across all these different footprints in a consistent secure fashion this creates natural tension between development and operations frankly customers amplify this tension with organizational boundaries that are holdover from the UNIX era of computing it's really the job of our platforms to seamlessly remove these boundaries and it's the it's the goal of RedHat to seamlessly get you from the old world to the new world we're gonna show you a really cool demo demonstration now we're gonna show you how you can automate this transition first we're gonna take a Windows virtual machine from a traditional VMware deployment we're gonna convert it into a KVM based virtual machine running in a container all under the kubernetes umbrella this makes virtual machines more access more accessible to the developer this will accelerate the transformation of those virtual machines into cloud native container based form well we will work this prot we will worked as capability over the product line in the coming releases so we can strike the balance of enabling our developers to move in this direction we want to be able to do this while enabling mission-critical operations to still do their job so let's bring Byrne his team back up to show you this in action for one more thanks all right what Red Hat we recognized that large organizations large enterprises have a substantial investment and legacy virtualization technology and this is holding you back you have thousands of virtual machines that need to be modernized so what you're about to see next okay it's something very special with me here on stage we have James Lebowski he's gonna be walking us through he's represents our operations folks and he's gonna be walking us through a mass migration but also is Itamar Hine who's our lead developer of a very special application and he's gonna be modernizing container izing and optimizing our application all right so let's get started James thanks burr yeah so as you can see I have a typical VMware environment here I'm in the vSphere client I've got a number of virtual machines a handful of them that make up my one of my applications for my development environment in this case and what I want to do is migrate those over to a KVM based right at virtualization environment so what I'm gonna do is I'm gonna go to cloud forms our cloud management platform that's our first step and you know cloud forms actually already has discovered both my rev environment and my vSphere environment and understands the compute network and storage there so you'll notice one of the capabilities we built is this new capability called migrations and underneath here I could begin to there's two steps and the first thing I need to do is start to create my infrastructure mappings what this will allow me to do is map my compute networking storage between vSphere and Rev so cloud forms understands how those relate let's go ahead and create an infrastructure mapping I'll call that summit infrastructure mapping and then I'm gonna begin to map my two environments first the compute so the clusters here next the data stores so those virtual machines happen to live on datastore - in vSphere and I'll target them a datastore data to inside of my revenue Arman and finally my networks those live on network 100 so I'll map those from vSphere to rover so once my infrastructure is map the next step I need to do is actually begin to create a plan to migrate those virtual machines so I'll continue to the plan wizard here I'll select the infrastructure mapping I just created and I'll select migrate my development environment from those virtual machines to Rev and then I need to import a CSV file the CSV file is going to contain a list of all the virtual machines that I want to migrate that were there and that's it once I hit create what's going to happen cloud forms is going to begin in an automated fashion shutting down those virtual machines begin converting them taking care of all the minutia that you'd have to do manually it's gonna do that all automatically for me so I don't have to worry about all those manual interactions and no longer do I have to go manually shut them down but it's going to take care of that all for me you can see the migrations kicked off here this is the I've got the my VMs are migrating here and if I go back to the screen here you can see that we're gonna start seeing those shutdown okay awesome but as people want to know more information about this how would they dive deeper into this technology later this week yeah it's a great question so we have a workload portability session in the hybrid cloud on Wednesday if you want to see a presentation that deep dives into this topic and how some of the methodologies to migrate and then on Thursday we actually have a hands-on lab it's the IT optimization VM migration lab that you can check out and as you can see those are shutting down here yeah we see a powering off right now that's fantastic absolutely so if I go back now that's gonna take a while you got to convert all the disks and move them over but we'll notice is previously I had already run one migration of a single application that was a Windows virtual machine running and if I browse over to Red Hat virtualization I can see on the dashboard here I could browse to virtual machines I have migrated that Windows virtual machine and if I open up a tab I can now browse to my Windows virtual machine which is running our wingtip toy store application our sample application here and now my VM has been moved over from Rev to Vita from VMware to Rev and is available for Itamar all right great available to our developers all right Itamar what are you gonna do for us here well James it's great that you can save cost by moving from VMware to reddit virtualization but I want to containerize our application and with container native virtualization I can run my virtual machine on OpenShift like any other container using Huebert a kubernetes operator to run and manage virtual machines let's look at the open ship service catalog you can see we have a new virtualization section here we can import KVM or VMware virtual machines or if there are already loaded we can create new instances of them for the developer to work with just need to give named CPU memory we can do other virtualization parameters and create our virtual machines now let's see how this looks like in the openshift console the cool thing about KVM is virtual machines are just Linux processes so they can act and behave like other open shipped applications we build in more than a decade of virtualization experience with KVM reddit virtualization and OpenStack and can now benefit from kubernetes and open shift to manage and orchestrate our virtual machines since we know this virtual machine this container is actually a virtual machine we can do virtual machine stuff with it like shutdown reboot or open a remote desktop session to it but we can also see this is just a container like any other container in openshift and even though the web application is running inside a Windows virtual machine the developer can still use open shift mechanisms like services and routes let's browse our web application using the OpenShift service it's the same wingtip toys application but this time the virtual machine is running on open shift but we're not done we want to containerize our application since it's a Windows virtual machine we can open a remote desktop session to it we see we have here Visual Studio and an asp.net application let's start container izing by moving the Microsoft sequel server database from running inside the Windows virtual machine to running on Red Hat Enterprise Linux as an open shipped container we'll go back to the open shipped Service Catalog this time we'll go to the database section and just as easily we'll create a sequel server container just need to accept the EULA provide password and choose the Edition we want and create a database and again we can see the sequel server is just another container running on OpenShift now let's take let's find the connection details for our database to keep this simple we'll take the IP address of our database service go back to the web application to visual studio update the IP address in the connection string publish our application and go back to browse it through OpenShift fortunately for us the user experience team heard we're modernizing our application so they pitched in and pushed new icons to use with our containerized database to also modernize the look and feel it's still the same wingtip toys application it's running in a virtual machine on openshift but it's now using a containerized database to recap we saw that we can run virtual machines natively on openshift like any other container based application modernize and mesh them together we containerize the database but we can use the same approach to containerize any part of our application so some items here to deserve repeating one thing you saw is Red Hat Enterprise Linux burning sequel server in a container on open shift and you also saw Windows VM where the dotnet native application also running inside of open ships so tell us what's special about that that seems pretty crazy what you did there exactly burr if we take a look under the hood we can use the kubernetes commands to see the list of our containers in this case the sequel server and the virtual machine containers but since Q Bert is a kubernetes operator we can actually use kubernetes commands like cube Cpl to list our virtual machines and manage our virtual machines like any other entity in kubernetes I love that so there's your crew meta gem oh we can see the kind says virtual machine that is totally awesome now people here are gonna be very excited about what they just saw we're gonna get more information and when will this be coming well you know what can they do to dive in this will be available as part of reddit Cloud suite in tech preview later this year but we are looking for early adopters now so give us a call also come check our deep dive session introducing container native virtualization Thursday 2:00 p.m. awesome that is so incredible so we went from the old to the new from the close to the open the Red Hat way you're gonna be seeing more from our demonstration team that's coming Thursday at 8 a.m. do not be late if you like what you saw this today you're gonna see a lot more of that going forward so we got some really special things in store for you so at this point thank you so much in tomorrow thank you so much you guys are awesome yeah now we have one more special guest a very early adopter of Red Hat Enterprise Linux we've had over a 12-year partnership and relationship with this organization they've been a steadfast Linux and middleware customer for many many years now please extend a warm welcome to Raj China from the Royal Bank of Canada thank you thank you it's great to be here RBC is a large global full-service is back we have the largest bank in Canada top 10 global operate in 30 countries and run five key business segments personal commercial banking investor in Treasury services capital markets wealth management and insurance but honestly unless you're in the banking segment those five business segments that I just mentioned may not mean a lot to you but what you might appreciate is the fact that we've been around in business for over 150 years we started our digital transformation journey about four years ago and we are focused on new and innovative technologies that will help deliver the capabilities and lifestyle our clients are looking for we have a very simple vision and we often refer to it as the digitally enabled bank of the future but as you can appreciate transforming a hundred fifty year old Bank is not easy it certainly does not happen overnight to that end we had a clear unwavering vision a very strong innovation agenda and most importantly a focus towards a flawless execution today in banking business strategy and IT strategy are one in the same they are not two separate things we believe that in order to be the number one bank we have to have the number one tactic there is no question that most of today's innovations happens in the open source community RBC relies on RedHat as a key partner to help us consume these open source innovations in a manner that it meets our enterprise needs RBC was an early adopter of Linux we operate one of the largest footprints of rel in Canada same with tables we had tremendous success in driving cost out of infrastructure by partnering with rahat while at the same time delivering a world-class hosting service to your business over our 12 year partnership Red Hat has proven that they have mastered the art of working closely with the upstream open source community understanding the needs of an enterprise like us in delivering these open source innovations in a manner that we can consume and build upon we are working with red hat to help increase our agility and better leverage public and private cloud offerings we adopted virtualization ansible and containers and are excited about continuing our partnership with Red Hat in this journey throughout this journey we simply cannot replace everything we've had from the past we have to bring forward these investments of the past and improve upon them with new and emerging technologies it is about utilizing emerging technologies but at the same time focusing on the business outcome the business outcome for us is serving our clients and delivering the information that they are looking for whenever they need it and in whatever form factor they're looking for but technology improvements alone are simply not sufficient to do a digital transformation creating the right culture of change and adopting new methodologies is key we introduced agile and DevOps which has boosted the number of adult projects at RBC and increase the frequency at which we do new releases to our mobile app as a matter of fact these methodologies have enabled us to deliver apps over 20x faster than before the other point about around culture that I wanted to mention was we wanted to build an engineering culture an engineering culture is one which rewards curiosity trying new things investing in new technologies and being a leader not necessarily a follower Red Hat has been a critical partner in our journey to date as we adopt elements of open source culture in engineering culture what you seen today about red hearts focus on new technology innovations while never losing sight of helping you bring forward the investments you've already made in the past is something that makes Red Hat unique we are excited to see red arts investment in leadership in open source technologies to help bring the potential of these amazing things together thank you that's great the thing you know seeing going from the old world to the new with automation so you know the things you've seen demonstrated today they're they're they're more sophisticated than any one company could ever have done on their own certainly not by using a proprietary development model because of this it's really easy to see why open source has become the center of gravity for enterprise computing today with all the progress open-source has made we're constantly looking for new ways of accelerating that into our products so we can take that into the enterprise with customers like these that you've met what you've met today now we recently made in addition to the Red Hat family we brought in core OS to the Red Hat family and you know adding core OS has really been our latest move to accelerate that innovation into our products this will help the adoption of open shift container platform even deeper into the enterprise and as we did with the Linux core platform in 2002 this is just exactly what we did with with Linux back then today we're announcing some exciting new technology directions first we'll integrate the benefits of automated operations so for example you'll see dramatic improvements in the automated intelligence about the state of your clusters in OpenShift with the core OS additions also as part of open shift will include a new variant of rel called Red Hat core OS maintaining the consistency of rel farhat for the operation side of the house while allowing for a consumption of over-the-air updates from the kernel to kubernetes later today you'll hear how we are extending automated operations beyond customers and even out to partners all of this starting with the next release of open shift in July now all of this of course will continue in an upstream open source innovation model that includes continuing container linux for the community users today while also evolving the commercial products to bring that innovation out to the enterprise this this combination is really defining the platform of the future everything we've done for the last 16 years since we first brought rel to the commercial market because get has been to get us just to this point hybrid cloud computing is now being deployed multiple times in enterprises every single day all powered by the open source model and powered by the open source model we will continue to redefine the software industry forever no in 2002 with all of you we made Linux the choice for enterprise computing this changed the innovation model forever and I started the session today talking about our prediction of seven years ago on the future being open we've all seen so much happen in those in those seven years we at Red Hat have celebrated our 25th anniversary including 16 years of rel and the enterprise it's now 2018 open hybrid cloud is not only a reality but it is the driving model in enterprise computing today and this hybrid cloud world would not even be possible without Linux as a platform in the open source development model a build around it and while we have think we may have accomplished a lot in that time and we may think we have changed the world a lot we have but I'm telling you the best is yet to come now that Linux and open source software is firmly driving that innovation in the enterprise what we've accomplished today and up till now has just set the stage for us together to change the world once again and just as we did with rel more than 15 years ago with our partners we will make hybrid cloud the default in the enterprise and I will take that bet every single day have a great show and have fun watching the future of computing unfold right in front of your eyes see you later [Applause] [Music] [Music] [Music] [Music] [Music] [Music] [Music] [Music] anytime [Music]

Published Date : May 8 2018

SUMMARY :

account right so the first dimension we

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
James LebowskiPERSON

0.99+

Brent MidwoodPERSON

0.99+

OhioLOCATION

0.99+

Monty FinkelsteinPERSON

0.99+

TedPERSON

0.99+

TexasLOCATION

0.99+

2002DATE

0.99+

CanadaLOCATION

0.99+

five and a half terabytesQUANTITY

0.99+

MartyPERSON

0.99+

Itamar HinePERSON

0.99+

AWSORGANIZATION

0.99+

Amazon Web ServicesORGANIZATION

0.99+

David InghamPERSON

0.99+

Red HatORGANIZATION

0.99+

IBMORGANIZATION

0.99+

RBCORGANIZATION

0.99+

two machinesQUANTITY

0.99+

PaulPERSON

0.99+

JayPERSON

0.99+

San FranciscoLOCATION

0.99+

HawaiiLOCATION

0.99+

50 terabytesQUANTITY

0.99+

ByrnePERSON

0.99+

AmazonORGANIZATION

0.99+

HPORGANIZATION

0.99+

second floorQUANTITY

0.99+

Red Hat Enterprise LinuxTITLE

0.99+

AsiaLOCATION

0.99+

Raj ChinaPERSON

0.99+

DiniPERSON

0.99+

Pearl HarborLOCATION

0.99+

ThursdayDATE

0.99+

Jack BrittonPERSON

0.99+

8,000QUANTITY

0.99+

Java EETITLE

0.99+

WednesdayDATE

0.99+

AngusPERSON

0.99+

JamesPERSON

0.99+

LinuxTITLE

0.99+

thousandsQUANTITY

0.99+

JoePERSON

0.99+

todayDATE

0.99+

two applicationsQUANTITY

0.99+

two new machinesQUANTITY

0.99+

MicrosoftORGANIZATION

0.99+

BurrPERSON

0.99+

WindowsTITLE

0.99+

2018DATE

0.99+

CitigroupORGANIZATION

0.99+

2010DATE

0.99+

Amazon Web ServicesORGANIZATION

0.99+

each machineQUANTITY

0.99+

firstQUANTITY

0.99+

Visual StudioTITLE

0.99+

JulyDATE

0.99+

Red HatTITLE

0.99+

aul CormierPERSON

0.99+

Diamond HeadLOCATION

0.99+

first stepQUANTITY

0.99+

Neha SandowPERSON

0.99+

two stepsQUANTITY

0.99+

Red HatORGANIZATION

0.99+

UNIXTITLE

0.99+

second dimensionQUANTITY

0.99+

seven years laterDATE

0.99+

seven years agoDATE

0.99+

this weekDATE

0.99+

36 keynote speakersQUANTITY

0.99+

first levelQUANTITY

0.99+

OpenShiftTITLE

0.99+

first stepQUANTITY

0.99+

16 yearsQUANTITY

0.99+

30 countriesQUANTITY

0.99+

vSphereTITLE

0.99+

Kash Shaikh, Dell EMC & Marc Oshima, Aerofarms | Dell Technologies World 2018


 

>> Announcer: Live from Las Vegas, it's theCUBE, covering Dell Technologies World 2018, brought to you by Dell EMC and it's ecosystem partners. >> Well, good afternoon. Welcome back. We are live here on theCUBE, Dell Technologies World 2018 in Las Vegas. I'm John Walls with Stu Miniman, and I hope you're hungry, because we have just something to satisfy that tech appetite of yours. We have a couple of guests to talk about plants, about eating, about vegetables. I'm looking forward to this. Marc Oshima, the CMO of AeroFarms. Marc, thank you for being with us. >> Yeah, thank you. We're always excited to share what we're doing and how we're transforming agriculture, how we are feeding communities, nourishing communities by enabling local production, bringing the farm to the cities where people are >> Excellent. Good, and also with us is Kash Saikh, who is the vice president of Cloud & Solutions at Dell EMC. Kash, good to see you too. >> Thank you for having me again. >> You bet. So, Marc, let's talk about AeroFarms. First off, to share your story with the folks at home, in case they're not familiar, when I said I hope you're hungry, there's a reason why, AeroFarms. >> Yeah, so this is one of the exciting things we're doing at AeroFarms. I'm one of the co-founders. We are growing indoors. This is indoor vertical farming. We're growing in converted warehouses without sun or soil. We're really rethinking about agriculture and what we can do when we think about the rising challenges we have, climate change, we think about access to fresh water, loss of arable land, but more importantly, again, how can we take back that control as a way of growing. So, AeroFarms, the Aero in AeroFarms refers to aeroponics. We're misting the roots with nutrients and water, using 95% less water than the field farm, so, we have growing that uses no pesticides, we use a fraction of the fertilizer. So, we're really changing the inputs, something about how we have better outputs, and this is an exciting time for us. >> Well, I do want to say, first off, congratulations to the Dell EMC Workforce Transformation Award Winner, so congratulations on that front. That's a great distinction, I assume quite proud and quite worthy, right? >> Yeah, a number of farms, we have a number of great stories and it's, really, starts with the company, so idea, the culture, the people, is really what makes it special, so for us it's very meaningful. So, we think about these farms being for the community, by the community. Our global headquarters are Newark, New Jersey. It's an exciting time in that city, helping really be part of a revitalization there. But 40% of our team's coming from Newark, 85% live within 15 miles of Newark, so the idea that we can create these year-long jobs, better wages, better benefits, and then really address the fact that it's a food desert as well, increase access to healthier foods, so it's exciting to think about what we can do with business. >> Yeah, okay, Kash, actually, I was trying to remember, was it an Innovation Award, that AeroFarms-- >> It was Innovation Award. >> Maybe for our audience, talk about some of what that means to be an Innovation Award. Obviously, AeroFarms is doing some pretty cool stuff, but bring if from the Dell's standpoint. >> Absolutely. Obviously, we are working very closely, my team and myself have been working very closely with AeroFarms, and they way I describe AeroFarms is they are what I call the digital born companies. They are completely disrupting the vertical data in the line of business they are in from all aspects. The innovation is multi-dimensional, if I can say that. So, if you look at the environment they are in, this is actually a warehouse, so there is no sunlight, there is no soil, and they are reducing the water by 95%. They are using our IOT technologies, alternative think technologies. They have the gateways where they are collecting the logistics of location, they have the multi-spectral camera where they are taking the images of the plants as they are coming in on these trays, in terms of what is the color, what is the texture, how they can make it more tasty, and that's where the machine learning comes in, where we are now looking at automating some of this processes around when they have the images, rather than sorting through these images, how we can automate them and make it even more digital. But, you know, it's impressive in terms of how many aspects of digital born and digital firsts these guys are using, because I don't think there is any customer that I've talked to in this area who's using all aspects of the disruption and disruptive technologies as Marc and AeroFarms is using. So, to me, they really deserve the Innovation Award, from so many perspectives and how they are leveraging the technology and how they are changing things in a very traditional industry. If you look at farming, it's a traditional industry but it's from the ground up, more digital. >> Marc, actually, I want to start there first, before we get into the IOT and the ML and all that wonderful stuff that we definitely want to cover. What do you consider your company? Are you a farming company, are you a technology company? You're one of the co-founders. Bring us back. You know, I'm from the area of New Jersey that you're based, no land, no soil, no area, a lot of time no sunlight, yep, sounds about right for that part of New Jersey. >> Yeah. >> So, the founding, was it a point in time with the technology, the skill set, bring us back, and how do you think of yourselves? >> Yeah, so, at the heart, we're farmers, but we're also a technology company, and there's this symbiotic relationship, and we realize if we want to be good at the farming, we need to be good at the technology. If we want to be good at the technology, we need to be good at the farming as well, so understanding this interaction. So, we think about the biology and the engineering and the environment, and what's exciting now, is we bring in the big data, so we're constantly sensing and looking at what's happening with the plant, so the plants are being monitored 24/7, so we think we are the world experts in understanding how to grow plants. We can grow a wide range of different types of crops, so what's exciting is that we can really change the equation in terms of having a better product. We can think about things like the taste, texture, and nutrition and, ultimately, yield, so we can have the right kind of sustainable business plan. >> I love that you say you're farmers. It's not just, oh, we're a software company, we're a digital company. You're right, farming's at the core. People that have seen the videos or tried your products understand, this is great produce you create there, and that pairing with, a big thing we've seen at the show, is the technology and the people, and bringing those together. So, bring us inside a little bit, your IT world, how you manage that, how you look at data as being a core piece of your business. >> What we love about the theme of the show is, well, make it real. It's so real that it's very tangible, it's food and thinking about how we can have that impact in communities, so everybody in our organization's very much aligned in terms of, again, how can we think about a new way of farming, from seed to package, a new way of growing that has food safety at the highest level. So, how do we do that? The technology, the IT, is helping enable a lot of this. We have an amazing workforce. We also have over 300 standard operating procedures on how to run a farm, but what the technology's allowing us to do is how to replicate that, how to scale the businesses, and how to make sure we can do it consistently all year round. So, the idea that we have eyes and ears and, literally, we think of ourselves as the plant listeners or the plant whisperers of what do the plants need, and the technologies allowing us those windows into, again, how to optimize 'em. >> So, what are you measuring? I assume, soil, moisture, humidity, what all inputs are you getting, and how are you processing them, and then how's that, I guess, Kash, I want to hear from you, how you are enabling them to make sense of all this, the analytic side? >> We actually are growing without soil, so just to make that perfectly clear. >> That's right, I'm sorry. That's right, my mistake. >> We have patents on our growing medium. It's actually cloth, and so it's a reusable medium, but allows us a lot of flexibility in terms of the types of crops we can grow. But, we're looking at the environmental factors, so things like temperature, humidity, we're also thinking about things like the nutrients, we're thinking about lighting. So, we talk about having this expertise, understand how to have more effective photosynthesis. We can look at each plant, each stage of maturation, understand not only what type of spectrum of light, but what intensity, what frequency, so we can actually have more effective photosynthesis indoors and then have that consistently. So, we actually develop these growing algorithms, so this idea, so we have an R&D farm, R&D team is taking this, and really calibrating it, then it gets handed over to our operations team. An idea, though, is every harvest now becomes another learning opportunity, and the fact is we can have up to 30 different harvests a year, so those are 30 learning opportunities. We think about that, exponentially, how much more insight we have, how much more data, and that's what I think makes AeroFarms unique is this holistic view. So, we've been doing this since 2004. We'll be the first to tell you, it's really challenging, how to bring this together, and it's by working with partners like Dell can help us really amplify that work and be able to use the technology to make insights around the data. So, we think of ourselves, not only harvesting the plant, but harvesting those insights as well. >> Kash, bring us inside this. Correct me if I'm wrong, but it doesn't sound like something that's off the shelf. What's involved in putting together a solution like this? How does Dell work with customers like AeroFarms? >> There are several aspects. The way we started was we started with an IOT workshop with AeroFarms. We also started with the gateways, which as we discussed, provide the logistics and location and all that good stuff. Then, we started working with Marc and the team on looking at how we can automate some of the things, especially around imaging. As I mentioned, there is a multi-spectral camera that is mounted on the harvesting table, and as you're taking the images, and rather than manually sorting through the images, the ideas can be applied, machine-learning technologies to automate some of that, because this is where we come in, especially from the machine learning and deep learning perspective, when we get involved, the first thing we evaluate is, with the customers, do they have the right set of the data? Do you have the right amount of data? If they have the data that is classified and categorized, and then the next step is, obviously, we can apply automation and machine learning and deep learning to get them faster in size, rather than doing it manually. And, in this case, like I said, they were pretty much already there because they are digital born company, they were using analytics, they have a lot of data, and so for us, it was a matter of making sure we focus on what is that they are trying to achieve. There are several aspects, as Marc said, there is yield, obviously, you want to increase the yield per square foot, and one of the matrix I saw was 390 times better productivity per square foot. So, the end of the day, they are trying to increase the yield and, for us, it's a matter of as we are gathering these images, how we can make the process more automated using machine learning and deep learning, if I can simplify that with the right amount of data. And, to answer your other part of the questions, too, in some cases, it's very customized, because they are different kind of customers. As I said, for me, AeroFarms is an example of digital first, they are already there, they have most of the technologies. In some cases, we work with a customers, they are in mature industries and they are mature customers, but they are now trying to be more digitally transformed. They are using some aspects of the digital transformation and we have them leverage machine learning or deep learning to get the faster in size and intelligence that can help them with a competitive differenciation. What we are trying to do is, as a part of these engagements, as in working with really advanced customers like AeroFarms or some other customers, is figuring out what are the typical challenges these customers run into. If I can summarize it, because there are a variety of customers, there are, obviously, early adapters, they come to us, they have figured out most of the things, but they have a particular problem around, let's say, a framework, TensorFlow, Caffe2, and what have you. Large majority of customers, they have heard about AI, they come to me and they are like, Kash, help us get started on this journey. It's just basic stuff, like how do get, even if I have IOT, how do I get started? So, I've heard about GPU and AI which is a cool thing. At the end of the day, I'm trying to solve my business problem and use it as a competitive differenciation. To me, is my job, especially as a solution lead for Dell EMC, is to bridge that gap, not just give them a building block, give them a solution. So, what we do, we have a lab we put together solutions. So, AI, complicated. You have various kinds of accelerators, you have operating systems, and then you have these frameworks, and then there are vertical softwares, what I call the AI. What we are doing in our labs is, based on learning from some of the customers, we are developing an AI validated start, which can be customized, depending on what the customers are trying to do, but they got a lot of guesswork. They got all their self-learning. Along with that, we provide consulting services, so, for example, these data scientists, they are a premium resource, hard-to-find skill sets. We don't want our customers to have the data scientists setting up these data lakes or figuring out all the stacks on their own. Give them the stack, provide them the services, so the idea is from accelerator, GPU, to solution faster. >> Right. So, Marc, your peers really appreciate that you're chewing some glass and working on some of these early solutions. Most customers I talk to, IOT is still relatively early, same thing with machine learning, so I wonder if you could just take a second and talk to some of the things you've learned, anything now that you look back and say I wish I'd understand this, either from a technology or organizational standpoint, kind of key lessons learned, that we can all learn from what you've done. >> Yeah, sure. I think at the heart of what we've heard is that this is a customized approach, so the idea that there are some key lessons, but we're writing a new playbook. That's what's exciting about this, and I think what was so key, though, what we saw with Dell, is there was a process. There was a collaboration in terms of hearing. These are important lessons because this is foundational work. So, I mentioned about the IOT workshop, really be able to get the stakeholders together, really understanding what are the business, and what are our business needs. But, it's not just that one point in time. It's ongoing, it's a really great collaboration, understanding how we integrated the data, what are the data insights, and then how we, it's a interative process, in terms of, again, how do we continue to evolve and make sense of this? Those are important lessons for any partner and any person starting out in this journey is making sure, understanding what the business's business need, but then being able to articulate that in a way that it'd be turned into action and insights. >> Anything that surprised you or caught you off guard in the process? >> Yeah, these are things that, again, because it's new, so it's making sure that we have an organizational commitment, again, in terms of, again, how we prioritize as scaling business, as an emerging business, with competing objectives at times, but at the heart of this is we really need to see what's the pulse of the business, and this is what's allowing us, so this is really important about making sure, strategically, it's front and center. >> It's a cool concept, no doubt about it, hydroponics, technology, an idea that you could say it's taken root, but that would be a terrible joke, and I wouldn't do that. Marc, thanks for being with us. Kash, a pleasure as well, and continued success. >> Well, I appreciate it. >> AeroFarms, based in Newark, New Jersey. Back with more, you're watching Dell Technologies World 2018, and we are live on theCUBE in Las Vegas, Nevada. (techy music)

Published Date : May 2 2018

SUMMARY :

brought to you by Dell EMC because we have just something bringing the farm to the cities Kash, good to see you too. First off, to share your of the exciting things so congratulations on that front. so the idea that we can but bring if from the Dell's standpoint. in the line of business they that we definitely want to cover. and the engineering and the environment, People that have seen the videos and how to make sure we can do it We actually are growing That's right, I'm sorry. and the fact is we can have something that's off the shelf. and one of the matrix I and talk to some of the so the idea that there so it's making sure that we have an idea that you could and we are live on theCUBE

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
MarcPERSON

0.99+

Marc OshimaPERSON

0.99+

NewarkLOCATION

0.99+

John WallsPERSON

0.99+

AeroFarmsORGANIZATION

0.99+

Stu MinimanPERSON

0.99+

390 timesQUANTITY

0.99+

New JerseyLOCATION

0.99+

40%QUANTITY

0.99+

DellORGANIZATION

0.99+

Kash SaikhPERSON

0.99+

Las VegasLOCATION

0.99+

firstQUANTITY

0.99+

Kash ShaikhPERSON

0.99+

85%QUANTITY

0.99+

2004DATE

0.99+

KashPERSON

0.99+

Dell EMCORGANIZATION

0.99+

95%QUANTITY

0.99+

Newark, New JerseyLOCATION

0.99+

each stageQUANTITY

0.99+

each plantQUANTITY

0.99+

AerofarmsORGANIZATION

0.98+

FirstQUANTITY

0.98+

15 milesQUANTITY

0.98+

one pointQUANTITY

0.98+

Las Vegas, NevadaLOCATION

0.97+

Dell Technologies World 2018EVENT

0.96+

Dell Technologies World 2018EVENT

0.96+

oneQUANTITY

0.96+

30 learning opportunitiesQUANTITY

0.96+

up to 30 different harvestsQUANTITY

0.93+

Innovation AwardTITLE

0.86+

over 300 standard operating proceduresQUANTITY

0.86+

95% lessQUANTITY

0.86+

a secondQUANTITY

0.82+

a yearQUANTITY

0.7+

IOTTITLE

0.64+

CloudORGANIZATION

0.61+

coupleQUANTITY

0.55+

SolutionsORGANIZATION

0.55+

theCUBEORGANIZATION

0.55+

TensorFlowTITLE

0.52+

EMC Workforce Transformation AwardTITLE

0.47+

Caffe2TITLE

0.46+

Sunil Khandekar, Nuage Networks from Nokia | CubeConverstions


 

(upbeat music) >> Hey, welcome back everybody. Jeff Frick here with theCUBE. We're in our Palo Alto Studios for our CUBE Conversation, taking a little break from the shows as we get ready, actually, for the winter break which will be a nice little break for us and the crews and the gear. This is different, exciting. It's a little bit more intimate. We're really excited to have our next guest. He's Sunil Khandekar. He's the founder and CEO of Nuage Networks which is part of Nokia, a CUBE alumni. I think we last saw you at DockerCon 2016. >> That's right. >> Jeff: So, great to see you. >> Good to see you again. >> Absolutely, so, been a little more than a year. >> Sunil: That's right. >> So, what do you see as the evolution since we last spoke at DockerCon? >> Sure, it's been great. I couldn't be more pleased with the momentum that we have garnered in the industry: more adoption of our solution, more validation, more events, more customers. >> Jeff: (chuckling) >> Which is great, that's all good stuff. And really, more specifically, in terms of adoption, large service providers across the globe like BT, Telefonica, TELUS, Exponential-e, they're all adopted and launched with our SDN solution. We have had breakthrough wins in terms of public cloud whether it's Fujitsu or whether it's an NTD Data like China Mobile. And of course, you know we continue to have a solid momentum in financial services companies, for private cloud automation, as well as to provide them security software to find security in addition to the private cloud automation. And we had another breakthrough win in China Pacific Insurance Company. So, that continues, and of course it's great always to receive some good validation. So we've won award at MEF on the best SDN solution recently. We won the Right Stuff Award, Innovation Award at ONUG for software-defined security. And every leading analyst firm, Gartner, Forrester, IDC, IHS Markit, ACG, and recently Global Data, they've all put us in the top two as the inventors for doing automation of networking end-to-end. >> Right, because automation in networking was the last piece of kind of the virtualization stack, right, in the automation. So, what is it that you think that you guys are doing special that's allowing you to win? >> Right, so if you remember when we talked, when we started Nuage, we started Nuage to automate networking end-to-end with a software-based approach at the heart of which is a declarative policy and analytics engine. And what that means is we were doing intent-based networking before it was even a thing. >> Jeff: Right. >> And we were doing software-defined networking but in a way that allowed us to do software-defined networking not only in the data center, between the data centers to the public cloud across the wide area and to the enterprise branches. What that means is you're not providing a siloed automation, but we are doing automation end-to-end because ultimately it's about connecting users to the applications. >> Right, right, you had a great quote. I picked it up in doing some research. You know, the metaproblem is you said, "Connect users everywhere to applications everywhere," a really simple kind of statement of purpose but not very simple to execute. >> Sunil: You got it. >> A lot of complexity behind that statement. >> That's right, that's right, incredible amount of complexity, but it's important to construct the metaproblem, look at what it is that enterprises have pain with. They have, let's look at it, right? They have users everywhere, and they want to connect to applications anywhere whether it's private or public cloud. How do they want to do it? Quickly, securely, in a self-service manner, but they want this agility without sacrificing safety and security. >> Jeff: Right, right. >> So what you have is you've got to solve this network automation problem for brownfield or greenfield, because there is nothing like just greenfields. >> Right. >> And we are to do it in their private data centers. You've got to help them burst into the public cloud securely. And you've got to connect all their branch sites together. And what we've seen in the industry and our competitors, they are taking a very narrow view of the problem. So what they have is an automation for only the data centers and automation for just the wide area. And that's only solving half the problem. >> Right, right, and then you've got these pesky things that have just reestablished the expected behavior, the expected access, and oh, by the way, added significantly more attack surfaces and really changed the game in terms of what people want from their applications, what they expect from their applications. And it's tough for businesses to deliver to this level of promise. >> Indeed, and you know, the wall is about instant gratification. You want access to your data quickly, instantly wherever you are. >> Right. >> And what that means is, as consumers, we have everything at our fingertips. But as soon as you step into the business environment, that's completely not true. And so, it's all about consumerization of IT on how do you make IT that agile, how do you actually modernize IT. Because enterprises, their high-order problem is what? To innovate faster by having massive automation across all aspects of their business. What underpins that is a modern IT and cloud architecture. And what underpins modern IT and cloud architecture is three clear things that we are seeing in the industry: software-defined data centers, software-defined wide area network, and software-defined security. So, we like and our customers love that we've thought the problem end-to-end and provide all these three, which is absolutely unique in the industry. No one does this. >> So, I'm curious to get your perspective cause you've been doing this for awhile. >> Sunil: Yes. >> As the security landscape has changed. >> Sunil: That's right. >> Everyone is getting, we get reports every day, we're numb to it now. You know, basically everyone at Yahoo got hacked. >> Sunil: That's right. >> And Equifax got hacked, so everyone's getting hacked. So it's really not about the big wall anymore. There's no such thing as the big wall. >> Sunil: That's right. >> The wall's about crumbled. So it's evolving. We've also seen an increase in state-sponsored attacks as opposed to just kids having fun in the basement. >> Sunil: Yeah. >> How have you seen the evolution of the attacks change and how have you responded within your solutions over this period of time to kind of evolve to the modern security stance that you have to have? >> Look every CXO I meet, the absolute thing that's top of mind is how do you make us go from where we are, a traditional environment, to a higher edge automated environment but make it more secure than what we have. >> Jeff: Right, right. >> And as you noted, the attack surface has increased thanks to the mobility. And you have a lot more surface area because you have applications in public cloud, you have applications in private cloud, you have more mobile users. So, the industry term that often gets used is microsegmentation. Now, what that means is, and that's in response to the fact that, as you noted again, that perimeter security just doesn't cut it anymore. And not only that, but it's also very complex and very manual. So what you've got to do is, while you're automating the data centers, while you're automating the wide area, you've got to bring the security along. You've got to make it as agile. And again, what we have done is we do microsegmentation from the branch all the way to where the application is for that particular user. So in other words, finance users can only access finance applications. And that's a microsegment end-to-end. No one in the industry does that today. What they do is they do microsegmentation only for the applications within the data center or they prevent just the users to communicate between each other but not users to the applications. So, that is very important for our customers to know that we have that capability. But then it's all about also understanding what's going on in the network. >> Jeff: Right. >> And that's where the rich analytics that we have just really help them understand who's talking to who at application level, and being able to then have that domain-wide view and be able to very quickly respond to CERT alerts. So, because today, when a CERT alert comes in, they don't know what to do. They take a brute force approach because they simply don't know where and how to react. But now, because you have this centralized intelligence and you have domain-wide view, and you're able to do microsegmentation end-to-end, you are able to push a button and be as course or as granular but be very surgical and take action very quickly. >> Alright, so, hard to believe that we're almost to the end of 2017 which I can't believe. So as we turn the calendar, what are some of your priorities for 2018? You've been doing this for awhile. What are you working on? What's kind of top of mind as we enter this new calendar year? >> Right, and what we are noticing is we're going from beachheads to mainstream. So, we are getting deployed. The solid deployments is not only as I noted in data centers, in public cloud, private cloud, but also in the wide area. We are collaborating with our customers to really make this mainstream because it is super-important in terms of not only providing that automation and agility but also the security. So that's what we are focused on. We continue to do that, not only for what we call the virtualized security services solution that we have and not only the telco clouds, but also the virtualized services, cloud services. We're going to cover the gamut and that's what we're after. We are really excited to be leading the charge here. >> Alright, well, Sunil, thanks for taking a few minutes. Hopefully it won't be 18 months before we sit down again. And we look forward to watching the progress. >> Great, thank you. Thank you for having me. >> It's a pleasure. He's Sunil. I'm Jeff. You're watching theCUBE. We're in our Palo Alto Studios for CUBE Conversations. Thanks for watching. We'll see you next time. (upbeat music)

Published Date : Dec 14 2017

SUMMARY :

I think we last saw you at DockerCon 2016. the momentum that we have garnered in the industry: And of course, you know we continue to have So, what is it that you think that you guys are doing And what that means is we were doing between the data centers to the public cloud You know, the metaproblem is you said, but it's important to construct the metaproblem, So what you have is you've got to solve And that's only solving half the problem. that have just reestablished the expected behavior, Indeed, and you know, the wall is And what that means is, as consumers, So, I'm curious to get your perspective Everyone is getting, we get reports every day, So it's really not about the big wall anymore. as opposed to just kids having fun in the basement. that's top of mind is how do you make us to the fact that, as you noted again, and you have domain-wide view, So as we turn the calendar, what are some We continue to do that, not only for what we call And we look forward to watching the progress. Thank you for having me. We'll see you next time.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
JeffPERSON

0.99+

Sunil KhandekarPERSON

0.99+

GartnerORGANIZATION

0.99+

FujitsuORGANIZATION

0.99+

IDCORGANIZATION

0.99+

ACGORGANIZATION

0.99+

SunilPERSON

0.99+

TelefonicaORGANIZATION

0.99+

ForresterORGANIZATION

0.99+

2018DATE

0.99+

Jeff FrickPERSON

0.99+

Nuage NetworksORGANIZATION

0.99+

BTORGANIZATION

0.99+

Global DataORGANIZATION

0.99+

YahooORGANIZATION

0.99+

18 monthsQUANTITY

0.99+

China Pacific Insurance CompanyORGANIZATION

0.99+

China MobileORGANIZATION

0.99+

TELUSORGANIZATION

0.99+

IHS MarkitORGANIZATION

0.99+

todayDATE

0.99+

EquifaxORGANIZATION

0.99+

ExponentialORGANIZATION

0.99+

Palo AltoLOCATION

0.99+

threeQUANTITY

0.98+

DockerCon 2016EVENT

0.97+

three clear thingsQUANTITY

0.96+

end of 2017DATE

0.96+

Right Stuff AwardTITLE

0.95+

telcoORGANIZATION

0.95+

CUBEORGANIZATION

0.95+

NokiaORGANIZATION

0.94+

CUBE ConversationEVENT

0.94+

more than a yearQUANTITY

0.87+

NuageORGANIZATION

0.85+

agileTITLE

0.85+

theCUBEORGANIZATION

0.85+

Innovation AwardTITLE

0.83+

MEFORGANIZATION

0.8+

SunilORGANIZATION

0.8+

half the problemQUANTITY

0.76+

ONUGORGANIZATION

0.72+

Palo Alto StudiosLOCATION

0.7+

top twoQUANTITY

0.63+

CUBETITLE

0.59+

DataORGANIZATION

0.56+

DockerConEVENT

0.51+

eORGANIZATION

0.42+

Leslie Maher & Satya Vardharajan, HPE | VMworld 2017


 

(technology music) >> Announcer: Live from Las Vegas, it's theCUBE. Covering VMworld 2017. Brought to you by VMware and it's ecosystem partners. (upbeat music) >> Welcome back to VMworld, we are live on theCUBE, day two of our continuing coverage here. We've had a great day and half so far. I'm Lisa Martin, with my cohost Keith Townsend. We're excited to be joined by two guests from HPE, who are new to theCUBE. We have Leslie Maher, the VP of North American Enterprise Servers and Converged Systems. Welcome to theCUBE. >> Thank you. >> And Satya Vardharajan, Senior Director of Strategic Alliances, from HPE. Welcome to you as well. >> Oh thank you, Lisa. Thanks for inviting us here. >> Absolutely. So guys, let's talk to each of you, Leslie we'll start with you. Tell us about your role, especially in the converged side for HPE, and what you're doing with VMware. >> Great. So, my role at HPE is I'm responsible for enterprise servers and converged systems. What that means is, really our value products. A couple of my key responsibility, one is our HPE Synergy Composable Infrastructure, I'm you've probably heard, people talk about here at the event. We also have converged products around offerings like SAP Hana, and some of the more mission critical servers. So here a lot of the focus has been on Synergy, and our relationship once with VMware, but also solutions around vSan and vCloud Foundation, where Synergy provides some really unique capabilities. >> Yes. And Satya tell us about your role in alliances, and your GTM strategy with VMware. >> Sure, so I manage the VMware Alliance globally, at Hewlett Packard Enterprise, and this is a very strategic relationship for each HPE. We have a long history with VMware, over 15 years. We've had a great run with VMware. And we continue to innovate everyday. My role at HPE is to make sure that we keep the customer trends in our radar as we copartner and innovate together, with VMware. At VMworld 2017, we've got lots of great and exciting announcements. And we're more than happy to share with them as we get to the discussion today. >> Fantastic >> A big question around converged systems, you guys will have the hyper-converged guys on shortly, but converged systems have kind of gotten a bad rap over the past couple of years. Like, "Oh, that's the legacy." But as you mentioned, SAP Hana systems, what's the relationship between converged systems and Vmware? >> To your point, about seven years ago the industry tried to simplify IT operations by doing converged systems. And that was putting together servers, storage, and networking fabric; and putting it all together for our customers. Where the industry has moved to now, is more software defined capabilities, where not just putting those hardware pieces together but enabling them through software. So hyper-converged as one flavor of that, and we're hearing a lot about that here in the conference, and then at HPE, what we did is we innovated around the best of converged and hyper-converged. Put them together into a new category of infrastructure, called composable. Fully software defined, it does compute, storage, and fabric. And the essential idea here is that you can have any combinations of these elements, through a software defined capability. So it really extends the ability of hyper-converge to multiple workloads. We use this term Composable Infrastructure, in addition to supporting through other products we have hyper-converged. That's where we're seeing the market trend. >> So Leslie, that's a unique concept. This composable concept. It sounds a lot like virtualization. How does the two relate? Can I run virtualization on top of these Synergy systems? >> Great questions. Absolutely. In fact one of the key things with hyper-converged or composable, is the ability to really have virtualized workloads. In addition to that, with our composable infrastructure, we let you also run bare metal, as well as containerized workload. So you have a real range of workloads you can run in one set of infrastructure. And so we can support lots of workloads, different kinds of storage in the environment in fabric. So you have a real range of opportunity. >> Let's talk a little bit about composable and your target market. What is the key message? A lot of, sounds like, flexibility and agility within the technology. What's the key message to your VMware customers that are using the VMware software? >> Sue, with customers who are using VMware software, it's the flexibility. For example, with vSan, we've talked a lot about here at the conference, our relationship with VMware. And vSan is the ability to have software defined storage. And what our HP offerings allow you to do, is to have the ability to scale, compute, and storage independently. So giving you this very flexible environment, to grow your capacity. And then you manage it with this virtualized vSan, software defined storage from VMware. Very simple for our customers to really have a simple operations, and really flexible scale; is what these new applications are requiring. >> As you guys have been talking from a VMware and HPE perspective to customers. How are they receiving this message? >> From a customer standpoint it's very clear. They need to move to the hybrid IT model. And that's kind of the mandate that's coming. They see it on the horizon. But they also want to do it in a very cost effective manner. They want to do it in a very scalable, efficient, and automated manner. And that's when customers look to HPE and VMware to solve the problem for them. And that's where our flagship composable platform Synergy comes in to play. Marrying the benefits of Synergy with VMware's Cloud Foundation Software, which is a very seamless and automated way of consuming a software-defined stack. You bring those two together, what you get is industry's first composable platform, that lets you set up your private cloud, in less than minutes. There also gives you the ability to allocate and reallocate. Again, compute, storage, and networking resources independent of each other, at will. Creating this very flexible platform for traditional workloads, cloud native workloads, private cloud workloads. That's what we're hearing from the customers, they want us to step in, solve this problem. But also give them the visibility on top. We were at a partner panel earlier today, and one of the partners got up and said, "Look. This is all fantastic. You're making the right moves, "You're building the right solutions for us, "But help us understand how you're going to build "That uber layer of visibility, "and more detailed predicative analytics. "To help us get the whole picture. "Because I don't want to use third party tools." And those are the frontiers that HPE and VMworld will continue to work on together, and create new solutions for our customers. >> One of the things this morning that Michael Dell mentioned when he was onstage with Pat Gelsinger, was that Dell EMC and VMware where like peanut butter and chocolate. (Satya laughs) Such a good combination. (Leslie laughs) So one year post combination, has that strengthened the HP VMware partnership with this now umbrella under Dell Technologies? In the last minute or so, talk to us about how that's helped you maybe differentiate. >> Yeah, absolutely. Look, right from the beginning, as soon as the acquisition was announced, there was a lot of skepticism. And that was industry wide. Everybody said, "Hey. How is this going to impact "The rest of the ecosystem?" VMware made it a point, and Michael as well, made it a point to come outright and say, "Look. We don't want to mess with the ecosystem. "The neutrality is very important to us." To make VMware not only thrive, survive, all of the above. So we've seen that in the market. We don't see any material change in the relationship with VMware. Just a few proof points I want to throw out there, we are still the largest OEM for VMware from a product perspective. We have over 500,000 customers together, who make demands on running workloads. Our channel overlap is over 80%. All of this continues to be recognized. We won a lot of awards in the past, the last two years, we won the OEM Innovation Award of the Year. Partner of the Year Award. >> I saw it. I think I may have a photo with you. >> Yeah >> To talk about synergy, pun intended. (group laughs) >> No it is. >> It sounds like it's only a strengthening. >> It is strengthening. 'Cause we took it upon ourselves at HPE, as a challenge to say, "Hey, look. "I know there's a new owner. "But this shouldn't materially change your business, "Because there's so much business at stake." And we cannot ignore the customers. The demand for our joint products is stronger than ever. >> Absolutely. Great, you guys. Thank you so much for coming on and sharing what's new, what's going on, and the commitment to customers. Outstanding Leslie and Satya. Thank you so much. You're now in the category of CUBE alumni. >> Alright, thank you so much. >> That's great. >> We look forward to having you back. >> Thank you. >> And for my cohost, Keith Townsend, I am Lisa Martin. You've been watching live continuing coverage by theCUBE of VMworld 2017, day two. Stick around, we'll be right back. (technology music)

Published Date : Aug 29 2017

SUMMARY :

Brought to you by VMware and it's ecosystem partners. Welcome back to VMworld, we are live on theCUBE, Welcome to you as well. So guys, let's talk to each of you, SAP Hana, and some of the more mission critical servers. And Satya tell us about your role in alliances, My role at HPE is to make sure that we keep the customer Like, "Oh, that's the legacy." And the essential idea here is that you can have How does the two relate? In fact one of the key things with hyper-converged What's the key message to your VMware customers here at the conference, our relationship with VMware. and HPE perspective to customers. and one of the partners got up and said, In the last minute or so, talk to us about We don't see any material change in the relationship I think I may have a photo with you. To talk about synergy, pun intended. as a challenge to say, "Hey, look. and the commitment to customers. And for my cohost, Keith Townsend,

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Satya VardharajanPERSON

0.99+

Leslie MaherPERSON

0.99+

Lisa MartinPERSON

0.99+

Keith TownsendPERSON

0.99+

MichaelPERSON

0.99+

SatyaPERSON

0.99+

LesliePERSON

0.99+

HPEORGANIZATION

0.99+

VMworldORGANIZATION

0.99+

VMwareORGANIZATION

0.99+

Michael DellPERSON

0.99+

LisaPERSON

0.99+

two guestsQUANTITY

0.99+

Pat GelsingerPERSON

0.99+

Las VegasLOCATION

0.99+

over 500,000 customersQUANTITY

0.99+

HPORGANIZATION

0.99+

vSanTITLE

0.99+

over 15 yearsQUANTITY

0.99+

twoQUANTITY

0.99+

SynergyORGANIZATION

0.99+

oneQUANTITY

0.98+

VMware AllianceORGANIZATION

0.98+

over 80%QUANTITY

0.98+

CUBEORGANIZATION

0.98+

Dell TechnologiesORGANIZATION

0.98+

one setQUANTITY

0.97+

vCloud FoundationORGANIZATION

0.97+

OneQUANTITY

0.97+

Hewlett Packard EnterpriseORGANIZATION

0.97+

VMworld 2017EVENT

0.96+

North American Enterprise Servers and Converged SystemsORGANIZATION

0.94+

about seven years agoDATE

0.94+

eachQUANTITY

0.93+

day twoQUANTITY

0.93+

todayDATE

0.92+

SuePERSON

0.91+

one flavorQUANTITY

0.91+

SAPORGANIZATION

0.89+

first composable platformQUANTITY

0.89+

earlier todayDATE

0.89+

this morningDATE

0.89+

Dell EMCORGANIZATION

0.88+

last two yearsDATE

0.87+

one yearQUANTITY

0.86+

theCUBEORGANIZATION

0.84+

HP VMwareORGANIZATION

0.75+

Cloud FoundationTITLE

0.68+

Show Wrap with Dan Barnhardt - Inforum2017 - #Inforum2017 - #theCUBE


 

>> Narrator: Live from the Javits Center in New York City. It's the Cube, covering the Inforum 2017. Brought to you by Infor. >> We are wrapping up the Cube's day two coverage of conference here in New York City at Inforum. My name is Rebecca Knight, along with my cohost Dave Vellante. We're joined by Dan Barnhardt. He is the Infor Vice President of Communications. Thanks so much for joining us. >> Yes, thank you for having me. Thank you for being here two days in a row. >> It's been a lot of fun. We've had a great time. So yeah, congratulations, it's been a hugely successful conference, a lot of buzz. Recap it for us, what's been most exciting for you? >> Sure, this was our second year having a forum in New York, which is our home town. I think it was a more exciting conference than last year. We unveiled some incredible development updates, led by Coleman, our AI offering, which is an incredible announcement for us, as well as Networked CloudSuites, which takes the functionality from our GT Nexus commerce network, and bakes it into our CloudSuites, the mission critical industry CloudSuites, that we offer on the Amazon Web Services cloud. Those were really exciting developments, as well as some other announcements we made with regard to product. And then, in addition to product, we had a lot of customer momentum that we shared. Last year, we had customers like Whole Foods and Travis Perkins up here. We continued the momentum with big enterprise customers making big bets on Infor, led by Koch Industries who invested more than two billion dollars this year at Infor, and are now modernizing their human resources and their financial operations with Infor CloudSuites. Moving to the cloud HR for 130,000 employees at Koch Industries which is an incredible achievement for the product, and for cloud HR. And, that's very exciting, as well as other companies like FootLocker, which were recognized with the Innovation Award for our Progress Makers Award. They're using talent science, data science to power their employees, not to power their employees, but to drive their employees towards greater productivity and greater happiness, because they've got the right people in the right fit for FootLocker, that's very exciting. And, of course, Bank of America, our Customer of the Year, which uses our HR solutions for their workforce, which obviously is exceptionally large. >> Yes, there was a great ceremony this morning, with a lot of recognition. So, let's talk a little bit more about Coleman, this was the big product announcement, really the first product in AI for Infor. Tell us a little bit about the building blocks. >> For certain. We have a couple of AI offerings now, like predictive hotel pricing, predictive demand and assortment planning in retail, but we have been building towards Coleman and what we consider the age of networked intelligence for multiple years. Since we architected Infor CloudSuite to run mission critical ERP in the cloud, we developed the capability of having data, mission critical data that really runs a business, your manufacturing, finance, distribution core functions, in the cloud on AWS, which gives us hyper-scale compute power to crunch incredible data. So, that really became possible once we moved CloudSuite in 2014. And then in 2015, we acquired GT Nexus, which is a commerce network that unites, that brings in the 80 percent of enterprise data that lies outside the four walls, among suppliers, and logistics providers, and banks. That unified that into the CloudSuite and brought that data in, and we're able to crunch that using the compute power of AWS. And then last year at Inforum, we announced the acquisition of Predictix, which is a predictive solutions for retail. And when building those, Predictix was making such groundbreaking development in the area of machine learning that they spun off a separate group called Logicblox, just to focus on machine learning. And Inforum vested heavily, we didn't talk a lot about Logicblox, but that was going to deliver a lot of the capabilities along with Amazon's developments with Lex and Alexa to enable Coleman to come to reality. So we were able then to acquire Birst. Birst is a BI program that takes, and harmonizes, the data that comes across CloudSuite and GT Nexus in a digestible form that with the machine learning power from Logicblox can power Coleman. So now we have AI that's pervasive underneath the application, making decisions, recommending advice so that people can maximize their potential at work, not have to do more menial tasks like search and gather, which McKenzie has shown can take 20 percent of your work week just looking for the information and gathering the information to make decisions. Now, you can say Coleman get me this information, and Coleman is able to return that information to you instantly, and let you make decisions, which is very, very exciting breakthrough. >> So there's a lot there. When you and I talked prior to the show, I was kind of looking for okay, what's going to be new and different, and one of the things you said was we're really going to have a focus on innovation. So, in previous Inforums it's really been about, to me anyway, we do a lot of really hard work. We're hearing a lot about acquisitions, certainly AI and Coleman, how those acquisitions come together with your, you know, what Duncan Angove calls the layer cake, you know the wedding cake stack, the strategy stack, I call it. So do you feel like you've achieved those objectives of messaging that innovation, and what's the reaction then from the customer base? >> Without a doubt. I wouldn't characterize anything that we said last year as not innovative, we announced H&L Digital, our digital transformation arm which is doing some incredible custom projects, like for the Brooklyn Nets, essentially money balling the NBA. Look forward to seeing that in next season a little bit, and then more in the season to come. Some big projects with Travis Perkins and with some other customers, care dot com, that were mentioned. But this year we're unveiling Coleman, which takes a lot of pieces, as Duncan said sort of the wedding cake, and puts them together. This has been a development for years. And now we're able to unveil it, and we've chosen to name it Coleman in honor of Katherine Coleman Johnson, one of the ladies whose life was told in the movie Hidden Figures, and she was a pioneer African-American woman in Stem, which is an important cause for us. You know, Infor years ago when we were in New Orleans unveiled the Infor Education Alliance program so that we can invest in increasing Stem education among young people, all young people with a particular focus on minorities and women to increase the ranks of underrepresented communities in the technology industry. So this, Coleman, not only pays honor to Katherine Johnson the person, but also to her mission to increase the number of people that are choosing careers in Stem, which as we have shown is the future of work for human beings. >> So talk a little bit more about Infor's commitment to increasing number to increasing, not only Stem education, but as you said increasing the number of women and minorities who go into Stem careers. >> Certainly. We, you know Pam Murphy who is our chief operating officer, this has been an incredibly important cause to her as well as Charles Phillips our CEO. We launched the Women's Infor Network, WIN, several years ago and that's had some incredible results in helping to increase the number of women at Infor. Many years ago, I think it was Google that first released their diversity report, and it drew a lot of attention to how many women and how many minorities are in technology. And they got a lot of heat, because it was about 30, 35 percent of their workforce was female, and then as other companies started rolling out their diversity report, it was a consistent number between 30 to 35 percent, and what we identified from that was not that women are not getting the jobs, it's that there aren't as many women pursuing careers in this type of field. >> Rebecca: Pipeline. >> Yes. So in order to do that, we need to provide an environment that nurtures some of the specific needs that women have, and that we're promoting education. So we formed the WIN program to do that first task, and this year on International Women's Day in early March, we were able to show some of the results that came from that, particularly in senior positions, SVP, VP, and director level positions at Infor. Some have risen 60 percent the number of women in those roles since we launched the Women's Infor Network just a couple of years ago. And then we launched the Education Alliance Program. We partnered with institutions, like CUNY the City University of New York, the New York Urban League, and universities now across the globe, we've got them in India, in Thailand and China, in South Korea to help increase the number of people who are pursuing careers in Stem. We've also sponsored PBS series and Girls Who Code, we have a hack-athon going on here at Inforum with a bunch of young people who are building, sort of, add-on apps and widgets that go to company Infor. We're investing a lot in the growth of Stem education, and the next generation. >> And by the way, those numbers that you mentioned for Google and others at around 30, 34 percent, that's much better than the industry average. They're doing quote, unquote well and still far below the 50 percent which is what you would think, you know, based on population it would be. So mainly the average is around, or the actual number's around 17 percent in the technology business, and then the other thing I would add is Amazon, I believe, was pretty forthcoming about its compensation, you know. >> Salesforce really started it, Marc Benioff. >> And they got a lot of heat for it, but it's transparency is really the starting point, right? >> It was clear really early for companies like Salesforce, and Amazon, and Google, and Infor that this was not something that we needed to create talking points about, we were going to need to effect real change. And that was going to take investment and time, and thankfully with leadership like Charles Phillips, our CEO, and Marc Benioff were making investments to help make sure that the next generation of every human, but particularly women and minorities that are underrepresented right now in technology, have those skills that will be needed in the years to come. >> Right, you have to start with a benchmark and then know where you're moving from. >> Absolutely, just like if you're starting a project to transform your business, where do you want to go and what are the steps that are going to help you get there? >> Speaking of transforming your business, this is another big trend, is digital transformation. So now that we are at nearing the end of day two of this conference, what are you hearing from customers about this jaunting, sometimes painful process that they must endure, but really they must endure it in order to stay alive and to thrive? >> Without a doubt. A disruption is happening in every industry that we're seeing, and customers across all of the industries that Infor serves, like manufacturing, healthcare, retail, distribution, they are thinking about how do we survive in the new economy, when everything is digital, when every company needs to be a technology company. And we are working with our customers to help first modernize their systems. You can't be held back by old technology, you need to move to the cloud to get the flexibility and the agility that can adapt to changing business conditions and disruptions. No longer do you have years to adapt to things, they're happening overnight, you must have flexible solutions to do that. So, we have a lot of customers. We just had a panel with Travis Perkins, and with Pilot Flying J, who was on the Cube earlier, talking about how their, and Cook Industries our primary investor now, talking about how they're re-architecting their IT infrastructure to give them that agility so they can start thinking about what sort of projects could open up new streams of revenue. How could we, you know, do something else that we never thought of, but now we have the capability to do digitally that could be the future of our business? And it's really exciting to have all the CIOs, and SVPs of technology, VPs of technology, that are here at Inforum talking about what they're doing, and how they're imagining their business. It's really incredible to get a peek at what they're doing. >> You know, we were talking to Debbie earlier. One of the interesting things that I, my takeaway is on the digital transformation, is you know, we always say digital is data and then what we talked about was the ability to traverse industry value change, not just vertically but horizontally. Amazon buying Whole Foods is a perfect example, Amazon's a content company, Apple's getting into financial services. I wonder if you could comment on your thoughts on because you're so deep into micro-verticals, and what Debbie said was well I gave a consumer package good example to a process manufacturing company. And they were like what are you talking about, and she said look, let me connect the dots and the light bulbs went off. And they said wow, we could take that CPG example and apply it, so I wonder when we talk about digital transformation, if you see or can foresee your advantage in micro-verticals as translating across those verticals. >> Without a doubt. We talk about it as adjacent innovation. And Charles points back to an example, way back from the creation of the niche in glass, and how that led to additional businesses and industries like eyeglasses and fire preparedness, and we look at it that way for certain. We dive very deep into key industries, but when we look at them holistically across and we say oh, this is happening within the retail industry, we can identify key functionality that might change the industry of disruption, not disruption, distribution. Might disrupt the distribution industry, and we can apply the lessons learned by having that industry specialization into other industries and help them realize a potential that they weren't aware of before, because we uncovered it in one place. That's happening an awful lot with what we do with retail and assortment planning and healthcare. We run 70 percent of the large hospitals in the US, and we're learning a lot from retail and how we might help hospitals move more quickly. When you are managing life and death situations, if you are planning assortment or inventory for those key supplies within a hospital, and you can make even small adjustments that can have huge impact on patient care, so that's one of the benefits of our industry-first strategy, and the adjacent innovation that we cultivate there. >> I know we're not even finished with Inforum 2017, but we must look ahead to 2018. Talk a little bit about what your goals for next year's conference are. >> For sure. You're correct, we're not finished yet with Inforum. I know everyone here is really excited about Bruno Mars who's entertaining tonight, but we are looking forward to next year's conference as well, we're already talking about some of the innovative things that we'll announce, and the customer journeys that are beginning now, which we'd like to unveil there. We are going to be moving the conference from New York, we're going to move to Washington DC in late-September, September 24th to 27th in Washington DC, which we're very excited about to let our customers, they come back every year to learn more. We had seven thousand people attending this year, we want to give them a little bit of a variety, while still making sure that they can reach, you know, with one stop from Europe and from Asia, cause customers are traveling from all over the world, but we're very excited to see the growth that would be shared. This year, for instance, if you look at the sponsors, we had our primary SI partner Avaap was platinum partner last year. In addition to Avaap this year, we were joined by Accenture, and Deloitte, Capgemini, Grant Thorton, all of whom have built Infor practices over the last 12 months because there's so much momentum over our solutions that that is a revenue opportunity for them that they want to take advantage of. >> And the momentum is just going to keep on going next year in September. So I'll see you in September. >> Yeah, thank you very much. I appreciate you guys being here with us for the third year, second year in a row in New York. >> Indeed, thank you. I'm Rebecca Knight for Dave Vellante, we will have more from Inforum 2017 in a bit.

Published Date : Jul 12 2017

SUMMARY :

Brought to you by Infor. He is the Infor Vice President of Communications. Yes, thank you for having me. It's been a lot of fun. We continued the momentum with big enterprise really the first product in AI for Infor. a lot of the capabilities along with and different, and one of the things you said program so that we can invest in increasing increasing the number of women and minorities and it drew a lot of attention to how many women So in order to do that, we need to and still far below the 50 percent that this was not something that we and then know where you're moving from. So now that we are at nearing the end that could be the future of our business? and she said look, let me connect the dots and how that led to additional businesses but we must look ahead to 2018. at the sponsors, we had our primary SI partner Avaap And the momentum is just going to for the third year, second year in a row in New York. we will have more from Inforum 2017 in a bit.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Dan BarnhardtPERSON

0.99+

Dave VellantePERSON

0.99+

Rebecca KnightPERSON

0.99+

Marc BenioffPERSON

0.99+

Pam MurphyPERSON

0.99+

ColemanPERSON

0.99+

AmazonORGANIZATION

0.99+

EuropeLOCATION

0.99+

DuncanPERSON

0.99+

Charles PhillipsPERSON

0.99+

Koch IndustriesORGANIZATION

0.99+

DebbiePERSON

0.99+

New YorkLOCATION

0.99+

Katherine JohnsonPERSON

0.99+

Cook IndustriesORGANIZATION

0.99+

RebeccaPERSON

0.99+

2014DATE

0.99+

New York Urban LeagueORGANIZATION

0.99+

AsiaLOCATION

0.99+

IndiaLOCATION

0.99+

20 percentQUANTITY

0.99+

ThailandLOCATION

0.99+

AccentureORGANIZATION

0.99+

Washington DCLOCATION

0.99+

30QUANTITY

0.99+

CharlesPERSON

0.99+

AWSORGANIZATION

0.99+

Last yearDATE

0.99+

70 percentQUANTITY

0.99+

80 percentQUANTITY

0.99+

Whole FoodsORGANIZATION

0.99+

Bruno MarsPERSON

0.99+

last yearDATE

0.99+

SeptemberDATE

0.99+

Brooklyn NetsORGANIZATION

0.99+

two daysQUANTITY

0.99+

2015DATE

0.99+

DeloitteORGANIZATION

0.99+

CUNYORGANIZATION

0.99+

AppleORGANIZATION

0.99+

GoogleORGANIZATION

0.99+

New York CityLOCATION

0.99+

H&L DigitalORGANIZATION

0.99+

South KoreaLOCATION

0.99+

New OrleansLOCATION

0.99+

InforORGANIZATION

0.99+

ChinaLOCATION

0.99+

USLOCATION

0.99+

LogicbloxORGANIZATION

0.99+

2018DATE

0.99+

60 percentQUANTITY

0.99+

InforumORGANIZATION

0.99+

Bank of AmericaORGANIZATION

0.99+

This yearDATE

0.99+

130,000 employeesQUANTITY

0.99+

next yearDATE

0.99+

CapgeminiORGANIZATION

0.99+

Amazon Web ServicesORGANIZATION

0.99+

Katherine Coleman JohnsonPERSON

0.99+

second yearQUANTITY

0.99+

35 percentQUANTITY

0.99+

Hidden FiguresTITLE

0.99+

early MarchDATE

0.99+

AvaapORGANIZATION

0.99+

Duncan AngovePERSON

0.99+

more than two billion dollarsQUANTITY

0.99+

seven thousand peopleQUANTITY

0.99+

International Women's DayEVENT

0.99+

this yearDATE

0.99+

first productQUANTITY

0.99+

Salema Rice, Allegis Group - Informatica World 2017 - #INFA17 - #theCUBE


 

>> Announcer: Live from San Francisco, it's the Cube. Covering Informatica World 2017, brought to you by Informatica. >> Okay, welcome back, everyone. We're here live in San Francisco for Informatica World 2017. This is the Cube, a flagship program. We go out to the events and extract the signal from the noise. I'm John Furrier, the host of the Cube. Our next guess is Lima Rice, who's the chief data officer Global Enterprise Data Analytics for Allegis Group. Salema, welcome to the Cube. >> Thank you. >> So you won the Informatica Innovation Award Monday night. Congratulations. >> Salema: Thank you. >> You're also a chief data officer, so we love to have conversations with because really, what does that mean? (laughing) You're the chief of everything now. Data's at the center, you're like the heart surgeon of the organization. What was the award for? Tell us a little bit about Allegis Group. >> Sure. So the award was really about how we're innovating with data. So for us, it's really about using data as an asset and how we really want to transform our company the way that we transformed the industry almost 30 years ago. So we've really partnered with Informatica to build out our Master Data Management, data as a service, data quality, everything that would help us to find the right person for the right position at the right time. >> Talk about what you guys do at Allegis Group and how it fits into your parent company. A lot of folks, you guys are very large, but tell us a little bit about your firm. >> Sure. So Allegis Group is the largest talent solution company in the world, largest privately held one. We have almost 450,000 contract employees worldwide. We have over 500 offices in 53 countries that we service. Our two flagship companies are Tech Systems and Aerotech, which make up probably a little over 75% of our organization. >> So you guys match talent that's in your network with opportunities that they are fit for. >> That's correct, for most of the operating. For Tech Systems and Aerotech, which makes up that large portion, that's exactly what they do. Then we have service organizations and we have managed service programs and vendor management solutions and other operating companies that service other types of industries. >> You mentioned as we were getting started that you use data as a competitive strategy weapon, if you will, key asset. >> Absolutely. >> I kind of weaved in competitive strategy. If you're doing well, it's also competitive strategy. >> Right. >> If you're successful. That's the key conversation here at Informatica World this year and in the industry worldwide as they look at the assets differently. It's not just an accounting thing. Most CFOs know where the plant and equipment are, the depreciation schedule, itemization schedule, all that stuff is kind of like in Financial 101. Data now is coming in as an asset where sometimes they don't even know where the data is, that's one problem. How are you looking at that? Because take us through what that means to make data as the asset, and how do you wrangle it in, how do you get your hands on it so to speak, metaphorically speaking, and then, also, how do you deploy it as an asset? How does it get paid back to the company? >> So that's a lot of questions in there. I'll start with, we believe that being able to ingest any data from anywhere in any format and use that in order to enable our producers which are our recruiters and our account managers to make better, faster decisions and really reduce our risk is a way that we can help produce and make quality, fact-based decisioning. So it all starts with great quality data. When you think about the journey that somebody goes through of getting a job, there's probably not, maybe two other times in your life that are more traumatic, right? So, birth, death, and you know? >> John: I know. >> Getting married, maybe? >> John: That too. >> And changing careers, right? So we try to use data and we try to make the best out of each situation so that people feel like they're really becoming part of our Allegis family and not just taking a job. >> Or a piece, a resume that's on file so to speak. >> Salema: That's right. >> Take us through an example of a use case that someone could relate to with you guys or applying data and the benefit to you guys and your customer. >> So at any given time, we have roughly 55 million resumes that we're parsing through and trying to identify and make the perfect search and match for our customers. And that's really the core part of our business. >> 55 million. >> 55 million resumes. (chuckling) So within that search and match process, it's really important that my team help enable that search and match team with good quality data so that, when you think about, if you have bad data, you're going to make bad decision matching rules. And so the better quality the data, the better we can help that team. >> I mean, everyone's had an experience where they've gotten an email or something where you can see some sort of form was inserted Dear Placeholder, my name, they didn't insert my name. That's just a random example, but that's the kind of example where it's not personalized. It's not a fit for me. I'm like, hey, I'm a machine, you're talking to me, I'm a person, I instantly delete it if it's not already in my spam folder. >> Right. >> Similarly with your, it's a high touch and again, it's intimate-- >> Very much so. >> Very intimate to the user. How will you guys doing that personalization and what's the data angle on that? >> That's very important to us, actually. So when our founders created the company almost 30 years ago, they made three promises. They made a promise to the customer that they would work harder than any other vendor ever worked for them. They wouldn't stop until they filled that rack. To the consultants coming in, they made a promise that they'd never just sling their resumes. That they would get to know them intimately. They would find out their likes, their dislikes, what are things that they want to do to make a life? And then to the people working in-house, they promised that if you would work harder than you ever thought was possible, the company would pour into them and those three things are still the core value of what we do today. So while our competition looks very different today than it used to, I mean, for probably 20 years our competition looked exactly like us. The same model, the same comp model, everything. Until about four years ago, and we started seeing competition that had no brick and mortar, that has no recruiters. We have 25,000 recruiters, we have 500 offices. >> Where was the competition going? All online automated? >> They're going algorithm, so they're going bionic recruitment. The thing for us is that that relationship is what really sets us apart. The relationship means that much to us that we want to use data to enable our recruiters and enable our producers so that they can become more talented advisors and career coaches. >> You know, there's two things that jump in my head. One is, you don't want to be a slave to the algorithm. >> That's right. >> Or slave to process, you want the process to work for you. >> Absolutely. >> The second one is, we always talk about the start-up community and growing companies is that you always hear people, "Oh, he and she is a good fit." You know, being a good fit for a job really is key because you could be in a job and be unhappy and no one wins. >> That's right. >> So getting the fit is critical. So you guys are using humans with machines-- >> That's right. >> Together so you're making the data work for the human process which is a hybrid. >> That's right. We look at it as we use data to have a competitive advantage by empowering our producers and really using that combination of human touch and technology to deliver the best customer experience. >> Okay, talk about the marketplace. As you look back, and you notice your Informatica customer, we'll get to that in a second, but there's a lot of solutions out there. People are peddling software. You got to be kind of a skeptic, but you don't want to miss the wave. >> Salema: That's right. >> The data wave, that that's something you obviously as a Chief Data Officer. So you got to squint through the BS of the fog or the smokescreens that are out there. How do you tell, well first of all, what is the current landscape from your perspective? What's the right solutions that you see emerging out of this new modern era of data at the center? With software, with algorithms, and obviously mixed with humans. What's the big industry trend that you like, and what don't you like? >> Yeah, I love what Informatica's doing. I love that they're combining the best of artificial intelligence and machine learning into every application that they create. That's really critical to us, and I think to every company is we always say as we're teaching our children, if you learn from your own mistakes, you'll be smart. But if you can learn from the mistakes of others, you're going to be a genius. Well, when we make mistakes, if our applications can learn from them, but what if those applications can learn from all the customers and from the information that they're putting in? So Informatica embedding AI with Claire now, I think is genius. I think that it's going to set them apart and really set their customers apart. So that's why we like partnering with them. >> You mentioned data quality. It's one of my favorite topics, and I always talk about dirty data, it's bad for you. Clean data, good data, is really instrumental. >> Salema: That's right. >> How are you guys refreshing the data? Someone from Informatica was on, talking about heartbeat of data as the, but also that implies the heart is a critical organ so you need a surgeon for that, heart surgery. But sometimes, data hygiene. You need a data hygienist. So there's a spectrum of data interaction points. What's your thoughts on data quality? What are the key things you keep on top of to keep the data high quality? >> It's really important to us. We use, so if you think about one of the things that makes a great match for somebody, it's about the proximity to your position. So making sure that the addresses are clean. We use Informatica's data as a service. And we do all world geo lat long, and we do Address Doctor and address verification. Email verification is big in our business. Phone number cleansing, and then just overall making sure that we have a single golden record. If you think about somebody like me, I started with the company in 1998 as a consultant. So being out there as a consultant for 23 years and then coming in-house, all of my data from my maiden name still exists in our systems. So really, it's about not just cleansing good to bad, but making sure that you're creating that golden record of a person so somebody on LinkedIn might just put their first initial or on any third party system and knowing that those are all still the same person and making sure that we're connecting the right people is really important to us. >> You bring up such good points I don't even think about. Most people don't think about. But one of the most satisfying things about a job is the commute. I live in the Bay Area here. (laughing) If I'm in East Bay and I've got to go to Palo Alto, that's a nightmare. But that depends on the opportunity, right? So that's a blend. And the other one is the role of new data. So you mentioned LinkedIn. So LinkedIn seems to be a contextual resume, and in short term social network, which they're doing a decent job with. But that's more data. Reputation's super important in the world you're in. >> That's right, right. >> How are you guys looking at that? Because I can see how you guys got the blend of machines and humans, that's nice. Business philosophy's awesome. How do you guys get more reputation data points, too? Look for those blind spots. >> Sure. Well one of the things we do is by taking the person's information. One of the things that I think sets us apart from our competition is that we actually have the actuals. So if somebody, how they performed, how long they performed on a position for a lot of our consultants, that's information that we've had in our systems for 20, 30 years. So having the actual data to compare against what people are saying now makes a big difference. It's something our competition can't go out and buy. >> Yeah, it's interesting. It's just so interesting a world you're in. You're like in the cross hairs of a lot of moving waves. Look at the HR world is changing significantly from the world I live in in tech, for instance, has been a big thing and making sure people are being promoted. And the old way of doing HR is like, processes are kind of broken but the tools are available. So there's a whole dynamic going on in the future of work that's overlaying on top of your job. How are you dealing with that? >> It's very difficult. We use a lot of natural language processing and machine learning algorithms to really look at people and almost in some ways predict their level of thought leadership. So it's not enough any more to say, "I have those skills." It's can they do more than the skill we're hiring for and are they really going to be able to come in here and be that curious person, that problem solver, right? We can teach people tools. How do you teach somebody to be a problem solver? >> I can almost imagine Claire and some of these automated intelligences, I call it AIs. To me, it's automated intelligence. AIs don't really exist, I mean Google's probably about. Neural networks that teach neural networks, c'mon. >> Salema: Right. >> That's 1980s. But the augmentation is the key, and you think about what you're doing is you almost want the system to be working for the user. So instead of HR, you flip it around. So the HR should be notified that, "Hey, Salema needs a promotion right now. "She's peaked, she's been growing." Now new openings are coming up. Rather than trying to have the review, have the end user fill out their performances, having an ongoing performance track is probably pretty key. >> Yeah, it's something that we look at in our applicant tracking systems and how we keep track of the people that are out there working for our clients and the feedback that we get. Survey information is really important to us, both from our customers and from our consultants. So we use that to help them grow, and I mentioned earlier, one of the things that we tried really hard is coming to work for Allegis is about coming to work for a family where you're not just making a living, but you're making a life. >> Alright, final question, well, two final questions. But I'll get your thoughts on the show, that's a little bit of an easier question. The pointed question here, relative to what you're doing is, the world now with Cloud and data is about scale. And one of the things that's interesting about what you guys are doing at your work is it's pretty large scale. You mentioned 55 million people and beyond that. A lot of folks have to operate now at a higher level of scale. >> Yeah. >> What's your advice to other practitioners out there that have to start thinking differently in terms of order of magnitude scale. Just mindset, what advice would you share with folks on the scale question? >> I would say collect the data. Collect all the data you create as an organization. Collect everything, and then over time, connect it. Connect the dot. I often say collect it and we'll connect it. And I think that start small, right? I mean, when you don't want to boil the ocean, but collecting the data with the tools that we have today with the big data appliances, we use Cloudera, Informatica, by bringing all of that data into our enterprise data hub, then as those business problems exist and we can slowly start to help the organization by being those problem solvers. >> Awesome, great success story. Final question, word for you is, what's the show like? For the folks watching? What's the experience like, what's the vibe? >> Salema: At Informatica World? >> Informatica World here in San Francisco? >> It's been amazing. It's full of energy like the opening yesterday had my heart racing. It's really been a great event. It's a lot smaller than some of the ones that I think people are accustomed to coming to. And because of that, you get more of that personal touch. The classrooms aren't so big that you can't do a question and answers. >> John: It's very intimate. You get to meet the executives, they're very transparent. >> Yeah, absolutely. And really just see where it's going. And this isn't the kind of thing where you're seeing something that's going to be here years from now. You're seeing what's going to be released weeks from now. >> You're happy with Informatica? They've done a good job with the product? >> Absolutely. I love Informatica. I love our partnership with them. I mentioned for me, it's about, they have a seat at our table, and they help us solve problems and things where we didn't think they were possible, and they really help us identify what those things are and how we can resolve them. >> What do you think about their transformation? >> I love it. I absolutely love it. I love all of the buzz words around here, and I even love the new logo. I think it's great, it's full of energy. >> John: Salema Rice, thanks so much for spending the time here. >> Absolutely. >> Inside the Cube, sharing her experiences as an industry practitioner also large scale. Really using data as an asset, that is the theme here. And of course, we believe at the Cube. We're very data-driven as well, software-defined. And that's the future. Salema, thank you so much, it's the Cube. More live coverage here in San Francisco with the Cube after this short break. I'm John Furrier, stay with us.

Published Date : May 17 2017

SUMMARY :

brought to you by Informatica. I'm John Furrier, the host of the Cube. So you won the Informatica Innovation Award Monday night. Data's at the center, you're like the heart surgeon our company the way that we transformed the industry A lot of folks, you guys are very large, So Allegis Group is the largest talent solution company So you guys match talent that's in your network That's correct, for most of the operating. that you use data as a competitive strategy weapon, I kind of weaved in competitive strategy. to make data as the asset, and how do you wrangle it in, When you think about the journey that somebody goes through So we try to use data and we try to make the best or applying data and the benefit to you guys and make the perfect search and match for our customers. the better we can help that team. That's just a random example, but that's the kind How will you guys doing that personalization are still the core value of what we do today. and enable our producers so that they can become One is, you don't want to be a slave to the algorithm. is that you always hear people, So getting the fit is critical. for the human process which is a hybrid. to deliver the best customer experience. Okay, talk about the marketplace. What's the right solutions that you see emerging and from the information that they're putting in? It's one of my favorite topics, and I always talk What are the key things you keep on top of So making sure that the addresses are clean. But that depends on the opportunity, right? Because I can see how you guys got the blend So having the actual data to compare against And the old way of doing HR is like, and are they really going to be able to come in here Neural networks that teach neural networks, c'mon. But the augmentation is the key, and you think about and the feedback that we get. And one of the things that's interesting about Just mindset, what advice would you share Collect all the data you create as an organization. What's the experience like, what's the vibe? The classrooms aren't so big that you can't do You get to meet the executives, they're very transparent. something that's going to be here years from now. and they really help us identify what those things are I love all of the buzz words around here, for spending the time here. And that's the future.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
AerotechORGANIZATION

0.99+

Allegis GroupORGANIZATION

0.99+

1998DATE

0.99+

ClairePERSON

0.99+

SalemaPERSON

0.99+

Tech SystemsORGANIZATION

0.99+

JohnPERSON

0.99+

InformaticaORGANIZATION

0.99+

John FurrierPERSON

0.99+

20QUANTITY

0.99+

San FranciscoLOCATION

0.99+

Lima RicePERSON

0.99+

Salema RicePERSON

0.99+

23 yearsQUANTITY

0.99+

GoogleORGANIZATION

0.99+

LinkedInORGANIZATION

0.99+

Palo AltoLOCATION

0.99+

500 officesQUANTITY

0.99+

Global Enterprise Data AnalyticsORGANIZATION

0.99+

20 yearsQUANTITY

0.99+

oneQUANTITY

0.99+

Bay AreaLOCATION

0.99+

1980sDATE

0.99+

Monday nightDATE

0.99+

firstQUANTITY

0.99+

three promisesQUANTITY

0.99+

OneQUANTITY

0.99+

53 countriesQUANTITY

0.99+

over 500 officesQUANTITY

0.99+

yesterdayDATE

0.99+

bothQUANTITY

0.99+

one problemQUANTITY

0.98+

two thingsQUANTITY

0.98+

AllegisORGANIZATION

0.98+

Informatica WorldORGANIZATION

0.98+

two final questionsQUANTITY

0.98+

ClouderaORGANIZATION

0.98+

East BayLOCATION

0.98+

over 75%QUANTITY

0.98+

todayDATE

0.98+

this yearDATE

0.97+

25,000 recruitersQUANTITY

0.97+

Informatica World 2017EVENT

0.97+

CubeORGANIZATION

0.97+

55 millionQUANTITY

0.97+

almost 450,000 contract employeesQUANTITY

0.97+

three thingsQUANTITY

0.96+

each situationQUANTITY

0.96+

Financial 101TITLE

0.95+

two other timesQUANTITY

0.94+

55 million peopleQUANTITY

0.92+

second oneQUANTITY

0.92+

dataEVENT

0.91+

55 million resumesQUANTITY

0.91+