Image Title

Search Results for KubeCon EU:

Jim Walker, Cockroach Labs & Christian Hüning, finleap connect | Kubecon + Cloudnativecon EU 2022


 

>> (bright music) >> Narrator: The Cube, presents Kubecon and Cloudnativecon, year of 2022, brought to you by Red Hat, the cloud native computing foundation and its ecosystem partners. >> Now what we're opening. Welcome to Valencia, Spain in Kubecon Cloudnativecon, Europe, 2022. I'm Keith Townsend, along with my host, Paul Gillin, who is the senior editor for architecture at Silicon angle, Paul. >> Keith you've been asking me questions all these last two days. Let me ask you one. You're a traveling man. You go to a lot of conferences. What's different about this one. >> You know what, we're just talking about that pre-conference, open source conferences are usually pretty intimate. This is big. 7,500 people talking about complex topics, all in one big area. And then it's, I got to say it's overwhelming. It's way more. It's not focused on a single company's product or messaging. It is about a whole ecosystem, very different show. >> And certainly some of the best t-shirts I've ever seen. And our first guest, Jim has one of the better ones. >> I mean a bit cockroach come on, right. >> Jim Walker, principal product evangelist at CockroachDB and Christian Huning, tech director of cloud technologies at Finleap Connect, a financial services company that's based out of Germany, now offering services in four countries now. >> Basically all over Europe. >> Okay. >> But we are in three countries with offices. >> So you're CockroachDB customer and I got to ask the obvious question. Databases are hard and started the company in 2015 CockroachDB, been a customer since 2019, I understand. Why take the risk on a four year old database. I mean that just sounds like a world of risk and trouble. >> So it was in 2018 when we joined the company back then and we did this cloud native transformation, that was our task basically. We had very limited amount of time and we were faced with a legacy infrastructure and we needed something that would run in a cloud native way and just blend in with everything else we had. And the idea was to go all in with Kubernetes. Though early days, a lot of things were alpha beta, and we were running on mySQL back then. >> Yeah. >> On a VM, kind of small setup. And then we were looking for something that we could just deploy in Kubernetes, alongside with everything else. And we had to stack and we had to duplicate it many times. So also to maintain that we wanted to do it all the same like with GitOps and everything and Cockroach delivered that proposition. So that was why we evaluate the risk of relatively early adopting that solution with the proposition of having something that's truly cloud native and really blends in with everything else we do in the same way was something we considered, and then we jumped the leap of faith and >> The fin leap of faith >> The fin leap of faith. Exactly. And we were not dissatisfied. >> So talk to me a little bit about the challenges because when we think of MySQL, MySQL scales to amazing sizes, it is the de facto database for many cloud based architectures. What problems were you running into with MySQL? >> We were running into the problem that we essentially, as a finTech company, we are regulated and we have companies, customers that really value running things like on-prem, private cloud, on-prem is a bit of a bad word, maybe. So it's private cloud, hybrid cloud, private cloud in our own data centers in Frankfurt. And we needed to run it in there. So we wanted to somehow manage that and with, so all of the managed solution were off the table, so we couldn't use them. So we needed something that ran in Kubernetes because we only wanted to maintain Kubernetes. We're a small team, didn't want to use also like full blown VM solution, of sorts. So that was that. And the other thing was, we needed something that was HA distributable somehow. So we also looked into other solutions back at the time, like Vitis, which is also prominent for having a MySQL compliant interface and great solution. We also got into work, but we figured, this is from the scale, and from the sheer amount of maintenance it would need, we couldn't deliver that, we were too small for that. So that's where then Cockroach just fitted in nicely by being able to distribute BHA, be resilient against failure, but also be able to scale out because we had this problem with a single MySQL deployment to not really, as it grew, as the data amounts grew, we had trouble to operatively keep that under control. >> So Jim, every time someone comes to me and says, I have a new database, I think we don't need it, yet another database. >> Right. >> What problem, or how does CockroachDB go about solving the types of problems that Christian had? >> Yeah. I mean, Christian laid out why it exists. I mean, look guys, building a database isn't easy. If it was easy, we'd have a database for every application, but you know, Michael Stonebraker, kind of godfather of all database says it himself, it takes seven, eight years for a database to fully gestate to be something that's like enterprise ready and kind of, be relied upon. We've been billing for about seven, eight years. I mean, I'm thankful for people like Christian to join us early on to help us kind of like troubleshoot and go through some things. We're building a database, it's not easy. You're right. But building a distributor system is also not easy. And so for us, if you look at what's going on in just infrastructure in general, what's happening in Kubernetes, like this whole space is Kubernetes. It's all about automation. How do I automate scale? How do I automate resilience out of the entire equation of what we're actually doing? I don't want to have to think about active passive systems. I don't want to think about sharding a database. Sure you can scale MySQL. You know, how many people it takes to run three or four shards of MySQL database. That's not automation. And I tell you what, this world right now with the advances in data how hard it is to find people who actually understand infrastructure to hire them. This is why this automation is happening, because our systems are more complex. So we started from the very beginning to be something that was very different. This is a cloud native database. This is built with the same exact principles that are in Kubernetes. In fact, like Kubernetes it's kind of a spawn of borg, the back end of Google. We are inspired by Spanner. I mean, this started by three engineers that worked at Google, are frustrated, they didn't have the tools, they had at Google. So they built something that was, outside of Google. And how do we give that kind of Google like infrastructure for everybody. And that's, the advent of Cockroach and kind of why we're doing, what we're doing. >> As your database has matured, you're now beginning a transition or you're in a transition to a serverless version. How are you doing that without disrupting the experience for existing customers? And why go serverless at all? >> Yeah, it's interesting. So, you know, serverless was, it was kind of a an R&D project for us. And when we first started on a path, because I think you know, ultimately what we would love to do for the database is let's not even think about database, Keith. Like, I don't want to think about the database. What we're building too is, we want a SQL API in the cloud. That's it. I don't want to think about scale. I don't want to think about upgrades. I literally like. that stuff should just go away. That's what we need, right. As developers, I don't want to think about isolation levels or like, you know, give me DML and I want to be able to communicate. And for us the realization of that vision is like, if we're going to put a database on the planet for everybody to actually use it, we have to be really, really efficient. And serverless, which I believe really should be infrastructure less because I don't think we should be thinking of just about service. We got to think about, how do I take the context of regions out of this thing? How do I take the context of cloud providers out of what we're talking about? Let's just not think about that. Let's just code against something. Serverless was the answer. Now we've been building for about a year and a half. We launched a serverless version of Cockroach last October and we did it so that everybody in the public could have a free version of a database. And that's what serverless allows us to do. It's all consumption based up to certain limits and then you pay. But I think ultimately, and we spoke a little bit about this at the very beginning. I think as ISVs, people who are building software today the serverless vision gets really interesting because I think what's on the mind of the CTO is, how do I drive down my cost to the cloud provider? And if we can basically, drive down costs through either making things multi-tenant and super efficient, and then optimizing how much compute we use, spinning things down to zero and back up and auto scaling these sort of things in our software. We can start to make changes in the way that people are thinking about spend with the cloud provider. And ultimately we did that, so we could do things for free. >> So, Jim, I think I disagree Christian, I'm sorry, Jim. I think I disagree with you just a little bit. Christian, I think the biggest challenge facing CTOs are people. >> True. >> Getting the people to worry about cost and spend and implementation. So as you hear the concepts of CoachDB moving to a serverless model, and you're a large customer how does that make you think or react to your people side of your resources? >> Well, I can say that from the people side of resources luckily Cockroach is our least problem. So it just kind of, we always said, it's an operator stream because that was the part that just worked for us, so. >> And it's worked as you have scaled it? without you having ... >> Yeah. I mean, we use it in a bit of a, we do not really scale out like the Cockroach, like really large. It's like, more that we use it with the enterprise features of encryption in the stack and our customers then demand. If they do so, we have the Zas offering and we also do like dedicated stacks. So by having a fully cloud native solution on top of Kubernetes, as the foundational layer we can just use that and stamp it out and deploy it. >> How does that translate into services you can provide your customers? Are there services you can provide customers that you couldn't have, if you were running, say, MySQL? >> No, what we do is, we run this, so the SAS offering runs in our hybrid private cloud. And the other thing that we offer is that we run the entire stack at a cloud provider of their choosing. So if they are an AWS, they give us an AWS account, we put it in there. Theoretically, we could then also talk about using the serverless variant, if they like so, but it's not strictly required for us. >> So Christian, talk to me about that provisioning process because if I had a MySQL deployment before I can imagine how putting that into a cloud native type of repeatable CICD pipeline or Ansible script that could be difficult. Talk to me about that. How CockroachDB enables you to create new onboarding experiences for your customers? >> So what we do is, we use helm charts all over the place as probably everybody else. And then each application team has their parts of services, they've packaged them to helm charts, they've wrapped us in a super chart that gets wrapped into the super, super chart for the entire stack. And then at the right place, somewhere in between Cockroach is added, where it's a dependency. And as they just offer a helm chart that's as easy as it gets. And then what the teams do is they have an inner job, that once you deploy all that, it would spin up. And as soon as Cockroach is ready it's just the same reconcile loop as everything. It will then provision users, set up database schema, do all that. And initialize, initial data sets that might be required for a new setup. So with that setup, we can spin up a new cluster and then deploy that stack chart in there. And it takes some time. And then it's done. >> So talk to me about life cycle management. Because when I have one database, I have one schema. When I have a lot of databases I have a lot of different schemas. How do you keep your stack consistent across customers? >> That is basically part of the same story. We have get offs all over the place. So we have this repository, we see the super helm chart versions and we maintain like minus three versions and ensure that we update the customers and keep them up to date. It's part of the contract sometimes, down to the schedule of the customer at times. And Cockroach nicely supports also, these updates with these migrations in the background, the schema migrations in the background. So we use in our case, in that integration SQL alchemy, which is also nicely supported. So there was also part of the story from MySQL to Postgres, was supported by the ORM, these kind of things. So the skill approach together with the ease of helm charts and the background migrations of the schema is a very seamless upgrade operations. Before that we had to have downtime. >> That's right, you could have online schema changes. Upgrading the database uses the same concept of rolling upgrades that you have in Kubernetes. It's just cloud native. It just fits that same context, I think. >> Christian: It became a no-brainer. >> Yeah. >> Yeah. >> Jim, you mentioned the idea of a SQL API in the cloud, that's really interesting. Why does such a thing not exist? >> Because it's really difficult to build. You know, SQL API, what does that mean? Like, okay. What I'm going to, where does that endpoint live? Is there one in California one on the east coast, one in Europe, one in Asia? Okay. And I'm asking that endpoint for data. Where does that data live? Can you control where data lives on the planet? Because ultimately what we're fighting in software today in a lot of these situations is the speed of light. And so how do you intelligently place data on this planet? So that, you know, when you're asking for data, when you're maybe home, it's a different latency than when you're here in Valencia. Does that data follow and move you? These are really, really difficult problems to solve. And I think that we're at that layer of, we're at this moment in time in software engineering, we're solving some really interesting, interesting things cause we are budding against this speed of light problem. And ultimately that's one of the biggest challenges. But underneath, it has to have all this automation like the ease at which we can scale this database like the always on resilient, the way that we can upgrade the entire thing with just rolling upgrades. The cloud native concepts is really what's enabling us to do things at global scale it's automation. >> Let's alk about that speed of light in global scale. There's no better conference for speed of light, for scale, than Kubecon. Any predictions coming out of the show? >> It's less a prediction for me and more of an observation, you guys. Like look at two years ago, when we were here in Barcelona at QCon EU, it was a lot of hype. It's a lot of hype, a lot of people walking around, curious, fascinated, this is reality. The conversations that I'm having with people today, there's a reality. There's people really doing, they're becoming cloud native. And to me, I think what we're going to see over the next two to three years is people start to adopt this kind of distributed mindset. And it permeates not just within infrastructure but it goes up into the stack. We'll start to see much more developers using, Go and these kind of the threaded languages, because I think that distributed mindset, if it starts at the chip all the way to the fingertip of the person clicking and you're distributed everywhere in between. It is extremely powerful. And I think that's what Finleap, I mean, that's exactly what the team is doing. And I think there's a lot of value and a lot of power in that. >> Jim, Christian, thank you so much for coming on the Cube and sharing your story. You know what we're past the hype cycle of Kubernetes, I agree. I was a nonbeliever in Kubernetes two, three years ago. It was mostly hype. We're looking at customers from Microsoft, Finleap and competitors doing amazing things with this platform and cloud native in general. Stay tuned for more coverage of Kubecon from Valencia, Spain. I'm Keith Townsend, along with Paul Gillin and you're watching the Cube, the leader in high tech coverage. (bright music)

Published Date : May 19 2022

SUMMARY :

brought to you by Red Hat, Welcome to Valencia, Spain You go to a lot of conferences. I got to say it's overwhelming. And certainly some of the and Christian Huning, But we are in three and started the company and we were faced with So also to maintain that we And we were not dissatisfied. So talk to me a little and we have companies, customers I think we don't need it, And how do we give that kind disrupting the experience and we did it so that I think I disagree with Getting the people to worry because that was the part And it's worked as you have scaled it? It's like, more that we use it And the other thing that we offer is that So Christian, talk to me it's just the same reconcile I have a lot of different schemas. and ensure that we update the customers Upgrading the database of a SQL API in the cloud, the way that we can Any predictions coming out of the show? and more of an observation, you guys. so much for coming on the Cube

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
JimPERSON

0.99+

Paul GillinPERSON

0.99+

Jim WalkerPERSON

0.99+

CaliforniaLOCATION

0.99+

Keith TownsendPERSON

0.99+

Michael StonebrakerPERSON

0.99+

2018DATE

0.99+

GermanyLOCATION

0.99+

AWSORGANIZATION

0.99+

MicrosoftORGANIZATION

0.99+

2015DATE

0.99+

FrankfurtLOCATION

0.99+

KeithPERSON

0.99+

EuropeLOCATION

0.99+

sevenQUANTITY

0.99+

Red HatORGANIZATION

0.99+

Cockroach LabsORGANIZATION

0.99+

ChristiaPERSON

0.99+

BarcelonaLOCATION

0.99+

GoogleORGANIZATION

0.99+

ValenciaLOCATION

0.99+

AsiaLOCATION

0.99+

ChristianPERSON

0.99+

Finleap ConnectORGANIZATION

0.99+

MySQLTITLE

0.99+

KubernetesTITLE

0.99+

Valencia, SpainLOCATION

0.99+

threeQUANTITY

0.99+

two years agoDATE

0.99+

FinleapORGANIZATION

0.99+

three engineersQUANTITY

0.99+

three countriesQUANTITY

0.99+

first guestQUANTITY

0.99+

SQL APITITLE

0.99+

PaulPERSON

0.99+

KubeconORGANIZATION

0.98+

last OctoberDATE

0.98+

eight yearsQUANTITY

0.98+

2022DATE

0.98+

each applicationQUANTITY

0.98+

four countriesQUANTITY

0.98+

one databaseQUANTITY

0.98+

oneQUANTITY

0.98+

2019DATE

0.98+

three years agoDATE

0.98+

CockroachDBORGANIZATION

0.98+

one schemaQUANTITY

0.98+

Christian HuningPERSON

0.97+

about a year and a halfQUANTITY

0.97+

twoDATE

0.96+

firstQUANTITY

0.96+

Christian HüningPERSON

0.94+

todayDATE

0.94+

about sevenQUANTITY

0.93+

CloudnativeconORGANIZATION

0.93+

three yearsQUANTITY

0.93+

Alan Flower, HCL Technologies & Ramón Nissen, Red Hat | Kubecon + Cloudnativecon EU 2022


 

>>The queue presents Coon and cloud native con Europe, 2022, brought to you by red hat, the cloud native computing foundation and its ecosystem partners. >>Welcome to Valencia Spain and Coon cloud native con Europe, 2022. I'm Keith towns, along with Paul Gillon, senior editor, enterprise architecture, Silicon angle. We are going to talk to some amazing folks, especially in today's segment. Paul there's a lot of companies here, like what what's been the, the consistent theme you've heard so far in the show. >>Well, you know, one thing that's different from this show, it seems to me than others I've attended is it's all around open source. We're not seeing a lot of companies bringing new proprietary technology to market. We are seeing them try to piece together, open source components with some kind of, perhaps there's a proprietary element to it, but to create some kind of a, a common management interface or control plane, and that's quite different from what I think we've seen in the past and open source business models have been difficult to make work historically. And these companies are all taking their, their own approaches to it. But I think the, the degree to which this, the people here of coalesced around the importance of open source is building blocks to the future of, of applications is something I've not seen quite this way before. >>Well, with our current segment guests, we're gonna go deep into kind of these challenges and how enterprises are addressing, and their partners are addressing with those challenges we have with us, a flower head of cloud native HCL technologies. We'll get into how a system integrator is helping with this transition to Ramon neon, senior product manager, redhead. Welcome to the show. You're now cute. Alum. Welcome. >>Thanks for having us. >>So we're gonna get right off, off the bat. We're gonna talk about this. What are some of the trends you're seeing when it comes to application migration? You've done, I'm assuming at this point, thousands of them, what are some of the common trends? >>Well, it's a very good question. And clearly a C we've helped thousands of clients move tens of thousands of applications to what we would call a cloud native, you know, environment. I think the overwhelming trend that we're seeing of course is clients realize it's a particularly complex, sophisticated journey. It requires a certain set of skills and capability clients increasingly asking us for anything that we can do to simplify and accelerate the journey, cuz what's really important to clients. If you're on a transformation journey to cloud is you wanna see some value very quickly. So I don't wanna wait three to five years to transform my applications portfolio. If you can do something in three to five days, that would be perfect. Thank you. >>Well, three to five days, that sounds more akin to when we were doing P to V or V to V migrations, I'm sure HCL is at this point done in the millions of those types of migrations. What are some of the challenges or the nuance in doing a traditional migration from a traditional MI monolithic application to a cloud native? >>Well, it's another good question. Of course you notice that there's a general trend in the industry. Clients don't really want to lift and shift anymore. Lift and shift doesn't really bring any transformational value to my, to my company. So clients are looking for increasingly what we could call cloud native modernization. I want my applications to really take advantage of the cloud native environment. They need to be elastic and kind of more robust than maybe before now in particular, I think a lot of clients have realized that this state of Nirvana, which was we're gonna modernize everything to be a cloud native microservices based application. That is a tremendous journey, but no client really has the time patient or resources to fully refactor or rearchitect all of their applications. They're looking for more immediate kind of impact. So a key trend that we've seen of course is clients still want to refactor and modernize applications, but they're focusing those resources on those applications that will bring greater impact to their business. >>What they now see as a better replacement for lift and shift is probably what we would call replatforming, where they want all of the advantages of a cloud native environment, but they haven't necessarily got the time to modernize the code base. They wanna refactor to Kubernetes and re replatform to Kubernetes in particular, and they want us to take them there quickly. And that's why, for example, this week at cuon eight sellers announced a new set of tools called KMP based on conveyor, an open source project supported by red hat. And the key attraction of KMP is it lets me replatform my applications to Kubernetes immediately, right? Within two or three minutes, I can bring an application from a legacy platform directly onto Kubernetes and I can take it straight into production. That's the kind of acceleration that clients are looking for today. Isn't >>That just a form of lift and shift though? >>Well, no lift and shift typically of course, was moving virtual machines from one place to another. You know, the focus of Kubernetes of course is containerization of solutions. And it's not just about containerizing the solution and movement. It it's the DevOps tool chain around the solution as well. And of course, when I take that application into production in a Kubernetes based environment, I'm expecting to operate it in a different way as well. So that's where we see tremendous focus on what we would call cloud native operations clients expecting to use practices like site reliability engineering, to run these replatformed applications in a different way to, >>It sounds like you're saying, I mean, replatforming has been a, a spectrum of options. I think Gartner has seven different types of platforming. Are you seeing clients take more mature attitude now to replatforming? Are they looking more carefully at the characteristics of their legacy applications and, and try to try to make maybe more nuanced choices about what to replatform, what to just leave >>Alone? I think clients and I I'm sure Ramon's got some comments on this too, but clients have a lot more insight now in terms of what works for them. They they've realized that this, this promise of maybe a microservices based applications estate is a good one, but I can't do that for every application. If I am a large enterprise with several thousand applications in my portfolio, I can't refactor everything to become microservices based. So clients see replatforming possibly it's a middle ground. I, I get a lot of the advantages from a cloud native environment. My applications are inherently more efficient, hopefully a lot more performance. >>Yeah. It's, it's a matter of software delivery performance. Yeah. So legacy workloads will definitely benefit from being brought into Kubernetes in the software delivery per performance department. So it's a matter of somehow revamping your, your legacy applications and getting the benefits in, in life's application, life cycle management, a full tolerance and all that stuff. It's about leveraging the, what Kubernetes offers. >>When you say bringing legacy applications into Kubernetes. It's not that simple, right? I mean, what's involved in doing that. >>It, it, isn't, it's just a matter of taking a holistic view at your application portfolio and understanding the nuance sets of each application type within your organization and trying to come up with a suitable migration strategy for each one of these application types. And for that, what we're trying to do is provide a series of standardized tools and methodologies from a community perspective, we created this conveyor community. It, it was kick started by red hat and IBM, but we are trying to bring as many vendors and GSI as possible to try to set up these standards to make these road towards Kubernetes as easy as >>Possible. So we've done a little bit of app modernization in the CTO advisor hybrid infrastructure. And one of the things that we've found is there's plenty of Avan advantages. If I take a monolithic application that has that I've traditionally had to scale off to game performance, I can take selective parts of that, and now I can add autoscaling to it. Exactly. However, as I look at a landscape Allen of thousands of applications, I need to dedicate developer resources to get that done in my traditional environment. But my traditional environment is busy building new. My traditional or my developers are building new applications and new capabilities. I just don't have the resources to do that. How does HCL and red hat team together to kind of fast track that capability? >>Well, I'll comment on two things in particular, actually the, the first thing when it comes to skilling, I think the thing that's really surprised us at HCL is so many of our clients around the world have said, we are desperately short of skills. We cannot hire ourselves out of this problem. We need to get our existing developer community reskilled around platforms like OpenShift, conveyor, and other projects too. So the first thing that's happened to us at eight seal is we've been incredibly busy undertaken, probably what we would call developer workforce modernization, right? Where we have to help the client reskill their entire technical and developer community to give them the skills, right. So we will help the clients develop a community, build the cloud native understanding, help them understand how to modernize tools for example, or applications. But the second thing I mention is, and this comes back to a comment the Ram made around around conveyor. >>It's been really encouraging to see the open source community, start to invest in building the supporting frameworks around my kind of modernization journey, because if I'm a developer that's reskilling and I'm attempting to maybe modernize an application, being able to dip into an opensource project, I mean, a good example would be tackled part of the conveyor project. Exactly. You now have open source based tools that will help you analyze your applications. They will go into the source code and they will give the developer guidance in terms of what would be effective treatments to undertake. So perhaps a development team that are new to this modernization journey, they would benefit from a project like conveyor, for example, exactly because I need to know where can I safely modernize my application now for experience organizations like HCL that comes naturally to us, but for people who are just starting this journey, if I can take an open source tool like tackle or the rest of conveyor, for example, and use that to accelerate my journey, it takes a lot of pressure off, off my organization, but it also accelerates the journey too. And >>It's not just a matter of, of tooling. We we're also, opensourcing the, the modernization methodology that we've been using in red hat consulting for years. So this whole conveyor communities, it's all about knowledge sharing on one hand and building a set of tools together based on that knowledge that we are sharing to make it as easy as possible. >>And what role does red hat play in all that, I mean is your, your, you you've carved out this position for yourself as the, as the true open source company. Is that, does that position you for a leadership role in helping or companies make this >>Transition? I wouldn't say we should be leading the whole thing. We, we kick started it, but we want to get other vendors on board for this thing. One cool thing about the Camra community is that IBM is opensourcing a lot of their IP. So IBM research is on board. In this thing, we have some really crazy stuff related to a AI being applied to application analysis. We have some machine learning in place. We have very cool stuff that has been sitting on a, on a corner in IBM research for quite some years that now it's being open sourced and integrated in a unified user experience to streamline the modernization process as much as possible. >>So let's talk about the elephant of the room. HCL was leading the conversation around cloud Foundry circa five plus years ago. And as customers are thinking about their journey to cloud native, how should they think about that cloud Foundry to cloud native or Kubernetes replatform? >>Well with within the cloud Foundry community, we've, we've been quite staunched supporters of Kubernetes for quite some time, right? It's, it's quite a, a stated intent of the cloud Foundry foundation to, to move across to Kubernetes platform right now that is a significant engineering journey for cloud Foundry to take. Now we're in this position where a lot of large users of cloud Foundry have a certain urgency to their journey. They, they want to consolidate on a single Kubernetes based infrastructure. We, we see a lot of traction around OpenShift, for example, from red hat in terms of its market leadership. So a lot of clients are saying we would like to consolidate all of our platforms around a single kind of Kubernetes vendor, whether that's red hat or anyone else, you know, quite frankly. So what HCL is doing right now with the tools and the solutions we've announced this week is we're simply accelerating that journey for clients. If I've got a large installed base of applications running in my cloud Foundry environment, and I've also started to invest in standardize on Kubernetes place platforms like OpenShift, most clients would see it as quite a sensible choice to now try and consolidate those two environments into one. And that's simply what we're doing at HCL. We're making it very, very easy. In fact, we fully automated the journey so I can move all of my applications from cloud Foundry into for example, OpenShift pretty much immediately, and it just simplifies the entire journey. >>So the, as we start to wrap up the segment, I like to know customer stories. What, what, how customers either surprised or challenged when they get into, even with the help of an ACL in redhead, why are they seeing the most difficult parts of their migrations? >>Well, my, my simple comment would be maybe complexity, right? And the, the associated requirement for skilled people to undertake this modernization work, right? We spoke about this, of course, in terms of clients now are a lot more realistic. They understand that their ambition now needs to be somewhat tempered by their ability to sort of drive modernization quickly. So we see a lot of clients when they look at their very large global portfolios of applications, they're trying to invest their resources in the higher priority applications, the revenue generative applications in particular, but they have to bring everything else with them as well. Now, a common kind of separation point was we see a lot of clients who might say I'm gonna properly modernize and refactor, maybe five to 10% of my portfolio, but the other 90% also needs to come on the journey as well. And that's really where replatforming in particular kicks in. So, so the key trend again, is, is clients send to us, I've gotta take the entire journey. All right, I've got the resources and the skills to really focus on this much of my application base. Can someone simplify the overall journey so I can afford to bring everything on a cloud native journey? >>So the key to success here is having a holistic view at the application portfolio, segmenting the application portfolio in different application types and ordering the, the priorities of these application types and come up with suitable migration strategies for each one of them is >>Really necessary to move everything though. >>Not necessarily, no. Yeah. Or not necessarily. Yeah, absolutely not everything, but it would make sense. As we were saying before, it will definitely move, make sense to move legacy applications towards Kubernetes, to leverage all the software delivery. >>That's, that's a big project, right? >>It is. >>If you're gonna restructure the application around eight API and microservices, >>That it should be taken the way I've seen organizations succeeding the most in these road towards cloud native and Kubernetes in general is trying to address the whole portfolio. Maybe not move everything, but try to have this holistic view and not leave anything behind. Because if you try to do this isolated initiatives of bringing these or that application in, in isolation, you're Def you, you will miss part of the picture and you might be doomed to fail >>There. Yeah. It's been my experience that if you don't have a plan to migrate your applications to a cloud native operating model, then you're doomed to follow lift and shift examples to the public cloud. Yeah. Whether you're going to any other clouds, if you don't make that, that operational transition. Last question on operational transition, we've talked a lot about the replatforming process itself. What about day two at the I've landed to the cloud? What are some of the top considerations for, for compliance op observability? Just making sure my apps stay up in transitioning my workforce to that model. >>I think the over, you know, the overarching trend or theme that, that I see is clients now are, are asking for what I would call cloud native operations. Now in particular, there's a very solid theme around what we would call reliability engineering. So think about site reliability, engineering, SRE platform, reliability engineering, PR E. These are the dominant topics that clients now want to engage HCL on in particular, because the point you make is a valid one. I've modernized my application. Now I need to modernize the way that I operate the application in production. Otherwise I won't see those benefits. So that general theme of SRE is keeping us really busy. We're busy, re-skilling all of those operations teams around the world as well, because they need to know how to run these environments appropriately >>Too. And also being able to measure your progress while your transitioning is important. And that's one of the concerns that we are addressing as well in the community with a called polars to, to measure and to effectively measure the software delivery performance of, of the organization after the transition has been done. >>And this is a really good point by the way, cuz most, most people think it's a bit of a black art. How do I understand how I modernize my application? How do I understand how I've improved my kind of value chain around software creation and many people thought you needed to bring in very expensive consultants to advise you on these, on these black lives? No, >>Definitely >>Not. But in open source projects like conveyor from, from red hat, the availability of these tools available on an open source model means exactly any engineer, any developer can get these tools off the shelf and get that immediate benefit. >>Well, a flower head of creative labs at HCL at Ramon neon, senior product manager, redhead. Thank you for joining the Q you now cube alum. You'll have a nice profile like the profile pictures on here. Awesome. Absolutely. Thank you. From Valencia Spain. I'm Keith towns, along with Paul Gillon and you're watching the cue, the leader in high tech coverage.

Published Date : May 19 2022

SUMMARY :

The queue presents Coon and cloud native con Europe, 2022, brought to you by red hat, We are going to of open source is building blocks to the future of, of applications is Welcome to the show. of the trends you're seeing when it comes to application migration? to what we would call a cloud native, you know, environment. Well, three to five days, that sounds more akin to when we were doing P has the time patient or resources to fully refactor or rearchitect all the time to modernize the code base. environment, I'm expecting to operate it in a different way as well. attitude now to replatforming? I get a lot of the advantages from a cloud native environment. So it's a matter of somehow revamping your, your legacy applications and It's not that simple, right? as possible to try to set up these standards to make these road towards Kubernetes I just don't have the resources to do that. So the first thing that's happened to us at eight seal is we've been incredibly busy undertaken, So perhaps a development team that are new to this modernization journey, they would benefit from a project like So this whole conveyor communities, it's all about knowledge And what role does red hat play in all that, I mean is your, your, you you've carved out this position being applied to application analysis. And as customers are thinking about their journey to cloud native, how should they think about that cloud Foundry So a lot of clients are saying we would like to consolidate all of our platforms around a single kind So the, as we start to wrap up the segment, I like to know customer stories. the revenue generative applications in particular, but they have to bring everything else with them as make sense to move legacy applications towards Kubernetes, to leverage all the software delivery. to fail to any other clouds, if you don't make that, that operational transition. Now I need to modernize the way that I operate the application in production. And that's one of the concerns that we are addressing as well in the community with a called polars to, And this is a really good point by the way, cuz most, most people think it's a bit of a black art. the shelf and get that immediate benefit. You'll have a nice profile like the profile pictures on here.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Paul GillonPERSON

0.99+

IBMORGANIZATION

0.99+

threeQUANTITY

0.99+

HCLORGANIZATION

0.99+

five yearsQUANTITY

0.99+

PaulPERSON

0.99+

GartnerORGANIZATION

0.99+

90%QUANTITY

0.99+

five daysQUANTITY

0.99+

Ramon neonPERSON

0.99+

fiveQUANTITY

0.99+

CoonORGANIZATION

0.99+

Valencia SpainLOCATION

0.99+

Alan FlowerPERSON

0.99+

HCL TechnologiesORGANIZATION

0.99+

Red HatORGANIZATION

0.99+

three minutesQUANTITY

0.99+

each applicationQUANTITY

0.98+

twoQUANTITY

0.98+

KMPTITLE

0.98+

first thingQUANTITY

0.98+

OneQUANTITY

0.98+

this weekDATE

0.98+

10%QUANTITY

0.98+

KubeconORGANIZATION

0.98+

CloudnativeconORGANIZATION

0.98+

millionsQUANTITY

0.98+

oneQUANTITY

0.98+

each oneQUANTITY

0.97+

OpenShiftTITLE

0.97+

2022DATE

0.97+

EuropeLOCATION

0.96+

KubernetesTITLE

0.96+

two thingsQUANTITY

0.96+

second thingQUANTITY

0.96+

two environmentsQUANTITY

0.96+

tens of thousands of applicationsQUANTITY

0.95+

sevenQUANTITY

0.95+

todayDATE

0.94+

red hatORGANIZATION

0.93+

five plus years agoDATE

0.92+

SREORGANIZATION

0.92+

singleQUANTITY

0.9+

ACLORGANIZATION

0.88+

one thingQUANTITY

0.87+

day twoQUANTITY

0.87+

KeithPERSON

0.87+

RamonPERSON

0.86+

thousands of applicationsQUANTITY

0.86+

KubernetesORGANIZATION

0.85+

thousand applicationsQUANTITY

0.85+

GSIORGANIZATION

0.83+

Ramón NissenPERSON

0.82+

cloud native conORGANIZATION

0.78+

thousands ofQUANTITY

0.78+

NirvanaLOCATION

0.77+

Coon cloud native conORGANIZATION

0.72+

cuonORGANIZATION

0.72+

thousands of clientsQUANTITY

0.71+

eight sellersQUANTITY

0.7+

CamraORGANIZATION

0.69+

Alan Flower, HCL Technologies & Ramón Nissen, Red Hat | Kubecon + Cloudnativecon EU 2022


 

>>The cube presents, Coon and cloud native con Europe 22, brought to you by the cloud native computing foundation. >>Welcome to Valencia Spain and Coon cloud native con Europe, 2022. I'm Keith towns, along with Paul Gillon, senior editor, enterprise architecture and Silicon angle. We are going to talk to some amazing folks, especially in today's segment. Paul, uh, there's a lot of companies here, like what what's been the, the consistent theme you've heard so far in the show. >>Well, you know, one thing that's different from this show, it seems to me than others I've attended is it's all around open source. We're not seeing a lot of companies bringing new proprietary technology to market. We are seeing them try to piece together, open source components with some kind of, perhaps there's a proprietary element to it, but to create some kind of a, a common management interface or control plane, and that's quite different from what I think we've seen in the past open source business models have been difficult to make work historically. Uh, and these companies are all taking their, their own approaches to it. But I think the, the degree to which this, the people here of coalesced around the importance of open source is building blocks to the future of, of applications is something I've not seen quite this way before. >>Well, with our current segment, guess we're gonna go deep into kind of these challenges and how enterprises are addressing, and their partners are addressing with those challenges we have with us, a flower head of cloud native HCL technologies. We'll get into how a system integrator is helping with this transition to Ramon neon, senior product manager, redhead. Welcome to the show. You're now cube alum. Welcome. Thanks for having us. So we're gonna get right off, uh, off the bat. We're gonna talk about this. What are some of the trends you're seeing when it comes to application migration? You've done, I'm assuming at this point, thousands of them, what are some of the common trends? >>Well, it's a very good question. And clearly ACL we've helped thousands of clients move tens of thousands of applications to what we would call a cloud native, um, you know, environment. I think the overwhelming trend that we're seeing of course is clients realize it's a particularly complex, sophisticated journey. It requires a certain set of skills and capability clients increasingly us for anything that we can do to simplify and accelerate the journey, cuz what's really important to clients. If you're on a transformation journey to cloud is you wanna see some value very quickly. So I don't wanna wait three to five years to transform my applications portfolio. If you can do something in three to five days, that would be perfect. Thank you. >>Well, three to five days, that sounds more akin to when we were doing, uh, P to V or V to V migrations. I'm sure. Uh, HCL is at this point done in the millions of those types of migrations. What are some of the challenges or the nuance in doing a traditional migration from a traditional MI monolithic application to a cloud native? >>Well, it's another good question. Of course you notice that there's a general trend in the industry. Clients don't really want to lift and shift anymore. Lift and shift doesn't really bring any transformational value to my, to my company. So clients are looking for increasingly what we could recall, cloud native modernization. I want my applications to really take advantage of the cloud native environment. They need to be elastic and kind of more robust than maybe before now in particular, I think a lot of clients have realized that this state of Nirvana, which was we're gonna modernize everything to be a cloud native microservices based application. That is a tremendous journey, but no client really has the time patient or resources to fully refactor or rearchitect all of their applications. They're looking for more immediate kind of impact. So a key trend that we've seen of course is clients still want to refactor and modernize applications, but they're focusing those resources on those applications that will bring greater impact to their business. >>What they now see as a better replacement for lift and shift is probably what we would call replatforming, where they want all of the advantages of a cloud native environment, but they haven't necessarily got the time to modernize the code base. They wanna refactor to Kubernetes in re replatform to Kubernetes in particular, and they want us to take them there quickly. And that's why, for example, this week at cuon eight sellers announced a new set of tools called KMP based on conveyor, an open source project supported by red hat. And the key attraction of KMP is it lets me replatform my applications to Kubernetes immediately, right? Within two or three minutes, I can bring an application from a legacy platform directly onto Kubernetes and I can take it straight into production. That's the kind of acceleration that clients are looking for today. Isn't >>That just a form of lift and shift though? >>Well, no lift and shift typically of course, was moving virtual machines from one place to another. You know, the focus of Kubernetes of course is containerization of solutions. And it's not just about containerizing the solution and moving it. It's the DevOps tool chain around the solution as well. And of course, when I take that application into production in a Kubernetes based environment, I'm expecting to operate it in a different way as well. So that's where we see tremendous focus on what we would call cloud native operations clients expecting to use practices like site reliability engineering, to run these replatformed applications in a different way to, so >>It sounds like you're saying, I, I mean, replatforming has been a, a spectrum of options. I think Gartner has seven different types of re-platforming. Uh, are you seeing clients take more mature attitude now toward replatforming? Are they looking more carefully at the characteristics of their legacy applications and, and trying to try to make maybe more nuanced choices about what to replatform, what to just leave >>Alone? I think clients and I I'm sure Ramon's got some comments on this too, but clients have a lot more insight now in terms of what works for them. They they've realized that this, this promise of maybe a microservices based applications estate is a good one, but I can't do that for every application. If I am a large enterprise with several thousand applications in my portfolio, I can't refactor everything to become microservices based. So clients see replatforming possibly is a middle ground. I, I get a lot of the advantages from a cloud native environment. My applications are inherently more efficient, hopefully a lot more performance. >>Yeah. It's, it's a matter of software delivery performance. Yeah. So, uh, legacy workloads will definitely benefit from, uh, being brought into Kubernetes in the software delivery per performance department. So, uh, it's a matter of, uh, somehow Rebump your, your legacy applications and getting the benefits in, in life's application, life cycle management, a, uh, full tolerance and all that stuff. It's about leveraging the, what Kubernetes offers. >>When you say bringing legacy applications into Kubernetes. It's not that simple, right? I mean, what's involved in doing that. >>It, it, isn't, it's just a matter of taking a holistic view at your application portfolio and understanding the nuances of each application type within your organization and trying to come up with a suitable migration strategy for each one of these application types. And for that, what we're trying to do is provide a series of standardized, um, tools and methodologies, uh, from a community perspective, uh, we created this conveyor community. Uh, it, it was kick started by red hat and IBM, but we are trying to bring as many vendors and GSI, uh, as possible to try to set up these standards to make these, uh, road towards Kubernetes as easy as >>Possible. So we've done a little bit of, uh, app modernization in the CTO advisor hybrid infrastructure. And one of the things that we've found, there's plenty of Avan advantages. If I take a monolithic application that has, uh, that I've traditionally had to scale off to, uh, game performance, I can take selective parts of that, and now I can add auto-scaling to it. Exactly. However, as I look at a landscape Allen of thousands of applications, uh, I need to dedicate developer resources to get that done and my traditional environment, but my traditional environment is busy building new. My traditional or my developers are building new applications and new capabilities. I just don't have the resources to do that. How does HCL and red hat team together to kind of fast track that capability? >>Well, um, I'll comment on two things in particular, actually the, the first thing when it comes to skilling, I think the thing that's really surprised us at HCL is so many of our clients around the world have said, we are desperately short of skills. We cannot hire ourselves out of this problem. We need to get our existing developer community re-skilled around platforms like OpenShift, conveyor, and other projects too. So the first thing that's happened to us at eight still is we've been incredibly busy undertaken, probably what we would call developer workforce modernization, right, where we have to help the client reskill their entire technical and developer community to give them the skills, right. So we will help the clients develop a community, build the cloud native understanding, help them understand how to modernize tools for example, uh, or applications. But the second thing I mention is, and this comes back to a comment that Ramon made around around conveyor. >>It's been really encouraging to see the open source community start to invest in building the supporting frameworks around my kind of modernization journey, because if I'm a developer that's re-skilling and I'm attempting to maybe modernize an application, being able to dip into an open source project, I mean, a good example would be tackled part of the conveyor project. Exactly. You now have open source based tools that will help you analyze your applications. They will go into the source code and they will give the developer guidance in terms of what would be effective treatments to undertake. So perhaps a development team that are new to this modernization journey, they would benefit from a project like conveyor, for example, because I need to know where can I safely modernize my application now for experience organizations like HCL that comes naturally to us, but for people who are just starting this journey, if I can take an open source tool like tackle or the rest of the conveyor, for example, and use that to accelerate my journey, it takes a lot of pressure off, off my organization, but it also accelerates the journey too. >>And it's not just a matter of, of tooling. We we're also opensourcing, uh, the, the modernization methodology that we've been using in red hat consulting for years. So this whole conveyor communities, it's all about knowledge sharing on one hand and building a set of tools together, based on that knowledge that we are sharing to make it as easy as possible. >>And what role does red hat play in all that, I mean, is your you've carved out this position for yourself as the, as the true open source company. Is that, does that position you for a leadership role in helping companies make this >>Transition? I wouldn't say we should be leading the whole thing. Uh, we, we kick started it, but we want to get other vendors on board for this thing. One cool thing about the Camira community is that IBM is, uh, opensourcing a lot of their IP. So IBM research is on board. In this thing, we have some really crazy stuff related to a AI being applied to application analysis. We have some machine learning in place. We have very cool stuff that has been sitting on a, on a corner in IBM research for quite some years that now it's being open sourced and integrated in a, uh, unified user experience to streamline the, uh, modernization process as much as >>Possible. So let's talk about the elephant of the room. Uh, HCL was leading the conversation around cloud Foundry circa five plus years ago. And as customers are thinking about their journey to cloud native, how should they think about that cloud Foundry to cloud native or Kubernetes, uh, replatforming? >>Well within the cloud Foundry community, we've, we've been quite staunched supporters of Kubernetes for quite some time, right? It's, it's quite a, a stated intent of the cloud Foundry foundation to, to move across to Kubernetes platform right now that is a significant engineering journey for cloud Foundry to take. Now we're in this position where a lot of large users of cloud Foundry have a certain urgency to their journey. They, they want to consolidate on a single Kubernetes based, okay. Um, infrastructure. We, we see a lot of traction around OpenShift, for example, from red hat in terms of its market leadership. So a lot of clients are saying we would like to consolidate all of our platforms around a single kind of Kubernetes vendor, whether that's red hat or anyone else, you know, quite frankly. So what ATL is doing right now with the tools and the solutions we've announced this week is we're simply accelerating that journey for clients. If I've got a large installed base of applications running in my cloud Foundry environment, and I've also started to invest in standardize on Kubernetes based platforms like OpenShift, most clients would see it as quite a sensible choice to now try and consolidate those two environments into one. And that's simply what we're doing at HCL. We're making it very, very easy. In fact, we fully automated the journey so I can move all of my applications from cloud Foundry into for example, OpenShift pretty much immediately. And it just simplifies the entire journey. >>So the, as we start to wrap up the segment, I like to know customer stories. What, what, how customers either surprised or challenged when they get into, even with the help of an ACL in redhead, why are they seeing the most difficult parts of their migrations? >>Well, my, my simple comment would be maybe complexity, right? And the, the associated requirement for skilled people to undertake this modernization work, right? We spoke about this, of course, in terms of clients now are a lot more realistic. They understand that their ambition now needs to be somewhat tempered by their ability to sort of drive modernization quickly. So we see a lot of clients when they look at their very large global portfolios of applications, they're trying to invest their resources in the higher priority applications, the revenue generative applications in particular, but they have to bring everything else with them as well. Now, a common kind of separation point was we see a lot of clients who might say I'm gonna properly modernize and refactor, maybe five to 10% of my portfolio, but the other 90% also needs to come on the journey as well. And that's really where replatforming in particular kicks in. So, so the key trend again, is, is clients send to us, I've gotta take the entire journey. All right, I've got the resources and the skills to really focus on this much of my application base. Can someone simplify the overall journey so I can afford to bring everything on a cloud native journey? >>So the key to success here is having a holistic view at the application portfolio, segmenting the application portfolio in different application types and ordering the, the priorities of these application types and come up with suitable migration strategies for each one of them is >>Really necess necessary to move everything though. >>Not necessarily no, or, uh, not necessarily. Yeah, absolutely not everything. But, uh, it would make sense. Uh, as we were saying before, it will definitely move, make sense to move legacy applications towards Kubernetes, to leverage all the, uh, software delivery >>That's >>That's project, right? >>It is. If >>You're gonna restructure the application around APIs and microservices, >>That it should be taken the, the way I've seen, uh, organizations succeeding the most in this, uh, road towards cloud native and Kubernetes in general is trying to address the whole portfolio. Maybe not move everything, but try, try to have this holistic view and not leave anything behind, because if you try to do this isolated, uh, initiatives of bringing this or that applications in a, in isolation, you're Def you, you will miss part of the picture and you might be, uh, doomed to fail >>There. Yeah. It's been my experience that if you don't have a plan to migrate your applications to a cloud native operating model, then you're doomed to follow lift and shift examples to the public cloud. Yeah. Whether you're, uh, going to any other clouds, if you don't make that, that operational transition. Last question on operational transition, we've talked a lot about the replatforming process itself. What about day two, uh, at the I've landed to the cloud? What are some of the top considerations for, for compliance, uh, op op observability, just making sure my apps stay up and transitioning my workforce to that model. >>I, I, I think the over, you know, the overarching trend or theme that, that I see is clients now are, are asking for what I would call cloud native operations. Now in particular, there's a very solid theme around what we would call reliability engineering. So think about site reliability, engineering, SRE platform, reliability engineering, PR E. These are the dominant topics that clients and I want to engage, uh, HCL on in particular, because the point you make is a valid one. I've modernized my application. Now I need to modernize the way that I operate the application in production. Otherwise I won't see those benefits. So that general theme of SRE is keeping us really busy. We're busy, re-skilling all of those operations teams around the world as well, because they need to know how to run these environments appropriately too. >>And also being able to measure your progress while your transitioning is important. And that's one of the concerns that we are addressing as well in the premier community with a tool called polars to, to measure, to effectively measure the software delivery performance of, of the organization after the transition has been done. >>And this is a really good point by the way, cuz most, most people think it's a bit of a black art. How do I understand how I modernize my application? How do I understand how I've improved my kind of value chain around software creation and many people thought you needed to bring in very expensive consultants to advise you on these, on these black lives? No, >>Definitely >>Not. But in open source projects like conveyor from, from red hat, the availability of these tools available on an open source model means exactly any engineer, any developer can get these tools off the shelf and get that immediate benefit. >>Well, a flower head of creative labs at HCL at Ramon neon, senior product manager, redhead. Thank you for joining the QPI. Now Cuba alum, uh, you'll have a nice profile like the profile picture on here. Awesome. >>Absolutely. Thank you. >>From Valencia Spain. I'm Keith towns, along with Paul Gillon and you're watching the cue, the leader in high tech coverage.

Published Date : May 18 2022

SUMMARY :

brought to you by the cloud native computing foundation. We are going to of open source is building blocks to the future of, of applications is Welcome to the show. to what we would call a cloud native, um, you know, environment. Well, three to five days, that sounds more akin to when we were doing, has the time patient or resources to fully refactor or rearchitect all the time to modernize the code base. environment, I'm expecting to operate it in a different way as well. Uh, are you seeing clients take more mature I get a lot of the advantages from a cloud native environment. getting the benefits in, in life's application, life cycle management, a, It's not that simple, right? the nuances of each application type within your organization and trying to come up with a I just don't have the resources to do that. So the first thing that's happened to us at eight still is we've been incredibly busy undertaken, So perhaps a development team that are new to this modernization journey, they would benefit from a project like based on that knowledge that we are sharing to make it as easy as possible. And what role does red hat play in all that, I mean, is your you've carved out this position for being applied to application analysis. to cloud native or Kubernetes, uh, replatforming? So a lot of clients are saying we would like to So the, as we start to wrap up the segment, I like to know customer stories. of my portfolio, but the other 90% also needs to come on the journey as well. make sense to move legacy applications towards Kubernetes, to leverage all the, If uh, doomed to fail applications to a cloud native operating model, then you're doomed Now I need to modernize the way that I operate the application And that's one of the concerns that we are addressing as well in the premier community with a tool called polars to, And this is a really good point by the way, cuz most, most people think it's a bit of a black art. on an open source model means exactly any engineer, any developer can get these tools off the shelf Well, a flower head of creative labs at HCL at Ramon neon, Thank you.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Paul GillonPERSON

0.99+

IBMORGANIZATION

0.99+

threeQUANTITY

0.99+

thousandsQUANTITY

0.99+

90%QUANTITY

0.99+

ATLORGANIZATION

0.99+

five yearsQUANTITY

0.99+

GartnerORGANIZATION

0.99+

HCLORGANIZATION

0.99+

five daysQUANTITY

0.99+

Alan FlowerPERSON

0.99+

fiveQUANTITY

0.99+

PaulPERSON

0.99+

two thingsQUANTITY

0.99+

Valencia SpainLOCATION

0.99+

Red HatORGANIZATION

0.99+

Ramon neonPERSON

0.99+

CoonORGANIZATION

0.99+

RamonPERSON

0.99+

this weekDATE

0.99+

HCL TechnologiesORGANIZATION

0.98+

three minutesQUANTITY

0.98+

two environmentsQUANTITY

0.98+

OneQUANTITY

0.98+

10%QUANTITY

0.98+

EuropeLOCATION

0.97+

twoQUANTITY

0.97+

first thingQUANTITY

0.97+

oneQUANTITY

0.97+

each oneQUANTITY

0.97+

ACLORGANIZATION

0.97+

Ramón NissenPERSON

0.97+

2022DATE

0.97+

SREORGANIZATION

0.96+

KMPTITLE

0.96+

CloudnativeconORGANIZATION

0.96+

KubeconORGANIZATION

0.96+

OpenShiftTITLE

0.96+

red hatORGANIZATION

0.96+

five plus years agoDATE

0.95+

KubernetesTITLE

0.95+

second thingQUANTITY

0.95+

tens of thousandsQUANTITY

0.95+

todayDATE

0.94+

millionsQUANTITY

0.94+

thousands of clientsQUANTITY

0.93+

singleQUANTITY

0.92+

CubaLOCATION

0.91+

QPIORGANIZATION

0.91+

applicationsQUANTITY

0.9+

one thingQUANTITY

0.9+

KeithPERSON

0.89+

redheadORGANIZATION

0.88+

day twoQUANTITY

0.85+

KubernetesORGANIZATION

0.82+

each application typeQUANTITY

0.82+

GSIORGANIZATION

0.81+

thousand applicationsQUANTITY

0.81+

NirvanaLOCATION

0.8+

cuon eightORGANIZATION

0.77+

seven differentQUANTITY

0.76+

KeithLOCATION

0.74+

22EVENT

0.71+

cloudORGANIZATION

0.71+

Jasmine James and Ricardo Rocha | KubeCon + CloudNativeCon EU 2022


 

>>Welcome to the cubes coverage of C CFS, co con EU cloud native con in Valencia Spain, I'm John furrier. This is a preview interview with the co-chairs versus we have Jasmine James senior engineering manager and of developer experience and Coon cloud native con EU co-chair and RI ricotta Rocher computing engineer at CERN and Coon co-chair as well at EU. Great to have you both on great to see you, both of you, >>Hey, to be here, >>Us >>Keep alumni. So, you know, Coon just continues to roll and get bigger and bigger, um, and watching all the end user action watching the corporations enterprises come in and just all the open source projects being green litted and just all the developer onboarding has been amazing. So it should be a great EU and Vale span, great venue. A lot of people I I'm talking to are very excited, so let's get into it as co-chairs take us through kind of the upcoming schedule at a very high level. Then I wanna dig into, uh, some of the new insights into selection and program programming that you guys had to go through. I know every year it's hard. So let's start with the overall upcoming schedule for COCOM. >>Yeah. So I'll dive into that. So the schedule is represents a, quite a diverse set of topics. I would say, um, I personally am a fan of those, you know, more personal talks from an end user perspective. There's also like a lot of the representation from a community perspective and how folks can get involved. Um, as most of, you know, like our tracks, the types of tracks has evolved over the year as well. So we now have a community track student track. So it's gonna be very exciting to hear content within those tracks, um, through in Valencia. So a very exciting schedule. Um, yeah. >>And just real quick for the folks watching it's virtual and physical it's hybrid event May 4th through seventh Ricardo, what's your take on the schedule? Uh, how do you see it breaking down from a high level standpoint? >>Yeah, so, um, I'm pretty excited. Um, I think the, the fact that this hybrid will help keep, um, build on the experiences we had, uh, during the pandemic times to, to give a better experience for people not making, uh, it to Valencia. I'm pretty excited also about the number of co-located events. So the two days before the conference will include, uh, um, a large number of co-located events, focusing on security S uh, and some new stuff for like batch and HPC workloads that I'm pretty close to as well. Uh, and then some, some really good consolidation in some tracks like this value, which I think will be quite, quite interesting as well. >>So you mentioned this is gonna be like watch parties, people gonna be creating kind of satellite events. Is that what you're referring to, uh, in terms of the physical space gonna be an event, obviously, um, what's going on around, outside the event, either online or as part of the program. >>So, yeah, uh, the, the, all the sessions, uh, from, from the collocated events will be available virtually as well. I don't know if people will actually be setting up parties everywhere. <laugh>, I'm sure some people will. Yeah, >>There'll definitely be >>Some. And then for, for, for the conference itself, there will be dedicated rooms where for the virtual talks, uh, people can just join in and sit for a while and watch the virtual talks and then go back to the in person, ones, uh, Monday feel >>Like, yeah, it's always a good event. Uh, Jasmine, we talked about this last time and Ricardo, we always get into the hood as well. What's the vibe on the, the, the, the programming. And honestly, people wanna get, give talks. There's a virtual component, which opens up more aperture, uh, for more community and more actions as, as Ricardo pointed out. What's what was the process this year? Because we're seeing a lot of big trends emerge, obviously securities front and center, um, end user projects are growing data engineering is a new persona. That's just really emerged out of kind of the growth of data and the role of data that it plays and containers. And, and with Kubernetes, just a lot of action. What's the, what was it like this year in, in the selection process for the program? >>Yeah, I mean, the selection process is always lots of fun for the co-chairs. Um, you shout out to program committee, track chairs, you put in a lot of great work and reviewing talks and, and it's just a very, very thorough process. So kudos to all of us who are getting through it for this year. I think that lots of things emerge, but I still feel like security is top of mind for a lot of folks, like security is really has provided. One of the biggest, um, submissions is from, from a quantity perspective, there are tons of talks submitted for security track, and that just kind of speaks for itself, right? This is something that the cloud native community cares about, and there's still a lot of innovation and people wanna voice what they're doing and share it. >>Ricardo, what's your take, we've had a lot of chats around not only some of the hardcore tech, but some of the new waves that are emerging out of the growth, the mature maturization of, of, of the segment. What are you seeing, uh, as terms of like the, the key things that came out during the, the process? >>Yeah, exactly. So I think I would highlight something that Jasmine said, which is the, the emergency emergence of some new tracks as well. Uh, she mentioned the student track, but also we added a research track, which is actually the first time we'll have it. So I'm pretty excited about that. Of course, uh, then for the trends, clearly security observability are, uh, massive tracks for app dev operations, uh, extending Kubernetes had also a lot of submissions. Um, I think the, the main things I saw that, uh, kind of, uh, gain a bit of more consistency is the part for the business value. And, uh, the, the, the fact that people are now looking more at the second step, like managing cloud costs, uh, how to optimize, uh, spot usage and, um, usage of GPUs for machine learning, things like this. So I'm pretty excited. And all these hybrid deployments also is something that keeps coming back. So those were, are the ones that, uh, I, I think came out from, from, from the submission at this time, >>You know, it's interesting as the growth comes in, you see these cool new things happen, but there are also signs of problems that need to be solved to create opportunities. Jasmine, you mentioned security. Um, there's a lot of big trends, scale Ricardo kind of hinting at the scale piece of it, but there's all this now new things, the security posture changes, uh, as you shift left, it's not, it's not, it's not over when you shift left in security in the pipeline in there, but it's, there's audits. There's the size of, uh, the security elements, uh, there's bill of materials. Now, people who got supply chains, these are huge conversations right now in the industry, supply chain security, um, scale data, uh, optimization management, um, notifications, all this is built in, built into a whole nother level. What do you guys see in the key trends in the cloud native ecosystem? >>I, I would say that a lot of the key trends, like you said, it, right, these things are not going anywhere. It's actually coming to a point of maturation. Um, I see more of a focus on how consuming, how, how companies go about consuming these different capabilities. What is that experience like? There's a talk that's gonna be offered, um, as a keynote, um, just about that security and leveraging developers to scale security within your environment. And not only is it a tool problem, it's a mindset thing that you have to be able to get over and partner bridge gaps between teams in order to make this, um, a reality within, within, um, people, within certain organizations. So I see the experience part of it, um, coming a big, a big thing. Um, there's multiple talks about that. >>Ricardo, what's your take on these trends? Cause I look at the, the, the paragraph of the projects now it's like this big used to be like a couple sentences. Now you got more projects coming on, you got the rookies in there and you got the, the veterans, the veteran projects in there. So this speaks volumes to kind of things like notaries new, right? So this is cool. Wait, what does that mean? Okay. Security auditing all this is happening. What are the, what are the big trends that you're excited about that you see that people are gonna be digging in, in, in the pro in, in the event? >>Yeah, I think we, we, we talked about supply chain just before. I think that's, that's a big one. We, we saw a, a keynote back in north America already introducing this, and we saw a lot of consolidation happening now in projects, but also companies supporting this project. Um, I, I'm also quite interested, interested in the evolution of Kubernetes in the sense that it's not just for, what was it, it was traditionally used for like traditional it services and scaling. We start seeing, there will be a very cool keynote from, from deploying, uh, Kubernetes at the edge, but really at the edge with the lower orbit satellites running ES in basically, uh, space. So those things I think are, are, are very cool. Like we start seeing really a lot of consolidation, but also people looking at Kubernetes for, for pretty crazy things, which is very exciting. >>Yeah. You mention, you mentioned space that really takes us to a whole edge, another level of edge thinking, um, you know, I've had many conversations around how do you do break fixing space with some folks in, in the space industry, in, in public sector, software is key in all this. And again, back to open source, open source has to be secured. It has to be, be able to managed effectively. It needs to be optimized into the new workflows space is one of them, you know, you see in, um, 5g edge is huge, uh, with new kind of apps that are being built there. So open source plays a big role in all this. So the, the question I wanna ask you guys is as open source continues to grow and it's growing, we're seeing startups emerge with the playbook of you. You play an open source or you actually create a project and then you get funding behind it because I know at least three or four VCs here in Silicon valley that look at the projects and say, they're looking for deals. And they're saying, keep it open a whole nother level. Can you guys share your insights on how the ecosystem's, uh, evolving with entrepreneurship and, and startups? >>Uh, oh, I guess I'll start. Um, I think that it's such a healthy thing, um, to have such innovation occurring, um, is it's really just, uh, Testament as to how the cloud native community right. Nurtures and cultivates these ideas and provides a great framework for them to develop over time, going from, you know, the sandbox and incubating and graduating and having the support of a solid framework, I think is a lot of the reason why a lot of these projects grow so quickly and reach certain these high levels of adoption. Um, so it's a really fantastic thing to see. I think that, you know, VCC an opportunity and, and, and there's a lot of great innovation that can be, you know, operationalized and scaled, right. Um, and applied to a lot of industries. So I feel it, I feel like it's a very healthy thing. Um, it also creates a lot of opportunities about something I'm passionate about, which is like, you know, people getting involved in open source as a step into the world of tech. Um, so all of these projects coming about provide an opportunity for folks to get involved in a particular component they're interested in and then grow their career in open source. So really great thing, in my opinion. >>And you mentioned the student track, by the way, I kept to point that out. I mean, that's huge. That's gonna be a lot of people who have, you know, in computer science programs or self learning. I mean, the, the, the ability to get up to speed, uh, from a development standpoint, as a coder, um, you can be a rural comp SI or, uh, just a practitioner just coding. I mean, data's everywhere. So data engineering, coding, I mean, Ricardo, this is huge student and then just every sector's opening up. I mean, the color codes on the calendar is, uh, larger than ever before. >>Yeah. I think, yeah, the, the diversity of the usage and the communities is, is something that is really important and it's been growing still. So I, I think this one not stop. Um, I'm pretty, pretty, pretty excited to see also how we'll handle this growth, because as you mentioned, like everything is increasing in numbers, number of projects, number of startups around this project. Uh, so one, one thing that I'm particularly interested on as an end user is to understand also how to help other end users that are jumping in not only the, the developers or, or the people wanting to support these projects, but also the end users. How, how do they choose their sta how, how it's, how, how should they look like for their use cases, much more than just going, uh, from, from the selection, individual projects to understand how they, they work together. So I think this is a challenge for, for the next couple of years. >>Yeah. I mean, roll your own and building blocks, whatever you wanna call it, you're starting to see people, uh, build their own stacks. And that's not a bad thing. It might be a feature, not a bug. >>Yeah. I, I would agree that I think it's something that we have to work on, uh, together to, to, to help, especially people starting in the ecosystem, but also for, for the experienced ones that start looking at other use cases as well. >>Okay. Jasmine, we talked about this last time, you gotta pick a favorite, uh, child in the, in the, in the agenda. Uh, what's your favorite session? Um, and you gotta pick one or three or maybe put handful, um, as you guys look through this year, what's the theme. I mean, people like you can kind of sense what's happening. Uh, when you look at the agenda, obviously observability is in there, all these great stuff's in there, but what's the, what's your favorite, um, uh, project or topic this year that, uh, you're jazzed about >>For me, I I'd say there's such diverse, um, topics that are being presented both on the keynote stage and throughout, um, the various tracks. I will just reference, um, the talk that I, I sort of alluded to earlier about, um, leveraging developers to scale Kubernetes. Um, it's a talk given by red hat on the keynote stage. Um, I just think it, you know, the abstracts will me because it's talks about bridging two different roles together, um, and scaling what we all know to be so important within the cloud native space, security and Kubernetes. So it's something that's very like real for me, um, in, in my current role and previous roles. So I think that that's the one that spoke to me. >>Awesome. Ricardo, what's your favorite, uh, this year? What do you, what do you, uh, if you had to put a little gold star on something that you're interested in, what it would it be? >>I think I hinted on, on it just before, which is, uh, I'm, I'm kind of a space enthusiast. So all, all this idea of running Kubernetes in space, um, makes me very excited. So really looking forward to that one, but as an end user, I'm also very interested in talks. Uh, like the one Mercedes will be doing, which is the transition from a kind of a more traditional company to this, uh, uh, more modern world of, uh, cloud native. And I'm quite interested to hear how, how, what their experience has been has been like in the last few years. >>Well, you guys do a great job. I love chatting with you and I love, uh, CNCF and following from the beginning, we were there when it was, when it was created and watched it grow from an insider perspective, the hyperscalers people who are really kind of eating glass and building scale, you know, SREs. Now you have, you have the SRE concept going kind of global mainstream, seeing enterprises and end users contributing and participating enterprises, getting, connecting those two worlds. Jasmine, as you said, as you look at that, you're starting to see the scale piece become huge. You mentioned it a little bit earlier, Jasmine, the SRE role was specific to servers and cloud. You're kind of seeing that kind of role needed for this kind of cloud native layer. We're seeing it with data engineering. It's not for the faint of heart. It may not be a persona. That's got zillions of people, but it scales. It's like an SRE role. You're seeing that with this kind of monitoring and, and with containers and Kubernetes where it's gotta get easier and scale, how do you guys see that? Do you see that emerging in the community, this, this kind of new scale role and, um, what is it, what is this trend? Or maybe I'm misrepresenting it or maybe I'm sensing it wrong, but what do you guys think about the scale piece? How is that F falling into place? >>Yeah, I, I think that is, um, adoption, like, or there's more saturation of, of cloud native technologies within any environment. Um, most in most companies realize that you have to have that represented right within the role that is managing it. Um, if you wanna have it be reliable. Um, so I think that a lot of roles are adopting those behaviors, right. In order to be able to sustain this within their environment and learning as they start to implement these things. Um, so I see that to be something that just happens. Um, we saw it was like DevOps, right? You know, engineers were starting to adopt, you know, working on the systems versus just, you know, working on software. Um, so it's sort of like encompassing all the things, right. We're, we're seeing a shift in the role and, and the behaviors that are within it in order to maintain these cloud native services. So >>Ricardo, what's your take, we've been seeing engineers get to the front lines more and more. Uh, you guys mentioned business value as one of the tracks and, uh, focus topics this year, it's happening, engineers and developers. They're getting in the front lines cuz as you move up that stack, whether it's a headless system for retail or deploying something in another sector, they gotta be in the front lines. If you're gonna be in doing machine learning and have data, you gotta have domain scales about what the business is. Right? >>Yeah. I, I, I agree very much with what Jasmine said and, and uh, if we add this for, for kind of the business value and the, this opportu opportunistic usage of, uh, all types of resources that can come from basically anywhere these days, I think this is, this is really becoming, um, a real role to, to understand how, how to best, uh, use all of this and uh, to, to make the best of all this available resources. When we start talking about, uh, CPUs, it's already important. If we start talking about GPU's, which are more scar or some sort of specialized accelerators, then, then it becomes really like something that, uh, you, you need people that know where, where to go and fish for those. Cause they, they, you can just build your own data center and, and scale that anymore. So you really need to understand what's out there. >>Applications gotta have the security posture nailed down. They gotta have it. Automation built in. You gotta have the observability, you gotta have the business value. I mean, it sounds like a mature industry developing here finally. It's happening. Good job guys. Thanks for coming on the queue. Really appreciate it. >>Thank you. Thank you for having >>Us. And we'll see the cube here at Koon cloud native con May 16th through the 20th in Vale Spain, the cube will be there. We'll have some online coverage as well. Look for the virtual from CNCF. The cube will bring all the, all the action. I'm John fur, your host, see you in Spain and see you on the 16th.

Published Date : May 10 2022

SUMMARY :

Great to have you both on great to see you, both of you, that you guys had to go through. of those, you know, more personal talks from an end user perspective. So the two days before the conference will include, So you mentioned this is gonna be like watch parties, people gonna be creating kind of satellite events. from, from the collocated events will be available virtually as well. talks and then go back to the in person, ones, uh, Monday feel of kind of the growth of data and the role of data that it plays and containers. Um, you shout out to program committee, track chairs, you put in a lot of great work and reviewing What are you seeing, uh, as terms of like the, the key things that came out during Uh, she mentioned the student track, but also we added a research track, which is actually the first time You know, it's interesting as the growth comes in, you see these cool new things happen, but there are also signs So I see the experience part of it, um, coming a big, a big thing. Now you got more projects coming on, you got the rookies in there and you got the, Um, I, I'm also quite interested, interested in the evolution of Kubernetes in the sense the new workflows space is one of them, you know, you see in, um, 5g edge is huge, I think that, you know, VCC an opportunity and, and, and there's a lot of great innovation that can I mean, the color codes on the calendar is, uh, larger than ever before. So I think this is a challenge for, for the next couple of years. uh, build their own stacks. but also for, for the experienced ones that start looking at other use cases as well. Um, and you gotta pick one or three I just think it, you know, the abstracts will me because it's talks about bridging two different Ricardo, what's your favorite, uh, this year? So all, all this idea of running Kubernetes in space, um, makes me very excited. I love chatting with you and I love, uh, CNCF and following from the beginning, Um, if you wanna have it be reliable. They're getting in the front lines cuz as you move up that stack, So you really need to understand what's out there. You gotta have the observability, you gotta have the business value. Thank you for having the cube will be there.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
RicardoPERSON

0.99+

JasminePERSON

0.99+

CERNORGANIZATION

0.99+

SpainLOCATION

0.99+

May 4thDATE

0.99+

Jasmine JamesPERSON

0.99+

CoonORGANIZATION

0.99+

ValenciaLOCATION

0.99+

Jasmine JamesPERSON

0.99+

Ricardo RochaPERSON

0.99+

MercedesORGANIZATION

0.99+

north AmericaLOCATION

0.99+

bothQUANTITY

0.99+

May 16thDATE

0.99+

second stepQUANTITY

0.99+

Valencia SpainLOCATION

0.99+

Silicon valleyLOCATION

0.99+

John furPERSON

0.99+

twoQUANTITY

0.98+

this yearDATE

0.98+

threeQUANTITY

0.98+

20thDATE

0.98+

Vale SpainLOCATION

0.97+

CloudNativeConEVENT

0.97+

oneQUANTITY

0.96+

ricotta RocherPERSON

0.95+

CNCFORGANIZATION

0.95+

zillions of peopleQUANTITY

0.94+

KubeConEVENT

0.94+

four VCsQUANTITY

0.93+

one thingQUANTITY

0.93+

first timeQUANTITY

0.92+

KubernetesTITLE

0.92+

two worldsQUANTITY

0.91+

John furrierPERSON

0.91+

16thDATE

0.9+

C CFSORGANIZATION

0.89+

EULOCATION

0.89+

MondayDATE

0.87+

OneQUANTITY

0.85+

KubernetesORGANIZATION

0.82+

two daysDATE

0.81+

seventhQUANTITY

0.79+

rolesQUANTITY

0.77+

EUORGANIZATION

0.76+

pandemicEVENT

0.76+

COCOMORGANIZATION

0.73+

next couple of yearsDATE

0.71+

tons of talksQUANTITY

0.7+

conEVENT

0.69+

inkQUANTITY

0.67+

SRETITLE

0.61+

KoonEVENT

0.61+

at least threeQUANTITY

0.58+

VCCORGANIZATION

0.58+

lastDATE

0.57+

ValeLOCATION

0.51+

cloud nativeORGANIZATION

0.46+

5gTITLE

0.42+

EUEVENT

0.42+

2022DATE

0.31+

Stu Miniman, Red Hat | KubeCon + CloudNativeCon EU 2022


 

(upbeat music) >> Kubernetes is maturing for example moving from quarterly releases to three per year, it's adding many of the capabilities that early on were avoided by Kubernetes committers, but now are going more mainstream, for example, more robust security and better support from mobile cluster management and other functions. But core Kubernetes by itself, doesn't get organizations where they need to go. That's why the ecosystem has stepped up to fill the gaps in application development. Developers as we know, they don't care about infrastructure, but they do care about building new apps, they care about modernizing existing apps, leveraging data, scaling, they care about automation look, they want to be cloud native. And one of the companies leading the ecosystem charge and building out more robust capabilities is Red Hat. And ahead of KubeCon Spain. It's our pleasure to welcome in Stu Miniman director of market insights at Red Hat to preview the event, Stu, good to see you, how you been? >> I'm doing awesome, Dave. Thanks for having me, great to be here. >> Yeah. So what's going on in Kube land these days? >> So it's funny Dave, if you were to kind of just listen out there in the marketplace, the CNCF has a survey that's like 96% of companies running Kubernetes production, everybody's doing it. And others will say, oh no, Kubernetes, only a small group group of people are using it, it's already probably got newer technologies that's replacing it. And the customers that I'm talking to Dave, first of all, yes, containers of Kubernetes, great growth growth rate, good adoption overall, I think we've said more than a year or two ago, we've probably crossed that chasm, the Jeff Moore, it's longer the early people just building all their own thing, taking all the open source, building this crazy stack that they need to had to do a lot of work we used to say. Chewing glass to be able to make it work right or anything, but it's still not as easy as you would like, almost no company that I talk to, if you're talking about big enterprises has Kubernetes just enterprise wide, and a hundred percent of their applications running on it. What is the tough challenge for people? And I mean, Dave, something, you and I have covered for many, many years, , that application portfolio that I have, most enterprises, hundreds, thousands of applications modernizing that having that truly be cloud native, that that's a really long journey and we are still in the midst of that, so I still still think we are in that, that if you look at the cross in the chasm that early majority chunk, so some of it is how do we mature things even better? And how do we make things simpler? Talk about things like automation, simplicity, security, we need to make sure they're all there so that it can be diffused and rolled out more broadly. And then we also need to think about where are we? We talk about the next million cloud customers, where does Kubernetes and containers and all the cloud native pieces fit into that broader discussion. Yes, there's some maturity there and we can declare victory on certain things, but there's still a lot, a lot of work that everyone's doing and that leads us into the show. I mean, dozens of projects that are already graduated, many more along that process from sandbox through a whole bunch of co-located events that are there, and it's always a great community event which Red Hat of course built on open source and community projects, so we're happy to have a good presence there as always. >> So you and I have talked about this in the past how essentially container's going to be embedded into a lot of different places, and sometimes it's hard to find, it's hard to track, but if you look at kind of the pre DevOps world skillsets like provisioning LANs, or configuring ports, or troubleshooting, squeezing more, server utilism, I mean, those who are really in high demand. If that's your skillset, then you're probably out of a job today. And so that's shifted toward things like Kubernetes. So you see and you see in the ETR data, it's along with cloud, and RPA, or automation, it is right up there I mean, it's top, the big four if you will, cloud, automation, RPA, and containers. And so we know there's a lot of spending activity going on there, but sometimes, like I said, it's hard to track I mean, if you got cloud growing at 35% a year, at least for the hyperscalers that we track, Kubernetes should be growing faster than that, should it not? >> Yeah, Dave, I would agree with you when I look at the big analyst firms that track this, I believe they've only got the container space at about a 25 per percent growth rate. >> Slower than cloud. But I compare that with Deepak Singh who runs at AWS, he has the open source office, he has all the containers and Kubernetes, and has visibility in all of that. And he says, basically, containers of the default when somebody's deploying to AWS today. Yes, serverless has its place, but it has not replaced or is not pushing down, slowing down the growth of containers or Kubernetes. We've got a strong partnership, I have lots of customers running on AWS. I guess I look at the numbers and like you, I would say that I would expect that that growth rate to be north of where just cloud in general is because the general adoption of containers and Kubernetes, we're still in the early phases of things. >> And I think a lot of the spendings Stu is actually in labor resources within companies and that's hard to track. Let's talk about what we should expect at the show. Obviously this whole notion of secure supply chain was a big deal last year in LA, what's hot? >> Yeah, so security Dave, absolutely. You said for years, it's a board level discussion, it's now something that really everyone in the organization has to know about the dev sec ops movement, has seen a lot of growth, secure supply chain, we're just trying to make sure that when I use open source, there's lots of projects, there is the huge ecosystem in marketplaces that are out there. So I want to make sure that as I grab all of the pieces that I know where they got came from the proper signature certification to make sure that the full solution that I build, I understand it. And if there are vulnerabilities, I know if there's an issue, how I patch it in the industry, we talk about CBEs, so those vulnerabilities, those exploits that come out, then everybody has to do a quick runaround to understand wait, hey, is my configuration? Am I vulnerable? Do I have to patch things? So security, absolutely still a huge, huge thing. Quick from a Red Hat standpoint, people might notice we made an acquisition a year ago of StackRox. That product itself also now has a completely fully open source project itself, also called StackRox. So the product is Red Hat advanced cluster security for Kubernetes, there's an open source equivalent for that called StackRox now, open source, community, there's a monthly office hour live streaming that a guy on my team actually does, and so there'll be a lot of activity at the show talking about security. So many other things happening at the show Dave. Another key area, you talked about the developers and what they want to worry about and what they don't. In the container space, there's a project called Knative. So Google helped create that, and that's to help me really have a serverless operational model, with still the containers and Kubernetes underneath that. So at the show, there will be the firs Knative con. And if you hadn't looked at Knative in a couple of years, one of the missing pieces that is now there is eventing. So if I look at functions and events, now that event capability is there, it's something I've talked to a lot of customers that were waiting for that to have it. It's not quite the same as like a Lambda, but is similar functionality that I can have with my containers in Kubernetes world. So that's an area that's there and so many others, I mean, GitOps are super hot at the last show. It's something that we've seen, really broad adoption since Argo CD went generally available last year, and lots of customers that are taking that to help them. That's both automation put together because I can allow GitHub to be my single source of truth for where I keep code, make sure I don't have any deviation from where the kind of the golden image if you will, it lives. >> So we're talking earlier about, how hard it is to track this stuff. So with the steep trajectory of growth and new customers coming on, there's got to be a lot of experimentation going on. That probably is being done, somebody downloads the open source code and starts playing with it. And then when they go to production that I would imagine Stu that's the point at which they say, hey, we need to fill some of these gaps. And they reach out to a company like yours and say, now we got to have certifications and trust., Do you. see that? >> So here's the big shift that happened, if we were looking four or five years ago, absolutely, I'd grab the open source code and some people might do that, but what cloud really enabled Dave, is rather than just grabbing, going to the dot the GitHub repo and pulling it down itself, I can go to the cloud so Microsoft, AWS, and Google all have their Kubernetes offering and I click a button. But that just gives me Kubernetes so there's still a steep learning curve. And as you said to build out out that full stack, that is one of the big things that we do with OpenShift is we take dozens of projects, pull them in together so you get a full platform. So you spend less time on curating, integrating, and managing that platform. And more time on the real value for your business, which is the application stack itself, the security and the like. And when we deliver OpenShift in the cloud, we have an SRE team that manages that for you. So one of the big challenges we have out there, there is a skillset gap, there are thousands of people getting certified on Kubernetes. There are, I think I saw over a hundred thousand job openings with Kubernetes mentioned in it, we just can't train people up fast enough, and the question I would have as an enterprise company is, if I'm going to the cloud, how much time do I want to build having SREs, having them focus on the infrastructure versus the things that are business specific. What did Amazon promise Dave? We're going to help you get rid of undifferentiated heavy lifting. Well, I just consume things as a service where I have an SRE team manage that environment. That might make more sense so that I can spend more time focusing on my business activities. That's a big focus that we've had on Red Hat, is our offerings that we have with the cloud providers to do and need offering. >> Yeah, the managed service capability is key. We saw, go back to the Hadoop days, we saw that's where Cloudera really struggled. They had to support every open source project. And then the customers largely had to figure it out themselves. Whereas you look at what data bricks did with spark. It was a managed service that was getting much greater adoption. So these complex areas, that's what you need. So people win sometimes when I use the term super cloud, and we getting little debates on Twitter, which is a lot of fun, but the idea is that you create the abstraction layer that spans your on-prem, your cloud, so you've got a hybrid. You want to go across clouds, what people call multi-cloud but as you know, I've sort of been skeptical of multi-cloud is really multi-vendor. But so we're talking about a substantial experience that's identical across those clouds and then ultimately out to the edge and we see a super Paas layer emerging, And people building on top of that, hiding the underlying complexity. What are your thoughts on that? How does Kubernetes in your view fit in? >> Yeah, it's funny, Dave, if you look at this container space at the beginning, Docker came out of a company called dotCloud. That was a PaaS company. And there's been so many times that that core functionality of how do I make my developers not have to worry about that underlying gank, but Dave, while the storage people might not have to worry about the LANs, somebody needs to understand how storage works, how networking works, if something breaks, how do I make sure I can take care of it. Sometimes that's a service that the SRE team manages that away from me. so that yes, there is something I don't need to think of about, but these are technically tough configurations. So first to one of your main questions, what do we see in customers with their hybrid and multi-cloud journey? So OpenShift over 10 years old, we started OpenShift before Kubernetes even was a thing. Lots of our customers run in what most people would consider hybrid, what does that mean? I have something in my data center, I have something in the cloud, OpenShift health, thanks to Kubernetes, I can have consistency for the developers, the operators, the security team, across those environments. Over the last few years, we've been doing a lot in the Kubernetes space as a whole, as the community, to get Kubernetes out to the edge. So one of the nice things, where do containers live Dave? Anywhere Linux does, is Linux going to be out of the edge? Absolutely, it can be a small footprint, we can do a lot with it. There were a lot of vendors that came out with it wasn't quite Kubernetes, they would strip certain things out or make a configuration that was smaller out at the edge, but a lot of times it was something that was just for a developer or something I could play with, and what it would break sometimes was that consistency out at the edge to what my other environments would like to have. And if I'm a company that needs consistency there. So take for example, if I have an AI workload where I need edge, and I need something in the cloud, or in my data center of consistency. So the easy use case that everybody thinks about is autonomous vehicles. We work with a lot of the big car manufacturers, I need to have when my developer build something, and often my training will be done either in the data center or in the public cloud, but I need to be able to push that out to the vehicle itself and let it run. We've actually even got Dave, we've got Kubernetes running up on the ISS. And you want to make sure that we have a consistency. >> The ultimate edge. >> Yeah, so I said, right, it's edge above and beyond the clouds even, we've gone to beyond. So that is something that the industry as a whole has been working at, from a Red Hat standpoint, we can take OpenShift to a really small footprint. Last year we launched was known as single node OpenShift. We have a project called micro shift, which is also fully open source that it has less pieces of the overall environment to be able to fit onto smaller and smaller devices there. But we want to be able to manage all of them consistently because you talked about multi cluster management. Well, what if I have thousands or 10 of thousands of devices out of the edge? I don't necessarily have network, I don't have people, I need to be able to do things from an automated standpoint. And that's where containers and Kubernetes really can shine. And where a lot of effort has been done in general and something specifically, we're working on it, Red Hat, we've had some great customers in the telecommunication space. Talk about like the 5G rollout with this, and industrial companies that need to be able to push out at the edge for these type of solutions. >> So you just kind of answered my next question, but I want to double click on it which was, if I'm in the cloud, why do I need you? And you touched on it because you've got primitives, and APIs, and AWS, Google, and Microsoft, they're different, if you're going to hide the underlying complexity of that, it takes a lot of RND and work, now extend that to a Tesla. You got to make it run there, different use case, but that's kind of what Linux and OpenShift are design to do, so double click on that. >> Yeah, so right. If I look at the discussion you've been having about super clouds is interesting because there are many companies that we work with that do live across multiple environments. So number one, if I'm a developer, if my company came to me and said, hey, you've got all your certifications and you got years of experience running on Amazon, well, we need you to go run over on Google. That developer might switch companies rather than switch clouds because they've got all of their knowledge and skillset, and it's a steep learning curve. So there's a lot of companies that work on, how can we give you tools and solutions that can live across those environments? So I know you mentioned companies like Snowflake, MongoDB, companies like Red Hat, HashiCorp, GitLab, also span all of those environments. There's a lot of work, Dave, to be different than not just, I say, I don't love the term like we're cloud agnostic, which would mean, well, you can use any cloud. >> You can run on any cloud. >> That's not what we're talking about. Look at the legacy that Red Hat has is, Red Hat has decades of running in every customer's data center and pick your X 86 server of choice. And we would have deep relationships when Dell, HP, IBM, Lenovo, you name it, comes out with a new piece of hardware that was different. We would have to make sure that the Linux primitives work from a Red Hat standpoint. Interesting Dave, we're now supporting OpenShift on Azure Stack Hub. And I talked to our head of product management, and I said, we've been running OpenShift in Azure for years, isn't Azure Stack Hub? Isn't that just Azure in your data center. He's like, yeah, but down at the operating system level, we had to change some flags and change some settings and things like that, so what do we know in IT? It's always the yeah, at the high level, it looks the same, it acts the same, it feels the same. >> Seamless. >> It's seamless in everything when you get down to the primitives level, sometimes that we need to be able to do that. I'll tell you Dave, there's things even when I look at A cloud, if I'm in US East One, or US West One, there actually could be some differences in what services are there or how things react, and so therefore we have a lot of deep work that goes into all of those environments, and it's not just Red Hat, we have a marketplace and an ecosystem, we want to make sure you've got API compatibility across all of those. So we are trying to help lift up this entire ecosystem and bring everybody along with it because you set it at the upfront, Kubernetes alone won't do it, oo one vendor gives you an entire, everything that you need for your developer tool chain. There's a lot that goes into this, and that's where we have deep commitment to partnerships. We build out and support lots of ecosystems. And this show itself is very much a community driven show. And, and therefore, that's why Red Hat has a strong presence at it, 'cause that's the open source community and everything that we built on. >> You guys are knee deep in it. You know I wrote down when you were talking about Snowflake and Mongo, HashiCorps, another one, I wrote down Dell, HP, Cisco, Lenovo, that to me, that should be their strategy. NetApp, their strategy should be to basically build out that abstraction layer, the so-called super cloud. So be interesting to see if they're going to be at this show. It requires a lot of R and D number one, number two, to your point, it requires an ecosystem. So you got all these guys, most of them now do in their own as a service, as a service is their own cloud. Their own cloud means you better have an ecosystem that's robust. I want to ask you about, do you ever think about what's next beyond Kubernetes? Or do you feel like, hey, there's just so much headroom in Kubernetes and so many active projects, we got ways to go. >> Yeah, so the Kubernetes itself Dave, should be able to fade into the background some. In many ways it does mirror what happened with Linux. So Linux is just the foundation of everything we have. We would not have the public cloud providers if it wasn't for Linux. I mean, Google, of course you wouldn't have without Linux, Amazon. >> Is on the internet. >> Right, but you might not have a lot of it. So Kubernetes, I think really goes the same way is, it is the foundational layer of what so much of it is built on top of it, and it's not really. So many people think about that portability. Oh, Google's the one that created it, and they wanted to make sure that it was easy if I want to go from the cloud provider that I had to use Kubernetes on Google cloud. And while that is a piece of it, that consistency is more important. And what I can build on top of it, it is really more of a distributed systems challenge that we are solving and that we've been working on in industry now for decades. So that is what we help solve, and what's really nice, containers and Kubernetes, it's less of an abstraction, it's more of new atomic unit of how we build things. So virtualization, I don't know what's underneath, and we spent like a decade fixing the storage networking components underneath so that the LANs matched right, and the network understood what was happening in the virtual machine. The atomic unit of a container, which is what Kubernetes manages is an application or a piece of an application. And therefore that there is less of an abstraction, more of just a rearchitecting of how we build things, and that is part of what is needed, and boy, Dave, the ecosystem, oh my God, yes, we've gone to only three releases a year, but I can tell you our roadmaps are all public on the internet and we talk heavily about them. There is still so many things that just at the basic Kubernetes piece, new architectures, arm devices are now in there, we're now supporting them, Kubernetes can support them too. So there are so many hardware pieces that are coming, so many software devices, the edge, we talked about it a bit, so there's so much that's going on. One of the areas that I love hearing about at the show, we have a community event called OpenShift Comments, which one of the main things of OpenShift Comments, is customers coming to talk about what they've been doing, and not about our products, we're talking about the projects and their journey overall. We've got a at Flenty Show, Airbus and Telefonica, are both going to be talking about what they're doing. We've seen Dave, every industry is going through their digital transformation journey. And it's great to hear straight from them what they're doing, and one of the big pieces in area, we actually spend a bunch of time on that application journey. There's a group of open source projects under what's known as Konveyor, that's conveyor with a K, Konveyor.io. It's modernization in migration. So how do I go from a VM to a container? How do I go from my data center to a cloud? How do I switch between services, open source projects to help with that journey? And, oh my gosh, Dave, I mean, you know in the cloud space, I mean that's what all the SIs and all the consultancies are throwing thousands of people at, is to help us get along that curve of that modernization journey. >> Okay, so let's see May 16th, the week of May 16th is KubeCon in Valencia Spain. theCUBE's going to be there, there was a little bit of a curfuffle on Twitter because the mask mandate was lifted in Spain and people had made plans thinking, okay, it's safe everybody's going to be wearing masks. Well, now I mean, you're going to have to make your own decisions on that front. I mean, you saw that you follow Twitter quite closely, but hey, this is the world we live in. So I'll give you the last word. >> Yeah, we'll see if Twitter still exists by the time we get to that show with. >> Could be private. What happens, but yeah, no, Dave, I'll be participating remotely, it is a hybrid event, so one of the things we'll be watching is, how many people are there in person LA was a pretty small show, core contributors, brought it back to some of the early days that you covered heavily from theCUBE standpoint, how Valencia will be? I know from Red Hat standpoint, we have people there, many of them from Europe, both speaking, we talked about many of the co-located events that are there, so a lot of pieces all participate remotely. So if you stop by the OpenShift commons event, I'll be part of the event just from a hybrid standpoint. And yeah, we've actually got the week before, we've got Red Hat Summit. So it's nice to actually to have back to back weeks. We'd had that a whole bunch of times before I remember, back to back weeks in Boston one year where we had both of those events and everything. That's definitely. >> Connective tissue. >> Keeps us busy there. You've got a whole bunch of travel going on. I'm not doing too much travel just yet, Dave, but it's good to see you and it's great to be connected with community. >> Yeah, so theCUBE will be there. John Furrier is hosting with Keith Townsend. So if you're in Valencia, definitely stop by. Stu thanks so much for coming into theCUBE Studios I appreciate it. >> Thanks, Dave. >> All right, and thank you for watching. We'll see you the week of May 16th in Valencia, Spain. (upbeat music)

Published Date : Apr 25 2022

SUMMARY :

it's adding many of the Thanks for having me, great to be here. on in Kube land these days? that chasm, the Jeff Moore, the hyperscalers that we track, the big analyst firms that track this, containers of the default and that's hard to track. that the full solution that Stu that's the point at which they say, that is one of the big things but the idea is that you out at the edge to what of devices out of the edge? now extend that to a Tesla. If I look at the discussion that the Linux primitives work and everything that we built on. that to me, that should be their strategy. So Linux is just the foundation so that the LANs matched right, because the mask mandate still exists by the time of the early days that but it's good to see you So if you're in Valencia, We'll see you the week of

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
IBMORGANIZATION

0.99+

DavePERSON

0.99+

DellORGANIZATION

0.99+

CiscoORGANIZATION

0.99+

MicrosoftORGANIZATION

0.99+

LenovoORGANIZATION

0.99+

HPORGANIZATION

0.99+

SpainLOCATION

0.99+

AWSORGANIZATION

0.99+

BostonLOCATION

0.99+

ValenciaLOCATION

0.99+

EuropeLOCATION

0.99+

Stu MinimanPERSON

0.99+

10QUANTITY

0.99+

Deepak SinghPERSON

0.99+

GoogleORGANIZATION

0.99+

thousandsQUANTITY

0.99+

AmazonORGANIZATION

0.99+

96%QUANTITY

0.99+

AirbusORGANIZATION

0.99+

Keith TownsendPERSON

0.99+

LALOCATION

0.99+

May 16thDATE

0.99+

hundredsQUANTITY

0.99+

John FurrierPERSON

0.99+

Valencia SpainLOCATION

0.99+

Last yearDATE

0.99+

CNCFORGANIZATION

0.99+

last yearDATE

0.99+

StackRoxTITLE

0.99+

TelefonicaORGANIZATION

0.99+

Azure Stack HubTITLE

0.99+

TeslaORGANIZATION

0.99+

fourDATE

0.99+

last yearDATE

0.99+

bothQUANTITY

0.99+

MongoORGANIZATION

0.99+

oneQUANTITY

0.99+

firstQUANTITY

0.99+

Red Hat SummitEVENT

0.99+

LinuxTITLE

0.99+

CloudNativeConEVENT

0.99+

StuPERSON

0.99+

KubeConEVENT

0.98+

OpenShiftTITLE

0.98+

Red HatTITLE

0.98+

HashiCorpsORGANIZATION

0.98+

Valencia, SpainLOCATION

0.98+

Jeff MoorePERSON

0.98+

Red HatORGANIZATION

0.98+

OneQUANTITY

0.98+

Flenty ShowORGANIZATION

0.98+

TwitterORGANIZATION

0.98+

Sizzle Reel | KubeCon+CloudNativeCon EU 2019


 

right so with kubernetes the history is we started off with only file systems block is something very new within the past couple releases that actually personally worked on the next piece that we're doing at Red Hat is leading the charge to create CRTs for object storage so it's defining those api's so customers can dynamically provision and manage their object storage with that in addition we recently acquired a company called nuba that does exactly that they're able to have that data mobility through object buckets across many clouds doing the sharding and replication with the ability to do and that's super important because it opens up for our customers to have image streams photos things like that that they typically use within an enterprise and quickly move the data and copy it as they as they need to so we notice that that more and more people want to try their workloads outside of the centralized one centralized data cluster so the big you know term for the last year was the hybrid cloud but it's not just hybrid cloud people coming from also from the iot user space wants to you know containerize their work clothes what wants to put the processing closer and closer to the devices that are actually producing and consuming those data in the users and there is a lot of use cases which should be tackled in in that way and as you all said previously like you Burnett is want developers hearts and minds so api's are stable everybody is using them it will be supported for decades so it's it's natural to try to bring all these tools and and all these platforms that are already you know available to developers try to tackle these new new challenges so that's why last year we reformed the kubernetes at the edge working group trying to you know start with the simple questions because when people come to you and say edge everybody thinks something different from somebody it's in IOT gateway for somebody it's a it's a full-blown you know kubernetes faster it's some telco providers so that's what we're trying to figure out all these and try to form a community because as we saw in the previous cell so for the IOT user space is that complex problems like these are never basically solved by single single company you need open source you need open standards you need the community around it so that people can pick and choose and build a solution to fit their needs yeah yeah so I care a lot about diversity in tech and women in tech more specifically one of the things that I I feel like this community has a lot of very visible women so when I actually looked at the number of contributors by by men and women I was really shocked to find out it was 3 percents it's kind of disappointing it's 3 percent of all the contributors to the all the projects in the CNCs it's only if you look at the 36 projects you look at the number of the people who've made issues commits comments pull requests it's 3 percent women and I think the CSUF has put a lot of effort into the for example of the diversity scholarships so bringing more than 300 people from underrepresented groups to cube corn including 56 here in Barcelona and it has a personal meaning to me because I really got my start through that diversity scholarship to keep calm Berlin two years ago and when I first came to keep on Berlin I knew nobody but just that little first step can go a long way into getting people into feeling like they're part of the community and they have something valuable to give back and then once you're in you're hooked on it and yeah then there's a lot of fun I think the ecosystem may finally be ready for it and this is I feel like it's easy for us to look at examples of the past you know people kind of shake their heads and OpenStack as a cautionary tale or sprawl and you know whatnot but this is a thriving which means growing which means changing which means a very busy ecosystem but like you're pointing out if your enterprises are gonna adopt some of this technology gee they look at it and everyone here was you know eating cupcakes or whatever for the kubernetes 5th birthday to an enterprise just because this got launched in 2014 you know ok June 2014 that sounds kind of new we're still running that mainframe that is still producing business value and actually that's fine I mean I think this maybe is one of the great things about a company like Microsoft is we are our customers like we also respect the fact that if something works you don't just Yolo a new thing out into production to replace it for what reason what is the business value of replacing it and I think for this that's why this kind of UNIX philosophy of the very modular pieces of this ecosystem and we were talking about how them a little earlier but there's also you know draft brigade you know etc like the porter the C NAB spec implementation stuff and this cloud native application bundles which that's a whole mouthful one of the things I like I've been a long history and open source too is if there are things that aren't perfect or things that are maturing a lot of times we're talking about them in public because there is a roadmap and you know people are working on it and we can all go to the repositories and you know see where people are complaining so at a show like this I feel like we do have some level of transparency and we can actually have realism here we I don't think we hear that as much anymore because there is no more barrier to getting the technology it's no longer I get this technology from vendor a and I wish somebody else would support the standard it's like I can get it if I want it I think the competition we typically have aren't about features anymore they're simply my business is driven by software let that's the way I interact with my customer that's the way I collect data for my customers whatever that is I need to do that faster and I need to teach my people to do that stuff so the technology becomes secondary like I have this saying it frustrates people so nice but I'm like there is not a CEO a CIO a CTO that you would talk to that wakes up and says I have a kubernetes problem they all go I have a I have this business problem I have that problem it happens to be software kubernetes is a detail sure I think the NSM is just a first step so the natural service is basically doing a couple of things one is it is simplifying networking so that the consumption paradigm is similar to what you see on the developer l7 layer so if you think SEO and how SEO is changing the game in terms of how you consume layer seven services think of bringing that down to the layer two layer three layer as well so the way a developer would discover services at the l7 layer is the same way we would want developers to discover networking endpoints or networking services or security capabilities that's number one so the language in which you consume needs to be simplified whereas it's whereby it becomes simple for developer to consume the second thing that I touched upon is we don't want developers to think about switches routers subnets BGP reacts van VLAN for me I want to take a little bit more into the idea of multi cloud I've been making a bit of a stink for the past year with a talk called the myths of multi cloud where it's not something I generally advise as a best practice and I'm holding to that fairly well but what I want to do is I won't have conversations with people who are pursuing multi-cloud strategies and figure out first are they in fact pursuing that the same thing that we're defining our terms and talking on the same page and secondly I want to get a little more context and insight into why they're doing that and what that looks like for them is it they want to be able to run different workloads in different places great that's fair the same workload run everywhere the lowest common denominator well let's scratch build a surface a bit and find out why that is bob wise and his team spent a ton of time working on the community and the whole the whole team does right for one of the the biggest contributors to @cd we're hosting birds of a feather we've committed we've contributed back to a fair amount of community projects and I think a lot of them are in fact around how to just make kubernetes work better on AWS and that might be something that we built because uks or it might be something like the like cluster autoscaler right which ultimately people would like to work better with with auto-scaling groups I think we we had the community involvement but I think it's about having a quiet community involvement right that it's it's about chopping wood and carrying water and being present and committing and showing up and having experts and answering questions and being present and things like say groups than it is necessarily having the biggest booth so Joe tremendous progress in five years look look forward for us a little bit you know what what what does you know kubernetes you know 2024 look like for us well you know a lot of folks like to say that you know in five years kubernetes is going to disappear and sometimes they come at this from the sort of snarky angle but other times I think you know it's gonna disappear in terms of like it's gonna be so boring so solid so assumed that people don't talk about it anymore I mean we're here at you know something that you know the the CNC F is part of the Linux Foundation which is great but you know how often do people really focus on the Linux kernel these days it is so boring so solid there's new stuff going on but like clearly all the exciting stuff all the action all the innovation is happening at higher layers and I think we're gonna see something similar happen with kubernetes over time exciting is being here if you rewind five years and tell me I'm ready in Barcelona with with 7,500 of my best friends I would think you were crazy or from Mars this is amazing and I thank everybody who's here who's made this thing possible we have a ton of work to do you know if you feel like you can't figure out what you need to work on come talk to me and we'll figure it out yet for me I just want to give a big thank you to all the maintain a nurse folks like Tim but also you know some other folks who you may not know their name but they're the ones slogging it out and to get up PRQ you know trying to just you know make the project's work in function day today and we're it not for their ongoing efforts we wouldn't have any of this you [Music]

Published Date : Feb 24 2020

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

ENTITIES

EntityCategoryConfidence
June 2014DATE

0.99+

7,500QUANTITY

0.99+

2014DATE

0.99+

MicrosoftORGANIZATION

0.99+

3 percentQUANTITY

0.99+

BarcelonaLOCATION

0.99+

36 projectsQUANTITY

0.99+

TimPERSON

0.99+

3 percentsQUANTITY

0.99+

more than 300 peopleQUANTITY

0.99+

Linux FoundationORGANIZATION

0.99+

last yearDATE

0.99+

KubeConEVENT

0.99+

BerlinLOCATION

0.99+

last yearDATE

0.99+

CloudNativeConEVENT

0.99+

2024DATE

0.98+

five yearsQUANTITY

0.98+

56QUANTITY

0.98+

second thingQUANTITY

0.98+

first stepQUANTITY

0.98+

two years agoDATE

0.98+

todayDATE

0.97+

firstQUANTITY

0.97+

MarsLOCATION

0.97+

Red HatORGANIZATION

0.97+

Linux kernelTITLE

0.97+

oneQUANTITY

0.96+

layerTITLE

0.96+

iotTITLE

0.96+

AWSORGANIZATION

0.96+

CSUFORGANIZATION

0.95+

singleQUANTITY

0.94+

JoePERSON

0.94+

secondlyQUANTITY

0.94+

nubaORGANIZATION

0.92+

decadesQUANTITY

0.91+

telcoORGANIZATION

0.91+

uksORGANIZATION

0.85+

thingsQUANTITY

0.8+

past yearDATE

0.77+

lot of folksQUANTITY

0.76+

UNIXTITLE

0.74+

one ofQUANTITY

0.73+

a ton of timeQUANTITY

0.72+

C NABTITLE

0.71+

IOTTITLE

0.69+

couple releasesQUANTITY

0.69+

CNC FORGANIZATION

0.68+

NSMORGANIZATION

0.65+

5th birthdayQUANTITY

0.64+

a ton of workQUANTITY

0.64+

a lot of use casesQUANTITY

0.64+

BurnettORGANIZATION

0.62+

threeQUANTITY

0.59+

Sizzle ReelORGANIZATION

0.58+

EU 2019EVENT

0.58+

OpenStackTITLE

0.53+

my bestQUANTITY

0.51+

l7 layerTITLE

0.49+

twoQUANTITY

0.33+

sevenQUANTITY

0.32+

theCUBE Insights | KubeCon + CloudNativeCon EU 2019


 

>> Live from Barcelona, Spain, it's theCUBE. Covering KubeCon CloudNativeCon, Europe, 2019. Brought to you by Red Hat, the CloudNative Computing Foundation and ecosystem partners. >> Welcome back, we're at the end of two days, wall-to-wall coverage here at KubeCon CloudNativeCon here in Barcelona, Spain. I'm Stu Miniman, my co-host for two days has been Corey Quinn. Corey, we've gone two days, it's five years of Kubernetes, and everybody's been wondering when are you going to sing happy birthday to Fippy and the Kubernetes team? >> Generally, no one wants to hear me sing more than once, because first, I don't have a great singing voice, but more importantly, I insist on calling it Corey-oki, and it just doesn't resonate with people. The puns don't land as well as you'd hope they would. >> Maybe not singing, but you are a master of limericks, I'm told. >> So they tell me, most are unprintable, but that's a separate argument for another time. >> Alright, so, Corey this is your first time at KubeCon. >> It is. >> In CloudNativeCon, we've done some analysis segments, I thought we've had some phenomenal guests, some great end-users, some thought leaders, >> We had some great times. >> You need to pick your favorite right now. >> Oh, everyone's going to pick their own favorite on this one, but I've got to say it was, it would have to be, hands down, Abby Fuller, from AWS. Not that I didn't enjoy all of our guests -- >> Is it because you have AWS on your Lapel pin, and that secretly you do work for Amazon? >> Hardly, just the opposite, in fact. It's that, given that my newsletter makes fun of AWS on a near constant basis, whenever someone says Oh, there's going to be a public thing with Corey and someone from AWS, half the people there are like, Oh, this is going to be good, and the other half turn ghost white and Oh, no, no, this is going to go awfully. And, I'll be honest, it's been a day now, I still don't know which it was, but we had fun. >> Yeah, so, Abby was phenomenal, loved having her on the program, I'm a sucker for the real transformational stories, I tell you Jeff Brewer from Intuit, there's been many times I do a show and I do like, the first interview, and I'm like, I can go home. Here we hear a company that we know, both of us have used this technology, and really walks us through how that transformation happens, some of the organizational things. They've brought some software in and they're contributing to it, so just many aspects of what I look at in a company that's modernizing and going through those pieces. And those kinds of stories always get me excited. >> That story was incredible, and in fact it's almost starting to turn into a truth and labeling issue, for lack of a better term, because this is the Cloudnative Foundation, the software is designed for things that were more or less born in the cloud, and now we're hearing this entire series of stories on transitioning in. And it almost feels like that's not native anymore, that's effectively something that is migrating in. And that's fantastic, it's a sign of maturity, it's great to see. And it's strange to think of that, that in the terms of the software itself is absolutely Cloudnative, it's not at all clear that the companies that are working with this are themselves. And that's okay, that's not a terrible thing. There was some snark from the keynote today about, here's a way to run web logic in Kubernetes, and half the audience was looking at this with a, Eeee, why would I ever want to do that? Because you're running web logic and you need to continue to run web logic, and you can either sit there and make fun of people, you can help them get to a different place than they are now that helps their business become more agile and improves velocity, but I don't think you can effectively do both. >> Yeah, Corey, anything that's over than 5 years old why would you ever want to do that? Because you must always do things the brand new way. Oh wait, let's consider this for a second, lift and shift is something that I cringe a little bit when I hear it because there's too many times that I would hear a customer say I did this, and I hadn't fully planned out how I was doing it, and then I clawed it back because it was neither cheap nor easy, I swiped that credit card and it wasn't what I expected. >> Yeah, I went ahead and decided to run on a cloud provider now my infrastructure runs on someone else's infrastructure, and then a few months go by, and the transition doesn't happen right, I was wrong, it's not running on someone else's infrastructure, it's running on money. What do I do? And that became something that was interesting for a lot of companies, and painful as well. You can do that, but you need to plan the second shift phase to take longer than you think it will, you will not recoup savings in the time frame you probably expect to, but that's okay because it's usually not about that. It's a capability story. >> I had hoped that we learned as an industry. You might remember the old phrase, my mess for less? By outsourcing, and then we'll, Oh wait, I put it in an environment, they don't really understand my business, I can't make changes in the way I want, I need to insource now my knowledge to be able to work close with the business, and therefore no matter where I put my valuable code, my valuable information and I run stuff, I'm responsible for it and even if I move it there as a first step, I need to make sure how do I actually optimize it for that environment from a cost savings, there's lots of things that I can to change those kind of things. >> The one cautionary tale I'm picking up from a lot of these stories has been that you need to make sure the people you're talking to, and the trusted advisors that you have are aligned with your incentives, not their own. No matter where you go, there's an entire sea of companies that are thrilled and lined up to sell you something. And that's not inherently a bad thing, but you need to understand that whenever you're having those conversations, there's a potential conflict of interest. Not necessarily an actual one, but pay attention. You can partner with someone, but at some point your interests do diverge. >> Okay, Corey, what other key learnings or sound bites did you get from some of our speakers this week? >> There were an awful lot of them. I think that's the first time I've ever seen, for example, a project having pieces removed from it, Tiller, in this case, and a bunch of people clapped and cheered. They've been ripped out of Helm, it's oh awesome, normally the only time you see something get ripped out and people cheer is when they finally fire that person you work with. Usually, that person is me, then everyone claps and cheers, which, frankly, if you've met me, that makes sense. For software, it's less common. But we saw that, we saw two open-source projects merging. >> Yeah. >> We had, it was-- >> Open telemetry is the new piece. >> With open senses and open tracing combining, you don't often see that done in anything approaching a responsible way, but we've seen it now. And there's been a lot of people a little miffed that there weren't a whole bunch of new features and services and what not launched today. That's a sign of maturity. It means that there's a stability story that is now being told. And I think that that's something that's very easy to overlook if you're interested in a pure development perspective. >> Just to give a little bit of a cautionary piece there, we had Mark Shuttleworth on the program, he said Look, there are certain emperors walking around the show floor that have no clothes on. Had Tim talking, Joe Beta, and Gabe Monroy on, some of the earliest people working on Kubernetes and they said Look, five years in, we've reached a certain level of maturity, but Tim Hoggin was like, we have so much to do, our sigs are overrunning with what I need to do now, so don't think we can declare success, cut the cake, eat the donuts, grab the t-shirt, and say great let's go on to the next great thing because there is so much more yet to do. >> There's absolutely a consulting opportunity for someone to set up shop and call it imperial tailoring. Where they're going around and helping these people realize that yes, you've come an incredibly long way, but there is so much more work to be done, there is such a bright future. Now I would not call myself a screaming advocate for virtually any technology, I hope. I think that Kubernetes absolutely has it's place. I don't think it's a Penesea, and I don't think that it is going to necessarily be the right fit for every work load. I think that most people, once you get them calmed down, and the adrenaline has worn off, would largely agree with that sentiment. But that nuance often gets lost in a world of tweets, it's a nuanced discussion that doesn't lend itself well to rapid fire, quick sound bites. >> Corey, another thing I know that is near and dear to your heart they brought in diversity scholarships. >> Yes. >> So 56 people got their pass and travel paid for to come here. There's really good, People in the community are very welcoming, yet in the same breath, when they talked about the numbers, and Cheryl was up on stage saying only three percent of the people contributing and making changes were women. And so, therefore, we still have work to do to make sure that, you've mentioned a couple of times on the program. >> Absolutely, and it is incredibly important, but one of the things that gives me some of the most hope for that is how many companies or organizations would run numbers like that and realize that three percent of their contributors are women, and then mention it during a keynote. That's almost unheard of for an awful lot of companies, instead they wind up going and holding that back. One company we don't need to name, wound up trying to keep that from coming out in a court case as a trade secret, of all things. And that's generally, depressingly, what you would often expect. The fact that they called it out, and the fact that they are having a diversity scholarship program, they are looking at actively at ways to solve this problem is I think the right answer. I certainly don't know what the fix is going to be for any of this, but something has to happen, and the fact that they are not sitting around waiting for the problem to fix itself, they're not casting blame around a bunch of different directions is inspirational. I'm probably not the best person to talk on this, but the issue is, you're right, it is very important to me and it is something that absolutely needs to be addressed. I'm very encouraged by the conversations we had with Cheryl Hung and several other people these last couple of days, and I'm very eager to see where it goes next. >> Okay, Corey, what about any things you've been hearing in the back channel, hallway conversations, any concerns out there? The one from my standpoint where I say, well, security is something that for most of my career was top of mine, and bottom of budget, and from day one, when you talk about containers and everything, security is there. There are a number of companies in this space that are starting to target it, but there's not a lot of VC money coming into this space, and there are concerns about how much real focus there will be to make sure security in this ecosystem is there. Every single platform that this is going to live in, whether you talk the public clouds, talk about companies like Red Hat, and everybody else here, security is a big piece of their message and their focus, but from a CNCF if there was one area that I didn't hear enough about at this show, I thought it might be storage, but feels like we are making progress there, so security's the one I come out with and say I want to know more, I want to see more. >> One thing that I thought was interesting is we spoke to Reduxio earlier, and they were talking about one of their advantages was that they are quote enterprise grade, and normally to me that means we have slides with war and peace written on every one. And instead what they talked about was they have not just security built into this, but they have audit ability, they have an entire, they have data lifecycle policies, they have a level of maturity that is necessary if we're going to start winning some of these serious enterprise and regulated workloads. So, there are companies active in this space. But I agree with you, I think that it is not been a primary area of focus. But if you look at how quickly this entire, I will call it a Kubernetes revolution, because anything else takes on religious overtones, it's been such a fast Twitch type of environment that security does get left behind, because it's never a concern or a priority until it's too late. And then it becomes a giant horses left, barn door's been closed story, and I hope we don't have to learn that. >> So, MultiCloud, Corey, have you changed your mind? >> I don't think so, I still maintain that MultiCloud within the absence of a business reason is not a best practice. I think that if you need to open that door for business reasons then Kubernetes is not a terrible way to go about achieving it. But I do question whether it's something everyone needs to put into their system design principles on day one. >> Okay, must companies be born CloudNative, or can they mature into a CloudNative, or we should be talking a different term maybe? >> I don't know if it's a terminology issue, we've certainly seen companies that were born in on-prem environments where the classic example of this is Capital One. They are absolutely going all in on public cloud, they have been very public about how they're doing it. Transformation is possible, it runs on money and it takes a lot more time and effort than anyone thinks it's going to, but as long as you have the right incentives and the right reason to do things it absolutely becomes possible. That said, it is potentially easier, if you're born in the cloud, to a point. If you get ossified into existing patterns and don't pay attention to what's happening, you look at these companies that are 20 years old, and oh they're so backwards they'll never catch up. If you live that long, that will be you someday. So it's very important to not stop paying attention to what the larger ecosystem is doing, because you don't want to be the only person responsible for levels of your stack that you don't want to have to be responsible for. >> Alright, want to give you the final word. Corey, any final things, any final questions for me? >> Fundamentally I think that this has been an incredible event. Where we've had great conversations with people who are focused on an awful lot of different things. There are still a bunch of open questions. I still, for example, think that Serverless is being viewed entirely too much through a lens of functions as a service, but I'm curious as far as what you took away from this. What did you learn this trip that you didn't expect to learn? >> So, it's interesting when we talk about the changing world of OpenSource. There's been some concern lately that what's happening in the public cloud, well, maybe OpenSource will be imploding. Well, it really doesn't feel that way to me when you talk at this show, we've actually used the line a couple of times, Kubernetes is people. It is not the vendors jested, >> Internet of flesh. >> There are people here. We've all seen people that we know that have passions for what they are doing, and that goes above and beyond where they live. And in this community it is project first, and the company you work for is second or third consideration in there. So, there's this groundswell of activity, we're big believers of the world can be changed if, I don't need everybody's full time commitment, if you could just take two percent of the US's watching of TV in a single year, you could build Wikipedia. Clay Sharky, one of my greats that I love from those environments, we believe that the network and communities really can make huge efforts and it's great to see tech for good and for progress and many of the outcomes of that we see here is refreshingly uplifting to kind of pull us out of some of the day-to-day things that we think about sometimes. >> Absolutely, I think that you're right, it has to come from people, it has to come from community, and so far I'm seeing a lot of encouraging signs. One thing that I do find slightly troubling that may or may not resolve itself is that we're still seeing CloudNative defined in terms of what it's not. That said, this is theCUBE, I am not Stu Miniman. >> Well, I am Stu Miniman, you are Corey Quinn. Corey, how's it been two days on theCUBE wall-to-wall through all these things, ready for a nap or fly home? >> I'm ready to call it a week, absolutely. I'm somewhat surprised that at no point have you hit me. And one of these days I am sure we will cross that border. >> Well, definitely, I try not to have any video or photo evidence of that, but thank you Corey, so much. We do have to make a big shout out, first and foremost to the CloudNative Computing Foundation without their partnership, we would not be able to come here. And we do have sponsorship if you look on the lower thirds of the videos you will see our headline sponsor for this show has been Red Hat. Obviously strong commitment in this community, and will be with us here and also in San Diego for KubeCon. Additional shout out to Cisco, Canonical, and Reduxio for their sponsorship here. And all the people that put on this show here, it's a big community, our team. So I want to make a big shout out to my boys here, coming in I've got Pat, Seth, flying in from the West Coast as well as the Tony Day crew Tony, Steve, and John. Thank you guys, beautiful set here, love the gimble with the logo. Branding here, lot's of spectacle, and we always say check out thecube.com to see all the replays as well, see where we will be, reach out with any questions, and thank you as always, for watching theCUBE. (upbeat jingle)

Published Date : May 22 2019

SUMMARY :

Brought to you by Red Hat, Fippy and the Kubernetes team? and it just doesn't resonate with people. Maybe not singing, but you are a master but that's a separate argument for another time. Oh, everyone's going to pick their own favorite on this and the other half turn ghost white and I tell you Jeff Brewer from Intuit, and half the audience was looking at this with a, why would you ever want to do that? to take longer than you think it will, I had hoped that we learned as an industry. stories has been that you need to make sure the people oh awesome, normally the only time you see something get And I think that that's something that's very easy to and say great let's go on to the next great thing I think that most people, once you get them calmed down, dear to your heart they brought in diversity scholarships. People in the community are very welcoming, and the fact that they are having a diversity scholarship Every single platform that this is going to live in, and normally to me that means we have slides with I think that if you need to open that door for business attention to what's happening, you look at these companies Alright, want to give you the final word. that you didn't expect to learn? to me when you talk at this show, and the company you work for is Absolutely, I think that you're right, it has to come from Well, I am Stu Miniman, you are Corey Quinn. I'm somewhat surprised that at no point have you hit me. of the videos you will see our headline

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Tim HogginPERSON

0.99+

Mark ShuttleworthPERSON

0.99+

Corey QuinnPERSON

0.99+

CherylPERSON

0.99+

TonyPERSON

0.99+

Jeff BrewerPERSON

0.99+

CanonicalORGANIZATION

0.99+

Stu MinimanPERSON

0.99+

JohnPERSON

0.99+

CiscoORGANIZATION

0.99+

PatPERSON

0.99+

Gabe MonroyPERSON

0.99+

StevePERSON

0.99+

TimPERSON

0.99+

San DiegoLOCATION

0.99+

CoreyPERSON

0.99+

Joe BetaPERSON

0.99+

CloudNative Computing FoundationORGANIZATION

0.99+

secondQUANTITY

0.99+

Red HatORGANIZATION

0.99+

AWSORGANIZATION

0.99+

Cheryl HungPERSON

0.99+

AmazonORGANIZATION

0.99+

56 peopleQUANTITY

0.99+

two daysQUANTITY

0.99+

ReduxioORGANIZATION

0.99+

three percentQUANTITY

0.99+

two percentQUANTITY

0.99+

Clay SharkyPERSON

0.99+

Cloudnative FoundationORGANIZATION

0.99+

AbbyPERSON

0.99+

Barcelona, SpainLOCATION

0.99+

KubeConEVENT

0.99+

five yearsQUANTITY

0.99+

oneQUANTITY

0.99+

bothQUANTITY

0.99+

first timeQUANTITY

0.98+

first stepQUANTITY

0.98+

first interviewQUANTITY

0.98+

EuropeLOCATION

0.98+

two open-source projectsQUANTITY

0.98+

SethPERSON

0.98+

firstQUANTITY

0.98+

IntuitORGANIZATION

0.98+

over than 5 years oldQUANTITY

0.96+

todayDATE

0.96+

hecube.comOTHER

0.96+

Abby FullerPERSON

0.96+

Corey-okiPERSON

0.96+

this weekDATE

0.96+

FippyPERSON

0.96+

20 years oldQUANTITY

0.95+

One thingQUANTITY

0.95+

more than onceQUANTITY

0.95+

KubeCon CloudNativeConEVENT

0.94+

a weekQUANTITY

0.94+

MultiCloudORGANIZATION

0.94+

KubernetesTITLE

0.94+

a dayQUANTITY

0.94+

CloudNativeTITLE

0.93+

LookPERSON

0.92+

TillerPERSON

0.92+

WikipediaORGANIZATION

0.92+

Dee Kumar, CNCF | KubeCon + CloudNativeCon EU 2019


 

>> Live from Barcelona, Spain, it's the Cube, covering KubeCon CloudNativeCon Europe 2019. Brought to you by Red Hat, the Cloud Native Computing Foundation, and Ecosystem Partners. >> Welcome back, this is theCube getting towards the end of two days live wall-to-wall coverage here at KubeCon, CloudNativeCon 2019 in Barcelona. I'm Stu Miniman, my co-host for this week has been Corey Quinn and happy to have on one of our hosts for this week from the Cloud Native Computing Foundation, Dee Kumar, the Vice President of Marketing, also helps with developer relations. Dee, welcome back to the program. >> Thanks for having me. >> And thank you for having us. We've been having a great time this week, a lot of buzz, a lot of people and obviously always a lot of enthusiasm at the show here. Thanks so much. Alright, so your team has been super busy. I've talked with a lot of them leading up to the show. >> That's right. >> Anybody that knows any show of this kind of magnitude know we're usually pretty exhausted before we get on planes and change all the time zones. So, you know, thank you for holding strong. Give us a little bit about, you know, when we talk marketing, you have a big annual report that came out recently from 2018. Give us some of the highlights of some of the things you've been seeing. >> Yeah, sure. Like you mentioned, you're seeing all the excitement and buzz here so this is our largest open-source developer conference, when compared to the last year we did in Copenhagen. So we have close to 8,000 attendees so we're really excited about that. And you're absolutely right, with that comes, we're so exhausted, but we really appreciate. I think the reason the conference has been so successful is primarily just because of the community engagement, which I highlight in the annual report. So it's a combination of our community, which is the developers, the contributors, also our end users, and the third significant portion of our ecosystem is our members. So we recently just announced that CNCF has crossed over 400 members, our end user community is growing, I think Sheryl mentioned this morning in the keynote, we have about 81 end users and this is phenomenal because end of the day, end users are companies who are not commercializing Cloud Native, but essentially they're using these products or technologies internally, so they are essentially the guinea pig of Cloud Native technologies and it's really important to learn from them. >> Well Dee, and actually it's interesting, you know, celebrating the five years of Kubernetes here, I happened to talk to a couple of the OG's of the community, Joe Beta, Tim Hawkin and Gabe Monroy. And I made a comment to Joe, and I'm like, "Well Google started it, but they brought in the Ecosync and pulled in a lot of other vendors too, it's people. And Gabe said, he's like "yeah, I started Deis and I was one of the people >> Absolutely. >> that joined in." So, we said this community is, it's people more than it's just the collection of the logos on the slides. >> Absolutely, I completely agree. And the other thing I also want to point out is a neutral home, like CNCF, it definitely increases contributions. And the reason I say that is, having a neutral home helps the community in terms of engaging and what is really interesting again, going back to the annual report is Google had a leadership role and most of the contributors were from Google, and now with having a neutral home, I think Google has done a phenomenal job to make sure that the contributors are not just limited to Google. And we're seeing all the other companies participating. We're also seeing a new little graph of independent contributors, who are essentially not associated with any companies and they've been again, very active with their comments or their engagement with overall, in terms of, not just limiting to Kubernetes, but all the other CNCF projects. >> So, this is sort of a situation of being a victim of your own success to some extent, but I've mentioned a couple of times today with various other guests, that this could almost be called a conference about Kubernetes and friends, where it feels like that single project casts an awfully long shadow, when you talk to someone who's vaguely familiar with the CNCF, it's "Oh you mean the Kubernetes people?" "Cool, we're on the same page." How do you, I guess from a marketing perspective begin to move out from under that shadow and become something that is more than a single project foundation? >> Yeah, that's a great question, and the way we are doing that is, I think, Kubernetes has become an economic powerhouse essentially, and what it has done is, it's allowed for other start-ups and other companies to come in and start creating new projects and technologies built around Kubernetes, so essentially, now, you're no longer talking about one single project. It's no longer limited to containers or orchestration, or just micro-services, which was the conversation 3 years ago at KubeCon, and today, what you will see is, it's about talking about the ecosystem. So, the way, from a marketing perspective, and it's actually the reality as well, is Kubernetes has now led to other growing projects, it's actually helped other developers come onboard, so now we are seeing a lot more co-ord, a lot more contributions, and now, CNCF has actually become a home to 35+ projects. So when it was founded, we had about 4 projects, and now it's just grown significantly and I think Kubernetes was the anchor tannin, but now we're just talking about the ecosystem as a whole. >> Dee, I'm wondering if it might be too early for this, but do you have a way of measuring success if I'm someone that has rolled out Kubernetes and some of the associated projects? When I talked to the early Kubernetes people, it's like, Kubernetes itself is just an enabler, and it's what we can do with it and all the pieces that go with it, so I don't know that there's spectrums of how are we doing on digital transformation, and it's a little early to say that there's a trillion dollars of benefit from this environm... but, do you have any measure today, or thoughts as to how we can measure the success of everything that comes out of the... >> Yeah, so I think there was Redmont, they published a report last year and it looks like they're in the process of updating, but it is just phenomenal to see, just based on their report, over 50% of fortune 100 companies have started to use Kubernetes in production, and then I would say, more than, I think, to be accurate, 71% of fortune 100 companies are using containers, so I think, right there is a big step forward. Also, if you look at it last year, Kubernetes was the first project to graduate, so one of the ways we also measure, in terms of the success of these projects, is the status that we have within CNCF, and that is completely community driven, so we have a project that's very early stage, it comes in as a sandbox, and then just based on the community growth, it moves onto the next stage, which is incubating, and then, it takes a big deal to graduate, and to actually go to graduation, so we often refer to those stages of the projects to Jeffery Moore, in terms of crossing the chasm. We've talked about that a lot. And again, to answer your question, in terms of how exactly you measure success is just not limited to Kubernetes. We had, this year, a few other projects graduates, we have 6 projects that have graduated within CNCF. >> How do you envision this unfolding in the next 5 years, where you continue to accept projects into the foundation? At some point, you wind up with what will only be described as a sarcastic number of logos on a slide for all of the included projects. How do you effectively get there without having the Cheesecake Factory menu problem of... the short answer is just 'yes', rather than being able to list them off coz no one can hold it all in their head anymore? >> Great question, we're still working on it. We do have a trail map that is a representation of 'where do I get started?', so it's definitely not prescriptive, but it kind of talks about the 10 steps, and it not only talks about it from a technology perspective, but it also talks about processes and people, so we do cover the DevOp, CICD cycle or pipeline. The other thing I would say is, again, we are trying to find other creative ways to move past the logos and landscape, and you're absolutely right, it's now becoming a challenge, but, you know, our members with 400+ members within CNCF. The other way to actually look at it is, back to my earlier point on ecosystems. So one of the areas that we are looking at is, 'okay, now, what next after orchestration?', which is all about Kubernetes is, now I think there's a lot of talks around security, so we're going to be looking at use cases, and also Cloud Native storage is becoming another big theme, so I would say we now have to start thinking more about solutions, solution, the terminology has always existed in the enterprise world for a long time, but it's really interesting to see that come alive on the Cloud Native site. So now we are talking about Kubernetes and then a bunch of other projects. And so now, it's like that whole journey from start to finish, what are the things that I need to be looking at and then, I think we are doing our best with CNCF, which is still a part of a playbook that we're looking to write in terms of how these projects work well together, what are some common use cases or challenges that these projects together can solve. >> So, Dee, we're here at the European show, you think back a few years ago it was a public cloud, there was very much adoption in North America, and starting to proliferate throughout the world. Alibaba is doing well in China and everything. CNCF now does 3 shows a year, you do North America, you do Europe and we've got the one coming up in China. We actually did a segment from our studio previewing the OpenStack Summit, and KubeCon show there, so maybe focus a little bit about Europe. Is there anything about this community and this environment that maybe might surprise people from your annual data? >> Yes, so if you look at... we have a tool called DevStart, it's open source, anyone can look at it, it's very simple to use, and based on that, we kind of monitor, what are the other countries that are active or, not just in terms of consuming, but who are actually contributing. So if you look at it, China is number 2, and therefore our strategy is to have a KubeCon in China. And then from a Euro perspective, I think the third leading country in terms of contributions would be Europe, and therefore, we have strategically figured out where do we want to host our KubeCon, and in terms of our overall strategy, we're pretty much anchoring to those 3 regions, which is North America, Europe as well as China. And, the other thing that we are also looking at is, we want to expand our growth in Europe as well, and now we have seen the excitement here at our KubeCon Barcelona, so we are looking to offer some new programs, or, I would say, new event types outside of KubeCon. Kind of you want to look at it as mini KubeCons, and so those would explore more in terms of different cities in Europe, different cities in other emerging markets as well. So that's still in the works. We're really excited to have, I would say 2 new event types that we're exploring, to really get the community to run and drive these events forward as well, outside of their participation in KubeCon because, oftentimes, I hear that a developer would love to be here, but due to other commitments, or, their not able to travel to Europe, so we really want to bring these events local to where they are, so that's essentially a plan for the next 5 years. >> It's fascinating hearing you describe this, because, everything you're saying aligns perfectly with what you'd expect from a typical company looking to wind up, building adoption, building footprints etc., Only, you're a foundation. Your fundamental goal at the end of it is user engagement, of people continuing to participate in the community, it doesn't turn into a 'and now, buy stuff', the only thing you have for sale here that I've noticed is a T-shirt, there's no... Okay, you also have other swag as well, not the important part of the story, I'm curious though, as far as, as you wind up putting all of this together, you have a corporate background yourself, was that a difficult transition to navigate, as far as, getting away from getting people to put money in towards something in the traditional sense, and more towards getting involved in a larger ecosystem and community. >> That was a big transition for me, just having worked on the classic B2B commercial software side, which is my background, and coming in here, I was just blown away with how people are volunteering their time and this is not where they're getting compensated for their time, it's purely based on passion, motivation and, when I've talked to some key community organizers or leaders who have done this for a while, one of the things that has had an impact on me is just the strong core values that the communities exhibit, and I think it's just based on that, the way they take a project and then they form a working group, and then there are special interest groups that get formed, and there is a whole process, actually, under the hood that takes a project from where Kubernetes was a few years ago, and where it is today, and I think it's just amazing to see that it's no longer corporate driven, but it's more how communities have come together, and it's also a great way to be here. Oftentimes... gone are the days where you try to set up a meeting, people look forward to being at KubeCon and this is where we actually get to meet face-to-face, so it's truly becoming a networking event as well, and to build these strong relationships. >> It goes even beyond just users, I mean, calling this a user conference would not... it would be doing it a bit of disservice. You have an expo hall full of companies that are more or less, in some cases, sworn enemies from one another, all coexisting peacefully, I have seen no fist-fights in the 2 days that we've been here, and it's fascinating watching a community effort get corporate decision makers and stakeholders involved in this, and it seems that everyone we've spoken to has been having a good time, everyone has been friendly, there's not that thousand yard stare where people are depressed that you see in so many other events, it's just something I've never experienced before. >> You know, that's a really amazing thing that I'm experiencing as well. And also, when we do these talks, we really make it a point to make sure that it's not a vendor pitch, and I'm not being the cop from CNCF policing everyone, and trying to tell them that, 'hey, you can't have a vendor pitch', but what I'm finding is, even vendors, just did a silverless talk with AWS, and he's a great speaker, and when he and I were working on the content, he in fact was, "you know, you're putting on that hat", and he's like, "I don't want to talk about AWS, I really want to make sure that we talk about the underlying technology, focusing on the projects, and then we can always build on top, the commercial aspect of it, and that's the job for the vendor. So, I think it's really great collaboration to see how even vendors put on the hat of saying, 'I'm not here to represent my products, or my thing', and of course they're here to source leads and stuff, but at the end of the day, the underlying common protocol that's already just established without having explicit guidelines saying, 'this is what you need to be following or doing', it's just like an implicit understanding. Everyone is here to promote the community, to work with the community, and again, I think I really want to emphasize on the point that people are very welcoming to this concept of a neutral home, and that really had helped with this implicit understanding of the communities knowing that it's not about a vendor pitch and you really want to think about a project or a technology and how to really use that project, and what are the use cases. >> It's very clear, that message has resonated well. >> Dee, thank you. We've covered a lot of ground, we want to give you the final word, anything else? We've covered the event, we've covered potential little things and the annual report. Any last words you have for us that you want people to take away? >> Not really, I think, like I said, it's the community that's doing the great work. CNCF has been the enabler to bring these communities together. We're also looking at creating a project journey it terms of how these projects come into CNCF, and how CNCF works with the communities, and how the project kind of goes through different stages. Yeah, so there are a lot of great things to come, and looking forward to it. >> Alright, well, Dee, thank you so much for all of the updates, and a big thank you, actually, to the whole CNCF team for all they've done to put this together. We really appreciate the partnership here. For Corey Quinn, I'm Stu Miniman. Back to wrap 2 days, live coverage, here at KubeCon, Cloud Native Con 2019, Thanks for watching the Cube. >> Thank you.

Published Date : May 22 2019

SUMMARY :

Brought to you by Red Hat, and happy to have on one of our hosts for this week and obviously always a lot of enthusiasm at the show here. when we talk marketing, you have a big annual report and it's really important to learn from them. Well Dee, and actually it's interesting, you know, of the logos on the slides. and most of the contributors were from Google, and become something that is more and the way we are doing that is, I think, and all the pieces that go with it, so one of the ways we also measure, as a sarcastic number of logos on a slide for all of the So one of the areas that we are looking at is, and starting to proliferate throughout the world. and therefore our strategy is to have a KubeCon in China. the only thing you have for sale here that I've noticed and I think it's just amazing to see that it's no longer and it seems that everyone we've spoken to has been having and of course they're here to source leads and stuff, we want to give you the final word, anything else? and how the project kind of goes through different stages. for all of the updates,

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
GabePERSON

0.99+

JoePERSON

0.99+

Cloud Native Computing FoundationORGANIZATION

0.99+

EuropeLOCATION

0.99+

Tim HawkinPERSON

0.99+

2018DATE

0.99+

Jeffery MoorePERSON

0.99+

AlibabaORGANIZATION

0.99+

Stu MinimanPERSON

0.99+

Gabe MonroyPERSON

0.99+

ChinaLOCATION

0.99+

CNCFORGANIZATION

0.99+

Dee KumarPERSON

0.99+

DeePERSON

0.99+

CopenhagenLOCATION

0.99+

GoogleORGANIZATION

0.99+

6 projectsQUANTITY

0.99+

SherylPERSON

0.99+

Red HatORGANIZATION

0.99+

Corey QuinnPERSON

0.99+

Joe BetaPERSON

0.99+

35+ projectsQUANTITY

0.99+

last yearDATE

0.99+

two daysQUANTITY

0.99+

KubeConEVENT

0.99+

AWSORGANIZATION

0.99+

North AmericaLOCATION

0.99+

10 stepsQUANTITY

0.99+

BarcelonaLOCATION

0.99+

3 regionsQUANTITY

0.99+

400+ membersQUANTITY

0.99+

3 years agoDATE

0.99+

DeisPERSON

0.99+

71%QUANTITY

0.99+

todayDATE

0.99+

KubeConsEVENT

0.99+

DevStartTITLE

0.99+

OpenStack SummitEVENT

0.99+

Ecosystem PartnersORGANIZATION

0.99+

2 daysQUANTITY

0.99+

Barcelona, SpainLOCATION

0.99+

five yearsQUANTITY

0.98+

RedmontORGANIZATION

0.98+

first projectQUANTITY

0.98+

over 400 membersQUANTITY

0.98+

this weekDATE

0.97+

one single projectQUANTITY

0.97+

this yearDATE

0.97+

EcosyncORGANIZATION

0.97+

oneQUANTITY

0.96+

over 50%QUANTITY

0.96+

Brian Gracely, Red Hat | KubeCon + CloudNativeCon EU 2019


 

>> Live, from Barcelona, Spain, it's theCUBE, covering KubeCon and CloudNativeCon Europe, 2019. Brought to you by Red Hat, the Cloud Native Computing Foundation and ecosystem partners. >> Welcome back. This is theCUBE at KubeCon CloudNativeCon 2019 here in Barcelona, Spain. I'm Stu Miniman, my co-host is Corey Quinn and welcoming back to the program, friend of the program, Brian Gracely who is the Director of Product Strategy at Red Hat. Brian, great to see you again. >> I've been, I feel like I've been in the desert. It's three years, I'm finally back, it's good to be back on theCUBE. >> Yeah well, I feel like we've been traveling parallel paths a lot. TheCUBE goes to a lot of events. We do a lot of interviews but I think when you go to shows, you actually have more back-to-back meetings than we even do, so we feel you in the jet lag and a little bit of exhaustion. Thanks for making time. >> Yeah, it's great. I had dinner with you two weeks ago, I did a podcast with Corey a week ago, and now, due to the magic of the internet, we're all here together in one place. It's good. >> Absolutely. Well Brian, as we know at a show like this we all want to hold hands and sing Kubernetes Kumbaya. It's wonderful to see that all of the old fights of the past have all been solved by software in the cloud. >> They're all good, it's all good. Yeah, somebody said it's a cult. I think I heard Owen Rodgers said it's now officially a cult. Corey, you called it the Greek word for spending lots of money. >> Uh yeah, it was named after the Kubernetes, the Greek god of spending money on cloud services. >> So, Brian, you talk to a lot of customers here. As they look at this space, how do they look at it? There's still times that I hear them, "I'm using this technology and I'm using this technology, "and gosh darn it vendor, "you better get together and make this work." So, open-source, we'd love to say is the panacea, but maybe not yet. >> I don't think we hear that as much anymore because there is no more barrier to getting the technology. It's no longer I get this technology from vendor A and I wish somebody else would support the standard. It's like, I can get it if I want it. I think the conversations we typically have aren't about features anymore, they're simply, my business is driven by software, that's the way I interact with my customer, that's the way I collect data from my customers, whatever that is. I need to do that faster and I need to teach my people to do that stuff. So the technology becomes secondary. I have this saying and it frustrates people sometimes, but I'm like, there's not a CEO, a CIO, a CTO that you would talk to that wakes up and says, "I have a Kubernetes problem." They all go, "I have a, I have this business problem, "I have that problem, it happens to be software." Kubernetes is a detail. >> Yeah Brian, those are the same people 10 years ago had a convergent problem, I never ran across them. >> If you screw up a Kubernetes roll-out, then you have a Kubernetes problem. But it's entertaining though. I mean, you are the Director of Product Strategy, which is usually a very hard job with the notable exception of one very large cloud company, where that role is filled by a post-it note that says simply, yes. So as you talk to the community and you look at what's going on, how are you having these conversations inform what you're building in terms of Openshift? >> Yeah, I mean, strategy you can be one of two things. You can either be really good at listening, or you can have a great crystal ball. I think Red Hat has essentially said, we're not going to be in the crystal ball business. Our business model is there's a lot of options, we will go get actively involved with them, we will go scratch our knees and get scars and stuff. Our biggest thing is, I have to spend a lot of time talking to customers going, what do you want to do? Usually there's some menu that you can offer them right now and it's really a matter of, do you want it sort of half-baked? Are you willing to sort of go through the learning process? Do you need something that's a little more finalized? We can help you do that. And our big thing is, we want to put as many of those things kind of together in one stew, so that you're not having-- Not you Stu, but other stews, thinking about like, I don't want to really think about them, I just want it to be monitored, I want the network to just work, I want scalability built in. So for us it's not so much a matter of making big, strategic bets, it's a matter of going, are we listening enough and piecing things together so they go, yeah, it's pretty close and it's the right level of baked for what I want to do right now. >> Yeah, so Brian, an interesting thing there. There's still quite a bit of complexity in this ecosystem. Red Hat does a good job of giving adult supervision to the environment, but, you know, when I used to think when row came out, it was like, okay, great. Back in the day, I get a CD and I know I can run this. Today here, if I talk to every Kubernetes customer that I run across and say okay, tell me your stack and tell me what service measure you're using, tell me which one of these projects you're doing and how you put them together. There's a lot of variation, so how do you manage that, the scale and growth with the individual configurations that everybody still can do, even if they're starting to do public clouds and all those other things? >> So, it's always interesting to me. I watch the different Keynotes and people will talk about all the things in their stack and why they had problems and this, that, and the other, and I kind of look at it and I'm like, we've solved that problem for you. Our thing is always, and I don't mean that sort of boastfully, but like, we put things together in what we think are pretty good defaults. It's the one probably big difference between Openshift and a lot of these other ones that are here is that we've put all those things together as sort of what we think are pretty good defaults. We allow some flexibility. So, you don't like the monitoring, you don't like Prometheus plugin splunk, that's fine. But we don't make you stand on your head. So for us, a lot of these problems that, our customers don't go, well, we can't figure out the stack, we can't do these things, they're kind of built in. And then their problem becomes okay, can I highly automate that? Did I try and make too many choices where you let me plug things in? And for us, what we've done, is I think if we went back a few years, people could say you guys are too modular, you're too plugable. We had to do that to kind of adapt to the market. Now we've sort of learned over time, you want to be immutable, you want to give them a little less choice. You want to really, no, if you're going to deploy an AWS, you got to know AWS really well. And that's, you know, not to make this a commercial, but that's basically what Openshift four became, was much more opinions about what we think are best practices based on about a thousand customers having done this. So we don't run into as many of pick your stack things, we run into that next level thing. Are we automating it enough? Do we scale it? How do we do statefulness? Stuff like that. >> Yeah, I'm curious in the Keynote this morning they called, you know, Kubernetes is a platform of platforms. Did that messaging resonate with you and your customers? >> Yeah, I think so, I mean, Kubernetes by itself doesn't really do anything, you need all this other stuff. So when I hear people say we deployed Kubernetes, I'm like, no you don't. You know, it's the engine of what you do, but you do a bunch of other stuff. So yeah, we like to think of it as like, we're platform builders, you should be a platform consumer, just like you're a consumer of Salesforce. They're a platform, you consume that. >> Yeah, one of the points made in the Keynote was how one provider, I believe it was IBM, please yell at me if I got that one wrong, talks about using Kubernetes to deploy Kubernetes. Which on the one hand, is super cool and a testament to the flexibility of how this is really working. On the other, it's-- and thus the serpent devours itself, and it becomes a very strange question of, okay, then we're starting to see some weird things. Where do we start, where do we look? Indeed.com for a better job. And it's one of those problems that at some point you just can't manage a head around complexities inside of complexities, but we've been dealing with that for 40 years. >> Yeah, Kubernetes managing Kubernetes is kind of one of those weird words like serverless, you're like what does that mean? I don't, it doesn't seem to, I don't think you mean what you want it to mean. The simplest way we explain that stuff, so... A couple of years ago there was a guy named Brandon Philips who had started a company called CoreOS. He stood up at Kube-- >> I believe you'll find it's pronounce CoreOS, but please, continue. >> CoreOS, exactly. Um, he stood up in the Seattle one when there was a thousand people at this event or 700, and he said, "I've created this pattern, "or we think there's a pattern that's going to be useful." The simplest way to think of it is, there's stuff that you just want to run, and I want essentially something monitoring it and keep it in a loop, if you will. Kubernetes just has that built in. I mean, it's kind of built in to the concept because originally Google said, "I can't manage it all myself." So that thing that he originally came up with or codified became what's now called operators. Operators is that thing now that's like okay, I have a stateful application. It needs to do certain things all the time, that's the best practice. Why don't we just build that around it? And so I think you heard in a lot of the Keynotes, if you're going to run storage, run it as an operator. If you're going to run a database, run it as an operator. It sounds like inception, Kubernetes running-- It's really just, it's a health loop that's going on all the time with a little bit of smarts that say hey, if you fail, fail this way. I always use the example like if I go to Amazon and get RDS, I don't get a DVA, there's no guy that shows up and says, "Hey, I'm your DVA." You just get some software that runs it for you. That's all this stuff is, it just never existed in Kubernetes before. Kubernetes has now matured enough to where they go, oh, I can play in that world, I can make that part of what I do. So it's less scary, it sounds sort of weird, inception-y. It's really just kind of what you've already gotten out of the public cloud now brought to wherever you want it. >> Well, one of the concerns that I'm starting to see as well is there's a level of hype around this. We've had a lot of conversations around Kubernetes today and yesterday, to the point where you can almost call this Kubernetes and friends instead of CloudNativeCon. And everyone has described it slightly differently. You see people describing it as systemd, as a kernel, sometimes as the way and the light, and someone on stage yesterday said that we all are familiar with the value that Kubernetes has brought to our jobs and our lives, is I think was the follow-up to that, which is a little strange. And I got to thinking about that. I don't deny that it has brought value, but what's interesting to me about this is I don't think I've heard two people define its value in the same terminology at all, and we've had kind of a lot of these conversations. >> So obviously not a cult because they would all be on message if it was a cult. >> Yeah, yeah yeah yeah. >> It's a cult with very crappy brand control, maybe. We don't know. >> I always just explain it that like, you know, if I went back 10 years or something, people... Any enterprise said hey, I would love to run like Google or like Amazon. Apparently for every one admin, I can manage a thousand servers and in their own data centers it's like well, I have one guy and he manages five, so I have cloud envy. >> We tried to add a sixth and he was crushed to death. Turns out those racks have size and weight limits. >> That's right, that's right. And so, people, they wanted this thing, they would've paid an arm and a leg for it. You move forward five years from that and it's like oh, Google just gave you their software, it's now available for free. Now what are you going to do with it? I gave you a bunch of power. So yeah, depending on how much you want to drink the Kool-Aid you're like, this is awesome, but at the end of the day you're just like, I just want the stuff that is available to, that's freely, publicly available, but for whatever reason, I can't be all in on one cloud, or I can't be all in on a public cloud, which, you believe in that there's tons of economic value about it, there's just some companies that can't do that. >> And I fully accept that. My argument has always been that it is, I think it's a poor best practice. When you have a constraint that forces you to be in multiple cloud providers, yes, do it! That makes absolute perfect sense. >> Right, if it makes sense, do it. And that's kind of what we've always said look, we're agnostic to that. If you want to run it, if you want to run it in a disconnected mode on a cruise ship, great, if it makes sense for you. If you need to run, you know, like... The other thing that we see-- >> That cruise ship becomes a container ship. >> Becomes a container ship. I had an interesting conversation with the bank last night. I had dinner with the bank. We were talking, they said, look, I run some stuff locally where I'm at, 'cause I have to, and then, we put a ton of stuff in AWS. He told me this story about a batch processing job that cost him like $4 or $5 million today. He does a variant of it in Lambda, and it cost him like $50 a month. So we had this conversation and it's going like, I love AWS, I want to be all in at AWS. And he said, here's my problem. I wake up every morning worried that I'm going to open the newspaper and Amazon, not AWS, Amazon is going to have moved closer into the banking industry than they are today. And so I have to have this kind of backup plan if you will. Backup's the wrong word, but sort of contingency plan of if they stop being my technology partner and they start becoming my competitor, which, there's arguments-- >> And for most of us I'd say that's not a matter of if, but when. >> Right, right. And some people live with it great. Like, Netflix lives with it, right? Others struggle. That guy's not doing multi-cloud in the future, he's just going, I would like to have the technology that allows me if that comes along. I'm not doing it to do it, I'd like the bag built in. >> So Brian, just want to shift a little bit off of kind of the mutli-cloud discussion. The thing that's interest me a lot, especially I've talked to a number of the Openshift customers, it is historically, infrastructure was the thing that slowed me down. We understand, oh, I want to modernize that. No, no wait. The back in thing or you know, provisioning, these kind of things take forever. The lever of this platform has been, I can move faster, I can really modernize my environment, and, whether that's in my data center or in one public cloud and a couple of others, it is that you know, great lever to help me be able to do that. Is that the right way to think about this? You've talked to a lot of customers. Is that a commonality between them? >> I think we see, I hate to give you a vendor answer, but we tend to see different entry points. So for the infrastructure people, I mean the infrastructure people realize in some cases they're slow, and a lot of cases the ones that are still slow, it's 'cause of some compliance thing. I can give you a VM in an hour, but I got to go through a process. They're the ones that are saying, look, my developers are putting stuff in containers or we're downloading, I just need to be able to support that. The developers obviously are the ones who are saying, look, business need, business problem, have budget to do something, That's usually the more important lever. Just faster infrastructure doesn't do a whole lot. But we find more and more where those two people have to be in the room. They're not making choices independently. But the ones that are successful, the ones that you hear case studies about, none of them are like, we're great at building containers. They're great at building software. Development drives it, infrastructure still tends to have a lot of the budget so they play a role in it, but they're not dictating where it goes or what it does. >> Yeah, any patterns you're seeing or things that customers can do to kind of move further along that spectrum? >> I think, I mean there's a couple of things, and whether you fit in this or not, number one, nobody has a container problem. Start with a business problem. That's always good for technology in general, but this isn't a refresh thing, this is some business problem. That business problem typically should be, I have to build software faster. We always say... I've seen enough of these go well and I've seen enough go poorly. There's, these events are great. They're great in the sense of people see that there's progress, there's innovation. They're also terrible because if you walk into this new, you feel like, man, everybody understands this, it must be pretty simple. And what'll happen is they start working on it and they realize, I don't know what I'm doing. Even if they're using Openshift and we made it easy, they don't know what they're doing. And then they go, I'm embarrassed to ask for help. Which is crazy because if you get into open source the community's all there to help. So it's always like, business problem, ask for help early and often, even if it embarrasses you. Don't go after low-hanging fruit, especially if you're trying to get further investment. Spinning up a bunch of web clusters or hello worlds doesn't, nobody cares anymore. Go after something big. It basically forces your organization to be all in. And then the other thing, and this is the thing that's never intuitive to IT teams, is you, at the point where you actually made something work, you have to look more like my organization than yours, which is basically you have to look like a software marketing company, because internally, you're trying to convince developers to come use your platform or to build faster or whatever, you actually have to have internal evangelist and for a lot of them, they're like, dude, marketing, eh, I don't want anything to do with that. But it's like, that's the way you're going to get people to come to your new way of doing things. >> Great points, Brian. I remember 15 years ago, it was the first time I was like wait, the CIO has a marketing person under him to help with some of those transformations? Some of the software roles to do. >> Yeah, it's the reason they all want to come and speak at Keynotes and they get at the end and they go, we're hiring. It's like, I got to make what I'm doing sound cool and attract 8,000 people to it. >> Well absolutely it's cool here. We really appreciate Brian, you sharing all the updates here. >> Great to see you guys again. It's good to be back. >> Definitely don't be a stranger. So for Corey Quinn, I'm Stu Miniman. Getting towards the end. Two days live, wall-to-wall coverage here at KubeCon, CloudNativeCon 2019. Thanks for watching theCUBE. (rhythmic music)

Published Date : May 22 2019

SUMMARY :

Brought to you by Red Hat, Brian, great to see you again. it's good to be back on theCUBE. but I think when you go to shows, I had dinner with you two weeks ago, have all been solved by software in the cloud. Corey, you called it the Greek word the Greek god of spending money on cloud services. So, Brian, you talk to a lot of customers here. that you would talk to that wakes up and says, Yeah Brian, those are the same people 10 years ago I mean, you are the Director of Product Strategy, I have to spend a lot of time talking to customers going, to the environment, but, you know, But we don't make you stand on your head. Did that messaging resonate with you and your customers? You know, it's the engine of what you do, that at some point you just can't manage a head I don't think you mean what you want it to mean. I believe you'll find it's pronounce CoreOS, brought to wherever you want it. And I got to thinking about that. because they would all be on message if it was a cult. It's a cult with very crappy brand control, maybe. I always just explain it that like, you know, We tried to add a sixth and he was crushed to death. and it's like oh, Google just gave you their software, When you have a constraint that forces you if you want to run it in a disconnected mode on a cruise ship, And so I have to have this kind of backup plan if you will. And for most of us I'd say I'm not doing it to do it, I'd like the bag built in. it is that you know, I think we see, I hate to give you a vendor answer, and whether you fit in this or not, Some of the software roles to do. Yeah, it's the reason they all want to come We really appreciate Brian, you sharing Great to see you guys again. So for Corey Quinn, I'm Stu Miniman.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
BrianPERSON

0.99+

AmazonORGANIZATION

0.99+

Brian GracelyPERSON

0.99+

AWSORGANIZATION

0.99+

fiveQUANTITY

0.99+

$4QUANTITY

0.99+

Corey QuinnPERSON

0.99+

Stu MinimanPERSON

0.99+

IBMORGANIZATION

0.99+

Red HatORGANIZATION

0.99+

40 yearsQUANTITY

0.99+

NetflixORGANIZATION

0.99+

$5 millionQUANTITY

0.99+

Owen RodgersPERSON

0.99+

yesterdayDATE

0.99+

GoogleORGANIZATION

0.99+

Cloud Native Computing FoundationORGANIZATION

0.99+

two peopleQUANTITY

0.99+

Barcelona, SpainLOCATION

0.99+

8,000 peopleQUANTITY

0.99+

TodayDATE

0.99+

KubeConEVENT

0.99+

five yearsQUANTITY

0.99+

CoreyPERSON

0.99+

SeattleLOCATION

0.99+

sixthQUANTITY

0.99+

two weeks agoDATE

0.99+

oneQUANTITY

0.98+

PrometheusTITLE

0.98+

KubernetesPERSON

0.98+

one guyQUANTITY

0.98+

todayDATE

0.98+

Two daysQUANTITY

0.98+

a week agoDATE

0.98+

Kubernetes KumbayaTITLE

0.98+

three yearsQUANTITY

0.98+

an hourQUANTITY

0.97+

KubernetesTITLE

0.97+

Brandon PhilipsPERSON

0.97+

two thingsQUANTITY

0.97+

CoreOSTITLE

0.97+

$50 a monthQUANTITY

0.96+

15 years agoDATE

0.96+

LambdaTITLE

0.96+

GreekOTHER

0.96+

last nightDATE

0.96+

CloudNativeCon EU 2019EVENT

0.95+

CloudNativeCon 2019EVENT

0.94+

about a thousand customersQUANTITY

0.93+

10 yearsQUANTITY

0.93+

one cloudQUANTITY

0.93+

10 years agoDATE

0.91+

Openshift fourTITLE

0.91+

this morningDATE

0.9+

Cheryl Hung, CNCF | KubeCon + CloudNativeCon EU 2019


 

>> Live from Barcelona, Spain, It's theCUBE, covering KubeCon, CloudNativeCon Europe 2019 Brought to you by Red Hat, the Cloud Native Computing Foundation and ecosystem partners. >> Welcome back, we're in Barcelona, Spain and you're watching theCUBE, the worldwide leader in live tech coverage and this is KubeCon, CloudNativeCon. I'm Stu Miniman and my co-host for the two live days of coverage is Mr. Cory Quinn. And joining us was on the main stage yesterday, is Cheryl Hung who is the Director of Ecosystems at the Cloud Native Computing Foundation, or the acronym CNCF. Cheryl, welcome back to the program, thanks so much for joining us. >> Thank you, I always have a great time with theCUBE. >> So, first of all 7700 people here, one of the things that strikes me is we go to a lot of shows. We even do a decent amount of international shows. The community here is definitely global, and it's not, sometimes it's the same traveling pack, some person's like, "Well not quite as many people here "as were in Seattle." I'm like, well this isn't just the contributors all going and some of their friends and family. We've had on our program, thanks to the CNCF, and for some of the ecosystem, many of the customers here in Europe doing things, when we talk to people involved, it is obvious that it is a global community and it definitely shows here at the event, so great job on that. >> It's something that the CNCF really cares about because it's not just about one country or small set of countries, this is actually a global movement. There are businesses all over the globe that are in the middle of this transformational moment, so it's just really exciting to see it. I mean, I think of myself as being pretty involved with the Cloud Native community, but as I'm walking around the sponsor booths here today, there's a good 40-50% that I'm just not familiar with and that's quite surprising to me. I would've thought I'd knew almost all the companies around here, but it's always really fun to see the new companies coming in. >> Okay, so let's talk for a second about the diversity inclusion. One of the things is bringing in people that might not have been able to come on their own. Can you talk a little bit about that effort? And you've got some connection with that yourself. >> Yeah, yeah, so I care a lot about diversity in tech, and women in tech more specifically. One of the things that, I feel like this community has a lot of very visible women, so when I actually looked at the number of contributors by men and women, I was really shocked to find out it was 3%. It's kind of disappointing when you think about it. >> And what you're saying is it's 3% of all the contributors to all the projects in the CNCF. >> Exactly. If you look at the 36 projects, you look at the number of the people who've made issues, commits, comments, pull requests, it's 3% women and I think the CNCF has put a lot of effort into the, for example, the diversity scholarships, so bringing more than 300 people from under-represented groups to KubeCon, including 56 here in Barcelona, and it has a personal meaning to me because I really got my start through that diversity scholarship to KubeCon Berlin two years ago and when I first came to KubeCon Berlin, I knew nobody. But just that little first step can go a long way into getting people into feeling like they're part of the community and they have something valuable to give back. And then, once you're in, you're hooked on it and yeah, then it's a lot of fun. >> It's been said fairly frequently that talent is evenly distributed, but opportunity is not. As you take a look at the diversity inclusion efforts that the Cloud Native Computing Foundation is embarking on, how do you, what do you start evolving to next, and I ask that as two specific questions: One is do you have a target for next time, other than just larger than 3%? And, secondly, are you looking to actively expand the diversity scholarship program? And if so, how? >> Yeah, the diversity scholarship and the other initiatives around this are long-term initiatives. They're not going to pay off in the next three months; they're going to pay off in two year's time, three year's time. At least that's the hope, that's the goal. So we're always reliant on a lot of our sponsors. I mean, it's kind of a nice time at the moment because there's a lot of effort and willingness to be supportive of diversity in tech, and that means that we can offer more diversity scholarships to more people. But, I sometimes wonder, like I hope that this is not a, I hope that this is not a one-off thing will happen for five years and then people will lose interest. So, I think there are other things that need to happen. And one of the interesting things that I looked at recently is a GitHub survey, this was done in 2017, where they asked men and women how, the last time that you got help in open source, what was the source of that help? And women were, so women were just as likely to say they were interested in contributing, but they were half as likely to say that they had asked on a public forum, like a mailing list, and half as likely to say that they had received unsolicited help. So, I don't think it's something you can just say, right we'll look at individuals and make them do more, this is a community effort. We're all part of the same group of people, that we're trying to do the same, trying to work on the same things, and to do that, we need to get this mindset amongst the community that we need to reach out to more individuals and help them and pull them in, rather than saying well it's up to the CNCF to sort it out. >> Right, so Cheryl, another piece of the ecosystem that you're involved with is the end user piece. We've saw some of the interviews on the stage, as I've mentioned we've had some on the program, talk about the importance and the progress of end user participation in the CNCF. >> Yeah, so the CNCF was set up with these three bodies: the governing board, the technical oversight committee, and the end user community. And in theory, these three should be co-equal in power. At the moment, the end user community is probably lagging behind a little bit, but it's the reason that I joined the CNCF, the reason that my world exists, is to understand what the end users need and get them active and engaged in the community. So, my hope for the end user community is that end users who come in can see, not only the value of using these projects, but there's a path for them into becoming strong technical leaders and having actual influence in the projects beyond users, and then eventually, maybe contributing themselves and becoming leaders. >> Governance of open source projects has always been something of a challenge because it seems that in many respects, the most vocal people are often the ones who are afforded an unfortunate level of control, despite the fact that they may very well not speak for the common case. Instead they start adjudicating and advocating for corner cases. How, it seems that, at this point, based upon the sheer level of engagement you're seeing across enterprises and companies of all sizes, that that is clearly not the case. How do you, I guess, shape an ecosystem that has a healthy perspective on that? >> So, leadership in open source is very different from leadership in a typical corporate hierarchy. And leaders in open source are recognized, not only because of their technical depth and their hands-on contribution, but for their ability to communicate to others and have the empathy and understand what other people need. So, I think that's gone, the people who are seen as leaders in this community have, they've become role models for others and others kind of use that, to earn the actual trust of the community, you have to be very clearly making the right decisions and not doing it because you have an agenda in mind or because your employer wants you to do certain things. So I think that's gone a long way too, making sure that the ecosystem is really healthy and people really feel good about what they're doing. >> Cheryl, last thing is, could you give us for, how are we helping end users get an on-ramp into this community? If you could just give us, kind of, a real quick, what's the CNCF doing, what are some of those on-ramps for those that aren't already on the vote? >> The three big challenges for end users right now are number one, how do I navigate the ecosystem? Number two, how do I hire engineers? And number three, how do I make sure that my business strategy is aligned with Cloud Native? So, navigating the ecosystem is probably the trickiest one because there's so many channels, so many projects, there's no central authority that you can go to and say, I've got this problem, am I doing the right thing? Can you help me get this project, this feature into this project's road map? So, the CNCF has a lot of programs to ensure that end users can meet their peers and especially companies who are, perhaps, 12 months ahead of them, and everybody's trying to go through the same journey right now, everyone has these common challenges. So if they can figure them out together and solve them together, then it just saves a lot of time and effort for everybody. On the hiring piece, the CNCF does a lot around marketing and PR and brand awareness and there's companies here who have a booth, who are not selling their products at all, they're just here because they want to be in front of the engineers who are most involved with open source and Kubernetes, and so the CNCF facilitates that, and to some extent, subsidizes these end users to be at KubeCon. And then the third challenge is aligning your business strategy with Cloud Native. So, end users want to know these projects have longevity. They're going to be here in five year's or 10 year's time, and so for companies that want to get involved into that next level, for example running on that technical oversight committee or being on the governing board, the CNCF can help end users become, have that level of impact and have that level of engagement within the community. >> Alright so Cheryl, last word, any advice for people? What's the hottest job out there, that people are looking for? >> I've previously managed DevOps engineering teams and finding people with real Kubernetes production experience right now is just really hard. And I would say that the first thing that you should do, if you have no experience at all in it, is look at the training programs, for example the CKA, Certified Kubernetes Administrator. You don't have to get a certification, but if you look at the curriculum and go through it step by step, you can understand the basic concepts and after that point, get the production experience. There's no substitute to a year or two years of really running applications and monitoring and scaling them in production and dealing with fires. So, once you get to that point, it's a great place to be. >> Alright, well you heard it here. Cheryl, thanks so much for sharing everything with the ecosystem diversity inclusion. Really appreciate the updates. >> Thank you, really good to speak to you. >> For Cory Quinn, I'm Stu Miniman. Coming back with, getting towards the end of two days of live coverage here. Thanks for watching theCUBE. (upbeat music)

Published Date : May 22 2019

SUMMARY :

the Cloud Native Computing Foundation for the two live days of coverage is Mr. Cory Quinn. and for some of the ecosystem, that are in the middle of this transformational moment, One of the things is bringing in people that One of the things that, I feel like this community has of all the contributors to all the projects in the CNCF. the diversity scholarships, so bringing more than 300 people that the Cloud Native Computing Foundation is how, the last time that you got help in open source, We've saw some of the interviews on the stage, and the end user community. that that is clearly not the case. making sure that the ecosystem is really healthy and Kubernetes, and so the CNCF facilitates that, is look at the training programs, for example the CKA, Really appreciate the updates. of two days of live coverage here.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
CherylPERSON

0.99+

SeattleLOCATION

0.99+

2017DATE

0.99+

CNCFORGANIZATION

0.99+

Cheryl HungPERSON

0.99+

Stu MinimanPERSON

0.99+

Cloud Native Computing FoundationORGANIZATION

0.99+

BarcelonaLOCATION

0.99+

EuropeLOCATION

0.99+

five yearsQUANTITY

0.99+

Red HatORGANIZATION

0.99+

two yearQUANTITY

0.99+

three yearQUANTITY

0.99+

two daysQUANTITY

0.99+

Cory QuinnPERSON

0.99+

two yearsQUANTITY

0.99+

3%QUANTITY

0.99+

36 projectsQUANTITY

0.99+

12 monthsQUANTITY

0.99+

OneQUANTITY

0.99+

a yearQUANTITY

0.99+

7700 peopleQUANTITY

0.99+

five yearQUANTITY

0.99+

more than 300 peopleQUANTITY

0.99+

two live daysQUANTITY

0.99+

KubeConEVENT

0.98+

threeQUANTITY

0.98+

yesterdayDATE

0.98+

third challengeQUANTITY

0.98+

56QUANTITY

0.98+

todayDATE

0.98+

one countryQUANTITY

0.98+

GitHubORGANIZATION

0.98+

two specific questionsQUANTITY

0.98+

Barcelona, SpainLOCATION

0.98+

40-50%QUANTITY

0.98+

firstQUANTITY

0.97+

two years agoDATE

0.97+

CloudNativeConEVENT

0.97+

three bodiesQUANTITY

0.97+

first thingQUANTITY

0.96+

first stepQUANTITY

0.96+

oneQUANTITY

0.96+

three big challengesQUANTITY

0.95+

secondlyQUANTITY

0.92+

larger than 3%QUANTITY

0.91+

CloudNativeCon Europe 2019EVENT

0.89+

10 year'sQUANTITY

0.81+

secondQUANTITY

0.79+

CloudNativeCon EU 2019EVENT

0.77+

Number twoQUANTITY

0.7+

halfQUANTITY

0.69+

DevOpsORGANIZATION

0.67+

next three monthsDATE

0.65+

KubernetesTITLE

0.62+

CKAORGANIZATION

0.6+

number threeQUANTITY

0.56+

CloudTITLE

0.56+

theCUBETITLE

0.55+

theCUBEORGANIZATION

0.5+

BerlinORGANIZATION

0.43+

Bridget Kromhout, Microsoft | KubeCon + CloudNativeCon EU 2019


 

(upbeat techno music) >> Live from Barcelona Spain, it's theCUBE. Covering KubeCon CloudNativeCon Europe 2019. Brought to you by Red Hat, The Cloud Native Computing Foundation and Ecosystem Partners. >> Welcome back, this is The Cube's coverage of KubeCon CloudNativeCon 2019. I'm Stu Miniman with Corey Quinn as my cohost, even though he says kucon. And joining us on this segment, we're not going debate how we pronounce certain things, but I will try to make sure that I get Bridget Kromhout correct. She is a Principle Cloud Advocate at Microsoft. Thank you for coming back to The Cube. >> Thank you for having me again. This is fun! >> First of all I do have to say, the bedazzled shirt is quite impressive. We always love the sartorial, ya know, view we get at a show like this because there are some really interesting shirts and there is one guy in a three-piece suit. But ya know-- >> There is, it's the high style, got to have that. >> Oh, absolutely. >> Bringing some class to the joint. >> Wearing a suit is my primary skill. (laughing) >> I will tell you that, yes, they sell this shirt on the Microsoft company store. And yes, it's only available in unisex fitted. Which is to say much like Alice Goldfuss likes to put it, ladies is gender neutral. So, all of the gentleman who say, but I have too much dad bod to wear that shirt! I say, well ya know get your bedazzlers out. You too can make your own shirt. >> I say it's not dad bod, it's a father figure, but I digress. (laughing) >> Exactly! >> Alright, so Bridget you're doing some speaking at the conference. You've been at this show a few times. Tell us, give us a bit of an overview of what you're doing here and your role at Microsoft these days. >> Absolutely. So, my talk is tomorrow and I think that, I'm going to go with its a vote of confidence that they put your talk on the last day at 2:00 P.M. instead of the, oh gosh, are they trying to bury it? But no, it's, I have scheduled enough conferences myself that I know that you have to put some stuff on the last day that people want to go to, or they're just not going to come. And my talk is about, and I'm co-presenting with my colleague, Jessica Deen, and we're talking about Helm 3. Which is to say, I think a lot of times it would, with these open-sourced shows people say, oh, why do you have to have a lot of information about the third release of your, third major release of your project? Why? It's just an iterative release. It is, and yet there are enough significant differences that it's kind of valuable to talk about, at least the end user experience. >> Yeah, so it actually got an applause in the keynote, ya know. (Bridget laughing) There are certain shows where people are hootin' and hollerin' for every, different compute instance that that is released and you look at it a little bit funny. But at the keynote there was a singular moment where it was the removal of Tiller which Corey and I have been trying to get feedback from the community as to what this all means. >> It seems, from my perspective, it seemed like a very strange thing. It's, we added this, yay! We added this other thing, yay! We're taking this thing and ripping it out and throwing it right into the garbage and the crowd goes nuts. And my two thoughts are first, that probably doesn't feel great if that was the thing you spent a lot of time working on, but secondly, I'm not as steep in the ecosystem as perhaps I should be and I don't really know what it does. So, what does it do and why is everyone super happy to con sine it to the dub rubbish bin of history? >> Right, exactly. So, first of all, I think it's 100% impossible to be an expert on every single vertical in this ecosystem. I mean, look around, KubeCon has 7,000 plus people, about a zillion vendor booths. They're all doing something that sounds slightly, overlapping and it's very confusing. So, in the Helm, if you, if people want to look we can say there's a link in the show notes but there, we can, people can go read on Helm.sh/blog. We have a seven part, I think, blog series about exactly what the history and the current release is about. But the TLDR, the too long didn't follow the link, is that Helm 1 was pretty limited in scope, Helm 2 was certainly more ambitious and it was born out of a collaboration between Google actually and a few other project contributors and Microsoft. And, the Tiller came in with the Google folks and it really served a need at that specific time. And it was, it was a server-side component. And this was an era when the Roll by Stacks has control and Kubernetes was, well nigh not existent. And so there were a lot of security components that you kind of had to bolt on after the fact, And once we got to, I think it was Kubernetes 1.7 or 1.8 maybe, the security model had matured enough that instead of it being great to have this extra component, it became burdensome to try to work around the extra component. And so I think that's actually a really good example of, it's like you were saying, people get excited about adding things. People sometimes don't get excited about removing things, but I think people are excited about the work that went into, removing this particular component because it ends up reducing the complexity in terms of the configuration for anyone who is using this system. >> It felt very spiritually aligned in some ways, with the announcement of Open Telemetry, where you're taking two projects and combining them into one. >> Absolutely. >> Where it's, oh, thank goodness, one less thing that-- >> Yes! >> I have to think about or deal with. Instead of A or B I just mix them together and hopefully it's a chocolate and peanut butter moment. >> Delicious. >> One of the topics that's been pretty hot in this ecosystem for the last, I'd say two years now it's been service matched, and talk about some complexity. And I talk to a guy and it's like, which one of these using? Oh I'm using all three of them and this is how I use them in my environment. So, there was an announcement spearheaded by Microsoft, the Service Mesh Interface. Give us the high level of what this is. >> So, first of all, the SMI acronym is hilarious to me because I got to tell you, as a nerdy teenager I went to math camp in the summertime, as one did, and it was named SMI. It was like, Summer Mathematics Institute! And I'm like, awesome! Now we have a work project that's named that, happy memories of lots of nerdy math. But my first Unix system that I played with, so, but what's great about that, what's great about that particular project, and you're right that this is very much aligned with, you're an enterprise. You would very much like to do enterprise-y things, like being a bank or being an airline or being an insurance company, and you super don't want to look at the very confusing CNCF Project Map and go, I think we need something in that quadrant. And then set your ships for that direction, and hopefully you'll get to what you need. And it's especially when you said that, you mentioned that, this, it basically standardizes it, such that whichever projects you want to use, whichever of the N, and we used to joke about JavaScript framework for the week, but I'm pretty sure the Service Mesh Project of the week has outstripped it in terms of like speed, of new projects being released all the time. And like, a lot of end user companies would very much like to start doing something and have it work and if the adorable start-up that had all the stars on GitHub and the two contributors ends up, and I'm not even naming a specific one, I'm just saying like there are many projects out there that are great technically and maybe they don't actually plan on supporting your LTS. And that's fine, but if we end up with this interface such that whatever service mesh, mesh, that's a hard word. Whatever service mesh technology you choose to use, you can be confident that you can move forward and not have a horrible disaster later. >> Right, and I think that's something that a lot of developers when left to our own devices and in my particular device, the devices are pretty crappy. Where it becomes a, I want to get this thing built, and up and running and working, and then when it finally works I do a happy dance. And no one wants to see that, I promise. It becomes a very different story when, okay, how do you maintain this? How do you responsibly keep this running? And it's, well I just got it working, what do you mean maintain it? I'm done, my job is done, I'm going home now. It turns out that when you have a business that isn't being the most clever person in the room, you sort of need to have a longer term plan around that. >> Yeah, absolutely. >> And it's nice to see that level of maturation being absorbed into the ecosystem. >> I think the ecosystem may finally be ready for it. And this is, I feel like, it's easy for us to look at examples of the past, people kind of shake their heads at OpenStack as a cautionary tale or of Sprawl and whatnot. But this is a thriving, which means growing, which means changing, which means very busy ecosystem. But like you're pointing out, if your enterprises are going to adapt some of this technology, they look at it and everyone here was, ya know, eating cupcakes or whatever for the Kubernetes fifth birthday, to an enterprise just 'cause that launched in 2014, June 2014, that sounds kind of new. >> Oh absolutely. >> Like, we're still, we're still running that mainframe that is still producing business value and actually that's fine. I mean, I think this maybe is one of the great things about a company like Microsoft, is we are our customers. Like we also respect the fact that if something works you don't just yolo a new thing out into production to replace it for what reason? What is the business value of replacing it? And I think for this, that's why this, kind of Unix philosophy of the very modular pieces of this ecosystem and we were talking about Helm a little earlier, but there's also, Draft, Brigade, etc. Like the Porter, the CNET spec implementation stuff, and this Cloud Native application bundles, that's a whole mouthful. >> Yes, well no disrespect to your sparkly shirt, but chasing the shiny thing, and this is new and exciting is not necessarily a great thing. >> Right? >> I heard some of the shiny squad that were on the show floor earlier, complaining a little bit about the keynotes, that there haven't been a whole lot of new service and feature announcements. (Bridget laughing) And my opinion on that is feature not bug. I, it turns out most of us have jobs that aren't keeping up with every new commit to an open-source project. >> I think what you were talking about before, this idea of, I'm the developer, I yolo'd out this co-load into production, or I yolo'd this out into production. It is definitely production grade as long as everything stays on the happy path, and nothing unexpected happens. And I probably have air handling, and, yay! We had the launch party, we're drinkin' and eatin' and we're happy and we don't really care that somebody is getting paged. And, it's probably burning down. And a lot of human misery is being poured into keeping it working. I like to think that, considering that we're paying attention to our enterprise customers and their needs, they're pretty interested in things that don't just work on day one, but they work on day two and hopefully day 200 and maybe day 2000. And like, that doesn't mean that you ship something once and you're like, okay, we don't have to change it for three years. It's like, no, you ship something, then you keep iterating on it, you keep bug fixing, you keep, sure you want features, but stability is a feature. And customer value is a feature. >> Well, Bridget I'm glad you brought that up. Last thing I want to ask you 'cause Microsoft's a great example, as you say, as a customer, if you're an Azure customer, I don't ask you what version of Azure you're running or whether you've done the latest security patch that's in there because Microsoft takes care of you. Now, your customers that are pulled between their two worlds is, oh, wait, I might have gotten rid of patch Tuesdays, but I still have to worry and maintain that environment. How are they dealing with, kind of that new world and still have, certain things that are going to stay the old way that they have been since the 90's or longer? >> I mean, obviously it's a very broad question and I can really only speak to the Kubernetes space, but I will say that the customers really appreciate, and this goes for all the Cloud providers, when there is something like the dramatic CVE that we had in December for example. It's like, oh, every Kubernetes cluster everywhere is horribly insecure! That's awesome! I guess, your API gateway is also an API welcome mat for everyone who wants to, do terrible things to your clusters. All of the vendors, Microsoft included, had their managed services patched very quickly. They're probably just like your Harple's of the world. If you rolled your own, you are responsible for patching, maintaining, securing your own. And this is, I feel like that's that tension. That's that continuum we always see our customers on. Like, they probably have a data center full of ya know, veece, fear and sadness, and they would very much like to have managed happiness. And that doesn't mean that they can easily pickup everything in the data center, that they have a lease on and move it instantly. But we can work with them to make sure that, hey, say you want to run some Kubernetes stuff in your data center and you also want to have AKS. Hey, there's this open-source project that we instantiated, that we worked on with other organizations called Vertual Kubelet. There was actually a talk happening about it I think in the last hour, so people can watch the video of that. But, we have now offered, we now have Virtual Node, our product version of it in GA. And I think this is kind of that continuum. It's like, yes of course, you're early adapters want the open-source to play with. Your enterprises want it to be open-source so they can make sure that their security team is happy having reviewed it. But, like you're saying, they would very much like to consume a service so they can get to business value. Like they don't necessarily want to, take, Kelsey's wonderful Kubernetes The Hard Way Tutorial and put that in production. It's like, hmm, probably not, not because they can't, these are smart people, they absolutely could do that. But then they spent their, innovation tokens as, the McKinley blog post puts it, the, it's like, choose boring technology. It's not wrong. It's not that boring is the goal, it's that you want the exciting to be in the area that is producing value for your organization. Like that's where you want most of your effort to go. And so if you can use well vetted open-source that is cross industry standard, stuff like SMI that is going to help you use everything that you chose, wisely or not so wisely, and integrate it and hopefully not spend a lot of time redeveloping. If you redevelop the same applications you already had, its like, I don't think at the end of the quarter anybody is getting their VP level up. If you waste time. So, I think that is, like, one of the things that Microsoft is so excited about with this kind of open-source stuff is that our customers can get to value faster and everyone that we collaborate with in the other clouds and with all of these vendor partners you see on the show floor, can keep the ecosystem moving forward. 'Cause I don't know about you but I feel like for a while we were all building different things. I mean like, instead of, for example, managed services for something like Kubernetes, I mean a few jobs that would go out was that a start up that we, we built our own custom container platform, as one did in 2014. And, we assembled it out of all the LEGOs and we built it out of I think Docker and Packer and Chef and, AWS at the time and, a bunch of janky bash because like if someone tells you there's no janky bash underneath your home grown platform, they are lying. >> It's always a lie, always a lie. >> They're lying. There's definitely bash in there, they may or may not be checking exit codes. But like, we all were doing that for a while and we were all building, container orchestration systems because we didn't have a great industry standard, awesome! We're here at KubeCon. Obviously Kubernetes is a great industry standard, but everybody that wants to chase the shiny is like but surface meshes. If I review talks for, I think I reviewed talks for KubeCon in Copenhagen, and it was like 50 or 60 almost identical service mesh talk proposals. And it's like, and then now, like so that was last year and now everyone is like server lists and its like, you know you still have servers. Like you don't add sensation to them, which is great, but you still have them. I think that that hype train is going to keep happening and what we need to do is make sure that we keep it usable for what the customers are trying to accomplish. Does that make sense? >> Bridget, it does, and unfortunately, we're going to have to leave it there. Thank you so much for sharing everything with our audience here. For Corey, I'm Stu, we'll be back with more coverage. Thanks for watching The Cube. (upbeat techno music)

Published Date : May 22 2019

SUMMARY :

Brought to you by Red Hat, Thank you for coming back to The Cube. Thank you for having me again. We always love the sartorial, There is, it's the high style, Wearing a suit is my primary skill. I will tell you that, yes, they sell this shirt I say it's not dad bod, at the conference. that they put your talk on the last day at 2:00 P.M. from the community as to what this all means. doesn't feel great if that was the thing you And this was an era when the Roll by Stacks has It felt very spiritually aligned in some ways, I have to think about or deal with. And I talk to a guy and it's like, And it's especially when you said that, clever person in the room, you sort of need to And it's nice to see that level of maturation And this is, I feel like, And I think for this, sparkly shirt, but chasing the shiny thing, I heard some of the shiny squad that were on I think what you were talking about Last thing I want to ask you 'cause Microsoft's a SMI that is going to help you use everything Like you don't add sensation to them, which is great, Thank you so much for sharing everything with

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Jessica DeenPERSON

0.99+

MicrosoftORGANIZATION

0.99+

Bridget KromhoutPERSON

0.99+

DecemberDATE

0.99+

Corey QuinnPERSON

0.99+

2014DATE

0.99+

CoreyPERSON

0.99+

GoogleORGANIZATION

0.99+

Red HatORGANIZATION

0.99+

Stu MinimanPERSON

0.99+

three yearsQUANTITY

0.99+

Summer Mathematics InstituteORGANIZATION

0.99+

two projectsQUANTITY

0.99+

100%QUANTITY

0.99+

GALOCATION

0.99+

Vertual KubeletORGANIZATION

0.99+

Alice GoldfussPERSON

0.99+

tomorrowDATE

0.99+

KelseyPERSON

0.99+

BridgetPERSON

0.99+

third releaseQUANTITY

0.99+

last yearDATE

0.99+

KubeConEVENT

0.99+

CNETORGANIZATION

0.99+

firstQUANTITY

0.99+

CopenhagenLOCATION

0.99+

three-pieceQUANTITY

0.99+

one guyQUANTITY

0.99+

two yearsQUANTITY

0.99+

Helm 3TITLE

0.99+

seven partQUANTITY

0.99+

60QUANTITY

0.99+

50QUANTITY

0.99+

AWSORGANIZATION

0.99+

Ecosystem PartnersORGANIZATION

0.98+

OpenStackORGANIZATION

0.98+

StuPERSON

0.98+

two contributorsQUANTITY

0.98+

Barcelona SpainLOCATION

0.98+

two worldsQUANTITY

0.98+

two thoughtsQUANTITY

0.98+

KubernetesTITLE

0.98+

threeQUANTITY

0.98+

June 2014DATE

0.98+

2:00 P.M.DATE

0.97+

OneQUANTITY

0.97+

oneQUANTITY

0.97+

Kubernetes The Hard Way TutorialTITLE

0.97+

day oneQUANTITY

0.95+

McKinleyORGANIZATION

0.95+

SprawlTITLE

0.95+

7,000 plus peopleQUANTITY

0.95+

JavaScriptTITLE

0.94+

day twoQUANTITY

0.94+

third major releaseQUANTITY

0.94+

90'sDATE

0.94+

LEGOsORGANIZATION

0.93+

GitHubORGANIZATION

0.92+

Helm 2TITLE

0.9+

DockerORGANIZATION

0.9+

KubernetesPERSON

0.9+

AzureTITLE

0.89+

fifth birthdayQUANTITY

0.89+

HarpleORGANIZATION

0.88+

CloudNativeCon EU 2019EVENT

0.88+

The CubeTITLE

0.88+

The Cloud Native Computing FoundationORGANIZATION

0.87+

VirtualORGANIZATION

0.87+

AKSORGANIZATION

0.85+

about a zillion vendor boothsQUANTITY

0.85+

Helm.sh/blogOTHER

0.85+

FirstQUANTITY

0.83+

secondlyQUANTITY

0.83+

Helm 1TITLE

0.81+

SMIORGANIZATION

0.8+

Jacob Cherian & Ori Bendori, Reduxio | KubeCon + CloudNativeCon EU 2019


 

>> Live from Barcelona, Spain, it's theCUBE, covering KubeCon + CloudNativeCon Europe 2019. Brought to you by Red Hat, the Cloud Native Computing Foundation, and ecosystem partners. >> Welcome back. This is theCUBE's live coverage of KubeCon + CloudNativeCon 2019 here in Barcelona, Spain. I'm Stu Miniman, my cohost is Corey Quinn. Happy to welcome to the program two first-time guests, a company we've had on the program, Reduxio. But some changes have been going on, as have been in the industry. Sitting to my right is Ori Bendori, who is the CEO of the company. Sitting to his right is Jacob Cherian, who is the CMO and vice president of product. Gentlemen, thanks so much for joining us. >> Thank you. >> Thank you for having us. >> One of the things that I've really enjoyed at this conference is, it is a global conference. The CNCF puts on three pieces of it, but this one definitely has a very European flavor. You gentlemen are coming to us from Israel. Ori, let's start with you. Just give us the update, kind of the quick, the who and the why and the what of Reduxio. >> Okay. So we are a storage and data management company, and where we are aiming is having Kubernetes native, containers native, cloud native solution. We have some unique capabilities. And actually we are getting ourself to the public this exhibition, so it's very important for us. We've been developing it for the last year, so this is the first time we announce that we have a new product that is container native, headed to clouds, and very unique. >> So Jacob, we actually had an analyst on earlier and he said, "The thing about this space is, "we're talking it's stateless, "it's trussless, it's codeless. "That doesn't mean I can't deal "with those environments, "they all have some challenges when you talk about storage." I mean those of us that know storage, it's a complicated thing. I loved the presentation this morning, and the key note was it's turtles all the way down. There's a lot of complexity inside storage and that doesn't go away, and sometimes we're trying to make this world no less complicated than storage would be outside of it, as I guess an industry thing. How is Reduxio helping us solve that? >> So as customers move applications from traditional infrastructures to storage, to containerized infrastructure, I think the expectation is that these customers would expect the same capability that they had with the existing storage systems in the container native storage. Because why would a customer move their applications to an environment that's less capable? And our focus is to deliver storage that is enterprise grade, where customers feel comfortable for moving their business-critical applications from the traditional environment into a container environment. >> You mentioned a few minutes ago that this is, you have something very unique that you've been working on for a year and are now deploying into the marketplace. In your conversations with customers, what unmet need did you wind up seeing and what differentiates you from other options people could go with? >> Thank you. I think we're talking about three things. The most important thing, the first one, as Jacob was describing, is we are enterprise grade. We have the full set of data management and storage capability, which we believe some of our customers do not have. We believe containers are moving to production. To real serious enterprise application, you need this kind of capability. And we have it. The other two are very unique. The first one, we are microservice based. We believe the first wave of solutions for containers native was built on just putting stuff inside a container instead of virtual machine. We think you need to go all the way. We took our technology, and we put it in microservices. This brings us a huge advantage in multiple areas. If you think about it, is one of the reasons people went and adopted containers is all this capability they bring. When you are not implementing the microservices, you are actually losing a lot of this value. The third one is a unique capability, which is our unique IP as well, is what we call data mobility or application mobility. We believe containers, one of the major things people are looking for is mobility. They want to move their stuff between on-prem to the public cloud. They all want to move from one public cloud provider to another. They want to do it quickly. You can do it with containers and with Kubernetes. You cannot move the data. If you move your application from on-prem to the public cloud, data is not with you because storage is not with you. We make it different. What we are offering is this unique IP. When you move the application, by the way everything is application-based in our solution, when you move it, we are moving the kind of metadata we need, which takes a minute or two, and you can start working immediately in the new location. We'll make sure everything happening in the new location, we will move your data in the background. By the way, we move the hot data first and the cold data later. We believe that makes a big difference for hybrid solutions. If you want to run multiple clouds, both on-prem and public, you would like to have the ability to move stuff quickly. It cannot be that you move the application and a week later the data arrives. It just doesn't work. >> There are very definitely latency considerations in there. When you're doing this, do you find that you're presenting this as file, block, object, or does it not matter given that your application-- >> Yes, so the solution we provide to that provides persistent volumes in Kubernetes. It's container native. It actually uses a CSI plug-in to basically deliver persistent volumes to pods that run within Kubernetes. >> So Jacob, when I talk to storage companies today, there are your traditional storage companies, and they're all, "We're moving toward cloud native, "yeah, microservices, we're all in on that stuff." We've seen a resistance in the enterprise to how developer models are going to go in there, how they're going to modernize. And then I've got cloud native people that would just say, "We're built for multi-cloud, and we do this." Where do you fit? What's the industry getting right, and was does differentiate your team? >> So I think let's define container native first, right? I think that's important because everybody says that they're cloud native; if you have a CSI plug-in, people claim, and people are cloud native because you can attach them to Kubernetes. But I think container native has unique value because once you move to Kubernetes, you truly are building a cloud environment where you want all your work, everything to be running inside that Kubernetes cluster. This is really realization of ITS code, right? Where infrastructure is shared, physical resources are shared, and your networking, your applications, and storage are just services that run on top of a physical infrastructure. For us, when we look at container native, the important attribute for container native is that it runs within Kubernetes, it's implemented as containers, and it is orchestrated and scales with Kubernetes. It should not be something that's separate. >> All right, so Ori, you've been in the industry for a while. >> The storage people, they buy on risk. It's like, oh, this cool new stuff it's all nice and everything but it needs to be trusted. While they're interested and they're trying new things, and sure they're going to get Kubernetes in production in the next six months. Why Reduxio, how can they be trusted in this space? >> So I think this is a bit talking about go to market and what we are doing. So we've been engaging to customers from day one, and we're going to to do a peer see in the coming months with I don't know how many of them. I think we learned where the use cases make sense, okay? So, the good news for us is that the market is moving forward as of containers. We don't have like financial institutions, many of them decided strategically they're moving there, they're going to containers. They probably aren't going to do everything on containers, but new staff will go to containers. So those people, I don't have to convince them. When they look around, there's not much. If you want to have storage that is container native, there's not a lot. By the way, most of it is coming from start-ups, if not all of it right now. And they're saying, we went all the way, now we go back and have an external storage, it just doesn't make sense. So those people, anyway, it is a bit new. I'm not fighting for their application they have since the '90s, okay? I don't think they will move many of those into containers. But there is enough that is moving to containers. The other one that I think is important is the use case which are very natural to containers, people already adopt them. I'll name two of them. One is CICD. People are using it to move stuff anyway. They want to have on a public cloud, on a private cloud. They are using Jenkins in many cases. We deliver into Jenkins a solution that is so natural and so valuable to them, it's almost a no-brainer. By the way, it is CICD, so it fails. So restart it, right? It's out of production data at this stage, and if it works, by the way, half a year from now they'll put us in other places. The other thing around is Hadoop. Anything that has to do with data processing, a lot of those people are moving into containers anyway. In a way we are riding with them. They are looking for a solution that will simplify the way they put, they construct their stuff. They want to move easily and have the kind of mobility we talked about. And in a way they are willing to take the risk. And by the way, none of the current incumbent provide 'em any of the solution. Which is the benefit of the small guys. >> Jacob, what's the roll out of this new offering? >> Yes, so what we've announced at KubeCon is that we've started customer evaluations. We expect to start POCs in about three months. So from evaluation to POC it's about three months, and product will be available for production by fall of this year. >> All right, so Ori, I want to give you the final word. Where should people be looking for Reduxio, and what do we expect from the company throughout the year? >> I think in the end of the day, I'm trying to be modest, but I won't. We believe we are in a way the future of storage. Not because we're that smart, because it makes a lot of sense because this is the way the public cloud guys are building their stuff. It has to be cloud native. It has to be container native because that is where the IT is moving to. So in a way, we're saying in the end of the day, storage needs to behave like everybody else. It cannot be the exception. Storage has to be part of the containers ecosystem. We represent the first one, maybe not the first one. There will be others, we're not going to be alone. But we believe the direction we're taking is the direction the storage industry will take. >> Well, Ori and Jacob thanks so much for sharing everything. >> Thank you. >> We know there's always the next new thing, it's going to make everything nice and easy. Some hard work to make sure that storage works right in all these new environments. We look forward to tracking everything. For Corey Quinn, I'm Stu Miniman, we'll be back with more coverage here from KubeCon + CloudNativeCon 2019. Thanks for watching theCUBE. (upbeat music)

Published Date : May 22 2019

SUMMARY :

Brought to you by Red Hat, as have been in the industry. One of the things that I've really enjoyed We've been developing it for the last year, and the key note was it's turtles all the way down. in the container native storage. and are now deploying into the marketplace. By the way, we move the hot data first do you find that you're presenting this as file, Yes, so the solution we provide to that how they're going to modernize. where you want all your work, All right, so Ori, and sure they're going to get Kubernetes in production and have the kind of mobility we talked about. We expect to start POCs in about three months. All right, so Ori, I want to give you the final word. is the direction the storage industry will take. We look forward to tracking everything.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
JacobPERSON

0.99+

Stu MinimanPERSON

0.99+

Jacob CherianPERSON

0.99+

Corey QuinnPERSON

0.99+

Ori BendoriPERSON

0.99+

twoQUANTITY

0.99+

Cloud Native Computing FoundationORGANIZATION

0.99+

Red HatORGANIZATION

0.99+

IsraelLOCATION

0.99+

oneQUANTITY

0.99+

Barcelona, SpainLOCATION

0.99+

KubeConEVENT

0.99+

a minuteQUANTITY

0.99+

last yearDATE

0.99+

ReduxioORGANIZATION

0.99+

OriPERSON

0.99+

a week laterDATE

0.99+

first oneQUANTITY

0.99+

three thingsQUANTITY

0.99+

ReduxioPERSON

0.98+

third oneQUANTITY

0.98+

OneQUANTITY

0.98+

about three monthsQUANTITY

0.97+

JenkinsTITLE

0.97+

todayDATE

0.96+

three piecesQUANTITY

0.96+

a yearQUANTITY

0.95+

CloudNativeCon EU 2019EVENT

0.95+

bothQUANTITY

0.94+

CloudNativeCon 2019EVENT

0.94+

CloudNativeCon Europe 2019EVENT

0.94+

first timeQUANTITY

0.94+

this morningDATE

0.94+

firstQUANTITY

0.92+

KubeCon +EVENT

0.91+

fall of this yearDATE

0.9+

next six monthsDATE

0.89+

CNCFORGANIZATION

0.88+

KubernetesTITLE

0.87+

two first-time guestsQUANTITY

0.86+

'90sDATE

0.86+

theCUBEORGANIZATION

0.85+

EuropeanOTHER

0.81+

day oneQUANTITY

0.8+

HadoopTITLE

0.78+

half a yearQUANTITY

0.74+

a few minutes agoDATE

0.73+

waveEVENT

0.7+

KubernetesORGANIZATION

0.56+

Gabe Monroy, Microsoft & Tim Hockin, Google | KubeCon + CloudNativeCon EU 2019


 

>>Live from Barcelona, Spain, execute covering CubeCon cloud native con Europe, 2019 onto you by red hat, the cloud native computing foundation and ecosystem partners. >>Welcome back. We're here in Barcelona, Spain where 7,700 attendees are here for Q con cloud native con. I'm Stu Miniman and this is the cubes live two day coverage having to have on the program to returning guests to talk about five years of Kubernetes. To my right is Tim Hawkin wearing the Barna contributors shirt. Uh, and uh, sitting to his right is gay Bon Roy. So, uh, I didn't introduce their titles and companies, but you know, so Tim's and Google gives it Microsoft, uh, but you know, heavily involvement in uh, you know, Coobernetti's since the very early days. I mean, you know, Tim, you're, you're on the Wikipedia page game, you know, I think we have to do some re editing to make sure we get the community expanded in some of the major contributors and get you on there. But gentlemen, thanks so much for joining us. Thanks for having us. >>Alright. Uh, so, you know, Tim just spoke to Joe Beda and we talked about, you know, the, the, the idea of, you know, Craig and Brendan and him sitting in the room and, you know, open source and, you know, really bringing this out there to community. But let's start with you. Cause he, you know, uh, I remember back many times in my career like, Oh, I read this phenomenal paper about Google. You know, we're going to spend the next decade, you know, figuring out the ripple effect of this technology. Um, you know, Coobernetti's has in five years had a major impact on, on what we're doing. Uh, it gives a little bit of your insight is to, you know, what you've seen from those early days, you know. >>Yeah. You know, um, in the early days we had the same conversations we produced. These papers are, you know, seminal in the industry. Um, and then we sort of don't follow up on them sometimes as Google. Um, we didn't want this to be that, right. We wanted this to be alive living thing with a real community. Uh, that took root in a different way than MapReduce, Hadoop sort of situation. Um, so that was very much front of mind as we work through what are we going to build, how are we going to build and how are we going to manage it? How are we going to build a community? How, how do you get people involved? How do you find folks like Gaiman and Deus and get them to say we're in, we want to be a part of this. >>All right, so Gabe, it was actually Joe corrected me when I said, well, Google started it and they pulled in some other like-minded vendors. Like he said, no, no stew. We didn't pull vendors in. We pulled in people and people that believed in the project and the vision, you were one of those people that got pulled in early. He were, you know, so help give us a little context in your, your viewpoint. I did. And, and, and you know, at the time I was working for a company, uh, called, uh, that I had started and we were out there trying to make developers more productive in industry using modern technology like containers. And you know, it was through the process of trying to solve problems for customers, sort of the lens that I was bringing, uh, to this where, um, I was introduced to some really novel technology approaches first through Docker. >>Uh, and you know, I was close with Solomon hikes, the, the founder over there. Uh, and then, you know, started to work closely with folks at Google, uh, namely Brendon burns, who I now work with at Microsoft. Um, you know, part of the, the founding Kubernetes team. Uh, and I, I agree with that statement that it is really about people. It's really about individual connections at the end of the day. Um, I think we do these things that at these coupons, uh, events called the contributor summits. And it's very interesting because when folks land at one of these summits, it's not about who you work for, what Jersey you're wearing, that sort of thing. It's people talking to people, trying to solve technical problems, trying to solve organizational challenges. Uh, and I think, you know, the, the phenomenon that's happened there and the scale with which that's happened is part of the reason why there's 8,000 people here in Barcelona today. >>Yeah. It's interesting to him cause you know, I used to be involved in some standards work and I've been, you know, working with the open source community for about 20 years. It used to be ah, you know, it was the side project that people did at nights and everything like that. Today a lot of the people that are contributing, well they do have a full time job and their job will either let them or asking them to do that. So I do talk to people here that when they're involved in the working groups, when they're doing these things, yes. You think about who their paycheck comes for, but that's secondary to what they're doing as part of the community. And it is, you know, some of the people what, what >>absolutely. It's part of the ethos of the project that the project comes first and if company comes second or maybe even third. Uh, and for the most part, this has been wildly successful. Uh, there's this huge base of trust among, uh, among the leadership and among the contributors. Um, and you know, it's, it's a big enough project now that I don't know every one of the contributors, but we have this web of trust. And, you know, I, I have this, this army of people that I know and I trust very well and they know people and they know people and it works out that the project has been wildly successful and we've never yet had a major conflict or strife that centered on company this or company that. >>Yeah. And I don't, I'd also add that it's an important development has happened in the wake of Kubernetes where, you know, for example, in my teams at Microsoft, I actually have dedicated PM and engineering staff where their only job is to focus on community engagements, right? Running the release team for communities one 15 or working on IPV six support or windows container support. Uh, and, and that work, that upstream work, uh, puts folks in contact with people from all different companies, Google, uh, uh, you know, Microsoft working closely together on countless initiatives. Uh, and the same is true really for the entire community. So I think it's really great to see that you can get not just sort of the interpersonal interactions. We can also get sort of corporate sponsorship of that model. Cause I do think at the end of the day people need to get their paychecks. Uh, and oftentimes that's going to come from a big company. Uh, and, and seeing that level of investment is, I think, uh, pretty encouraging. Okay. Well, you know, luckily five years in we've solved all the problems and everything works perfectly. Um, if that's not maybe the case, where do we need people involved? What things should we be looking at? Kind of the, the, the next year or two in this space, you know, a project >>of this size, a community of this size, a system of this scope has infinite work to do, right? The, the, the barrel is never going to be empty. Um, and in some cases it's filling faster than it's draining. Um, every special interest group, every SIG, it has a backlog of issues of things that they would like to see fixed of features that they have some user pounding the table saying, I need this thing to work. Uh, IPV six is a great example, right? And, and we have people now stepping up to take on these big issues because they have customers who need it or they see it as important foundational work for building future stuff. Um, so, you know, there's, there's no shortage of work to do. That's not just engineering work though, right? It's not just product definition or API. We have a, what we call a contributor experience. People who work with our community to entre online, uh, new contributors and um, and, and streamline how to get them in and involved in documentation and testing and release engineering. And there's so much sort of non-core work. Uh, I could go on on this for. >>Yeah, you're just reminding me of the session this morning is I don't manage clusters. I manage fleets. And you have the same challenge with the people. Yeah. And I also had another dimension to this about just the breadth of contribution. We were just talking before the show that, um, you know, outside at the logo there is this, uh, you know, characters, book characters, and such. And really that came from a children's book that was created to demonstrate core concepts, uh, to developers who were new to Kubernetes. And it ended up taking off and it was eventually donated to the CNCF. Um, but things like that, you can't underestimate the importance and impact that that can have on making sure that Kubernetes is accessible to a really broad audience. Okay. Uh, yeah, look, I want to give you both a, just the, the, the final word as to w what you shout out, you one for the community and uh, yeah. And any special things that have surprised you or exciting you? Uh, you know, here in 2019, >>uh, you know, exciting is being here. If you rewind five years and tell me I'm going to in Barcelona with with 7,500 of my best friends, uh, I would think you are crazy or are from Mars. Um, this is amazing. And uh, I thank everybody who's here, who's made this thing possible. We have a ton of work to do. Uh, and if you feel like you can't figure out what you need to work on, come talk to me and we'll, we'll figure it out. >>Yeah. And for me, I just want to give a big thank you to all the maintainers folks like Tim, but also, you know, some other folks who, you know, may, you may not know their name but they're the ones slogging it out and to get hub PRQ you know, trying to just make the project work and function day to day and were it not for their ongoing efforts, we wouldn't have any of this. So thank you to that. Well and look, thank you. Of course, to the community and thank you both for sharing with our community. We're always happy to be a small piece of a, you know, helping to spread the word and uh, give some voice to everything that's going on here. Thank you so much. All right, so we will be back with more coverage here from coupon cloud native con 2019 on Stu Miniman and thank you for watching the cube.

Published Date : May 22 2019

SUMMARY :

cloud native con Europe, 2019 onto you by red hat, heavily involvement in uh, you know, Coobernetti's since the very early days. Uh, so, you know, Tim just spoke to Joe Beda and we talked about, These papers are, you know, seminal in the industry. And, and, and you know, at the time I was working for a company, uh, Uh, and I think, you know, the, the phenomenon that's happened there and the scale with which And it is, you know, some of the people what, what Um, and you know, it's, it's a big enough project now that I don't know every one of the contributors, but we have this web of trust. from all different companies, Google, uh, uh, you know, Microsoft working closely together on countless initiatives. Um, so, you know, there's, there's no shortage of work to do. Uh, you know, here in 2019, uh, you know, exciting is being here. it out and to get hub PRQ you know, trying to just make the project work and function day to day

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Tim HawkinPERSON

0.99+

TimPERSON

0.99+

BarcelonaLOCATION

0.99+

CraigPERSON

0.99+

Tim HockinPERSON

0.99+

7,500QUANTITY

0.99+

JoePERSON

0.99+

GabePERSON

0.99+

MicrosoftORGANIZATION

0.99+

MarsLOCATION

0.99+

2019DATE

0.99+

Joe BedaPERSON

0.99+

GoogleORGANIZATION

0.99+

Stu MinimanPERSON

0.99+

BrendanPERSON

0.99+

8,000 peopleQUANTITY

0.99+

Bon RoyPERSON

0.99+

five yearsQUANTITY

0.99+

TodayDATE

0.99+

7,700 attendeesQUANTITY

0.99+

Barcelona, SpainLOCATION

0.99+

two dayQUANTITY

0.99+

Gabe MonroyPERSON

0.99+

secondQUANTITY

0.99+

todayDATE

0.99+

thirdQUANTITY

0.99+

firstQUANTITY

0.98+

about 20 yearsQUANTITY

0.98+

KubeConEVENT

0.98+

CNCFORGANIZATION

0.98+

bothQUANTITY

0.97+

oneQUANTITY

0.97+

next decadeDATE

0.97+

KubernetesTITLE

0.96+

CubeConEVENT

0.96+

GaimanPERSON

0.95+

five yearsQUANTITY

0.95+

EuropeLOCATION

0.94+

next yearDATE

0.93+

this morningDATE

0.92+

HadoopTITLE

0.92+

DeusPERSON

0.92+

KubernetesORGANIZATION

0.92+

CoobernettiPERSON

0.88+

WikipediaORGANIZATION

0.83+

IPV sixTITLE

0.82+

15QUANTITY

0.8+

Solomon hikesPERSON

0.77+

windowsTITLE

0.76+

Q con cloudEVENT

0.75+

Brendon burnsPERSON

0.75+

red hatORGANIZATION

0.72+

SIGORGANIZATION

0.71+

CloudNativeCon EU 2019EVENT

0.7+

MapReduceTITLE

0.7+

JerseyLOCATION

0.69+

twoDATE

0.56+

cloud native con 2019EVENT

0.56+

BarnaTITLE

0.53+

stewPERSON

0.51+

couponEVENT

0.51+

DockerORGANIZATION

0.41+

Joe Beda, VMware | KubeCon + CloudNativeCon EU 2019


 

>> Live from Barcelona, Spain, it's theCUBE. Covering KubeCon + CloudNativeCon Europe 2019. Brought to you by Red Hat, the CloudNative Computing Foundation and ecosystem partners. >> In mid-2014, announced the world, coming out of Google led by Joe Beda, sitting to my right, Brendan Burges and Craig McLucky, all Kube alumni. Kubernetes, which is the Greek for governor helmsman or captain and here we are, five years later at the show. I'm Stu Miniman and this is theCUBE's coverage of KubeCon + CloudNativeCon here in Barcelona, Spain. Joe you've got your title today is that you're a principal engineer at VMware of course, by way of acquisition through Heptio, but you are one of the people who helped start this journey that we are all on Kubernetes, thanks so much for joining us. >> Yeah, thank you so much for having me. >> Alright, so, the cake and the candles and the singing we'll hold for the parties later. We have Fippy and the gang have been watching our whole thing, for people who don't know there's a whole cartoon, books and stuffed animals and everything like that. Joe, when you started this merchandising, that was what you were starting, no. In all seriousness though, bring us back a little bit give us a little bit of historical context as to we've had you on the program a few times but yeah, here we are five years later was this what you were expecting? >> I mean when I remember Craig and Bren and I sitting around and we're like hey, we should do this as an open source project This is before we got approvals and got the whole thing started. And I think there was, like an idea in the back of our head, of like, this could be a big deal. You dream big a lot of times and you know that there's a reality and that it's not always going to end up being this. And so, I don't think anybody involved with Kubernetes in the early days really thought it was going to turn into what it has turned into. >> Yeah, so when we look at open source projects, I remember back a few years back, it was like to succeed you must have a phoenetical dictator that will make sure the community does this or wait we don't want too much vendor we're just going to let the user community take over and there's all these extremes out there, but these are complicated pieces. The keynote this morning the discussion was Kubernetes is a platform of platforms it's like I've got all of these APIs and by itself, Kubernetes doesn't do a lot. It is, what it enables and what things put together, so walk us through a little bit of that the mission, how it changed a bit and a little bit of the community and we'll go from there. >> Yeah, I think so early on one of the goals with Kubernetes from Google's point of view was to essentially take a lot of the ideas that had been incubated over about a decade, with respect to Borg and other things and so, a lot of the early folks who got involved in the project and worked on those systems and really bring that to the outside world as a way to actually start bridging the gap between what Googlers did and what the rest of the world did. We had a really good idea of what we were looking to get out of this system and that was widely shared based on experience across a bunch of relatively senior engineers. We brought in some of the Red Hat folks early on Clayton Coleman and some of the other folks who are still super involved in the project. I think there was enough of an understanding that we looked and said okay we got a lot of work to do let's just get this done. So, we didn't really need sort of the benevolent dictator because there was a shared understanding and we had senior engineers that were willing to make trade-offs to be able to go and move forward. So that I think was a key bit of the success early on. >> Alright, so you talked, it was pulling in some other vendor community there. Talk a little bit about how that ecosystem grew and when was user feedback part of that discussion? >> Yeah, I mean, when you say we pulled in the vendor we pulled in people who worked for vendors but we never really viewed it as, there was really from the beginning this idea of well what's good for the project? What's going to actually create sustainability and for the project, sort of project over vendor is really something that we wanted to establish. And that even came down to the name, right? Like, when we named the project, we could have called it Google XYZ or some sort of XYZ but we didn't want to do that because we wanted to establish it as an independent thing with a life of its own. And so, yeah, so we wanted to bring in those external ideas and I think early on, we did have some early users, we did listen to them but it really resonated with folks who could actually see where we were going. I think it took time for the rest of the world to really catch on with what the vision was. >> OK, when we look at today, there's a lot at the show that is on top of or next to or with Kubernetes it's not all about that piece. How do you balance what goes in it versus what goes with it? One of my favorite lines last year overall, was from you, saying Kubernetes is not a magic player it is not the be all and end all it is set with very specific guidelines. How do you avoid scope creep? As engineers it's always like, I don't know, we know how to do that piece of it better. >> So when we started out the project we didn't actually have a governance model. It was just a bunch of engineers that sort of worked well together. Over time and as the project grew, we knew that we needed to actually get some sort of structure in place. And so a bunch of us who had been there from the start got together, formed a steering committee, held elections. There's a secret architecture that we formed and these are the places where we can actually say what is Kubernetes what is Kubernetes not how do we actually maintain sort of good taste with how we actually approach this stuff and that's one of the ways that we try to contain scope creep. But also, I think everybody realizes that a thriving ecosystem whether officially part of the CNCF or adjacent to it, is good for everybody. Trying to hold on too tight is not going to be good for the project. >> So, Joe, tremendous progress in five years. Look forward for us a little bit. What does Kubernetes 2024 look like for us? >> Well a lot of folks like to say that in five years, Kubernetes is going to disappear. And sometimes they come at this from this sort of snarky angle. (chuckles) But other times, I think it's going to disappear in terms of like it's going to be so boring, so solid, so assumed that people don't talk about it anymore. I mean, we're here, at something that the CNCF is part of the Linux Foundation, which is great. But how often do people really focus on the Linux kernel these days? It is so boring, so solid, there's new stuff going on, but clearly, all the exciting stuff all the action, all the innovation is happening at higher layers. I think we're going to see something similar happen with Kubernetes over time. >> Yeah, that being said the reach of Kubernetes is further than ever. I was talking to this special interest group looking at edge computing and IoT people making the micro-cage version of this stuff when the team first got together, I mean, is you must look at and said there were many fathers, many parents of this solution, but, could you imagine the kind of the family and ecosystem that would have grown out of it? >> I think we knew that it could go there I mean, Google had some experience with this, I mean When Google bought YouTube, they had a problem where they had to essentially build out something that looked a little bit like a CDN. And so there were some examples of sort of like, how does technology, like Boar, adapt to an Edge type of situation. So, there was some experience to borrow we definitely knew that we wanted this thing to scale up and down. But I think that's a hallmark of these successful technologies is that they can be used in ways and in places that you really never thought about when you got started. So that's definitely true. >> Alright, Joe, want to give you the final word the contributors, the users, the ecosystem community, what do you say with five years of Kubernetes now in the books? >> I just want to send a huge thank you to everybody who made it happen. This is, it was started by Google it was started by a few of us early on. But, we really want to make it so that everybody feels like it's theirs. A lot of times Brendan Burns and me and Kelsey wrote a book together and I'll do signing and a lot of times I'll sign that and I'll say thank you for being a part of Kubernetes. Because I really feel like every user everybody who bets on it, everybody who shares their knowledge, they're really a big part of it. And so thank you to everybody who's a big part of Kubernetes. >> All right, well, Joe, thank you as always for sharing your knowledge with our community >> Thank you so much. >> We've been happy to be a small part in helping to spread the knowledge and everything going on here, so congratulations to the community on five years of Kubernetes and we'll be back with more coverage here from KubeCon + CloudNativeCon 2019. I'm Stu Miniman and thanks for watching theCUBE. (upbeat music)

Published Date : May 22 2019

SUMMARY :

Brought to you by Red Hat, and here we are, five years later at the show. as to we've had you on the program a few times and that it's not always going to end up being this. and a little bit of the community and we'll go from there. and really bring that to the outside world and when was user feedback part of that discussion? and for the project, sort of project over vendor or next to or with Kubernetes and that's one of the ways that we try Look forward for us a little bit. Well a lot of folks like to say of this solution, but, could you imagine the kind of and in places that you really never and I'll say thank you for being a part of Kubernetes. and we'll be back with more coverage here

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Craig McLuckyPERSON

0.99+

Brendan BurgesPERSON

0.99+

JoePERSON

0.99+

Stu MinimanPERSON

0.99+

Joe BedaPERSON

0.99+

KelseyPERSON

0.99+

GoogleORGANIZATION

0.99+

Red HatORGANIZATION

0.99+

five yearsQUANTITY

0.99+

Linux FoundationORGANIZATION

0.99+

CloudNative Computing FoundationORGANIZATION

0.99+

YouTubeORGANIZATION

0.99+

Barcelona, SpainLOCATION

0.99+

KubeConEVENT

0.99+

CNCFORGANIZATION

0.99+

last yearDATE

0.99+

mid-2014DATE

0.98+

five years laterDATE

0.98+

Brendan BurnsPERSON

0.98+

OneQUANTITY

0.98+

VMwareORGANIZATION

0.98+

KubernetesTITLE

0.97+

oneQUANTITY

0.97+

Clayton ColemanPERSON

0.97+

todayDATE

0.97+

CraigPERSON

0.96+

firstQUANTITY

0.96+

theCUBEORGANIZATION

0.96+

BorgPERSON

0.94+

XYZTITLE

0.92+

this morningDATE

0.92+

FippyPERSON

0.91+

CloudNativeCon 2019EVENT

0.89+

KubeORGANIZATION

0.88+

Linux kernelTITLE

0.87+

CloudNativeCon Europe 2019EVENT

0.86+

BrenPERSON

0.84+

CloudNativeCon EU 2019EVENT

0.84+

Kubernetes 2024TITLE

0.81+

Google XYZTITLE

0.81+

about a decadeQUANTITY

0.79+

HeptioORGANIZATION

0.78+

KubernetesORGANIZATION

0.73+

KubeCon +EVENT

0.73+

few years backDATE

0.73+

CloudNativeConEVENT

0.72+

KubernetesPERSON

0.7+

GreekOTHER

0.61+

BoarORGANIZATION

0.32+

Lukas Heinrich & Ricardo Rocha, CERN | KubeCon + CloudNativeCon EU 2019


 

>> Live from Barcelona, Spain, it's theCUBE, covering KubeCon + CloudNativeCon Europe 2019. Brought to you by Red Hat, the Cloud Native Computing Foundation and Ecosystem Partners. >> Welcome back to theCUBE, here at KubeCon CloudNativeCon 2019 in Barcelona, Spain. I'm Stu Miniman. My co-host is Corey Quinn and we're thrilled to welcome to the program two gentlemen from CERN. Of course, CERN needs no introduction. We're going to talk some science, going to talk some tech. To my right here is Ricardo Rocha, who is the computer engineer, and Lukas Heinrich, who's a physicist. So Lukas, let's start with you, you know, if you were a traditional enterprise, we'd talk about your business, but talk about your projects, your applications. What piece of, you know, fantastic science is your team working on? >> All right, so I work on an experiment that is situated with the Large Hadron Collider, so it's a particle accelerator experiments where we accelerate protons, which are hydrogen nuclei, to a very high energy, so that they almost go with the speed of light. And so, we have a large tunnel underground, 100 meters underground in Geneva, so straddling the border of France and Switzerland. And there, we're accelerating two beams. One is going clockwise. The other one is going counterclockwise, and there, we collide them. And so, I work on an experiment that kind of looks at these collisions and then analyzes this data. >> Lukas, if I can, you know, when you talk to most companies, you talk about scale, you talk about latency, you talk about performance. Those have real-world implications for your world. Do you have anything you could share there? >> Yeah, so, one of the main things that we need to do, so we collide 40 million times a second these protons, and we need to analyze them in real time, because we cannot write out all the collision data to disk because we don't have enough disk space, and so we've essentially run 10,000 core real-time application to analyze this data in real-time and see what collisions are actually most interesting, and then only those get written out to disk, so this is a system that I work on called The Trigger, and yeah, that's pretty dependent on latency. >> All right, Ricardo, luckily you know, your job's easy. We say most people you need to respond, you know, to what the business needs for you and, you know, don't worry, you can't go against the laws of physics. Well, you're working on physics here, and boy those are some hefty requirements there. Talk a little bit about that dynamic and how your team has to deal with some pretty tough challenges. >> Right, so, as Lukas was saying, we have this large amount of data. The machines can generate something around the order of a petabyte a second, and then, thanks to their hardware- and software-level triggers, they will reduce this to something that is 10 gigabytes a second, and that's what my side has to handle. So, it's still a lot of data. We are collecting something like 70 petabytes a year, and we keep adding, so right now we have, the amount of storage available is on the order of 400 petabytes. We're starting to get at a pretty large scale. And then we have to analyze all of this. So we have one big data center at CERN, which is 300,000 cores, or something like this, around that, but that's not enough, so what we've done over the last 15, 20 years, we've created this large distributed computing environment around the world. We link to many different institutes and research labs together, and this doubles our capacity. So that's our challenge, is to make sure all the effort that the physicists put into building this large machine, that, in the end, it's not the computing that is breaking the world system. We have to keep up, yup. >> One thing that I always find fascinating is people who are dealing with real problems that push our conception of what scale starts to look like, and when you're talking about things like a petabyte a second, that's beyond the comprehension of what most of us can wind up talking about. One problem that I've seen historically with a number of different infrastructure approaches is it requires a fair level of complexity to go from this problem to this problem to this problem, and you have to wind up working through a bunch of layers of abstraction, and the end result is, and at the end of all of this we can run our blog that gets eight visits a day, and that just doesn't seem to make sense. Whereas what you're talking about, that level of complexity is more than justified. So my question for you is, as you start seeing these things evolve and looking at other best practices and guidance from folks who are doing far less data-intensive applications, are you seeing that a lot of the best practices start to fall down as you're pushing theoretical boundaries of scale? >> Right, that's actually a good point. Like, the physicists are very good at getting things done, and they don't worry that much about the process, as long as in the end it works. But there's always this kind of split between the physicists and the more computing engineer where the practices, we want to establish practices, but at the end of the day, we have a large machine that has to work, so sometimes we skip a couple of steps, but we still need, there's still quite a lot of control on like data quality and the software validation and all of this. But yeah, it's a non-traditional environment in terms of IT, I would say. It's much more fast pacing than most traditional companies. >> You mentioned you had how many cores working on these problems on site? >> So in-house, we have 300,000. >> If you were to do a full migration to the public cloud, you'd almost have to repurpose that many cores just to calculating out the bill at that point. Just, because all the different dimensions, everything winds working on at that scale becomes almost completely non-trivial. I don't often say that I'm not sure public cloud can scale to the level that someone would need to. In your case, that becomes a very real concern. >> Yeah, so that's one debate we are having now, and it's, it has a lot of advantages to have the computing in-house, and also because we pretty much use it 24/7, it's a very different type of workload. So we need a lot of resources 24/7, like even the pricing is kind of calculated differently. But the issue we have now is that the accelerator will go through a major upgrade just in five years' time, where we will increase the amount of data by 100 times. Now we are talking about 70 petabytes a year and we're very soon talking about like exabytes. So the amount of computing we'll need there is just going to explode, so we need all the options. We're looking into GPUs and machine learning to change how we do computing, and we are looking at any kind of additional resources we might get, and there the public cloud will probably play a role. >> Could you speak to kind of the dynamic of how something like an upgrade of that, you know, how do you work together? I can't imagine that you just say, "Well, we built it, "whatever we needed and everything, and, you know, "throw it over the wall and make sure it works." >> Right, I mean, so I work a lot on this boundary between computing and physics, and so internally, I think we also go through the same processes as a lot of companies, that we're trying to educate people on the physics side how to go through the best practices, because it's also important. So one thing I stressed also in the keynote is this idea of reproducibility and reusability of scientific software is pretty important, so we teach people to containerize their applications and then make them reusable and stuff like that, yup. >> Anything about that relationship you can expound on? >> Yeah, so like this keynote we had yesterday is a perfect example of how this is improving a lot at CERN. We were actually using data from CMS, which was one of the experiments. Lukas is a physicist in ATLAS, which is like a computing experiment, kind of. I'm in IT, and like all this containerized infrastructure kind of is getting us all together because computing is getting much easier in terms of how to share pieces of software and even infrastructure, and this helps us a lot internally also. >> So what particular about Kubernetes helps your environment? You talk for 15 years that you've been on this distributed systems build-out, so sounds like you were the hipsters when it came to some of these solutions we're working on today. >> That has been like a major change. Lukas mentioned the container part for the software reproducibility, but I have been working on the infrastructure for, I joined CERN as a student and I've been working on the distributed infrastructure for many years, and we basically had to write our own tools, like storage systems, all the batch systems, over the years, and suddenly with this public cloud explosion and open source usage, we can just go and join communities that have requirements sometimes that are higher than ours and we can focus really on the application development. If we base, if we start writing software using Kubernetes, then not only we get this flexibility of choosing different public clouds or different infrastructures, but also we don't have to care so much about the core infrastructure, all the monitoring, log collection, restarting. Kubernetes is very important for us in this respect. We kind of remove a lot of the software we were depending on for many years. >> So these days, as you look at this build-out and what you're looking, not just what you're doing today but what you're looking to build in the upcoming years, are you viewing containers as the fundamental primitive of what empowers this? Are you looking at virtual machines as that primitive? Are you looking at functions? Where exactly do you draw the abstraction layer, as you start building this architecture? >> So, yeah, traditionally we've been using virtual machines for like the last maybe 10 years almost, or, I don't know, eight years at least, and we see containerization happening very quickly, and maybe Lukas can say a bit more about the physics, how this is important on the physics side? >> Yeah, what's been, so currently I think we are looking at containers for the main abstraction because it's also we go through things like functions as a service. What's kind of special about scientific applications is that we don't usually just have our entire code base on one software stack, right? It's not like we would deploy Node.js application or Python stack and that's it. And so, sometimes you have a complete mix between C++, Python, Fortran, and all that stuff. So this idea that we can build the entire software stack as we want it is pretty important. So even for functions as a service where, traditionally, you had just a limited choice of runtimes, this becomes important. >> Like, from our side, the virtual machines still had a very complex setup to be able to support all this diversity of software and the containerization, just all the people have to give us is like run this building block and it's kind of a standard interface, so we only have to build the infrastructure to be able to handle these pieces. >> Well, I don't think anyone can dispute that you folks are experts in taking larger things and breaking them down into constituent components thereof. I mean, you are, quite obviously, the leading world experts on that. But was there any challenge to you as you went through that process of, I don't necessarily even want to say modernizing, but in changing your viewpoint of those primitives as you've evolved, have you seen that there were challenges in gaining buy-in throughout the organization? Was there pushback? Was it culturally painful to wind up moving away from the virtual machine approach into a containerized world? >> Right, so yeah, a bit, of course. But traditionally we, like physicists really focus on their end goal. We often say that we don't count how many cores or whatever, we care about events per second, how many events we can process per second. So, it's a kind of more open-minded community maybe than traditional IT, so we don't care so much about which technology we use at some point, as long as the job gets done. So, yeah, there's a bit of traction sometimes, but there's also a push when you can demonstrate that we get a clear benefit, then it's kind of easier to push it. >> What's a little bit special maybe also for particle physics is that it's not only CERN that is the researcher. We are an international collaboration of many, many institutes all around the world that work on the same project, which is just hosted at CERN, and so it's a very flat hierarchy and people do have the freedom to try out things and so it's not like we have a top-down mandate what technology we use. And then somebody tries something out. If it works and people see a value in it then you get adoption from it. >> The collaboration with the data volumes you're talking about as well has got to be intense. I think you're a little bit beyond the, okay, we ran the experiment, we put the data in Dropbox, go ahead and download it, you'll get that in only 18 short years. It seems like there's absolutely a challenge in that. >> That was one of the key points actually in the keynote is that, so a lot of the experiments at CERN have an open data policy where we release our data, and so that's great because we think it's important for open science, but it was always a bit of an issue, like who can actually practically analyze this data for people who don't have a data center? And so one part of the keynote was that we could demonstrate that using Kubernetes and public cloud infrastructure actually becomes possible for people who don't work at CERN to analyze this large-scale scientific data sets. >> Yeah, I mean maybe just for our audience, the punchline is rediscovering the Higgs boson in the public cloud. Maybe just give our audience a little bit of taste of that. >> Right, yeah, so basically what we did is, so the Higgs boson was discovered in 2012 by both ATLAS and CMS, and a part of that data, we used open data from CMS and part of that data has now been released publicly, and basically this was a 70-terabyte data set which we, thanks to our Google Cloud partners, could put onto public cloud infrastructure and then we analyzed it on a large-scale Kubernetes cluster, and-- >> The main challenge there was that, like, we publish it and we say you probably need a month to process it, but we had like 20 minutes on the keynote, so we kind of needed a bit larger infrastructure than usual to run it down to five minutes or less. In the end, it all worked out, but that was a bit of a challenge. >> How are you approaching, I guess, making this more accessible to more people? By which I mean, not just other research institutions scattered around the world, but students, individual students, sometimes in emerging economies, where they don't have access to the kinds of resources that many of us take for granted, particularly work for a prestigious research institutions? What are you doing to make this more accessible to high school kids, for example, folks who are just dipping their toes into a world they find fascinating? >> We have entire programs, outreach programs that go to high schools. I've been doing this when I was a student in Germany. We would go to high schools and we would host workshops and people would analyze a lot of this data themselves on their computers. So we would come with a USB stick that have data on them, and they could analyze it. And so part of also the open data strategy from ATLAS is to use that open data for educational purposes. And then there are also programs in emerging countries. >> Lukas and Ricardo, really appreciate you sharing the open data, open science mission that you have with our audience. Thank you so much for joining us. >> Thank you. >> Thank you. >> All right, for Corey Quinn, I'm Stu Miniman. We're in day two of two days live coverage here at KubeCon + CloudNativeCon 2019. Thank you for watching theCUBE. (upbeat music)

Published Date : May 22 2019

SUMMARY :

Brought to you by Red Hat, What piece of, you know, fantastic science and there, we collide them. to most companies, you talk about scale, Yeah, so, one of the main things that we need to do, to what the business needs for you and, you know, and we keep adding, so right now we have, and at the end of all of this we can run our blog but at the end of the day, we have a large machine Just, because all the different dimensions, But the issue we have now is that the accelerator "whatever we needed and everything, and, you know, on the physics side how to go through the best practices, Yeah, so like this keynote we had yesterday so sounds like you were the hipsters and we basically had to write our own tools, is that we don't usually just have our entire code base just all the people have to give us But was there any challenge to you We often say that we don't count how many cores and so it's not like we have a top-down mandate okay, we ran the experiment, we put the data in Dropbox, And so one part of the keynote was that we could demonstrate in the public cloud. and we say you probably need a month to process it, And so part of also the open data strategy Lukas and Ricardo, really appreciate you sharing Thank you for watching theCUBE.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Ricardo RochaPERSON

0.99+

Corey QuinnPERSON

0.99+

Stu MinimanPERSON

0.99+

CERNORGANIZATION

0.99+

LukasPERSON

0.99+

ATLASORGANIZATION

0.99+

2012DATE

0.99+

GenevaLOCATION

0.99+

GermanyLOCATION

0.99+

RicardoPERSON

0.99+

Lukas HeinrichPERSON

0.99+

Red HatORGANIZATION

0.99+

20 minutesQUANTITY

0.99+

Cloud Native Computing FoundationORGANIZATION

0.99+

70-terabyteQUANTITY

0.99+

15 yearsQUANTITY

0.99+

300,000 coresQUANTITY

0.99+

300,000QUANTITY

0.99+

Node.jsTITLE

0.99+

70 petabytesQUANTITY

0.99+

PythonTITLE

0.99+

400 petabytesQUANTITY

0.99+

10,000 coreQUANTITY

0.99+

Barcelona, SpainLOCATION

0.99+

100 metersQUANTITY

0.99+

eight yearsQUANTITY

0.99+

KubeConEVENT

0.99+

a monthQUANTITY

0.99+

100 timesQUANTITY

0.99+

SwitzerlandLOCATION

0.99+

five minutesQUANTITY

0.99+

oneQUANTITY

0.99+

FortranTITLE

0.98+

yesterdayDATE

0.98+

FranceLOCATION

0.98+

two daysQUANTITY

0.98+

Ecosystem PartnersORGANIZATION

0.98+

One problemQUANTITY

0.98+

OneQUANTITY

0.98+

five years'QUANTITY

0.98+

18 short yearsQUANTITY

0.97+

CMSORGANIZATION

0.97+

two beamsQUANTITY

0.97+

two gentlemenQUANTITY

0.96+

KubernetesTITLE

0.96+

bothQUANTITY

0.96+

CloudNativeCon Europe 2019EVENT

0.95+

40 million times a secondQUANTITY

0.95+

One thingQUANTITY

0.94+

eight visits a dayQUANTITY

0.94+

CloudNativeCon EU 2019EVENT

0.93+

CloudNativeCon 2019EVENT

0.93+

C++TITLE

0.93+

many yearsQUANTITY

0.92+

KubeCon CloudNativeCon 2019EVENT

0.92+

todayDATE

0.91+

one softwareQUANTITY

0.91+

DropboxORGANIZATION

0.89+

about 70 petabytesQUANTITY

0.86+

one debateQUANTITY

0.86+

10 gigabytes a secondQUANTITY

0.85+

one partQUANTITY

0.77+

a yearQUANTITY

0.75+

one thingQUANTITY

0.74+

a secondQUANTITY

0.73+

petabyteQUANTITY

0.73+

Mark Shuttleworth, Canonical | KubeCon + CloudNativeCon EU 2019


 

>> Live from Barcelona, Spain, It's theCUBE. Covering KubeCon + CloudNativeCon Europe 2019. Brought to you by Red Hat, the Cloud Native Computing Foundation, and ecosystem partners. >> Welcome back, to theCUBE coverage here at KubeCon + CloudNativeCon. I'm Stu Miniman, my co-host is Corey Quinn. And happy to welcome back to the program Mark Shuttleworth who os the CEO of Canonical. Of course, the orange shirts of Ubuntu, are seen all throughout the show. Mark, thank you so much for joining us, great so see you. >> Great to see you. >> All right, so for years, actually, we've had these conversations at the OpenStack Summit. It's interesting that, every time you mention it around this show you get snark online, as like, it is dead, Kubernetes killed it and it's like wait, no, no, you know we're talking about, a couple of open-source projects. I've been talking to people, especially in the telco space, that's like, oh yeah, well no, we just run OpenStack underneath and Kubernetes on top and put all things together. Give us a little bit of your broad view of some of these big trends, and open-source monoliths and microservices and all these pieces, all kind of fly together. >> Yeah, I think if your in the Reddit SubChannels, then you know it can feel a bit like turf war, and gangster-type, free software riffing, right. But the reality is, OpenStack solves business problems for people. They want large scale, virtualized infrastructure, that's cheaper than VMware. We are deploying OpenStacks in enterprise environments at double the scale and double the speed, in other words, like twice as many every month, as we were a year ago. I think people have gotten comfortable with the idea that Kubernetes is an application operations construct. I think we will see virtualization blur into the Kubernetes lives, but mainly for security reasons. So I want deeper isolation of applications that come from third-party vendors, for example. And I'm willing to trade performance for isolation, in circumstances where I am bringing in third-party code into my private infrastructure. After we see a couple of significant security compromises, I mean, we saw the GitHub compromise. If you shave that Yak, it gets to a very uncomfortable place of, what are we actually running as root all over our data centers with Docker and Docker Hub. So, people are going to want that kind of isolation of containers, the Kata Containers work is going to bring that. But that's very different to the proposition of, essentially, give me large scale, machine virtualization which OpenStack addresses. OpenStack hasn't done itself any favors, don't need to go into that here. But nonetheless, as far as we're concerned, it's straight forward to deliver large scale, low cost, enterprise virtualization infrastructure for telco's or IT use cases. >> Let's get into this ecosystem here. I want to say the Cloud Native ecosystem, and I say that specifically because there are some that look at this and they say, oh, there's dozens of projects now, Kubernetes is a platform against platform. Somebody even mentioned the word big tent once. We've seen some projects merging, we've seen some various pieces. >> I saw making a bigger tent on the keynote and I was like, not my favorite choice of words. >> I seem to remember a certain article that you wrote poking a whole in the big tent thing. What's the same, what's different? What's your take on this? Is it an ecosystem? Is it Kubernetes and friends, as Corey has liked to say here? What's your take? >> Look, I think we're still trying to figure out what are the appropriate labels to attach to this kind of forum, it is a forum, right. There is a tremendous amount of value attached to being here, to the ideas that are getting bounced about. But I wouldn't call it a simple community in the sort of, traditional open-source sense. The reality is there's very serious money behind every, sort of project that's been framed as a community project. This is a new kind of consortium. And that brings with it certain, delicate, political posturing and so on. But, nonetheless, it's a valuable place to be. It's definitely staking out important concepts and operational platforms, ideas, regimes, whatever you want to call it. This is going to be a fun week. >> I started off my career in the Linux world as a grumpy Unix administrator because there really wasn't any other kind. Then I started dipping my toes into the Linux world and something struck me, almost immediately, about Ubuntu. Was how welcoming everyone was in the community. There was no such thing as a stupid question. I asked the kind of questions you would expect from someone working on a computer, wearing a suit. People were very eager to embrace newcomers into that. It was one of the absolute best things that I saw coming out of Canonical, in addition to the software itself. I love that you're here as a part of this. What is the larger picture? What do you see in the Cloud Native ecosystem that's resonating with what Canonical's doing? >> So, the big thing that we do is, essentially, try to figure out where, what's possible with open-source that's hard to do. And then make it really straight forward so that more people can do the important stuff easily. That doesn't stop people from doing all the crazy stuff at the periphery that you can do with Ubuntu. It's generally easier with Ubuntu than any other platform. But we try to make the really most important things really easy for everybody. That's the first thing. The second thing is, we're a little non-judgemental about the fact that there are different perspectives on the same stuff. In the Ubuntu ecosystem, we make a point of saying that GNOME guys, and the KDE guys, and the LXQt, and the MATE guys. The Ubuntu ecosystem is where they actually meet to hash out how they can do stuff in a way that means users get a real choice between those. There's a very similar role for us to play in an environment like this. It's kind of acronym soup out there. Like 50 new projects every KubeCon. They're all interesting, they're all important, there's a lot of overlap between them. There's work for us to do in figuring out which ones are going to be really more important in the tent. We did that very effectively with OpenStack. The people who rode the OpenStack wave with us haven't had to abandon their OpenStacks. Because the stuff that we really chose to make central and easy, turned out to be the stuff that was the important poles in the tent. And we'll do exactly the same stuff here with Kubernetes. So, to put that into context, it's been real fun to be on the booth. We had, just tons, of people coming up and saying thank you for Microk8s. Microk8s is a single package of Kubernetes, that works in lots Linux distributions. It gives you, in about a minute, it gives you a standard Kubernetes environment, that's pure upstream. That, for a developer, just let's you get productive immediately. Figure out these new development application operations, constructs. You can use it on an airplane, you can use it on a train. Of course, it's compatible with all of the public clouds so that's the second thing that we're doing. We work with Amazon, with the EKS team, I spoke at their event on Monday. We work with Azure, the AKS team, we work with Google, we work with Oracle, we work with IBM. Essentially making sure that all of them offer Ubuntu worker nodes for their Kubernetes, SaaS offerings. That means that the developer who's doing stuff on their workstation with Microk8s can take those containers straight to any other public clouds. So, we're not trying to force people to use a particular solution, we're saying, in all of those environments, there are going to be choices people have. We want to make that as easy as possible for them. We want to avoid unnecessary friction in that process. That kind of underlining culture is coming through in this forum, as well. >> We've had many conversations about how you've always tried to make the job of that developer really easy. One of the things we always look at on this show is how much of it is the infrastructure people, or the platform underneath and the developer, and how much are they coming together. Anything different about this ecosystem? >> Very much so, yeah. >> Or your customers here that you can share? >> Kubernetes is an application construct. You can think of it as a next generation message bus. It's how components of an application find each other, communicate with each other, essentially, coordinate with each other. That makes it very tightly woven in to the developer experience. By contrast, you can be sitting writing a Java application inside a bank and not know or care whether it's going to be running on a physical machine, a virtual machine or an OpenStack cloud. You just don't know, you don't care. It's too far away from the application. Kubernetes is right there. I think that's one of the really interesting things is that it's bringing those infrastructure brains together with the application, app dev brains, in a very interesting way. It's going to be challenging. I wouldn't underestimate it, there are a lot of people, sort of, wondering around here, feeling a little confused, but that's okay. Do you know what I mean, the stuff shakes out. >> So, something that's been a recurring theme here has been the idea of going in a multi-cloud direction. Where people are talking about wanting to build workloads that they can seamlessly deploy across different providers. People talk about that, periodically, as a strategic goal but I'm not seeing people do it very often in the real world. You're in a much better position than a lot of us, to see that. Is that something you're seeing people moving towards as an adoption? >> Well, yes. Because we work with all of the major public clouds to optimize Ubuntu there, in a way that I don't think any other Linux does. You get an optimized Amazon Ubuntu on Amazon. You get an optimized Azure Ubuntu on Azure, and so on. >> Going very deep in the Amazon ecosystem. Most of my customers are using Ubuntu far ahead of anything else out there. >> That's right. >> And it's the right answer for what they're doing. >> That's right. It gives them, essentially, the best of what Amazon's offering, it still gives them the ability to feel like if they want to go somewhere else, they can. And that actually works well for Amazon. In the early days, I think there was a little tension between us and the cloud guys, because they were saying, look, if people use Ubuntu then they can go somewhere else. Yes, but in a sense, that makes them more likely to be more relaxed about starting wherever they choose to start. We don't advise enterprises as to which cloud to use. We advise them to engage with those clouds and figure out their differences, they are different. Amazon's really good at some things that are different, to what Microsoft is good at. Oracle is really good at some things which are different too. And what we're starting to see is the level of maturity in the enterprise governance process. They know they want to work with multiple clouds. They initially thought that was a straight kind of commodity exchange, competition thing. They now realize that it's a bit richer than that. That there are actually business reasons to have deeper relationships with particular clouds, based on what those clouds are prioritizing, and what they are prioritizing. So, we're not going to say you should use this cloud, you should use that cloud. Obviously, we can draw a distinction between the clouds where we're deeply engaged and the clouds where, you know, where you just don't have the benefit of that. But, more importantly we can say, you know, here are the set of practices that you can adopt internally that will give you comfort that your getting the best out of those clouds, the ones that you've chosen. And you have the portability that you really need. The key turns out be, enabling your developers, to use multiple clouds and challenging the developers to do different phases of the development life cycle on different clouds. Develop on your private cloud or your work station, use Microk8s, for example. Do tests on one cloud. Do staging and production on a different cloud. Now you already know that that whole, seamless ecosystem works. If you want to go use a high value, proprietary function, effectively on a cloud, that's a business decision and it's not a bad business decision. There's some spectacular capabilities from Amazon that are unique to Amazon. Or from Microsoft that are unique, or from Oracle that are unique to Oracle. They're spectacular. Those are business decisions to use them. There's other stuff that effectively you can give yourself optionality on. I wouldn't be black and white about that, put yourself in a position to make smart choices. And our best customers are getting are getting there. PayPal, they're operating on Ubuntu in a very sophisticated way, across multiple public clouds and private infrastructure. >> All right, so Mark we're five years into Kubernetes now. We've seen adoption grow, people feel there's a certain level of maturity here. There's always that concern that we've reached that peak and we're about to fall off the cliff. What do we need to worry about? What does the ecosystem need to do to make sure we continue along the stability and security that customers are looking for. >> There will be an over shoot regardless. I don't think there's any sort of leadership or governance approach that could avoid that. It's a little bit like, if your stock is going crazy. On the one hand, you're kind of happy. On the other hand, if you feel it's over valued it's a difficult sort of thing to say. You need to say, guys, you know what I mean, we're humans too. We've got our challenges to work through. And no one likes volatility, but too a certain extent, there's always speculation and over shoot, and over-enthusiasm, and hype. Kubernetes will over shoot. There's a bunch of emperors walking around here that, frankly, have no clothes. My job, our job, is very calmly, to sort through the wheat from the chaff. Make sure that it's possible for people to experiment with everything. But, that the stuff that we think has legs, effectively, is nicely integrated for people, that they have that for the long term, they won't regret things. We have a good track record of doing that. We've done it in the Linux desktop. We did it in OpenStack, we're doing it in public cloud. We've done it here in the Cloud Native world. I'd say things like AI are going in the same direction. Again, tons of complexity, tons of new options. Helping people effectively navigate through that is what we do very well. >> Yeah, one of the questions that I started to see as well, as we look at the way that these technologies continue to evolve, has been that, for better or worse, when developers are writing applications now and even infrastructure people are working with a lot of the things they care about. What operating system, let alone what distribution they're using, is increasingly slipping beneath the waves. People don't think about that as a primary area of focus anymore. And as, I guess, of the foundational Linux vendors in this space, how are you seeing that evolving? And how does Canonical remain relevant in a world where suddenly, people in a serverless future, I just throw some code over somewhere else and it runs is the limit of where most companies get involved. >> Yes, of course, we can point to the servers. And on the servers, we can point to the operating systems and inside the containers, we can point to the operating systems and underneath the serverless code, we can point to the language runtimes. So, the reality is that those things matter less and less to the developer. >> Yes. >> They still matter to the institution. So, I'm super comfortable with the language that says, the OS doesn't matter. What it means is that that whole tangle is getting professionalized and abstracted. But to be confident in the abstractions, someone needs to do a lot of work. I know how much work we do with Google, with Amazon, with Microsoft, with Oracle, with IBM, to make sure that nobody else has to feel like the OS matters. That that stuff essentially just works. You can extend that out to what we do with VMware, what we do, essentially, on bare-metal, what we do on developer workstations, what we do with the Windows crowd, effectively, and Windows subsystem for Linux, so that developers really can just build on Windows subsystem for Linux, Ubuntu, effectively, and ship that container straight to Amazon EKS and have it just work. There are a ton of little lies that have to line up. Containers are all kind of a fiction. The fiction breaks if those pieces don't line up. So, being Ubuntu, effectively and being being able to be consistent in all of those places, is a ton of work to enable it not to matter for anybody upstairs. That's allowing developers to go faster. It's allowing them to be more productive. It's allowing them to be more heroic. And it's allowing the people who do worry about the middleware to have far fewer nights scratching their heads as to, why didn't this version of this library tie up to that driver with that kernel. All of those things are still there. When you drop that container onto Amazon, we've got to connect the GPGPU in the hardware, through the hypervisor, to the guest OS, up into the container. And there's code getting injected all the way up. It's only the fact that we can typically have Ubuntu everywhere there that, essentially, allows those pieces to line up without some spectacular fireworks. It satisfies me when people say they don't have to worry about that. >> It's a victory condition. >> Mark, I want to give you the final word. What should we be looking for, from Canonical, through the rest of the year? >> So, for us, this has been a big year in terms of visibility in the enterprise. In terms of penetration, Ubuntu's everywhere in the Fortune 500, everywhere in the Global 2000. What's changed this year, is the CIO suddenly is seeing Ubuntu on their desk. For two reasons, one is IBM Red Hat. The CIO suddenly wants to know, okay, what does this mean? What else are we running? Where else can we get 24/7 SLAs? Where else can we get long term commitments to Linux and so on? And the fact is Ubuntu's already in the building so that's one, sort of, easy connect. The other thing is, there's really interesting, new workloads that Ubuntu leads in the enterprise. Obviously the container story, the multi-cloud story, edge. It's not just telcos. Every retailer, every logistics company, anybody that has physical distribution is now trying to say, well how can I automate compute in my physical world, effectively. So, edge is super interesting and IoT beyond that. People transforming businesses through taking a Raspberry Pi with Ubuntu and putting a snap on it is really, really cool. Which of those is going to drive the biggest headlines or the scariest headlines, I can't tell you. We're just trying to take care of security, performance and operations across all of them. >> All right, well, Mark Shuttleworth, always a pleasure to catch up, thank you so much for the updates. >> Great to see you. >> All right, for Corey Quinn, I'm Stu Miniman. We'll be back with lots more coverage here from KubeCon + CloudNativeCon 2019 in Barcelona, Spain. Thanks for watching theCUBE. (upbeat music)

Published Date : May 22 2019

SUMMARY :

Brought to you by Red Hat, And happy to welcome back to the program Mark Shuttleworth I've been talking to people, especially in the telco space, of containers, the Kata Containers work is going to bring that. and I say that specifically because there are some on the keynote and I was like, I seem to remember a certain article that you wrote This is going to be a fun week. I asked the kind of questions you would expect of saying that GNOME guys, and the KDE guys, One of the things we always look at on this show is It's going to be challenging. in the real world. to optimize Ubuntu there, in a way that I don't think in the Amazon ecosystem. and the clouds where, you know, What does the ecosystem need to do But, that the stuff that we think has legs, effectively, that these technologies continue to evolve, And on the servers, we can point to the operating systems You can extend that out to what we do with VMware, Mark, I want to give you the final word. Which of those is going to drive the biggest headlines always a pleasure to catch up, We'll be back with lots more coverage here

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
IBMORGANIZATION

0.99+

MicrosoftORGANIZATION

0.99+

AmazonORGANIZATION

0.99+

Mark ShuttleworthPERSON

0.99+

Corey QuinnPERSON

0.99+

OracleORGANIZATION

0.99+

Stu MinimanPERSON

0.99+

GoogleORGANIZATION

0.99+

CanonicalORGANIZATION

0.99+

Cloud Native Computing FoundationORGANIZATION

0.99+

MarkPERSON

0.99+

five yearsQUANTITY

0.99+

Red HatORGANIZATION

0.99+

MondayDATE

0.99+

AKSORGANIZATION

0.99+

PayPalORGANIZATION

0.99+

WindowsTITLE

0.99+

second thingQUANTITY

0.99+

KubeConEVENT

0.99+

EKSORGANIZATION

0.99+

UbuntuTITLE

0.99+

Barcelona, SpainLOCATION

0.99+

JavaTITLE

0.99+

50 new projectsQUANTITY

0.99+

LinuxTITLE

0.99+

first thingQUANTITY

0.99+

oneQUANTITY

0.99+

OpenStackTITLE

0.98+

KubernetesTITLE

0.98+

two reasonsQUANTITY

0.98+

OpenStack SummitEVENT

0.98+

a year agoDATE

0.98+

CloudNativeConEVENT

0.97+

twiceQUANTITY

0.97+

OneQUANTITY

0.97+

one cloudQUANTITY

0.96+

CoreyPERSON

0.96+

OpenStacksTITLE

0.96+

dozens of projectsQUANTITY

0.96+

GitHubORGANIZATION

0.96+

LXQtTITLE

0.95+

Dejan Bosanac & Josh Berkus, Red Hat | KubeCon + CloudNativeCon EU 2019


 

>> Live from Barcelona, Spain, it's theCUBE. Covering KubeCon, CloudNativeCon, Europe 2019. Brought to you by Red Hat, the Cloud Native Computing Foundation and Ecosystem Partners. >> Welcome back to theCUBE here in Barcelona, Spain. This is KubeCon, CloudNativeCon 2019. I'm Stu Miniman, my co-host for two days of wall-to-wall coverage is Corey Quinn. Joining us on the program we have two gentleman from Red Hat. To my right is Josh Berkas who's the Kubernetes community manager and sitting to his right is Dejan Bosanac who's a senior software engineer and as I said, both with Red Hat. Gentlemen, thanks so much for joining us. >> Well thank you. >> Thank you. >> All right. So Josh, a community manager in the Kubernetes space, so what brings you here to KubeCon and maybe explain to us and give the clarification on the shirt so that we can be educated to properly call this city and residence by, how they should be. >> Oh, so many things, so. I mean obviously, I'm here because the community is here, right? A very large community. We had a contributor summit on Monday. They had a couple hundred people, three hundred people at it. The important thing, when we talk about community in Kubernetes there's the general ecosystem community and then there's the contributor community. >> Right. >> And the latter is more with what I'm concerned with. Because even the contributor community by itself is quite large. As for the t-shirt, speaking of community, so we like to actually do special t-shirts for the contributor summits. I designed this one. Despite my current career, my academic background is actually in art. This is obviously a Moreau pastiche, but one of things I actually learned by doing this was I did a different version first, It said Barca on it, and then one of the folks from here is like, "Well that's the football team." That when they abbreviate the city, it's actually Barna. >> It was news to me. I am today years old when I found that out. >> Yes. >> So thank you very much for that. >> Yes, that was an additional four hours of drawing for me. >> All right. Go ahead Corey. >> So a while back, I had a tweet that went out that I knew was going to be taken in two different ways and you were one of the first people to come back on that in the second way. Everyone first thought I was being a snarky jerk. >> Yeah. Which, let's be honest, fair. >> Yeah. >> But what I said was that in five years no one is going to care about Kubernetes. >> Right. >> And your response was yeah, that's a victory condition. If you don't have to think or care about this, >> Yeah. >> that means it won >> Right. >> in a similar way that a lot of things have slipped >> Yeah. >> beneath the level of awareness. And I'm curious as to what both of you think about the idea of Kubernetes not, I'm not saying it loses in the marketplace, I don't think that that is likely at all, but at what point do people not have to think about it any more and what does that future look like? >> Yeah, I mean one of our colleagues noticed yesterday that this conference particularly is not about Kubernetes any more. So, you hear more about all the ecosystem. A lot of projects around it. So it certainly grew up above the Kubernetes. And so you see all the talks about service meshes and things we try to do for the edge computing and things like that. So it's not just the Kubernetes any more. It's a whole ecosystem of the products and projects around it. I think, it's a big success. >> Yeah. And I mean I'll say, talking sort of a longer view is, I can remember compiling my own Linux kernels. I can remember doing it on a weekly basis. Because you honestly had to, right? If you wanted certain devices to work you had to actually compile your own kernel. Now on my various servers and stuff that I do for testing and demos and development, I can't even tell you what kernel version I'm running. Because I don't care, right? And for core Kubernetes, like I said, if we get to that point of not needing to care about it of only needing to care about it when we're developing something, then that looks like victory to me. >> Josh, is there anything in the core contributor team that they have milestones and say "Hey, by the time we get to 2.0 or 3.0, you know Kubernetes is invisible?" >> Yeah, well it's spoken of more in terms of GA and API stability >> Yeah. >> because really, if you're going to back off and you're going to say, "What is Kubernetes?" Well, Kubernetes is, what the definition of Kubernetes is, is a bag of APIs. A very large bag of APIs, we do a lot of APIs but a bag of APIs and the less those APIs change in the future the closer we're getting to maturity and stability, right? Because we want people building new stuff around the APIs, not modifying the APIs themselves. >> Yeah well, to that end, last night, here at Barcelona time, a blog post came out from AWS where they set out a formalized deprecation strategy for their EKS product to keep up with the releases of Kubernetes. Now, AWS generally does not turn things off ever, which means that 500 years from now, two trunkless legs of stone in a desert will be balanced by an ELB classic. And we're never going to be rid of anything they've ever built, but if nothing else, you've impacted them to formalize a deprecation strategy that follows upstream, which is awesome. It's great to start seeing a world where you don't have to support older versions of things as your user base and your community informs you. It's nice to see providers breaking from their model to respond to what the community has done. And I can't imagine, for you, that's anything other than an unqualified success. >> All right, so, Dejan. >> Yeah? >> When we talk about dispersion of technology, you know, there are few issues that get people as excited these days as edge computing. So, tell us a little bit about what you're doing and the community's doing in the IOTN edge space. >> Yeah. So, we noticed that more and more people want to try their workloads outside of the centralized, mon-centralized data clusters, so the big term for the last year was the hyper-cloud, but it's not just hyper-cloud. People coming also from the IOT user space wants to, you know, containerize their workloads, wants to put the processing closer and closer to the devices that they're actually producing and presuming those data in the users. And there's a lot of use cases which should be tackled in that way. And as you all said previously, like Kubernetes won developers' hearts and minds so APIs are stable, everybody's using them, it will be supported for decades so it's natural to try to bring all these tools and all these platforms that are already available to developers, try to tackle these new challenges. So that's why last year we formed Kubernetes IT edge working group, trying to, you know, start with simple questions because when people come to you and say edge, everybody thinks something different. For somebody it's an IOT gateway, for somebody it's a full blown, you know, Kubernetes cluster at some telco provider. So that's what they're trying to figure out, all these things, and try to form a community because as we saw in the previous sales for the IOT users space is that complex problems like this are never basically solved by a single company. You need open source, you need open standard, you need community around it so that people can pick and choose and build a solution to fit their needs. >> Yes, so as you said, right, there is that spectrum of offerings everything from that telco down to, you know, is this going to be something sitting on a tower somewhere or, you know, the vast proliferation of IOT which, you know, we spent lots of time. So are you looking at all of these or are you pointing "Okay, we already have a telco working group over here, and, you know, we're going to work on the IOT thing." You know, where are we? What are the answers and starting point for people today? >> Yes, so we have a single working group for now and we try to bring in to people that are interested in this topic in general. So it's, one of the guys said like "Edge is everything that's not running in the center crowd right, so, we have a couple of interesting things happening at a moment, so future way guys have a cubics project and there're presented at this conference. We have a couple of sessions on that. That's basically trying to tackle this device age kind of' space, how to, you know, put Kubernetes' workload on the constrained device and over to constrained network kind of' problem. And we have a people like coming from the rancher, which provide their own, again, resource-constrained Kubernetes deployments, and we see a lot of developments here, but it's still, I think, early age and that's why we have like a working group which is something that we can build our community and work over the time to shape things and find the appropriate reference, architectural blueprints for people that can follow in the future. >> Yeah, I think that there's been an awful lot of focus here on this show on Kubernetes, but it is KubeCon plus CloudNativeCon. I'm curious as far as what you're seeing with these conversations, something you eluded to as well is that there's now a bunch of other services that are factored in. I mean, it feels almost like this show is become, just from conversations, Kubernetes and friends; but, the level of attention that being paid to those friends is dramatically increasing. And I'm curious as to how you're seeing this evolve in the community particularly but also with customers and what you're seeing as this entire ecosystem continues to evolve. >> Yeah. Well, I mean part of it out of necessity, right, as when Kubernetes' move from Dev and experimental into production, you don't run Kubernetes by itself, right? And some of the things with Kubernetes is you can run with existing tooling, rank cloud providers, that sort of thing. But other things you discover that you want new tools. For example, one of the areas that we saw, expansion to start with, was the area of monitoring and telemetry because it turns out that monitoring telemetry that you build for a hundred servers does not work with twenty thousand pods. It's just a volume problem there. And so then we had new projects like Heapster and Prometheus and the new products from other companies like Sistic and that sort of thing, just looking at that space, right, in order to have that part of the tool because you can't be in production without monitoring and telemetry. One of my personal areas that I'm involved is storage, right, and so we've had the rook project here go from and pretty much a year and a half actually, go from being open sourced to being now a serious alternative solution if you don't want to be dependent on cloud provider storage. >> Please tell me you're giving that an award called Rookie of the Year. [laughs] >> I do not apologize for that one. One thing that does resonate with me though is the idea that you've taken, strategically, that instead of building all of this functionality into Kubernetes and turning it into, "You'll do it this way or you're going to be off in the wilderness somewhere," it's decoupled. I love that pattern. Was that always the design from day one or was this a contentious decision history? >> No, it wasn't. Kubernetes started out as kind of a monolith, right, because it was like the open source version of borg light, right, and, which was build as a monolith within Google 'cause there weren't options. They had to work with Google's stuff, right, if you're looking at borg, right, and so they're not worried about supporting all this other stuff, but from day one of Kubernetes being a project, it was a multi-company project, right, and if you look at, you know, open shift and open shift's users and open shift's stack, it's different from what Google uses for GKE. And, honestly, the easiest way to support sort of multiple stack layers is to decouple everything, right? And not how we started out, right? Cloud providers, like one of our problems cloud providers entry, storage entry, networking. Networking was the only thing that was separate from day one. You know but all this stuff was entry, and it didn't take very long for that to get unmaintainable, right? >> Well, I mean I think one of the, I've been following you and running into you in the conference circuit for years, and one of the talks I gave for a year and a half was Heresy in the Church of Docker where we don't know what your problem is but Docker, Docker, Docker, Docker, Docker, and I gave a list of twelve or thirteen different reasons and things that were not being handled by Docker. And now, I've sunset that talk largely because 1) no one talks about Docker and it feels a bit like punching down, but more importantly, Cooper Netties has largely solved almost all of those. There are still a few exceptions here and there 'cause it turns out "Sorry, nothing is perfect and we've not yet found containersation utopia. Surprise!" But it's really come a very long way in a very short period of time. >> Yeah, what a lot of it is is decoupling 'cause the thing is that you can take it two ways, right, one is that potentially as an ecosystem Kubernetes solves almost anything. Some things like IOT are, you know, a lot more alpha state than others. And then if you actually look at just core Kubernetes, it's like what you would get off the Kubernetes' Kubernetes repo if you compiled it yourself, Kubernetes solves almost nothing. Like by itself, you can't do much with it other than test your patches. >> Right, in isolation, the big problem it solves is "Room is limited to 'I want a buzz wort on my resume.'" >> Yes. >> There needs to be more to it than that. >> So, and I think that's true in general 'cause like, you know, if you look at "why did Linux become the default server OS, right?" It became the default server OS because it was adaptable, right, because you would compile in your own stuff because we define posics and kernel module API's to make it easy for people to build their own stuff without needing to commit to Lin EX Kernel. >> Alright, so I'd to get both your thoughts just on the storage piece there because, you know, 1) you know, storage is a complex, highly fragmented ecosystem out there. Red Hat has many options out there, and, boy, when I saw the key note this morning, I thought he did a really good job of laying out the options but, boy, there's, you know, it's a complex multi fragmented stack with a lot of different options out there, and edge computing, the storage industry as a whole without even Kubernetes is trying to figure out how that works, so Dejan, maybe we start with you, and yeah. >> So yeah. I don't have any particular answers for you for today in that area, but what I want, to emphasize what Josh said earlier is that these API's and these modelization that is done in Kubernetes, it's one of the big important things for edge's vow because people coming there and saying "We should do this. Should we invent things or should we just try to reuse what's a basically very good, very well designed system?" So that's a starting point, like why do we want to start using Kubernetes for the edge computing? But for the storage questions, I would hand over to Josh. >> So, your problem with storage is not anything to do with Kubernetes in particular, but the fact that, like you said, the storage sort of stack ecosystem is a mess. It's more vendor. Everything is vendor specific. Things don't work even semantically the same, let alone like the same by API. And so, all we can do in the world of Kubernetes is make enabling storage for Kubernetes not any harder than it would have been to do it in some other system. >> Right, and look, the storage industry'd say, "No no. It's not a mess. It's just that there's a prolifera of applications our there. There is not one solution to fit them all and that's why we have block, we have file, we have object, we have all these various ways of doing things, so you're saying storage is hard, but storage with Kubernetes is no harder today. We're getting to that point. >> I would say it's a little harder today. And we're working on making it not any harder. >> All right, excellent. Well, Josh and Dejan, thank you so much for the updates. >> Thank you guys. Always appreciative of the community contributions. Look forward to hearing more about the, of course, the contributors always and as the Edge and IOT groups mature. Look forward to hearing updates in the future. Thank you. >> Cool. >> Thank you guys. >> Alright, for Corey Quinn, I'm Stu Miniman back with lots more coverage hear from KubeCon CloudNativeCon 2019 in Barcelona, Spain. Thanks for watching theCube.

Published Date : May 22 2019

SUMMARY :

Brought to you by Red Hat, and sitting to his right is Dejan Bosanac so what brings you here to KubeCon because the community is here, right? And the latter is more with what I'm concerned with. I am today years old when I found that out. So thank you Yes, that was All right. in two different ways and you were one of the first people Yeah. no one is going to care about Kubernetes. If you don't have to think And I'm curious as to what both of you think And so you see all the talks about I can't even tell you what kernel version I'm running. "Hey, by the time we get to 2.0 or 3.0, but a bag of APIs and the less those APIs change where you don't have to support older versions of things and the community's doing in the IOTN edge space. for somebody it's a full blown, you know, Kubernetes cluster everything from that telco down to, you know, for people that can follow in the future. And I'm curious as to how you're seeing this evolve And some of the things with Kubernetes is you can run Rookie of the Year. Was that always the design from day one a multi-company project, right, and if you look at, and one of the talks I gave for a year and a half was the thing is that you can take it two ways, right, one is Right, in isolation, the big problem it solves is "Room you know, if you look at "why did Linux become on the storage piece there because, you know, 1) you know, I don't have any particular answers for you like you said, the storage sort of stack ecosystem is Right, and look, the storage industry'd say, "No no. And we're working thank you so much for the updates. Always appreciative of the community contributions. Alright, for Corey Quinn, I'm Stu Miniman back with lots

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Dejan BosanacPERSON

0.99+

Josh BerkasPERSON

0.99+

Corey QuinnPERSON

0.99+

JoshPERSON

0.99+

Stu MinimanPERSON

0.99+

Josh BerkusPERSON

0.99+

BarcaORGANIZATION

0.99+

DejanPERSON

0.99+

MondayDATE

0.99+

twelveQUANTITY

0.99+

AWSORGANIZATION

0.99+

Cloud Native Computing FoundationORGANIZATION

0.99+

Red HatORGANIZATION

0.99+

two daysQUANTITY

0.99+

last yearDATE

0.99+

yesterdayDATE

0.99+

thirteenQUANTITY

0.99+

Barcelona, SpainLOCATION

0.99+

GoogleORGANIZATION

0.99+

five yearsQUANTITY

0.99+

bothQUANTITY

0.99+

CoreyPERSON

0.99+

second wayQUANTITY

0.99+

twenty thousand podsQUANTITY

0.99+

a year and a halfQUANTITY

0.99+

two waysQUANTITY

0.99+

KubeConEVENT

0.99+

three hundred peopleQUANTITY

0.99+

LinuxTITLE

0.99+

SisticORGANIZATION

0.99+

firstQUANTITY

0.98+

KubernetesTITLE

0.98+

oneQUANTITY

0.98+

four hoursQUANTITY

0.98+

CloudNativeConEVENT

0.98+

telcoORGANIZATION

0.98+

OneQUANTITY

0.97+

todayDATE

0.97+

Cooper NettiesPERSON

0.97+

last nightDATE

0.97+

Ecosystem PartnersORGANIZATION

0.97+

CloudNativeCon EU 2019EVENT

0.96+

two different waysQUANTITY

0.96+

CloudNativeCon 2019EVENT

0.95+

first peopleQUANTITY

0.95+

two gentlemanQUANTITY

0.94+

Kubernetes'PERSON

0.94+

One thingQUANTITY

0.94+

Lin EX KernelTITLE

0.94+

CloudNativeConTITLE

0.93+

one solutionQUANTITY

0.93+

Jason Bloomberg, Intellyx | KubeCon + CloudNativeCon EU 2019


 

>> Live from Barcelona, Spain, it's theCUBE! Covering KubeCon and CloudNativeCon Europe 2019. Brought to you by Red Hat, the Cloud Native Computing Foundation, and ecosystem partners. >> Welcome back. This is theCUBE's live coverage of KubeCon, CloudNativeCon 2019 here in Barcelona, Spain. 7,700 here in attendance, here about all the Cloud Native technologies. I'm Stu Miniman; my cohost to the two days of coverage is Corey Quinn. And to help us break down what's happening in this ecosystem, we've brought in Jason Bloomberg, who's the president at Intellyx. Jason, thanks so much for joining us. >> It's great to be here. >> All right. There's probably some things in the keynote I want to talk about, but I also want to get your general impression of the show and beyond the show, just the ecosystem here. Brian Liles came out this morning. He did not sing or rap for us this morning like he did yesterday. He did remind us that the dinners in Barcelona meant that people were a little late coming in here because, even once you've got through all of your rounds of tapas and everything like that, getting that final check might take a little while. They did eventually filter in, though. Always a fun city here in Barcelona. I found some interesting pieces. Always love some customer studies. Conde Nast talking about what they've done with their digital imprint. CERN, who we're going to have on this program. As a science lover, you want to geek out as to how they're finding the Higgs boson and how things like Kubernetes are helping them there. And digging into things like storage, which I worked at a storage company for 10 years. So, understanding that storage is hard. Well, yeah. When containers came out, I was like, "Oh, god, we just fixed it for virtualization, "and it took us a decade. "How are we going to do it this time?" And they actually quoted a crowd chat that we had in our community. Tim Hawken, of course one of the first Kubernetes guys, was in on that. And we're going to have Tim on this afternoon, too. So, just to set a little context there. Jason, what's your impressions of the show? Anything that has changed in your mind from when you came in here to today? Let's get into it from there. >> Well, this is my second KubeCon. The first one I went to was in Seattle in December. What's interesting from a big picture is really how quickly and broadly KubeCon has been adopted in the enterprise. It's still, in the broader scheme of things, relatively new, but it's really taking its place as the only container orchestrator anybody cares about. It sort of squashed the 20-or-so alternative container orchestrators that had a brief day in the sun. And furthermore, large enterprises are rapidly adopting it. It's remarkable how many of them have adopted it and how broadly, how large the deployment. The Conde Nast example was one. But there are quite a number. So we turned the corner, even though it's relatively immature technology. That's the interesting story as well, that there's still pieces missing. It's sort of like flying an airplane while you're still assembling it, which makes it that much more exciting. >> Yeah, one of the things that has excited me over the last 10 years in tech is how fast it takes me to go from ideation to production, has been shrinking. Big data was: "Let's take the thing that used to take five years "and get it down to 18 months." We all remember ERP deployments and how much money and people you need to throw at that. >> It still takes a lot of money and people. >> Right, because it's ERP. I was talking to one of the booths here, and they were doing an informal poll of, "How many of you are going to have Kubernetes "in production in the next six months?" Not testing it, but in production in the next six months, and it was more than half of the people were going to be ramping it up in that kind of environment. Anything architecturally? What's intriguing you? What's the area that you're digging down to? We know that we are not fully mature, and even though we're in production and huge growth, there's still plenty of work to do. >> An interesting thing about the audience here is it's primarily infrastructure engineers. And the show is aimed at the infrastructure engineers, so it's technical. It's focused on people who code for a living at the infrastructure level, not at the application level. So you have that overall context, and what you end up having, then, is a lot of discussions about the various components. "Here's how we do storage." "Here's how we do this, here's how we do that." And it's all these pieces that people now have to assemble, as opposed to thinking of it overall, from the broader context, which is where I like writing about, in terms of the bigger picture. So the bigger picture is really that Cloud Native, broadly speaking, is a new architectural paradigm. It's more than just an architectural trend. It's set of trends that really change the way we think about architecture. >> One interesting piece about Kubernetes, as well. One of the things we're seeing as we see Kubernetes start to expand out is, unlike serverless, it doesn't necessarily require the same level of, oh, just take everything you've done and spend 18 months rewriting it from scratch, and then it works in this new paradigm in a better way. It's much less of a painful conversion process. We saw in the keynote today that they took WebLogic, of all things, and dropped that into Kubernetes. If you can do it with something as challenging, in some respects, and as monolithic as WebLogic, then almost any other stack you're going to see winds up making some sense. >> Right, you mentioned serverless in contrast with Kubernetes, but actually, serverless is part of this Cloud Native paradigm as well. So it's broader than Kubernetes, although Kubernetes has established itself as the container orchestration platform of choice. But it's really an overall story about how we can leverage the best practices we've learned from cloud computing across the entire enterprise IT landscape, both in the cloud and on premises. And Kubernetes is driving this in large part, but it's bigger picture than the technology itself. That's what's so interesting, because it's so transformative, but people here are thinking about trees, not the forest. >> It's an interesting thing you say there, and I'm curious if you can help our community, Because they look at this, and they're like, "Kubernetes, Kubernetes, Kubernetes." Well, a bunch of the things sit on Kubernetes. As they've tried to say, it's a platform of platforms. It's not the piece. Many of the things can be with Kubernetes but don't have to be. So, the whole observability piece. We heard the merging of the OpenCensus, OpenTracing with OpenTelemetry. You don't have to have Kubernetes for that to be a piece of it. It can be serverless underneath it. It can be all these other pieces. Cloud Native architecture sits on top of it. So when you say Cloud Native architecture, what defines that? What are the pieces? How do I have to do it? Is it just, I have to have meditated properly and had a certain sense of being? What do we have to do to be Cloud Native? >> Well, an interesting way of looking at it is: What we have subtracted from the equation, so what is intentionally missing. Cloud Native is stateless, it is codeless, and it is trustless. Now, not to say that we don't have ways of dealing with state, and of course there's still plenty of code, and we still need trust. But those are architectural principals that really percolate through everything we do. So containers are inherently stateless; they're ephemeral. Kubernetes deals with ephemeral resources that come and go as needed. This is key part of how we achieve the scale we're looking for. So now we have to deal with state in a stateless environment, and we need to do that in a codeless way. By codeless, I mean declarative. Instead of saying, how are we going to do something? Let's write code for that, we're going to say, how are we going to do that? Let's write a configuration file, a YAML file, or some other declarative representation of what we want to do. And Kubernetes is driven this way. It's driven by configuration, which means that you don't need to fork it. You don't need to go in and monkey with the insides to do something with it. It's essentially configurable and extensible, as opposed to customizable. This is a new way of thinking about how to leverage open-source infrastructure software. In the past, it was open-source. Let's go in an monkey with the code, because that's one of the benefits of open-source. Nobody wants to do that now, because it's declaratively-driven, and it's configurable. >> Okay, I hear what you're saying, and I like what you're saying. But one of the things that people say here is everyone's a little bit different, and it is not one solution. There's lots of different paths, and that's what's causing a little bit of confusion as to which service mesh, or do I have a couple of pieces that overlap. And every deployment that I see of this is slightly different, so how do I have my cake and eat it, too? >> Well, you mentioned that Kubernetes is a platform of platforms, and there's little discussion of what we're actually doing with the Kubernetes here at the show. Occasionally, there's some talk about AI, and there's some talk about a few other things, but it's really up to the users of Kubernetes, who are now the development teams in the enterprises, to figure out what they want to do with it and, as such, figure out what capabilities they require. Depending upon what applications you're running and the business use cases, you may need certain things more than others. Because AI is very different from websites, it's very different from other things you might be running. So that's part of the benefit of a platform of platforms, is it's inherently configurable. You can pick and choose the capabilities you want without having to go into Kubernetes and fork it. We don't want 12 different Kubernetes that are incompatible with each other, but we're perfectly okay with different flavors that are all based on the same, fundamental, identical code base. >> We take a look at this entire conference, and it really comes across as, yes, it's KubeCon and CloudNativeCon. We look at the, I think, 36 projects that are now being managed by this. But if we look at the conversations of what's happening here, it's very clear that the focus of this show is Kubernetes and friends, where it tends to be taking the limelight of a lot of this. One of the challenges you start seeing as soon as you start moving up the stack, out through the rest of the stack, rather, and seeing what all of these Cloud Native technologies are is, increasingly, they're starting to be defined by what they aren't. I mean, you have the old saw of, serverless runs on servers, and other incredibly unhelpful sentiments. And we talk about what things aren't more so than we do what they are. And what about capabilities story? I don't have an answer for this. I think it's one of those areas where language is hard, and defining what these things are is incredibly difficult. But I see what you're saying. We absolutely are seeing a transformative moment. And one of the strangest things about it, to me at least, is the enthusiasm with which we're seeing large enterprises, that you don't generally think of as being particularly agile or fast-moving, are demonstrating otherwise. They're diving into this in fascinating ways. It's really been enlightening to have conversations for the last couple of days with companies that are embracing this new paradigm. >> Right. Well, in our perspective at Intellyx, we're focusing on digital transformation in the enterprise, which really means putting the customer first and having a customer-driven transformation of IT, as well as the organization itself. And it's hard to think in those terms, in customer-facing terms, when you're only talking about IT infrastructure. Be that as it may, it's still all customer-driven. And this is sometimes the missing piece, is how do we connect what we're doing on the infrastructure side with what customers require from these companies that are implementing it? Often, that missing piece centers on the workload. Because, from the infrastructure perspective, we have a notion of a workload, and we want workload portability. And portability is one of the key benefits of Kubernetes. It gives us a lot of flexibility in terms of scalability and deployment options, as well as resilience and other benefits. But the workload also represents the applications we're putting in front of our end users, whether they're employees or end customers. So that's they key piece that is like the keystone that ties the digital story, that is the customer-facing, technology-driven, technology-empowered story, with the IT infrastructure stories. How do we support the flexibility, scalability, resilience of the workloads that the business needs to meet its business goals? >> Yeah, I'm really glad you brought up that digital transformation piece, because I have two questions, and I want to make sure I'm allowing you to cover both of them. One is, the outcome we from people as well: "I need to be faster, and I need to be agile." But at the same point, which pieces should I, as an enterprise, really need to manage? Many of these pieces, shouldn't I just be able to consume it as a managed service? Because I don't need to worry about all of those pieces. The Google presentation this morning about storage was: You have two options. Path one is: we'll take care of all of that for you. Path two is: here's the level of turtles that you're going to go all the way down, and we all know how complicated storage is, and it's got to work. If I lose my state, if I lose my pieces there, I'm probably out of business or at least in really big trouble. The second piece on that, you talked about the application. And digital transformation. Speed's great and everything, but we've said at Wikibon that the thing that will differentiate the traditional companies and the digitally transformed is data will drive your business. You will have data, it will add value of business, and I don't feel that story has come out yet. Do you see that as the end result from this? And apologies for having two big, complex questions here for you. >> Well, data are core to the digital transformation story, and it's also an essential part of the Kubernetes story. Although, from the infrastructure perspective, we're really thinking more about compute than about data. But of course, everything boils down to the data. That is definitely always a key part of the story. And you're talking about the different options. You could run it yourself or run it as a managed service. This is a key part of the story as well, is that it's not about making a single choice. It's about having options, and this is part of the modern cloud storage. It's not just about, "Okay, we'll put everything in one public cloud." It's about having multiple public clouds, private clouds, on-premises virtualization, as well as legacy environments. This is what you call hybrid IT. Having an abstracted collection of environments that supports workload portability in order to meet the business needs for the infrastructure. And that workload portability, in the context of multiple clouds, that is becoming increasingly dependent on Kubernetes as an essential element of the infrastructure. So Kubernetes is not the be-all and end-all, but it's become an essentially necessary part of the infrastructure, to make this whole vision of hybrid IT and digital transformation work. >> For now. I mean, I maintain that, five years from now, no one is going to care about Kubernetes. And there's two ways that goes. Either it dries up, blows away, and something else replaces it, which I don't find likely, or, more likely, it slips beneath the surface of awareness for most people. >> I would agree, yeah. >> The same way that we're not sitting here, having an in-depth conversation about which distribution of Linux, or what Linux kernel or virtual memory manager we're working with. That stuff has all slipped under the surface, to the point where there are people who care tremendously about this, but you don't need to employ them at every company. And most companies don't even have to think about it. I think Kubernetes is heading that direction. >> Yeah, it looks like it. Obviously, things continue to evolve. Yeah, Linux is a good example. TCP/IP as well. I remember the network protocol wars of the early 90s, before the web came along, and it was, "Are we going to use Banyan VINES, "are we going to use NetWare?" Remember NetWare? "Or are we going to use TCP/IP or Token Ring?" Yeah! >> Thank you. >> We could use GDP, but I don't get it. >> Come on, KOBOL's coming back, we're going to bring back Token Ring, too. >> KOBOL never went away. Token Ring, though, it's long gone. >> I am disappointed in Corey, here, for not asking the question about portability. The concern we have, as you say: okay, I put Kubernetes in here because I want portability. Do I end up with least-common-denominator cloud? I'm making a decision that I'm not going to go deep on some of the pieces, because nice as the IPI lets things through, but we understand if I need to work across multiple environments, I'm usually making a trade-off there. What do you hear from customers? Are they aware that they're doing this? Is this a challenge for people, not getting the full benefit out of whichever primary or whichever clouds they are using? >> Well, portability is not just one thing. It's actually a set of capabilities, depending upon what you are trying to accomplish. So for instance, you may want to simply support backing up your workload, so you want to be able to move it from here to there, to back it up. Or you may want to leverage different public clouds, because different public clouds have different strengths. There may be some portability there. Or you may be doing cloud migration, where you're trying to move from on-premises to cloud, so it's kind of a one-time portability. So there could be a number of reasons why portability is important, and that could impact what it means to you, to move something from here to there. And why, how often you're going to do it, how important it is, whether it's a one-to-many kind of thing, or it's a one-to-one kind of thing. It really depends on what you're trying to accomplish. >> Jason, last thing real quick. What research do you see coming out of this? What follow-up? What should people be looking for from Intellyx in this space in the near future? >> Well, we continue to focus on hybrid IT, which include Kubernetes, as well as some of the interesting trends. One of the interesting stories is how Kubernetes is increasingly being deployed on the edge. And there's a very interesting story there with edge computing, because the telcos are, in large part, driving that, because of their 5G roll-outs. So we have this interesting confluence of disruptive trends. We have 5G, we have edge computing, we have Kubernetes, and it's also a key use case for OpenStack, as well. So it's like all of these interesting trends are converging to meet a new class of challenges. And AI is part of that story as well, because we want to run AI at the edge, as well. That's the sort of thing we do at Intellyx, is try to take multiple disruptive trends and show the big picture overall. And for my articles for SiliconANGLE, that's what I'm doing as well, so stay tuned for those. >> All right. Jason Bloomberg, thank you for helping us break down what we're doing in this environment. And as you said, actually, some people said OpenStack is dead. Look, it's alive and well in the Telco space and actually merging into a lot of these environments. Nothing ever dies in IT, and theCUBE always keeps rolling throughout all the shows. For Corey Quinn, I'm Stu Miniman. We have a full-packed day of interviews here, so be sure to stay with us. And thank you for watching theCUBE. (upbeat techno music)

Published Date : May 22 2019

SUMMARY :

Brought to you by Red Hat, And to help us break down what's happening Tim Hawken, of course one of the first Kubernetes guys, and how broadly, how large the deployment. Yeah, one of the things that has excited me What's the area that you're digging down to? is a lot of discussions about the various components. One of the things we're seeing as we see Kubernetes but it's bigger picture than the technology itself. Many of the things can be with Kubernetes Now, not to say that we don't have But one of the things that people say here is You can pick and choose the capabilities you want One of the challenges you start seeing And portability is one of the key benefits of Kubernetes. One is, the outcome we from people as well: of the infrastructure, to make this whole vision beneath the surface of awareness for most people. And most companies don't even have to think about it. I remember the network protocol wars of the early 90s, we're going to bring back Token Ring, too. KOBOL never went away. because nice as the IPI lets things through, and that could impact what it means to you, What research do you see coming out of this? That's the sort of thing we do at Intellyx, And as you said, actually,

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Tim HawkenPERSON

0.99+

JasonPERSON

0.99+

SeattleLOCATION

0.99+

Corey QuinnPERSON

0.99+

Stu MinimanPERSON

0.99+

Brian LilesPERSON

0.99+

Jason BloombergPERSON

0.99+

12QUANTITY

0.99+

BarcelonaLOCATION

0.99+

Cloud Native Computing FoundationORGANIZATION

0.99+

two questionsQUANTITY

0.99+

five yearsQUANTITY

0.99+

10 yearsQUANTITY

0.99+

Red HatORGANIZATION

0.99+

DecemberDATE

0.99+

bothQUANTITY

0.99+

18 monthsQUANTITY

0.99+

secondQUANTITY

0.99+

CERNORGANIZATION

0.99+

36 projectsQUANTITY

0.99+

20QUANTITY

0.99+

TimPERSON

0.99+

IntellyxORGANIZATION

0.99+

Barcelona, SpainLOCATION

0.99+

two waysQUANTITY

0.99+

second pieceQUANTITY

0.99+

OneQUANTITY

0.99+

two daysQUANTITY

0.99+

7,700QUANTITY

0.99+

KubeConEVENT

0.99+

two optionsQUANTITY

0.99+

KOBOLORGANIZATION

0.99+

oneQUANTITY

0.99+

firstQUANTITY

0.99+

yesterdayDATE

0.98+

one solutionQUANTITY

0.98+

LinuxTITLE

0.98+

GoogleORGANIZATION

0.98+

todayDATE

0.97+

KubernetesTITLE

0.97+

early 90sDATE

0.97+

Cloud NativeTITLE

0.96+

WikibonORGANIZATION

0.96+

more than halfQUANTITY

0.96+

this morningDATE

0.95+

CloudNativeCon Europe 2019EVENT

0.95+

one thingQUANTITY

0.95+

WebLogicTITLE

0.94+

first oneQUANTITY

0.94+

One interesting pieceQUANTITY

0.93+

Path oneQUANTITY

0.93+

single choiceQUANTITY

0.93+

this afternoonDATE

0.92+

CloudNativeCon 2019EVENT

0.92+

Path twoQUANTITY

0.92+

one of the boothsQUANTITY

0.92+

next six monthsDATE

0.91+

Linux kernelTITLE

0.9+

two bigQUANTITY

0.89+

Doug Davis, IBM | KubeCon + CloudNativeCon EU 2019


 

>> live from Barcelona, Spain. It's the key covering Cook Con Cloud, Native Con Europe twenty nineteen by Red Hat, The Cloud, Native Computing Foundation and Ecosystem Partners. >> Welcome back to the Cubes Live coverage of Cloud Native Con Cube Khan, twenty nineteen I'm student of my co host is Corey Quinn and happy to welcome back to the program. Doug Davis, who's a senior technical staff member and PM of a native and happens to be employed by IBM. Thanks so much for joining. Thanks for inviting me. Alright. So, Corey, I got really excited when he saw this Because server lists, uh, is something that, you know he's been doing for a while. I've been poking in, trying to understand all the pieces have done marvelous conflict couple of times and, you know, I guess, I guess layout for our audience a little bit, you know, Kay native. You know, I look at it kind of a bridging the solution, but, you know, we're talking. It's not the, you know, you know, containers or server. Listen, you know, we understand that world, they're spectrums, and there's overlap. So maybe is that is a set up. You know what is the service. Working groups, you know, Charter, Right. So >> the service Working Group is a Sand CF working group. It was originally started back in mid two thousand seventeen by the technical recite committee in Cincy. They basically wanted know what is service all about his new technology is that some of these get involved with stuff like that. So they started up the service working group and our main mission was just doing some investigation. And so the output of this working group was a white paper. Basically describing serval is how it compares with the other as is out there. What is the good use cases for when to use? It went out through it. Common architectures, basically just explaining what the heck is going on in that space. And then we also produced a landscape document basically laying out what's out there from a proprietors perspective as well is open source perspective. And then the third piece was at the tail end of the white paper set of recommendations for the TOC or seen staff in general. What should they do? Do next and basic came down to three different things. One was education. We want to be educate the community on what services, when it's appropriate >> stuff like that >> to what should wait. I'm sorry I'm getting somebody thinks my head recommendations. What other projects we pull into the CNC f others other service projects, you know, getting encouraged in the joint to grow the community. And, third, >> what should we >> do around improbability? Because obviously, when it comes to open source standards of stuff like that, we want in our ability portability, stuff like that. And one of the low hang your food so they identified was, Well, service seems to be all about events. So there's something inventing space we can do and we recognize well, if we could help the processing of events as it moves from Point A to point B, that might help people in terms of middleware in terms of routing, of events, filtering events, stuff like that. And so that's how these convents project that started. Right? And so that's where most of service working group members are nowadays. Is cloud events working or project, and they're basically divine, Eva said. Specification around cloud events, and you kind of think of it as defining metadata to add to your current events because we're not going to tell you. Oh, here's yet another one size fits all cloud of in format, right? It's Take your current events. Sprinkle a little extra metadata in there just to help routing. And that's really what it's all about. >> One of the first things people say about server list is quoted directly from the cover of Missing the Point magazine Server list Runs on servers. Wonderful. Thank you for your valuable contribution. Go away slightly less naive is, I think, an approach, and I've seen a couple of times so far at this conference. When talking to people that they think of it in terms of functions as a service of being able to take arbitrary code and run it. I have a wristwatch I can run arbitrary code on. That's not really the point. It's, I think you're right. It's talking more about the event model and what that unlocks As your application. Mohr less starts to become more self aware. Are you finding that acceptance of that point is taking time to take root? >> Yeah, I think what's interesting is when we first are looking. A serval is, I think, very a lot of people did think of service equals function of the service, and that's all it was. I think what we're finding now is this this mode or people are more open to the idea of sort of as you. I think you're alluding to merging of these worlds because we look at the functionality of service offers things like event base, which really only means is the messages coming in? It just happens to look like an event. Okay, fine. Mrs comes in you auto scale based upon, you know, loaded stuff like that scale down to zero is a one of the key. Thought it was really like all these other things are all these features. Why should you limit those two service? Why not a past platform? Why not? Container is a service. Why would you want those just for one little as column? And so my goal with things like a native though I'm glad you mentioned it is because I think Canada does try to span those, and I'm hoping it kind of merges them altogether and says, Look, I don't care what you call it. Use this piece of technology because it does what you need to do If you want to think of it as a pass. Go for I don't care. This guy over here he wants think that is a FAZ Great. It's the same piece of technology. Does the feature do what you need? Yes or no? Ignore that, nor the terminology around it more than anything else. >> So I agree. Ueda Good, Great discussion with the user earlier and he said from a developer standpoint, I actually don't want to think too much about which one of these pass I go down. I want to reduce the friction for them and make it easy. So you know, how does K native help us move towards that? You know, ideal >> world, right? And I think so fine. With what I said earlier, One of the things I think a native does, aside from trying to bridge all the various as columns is I also look a K native as a simplification of communities because as much as everybody here loves communities, it is kind of complicated, right? It is not the easiest thing in the world to use, and it kind of forced you to be a nightie expert which almost goes against the direction we were headed. When you think of Cloud Foundry stuff like that where it's like, Hey, you don't worry about this something, we're just give us your code, right? Cos well says, No, you gotta know about networks, Congress on values, that everything else it's like, I'm sorry, isn't this going the wrong way? Well, Kania tries to back up a little, say, give you all the features of Cooper Netease, but in a simplified platform or a P I experience that you can get similar Tokat. Foundry is Simo, doctor and stuff, but gives you all the benefits of communities. But the important thing is if for some reason you need to go around K native because it's a little too simplified or opinionated, you could still go around it to get to the complicated stuff. And it's not like you're leaving that a different world or you're entering a different world because it's the same infrastructure they could. This stuff that you deploy on K native can integrate very nicely with the stuff you deploy through vanilla communities if you have to. So it is really nice emerging these two worlds, and I'm I'm really excited by that. >> One thing that I found always strange about server list is a first. It was defined by what it's not and then quickly came to be defined almost by its constraints. If you take a look at public cloud offerings around this, most notably a ws land other there, many others it comes down well. You can only run it for experience, time or on Lee runs in certain run times, or it's something the cold starts become a problem. I think that taking a viewpoint from that perspective artificially hobbles what this might wind up on locking down the road just because these constraints move. And right now it might be a bit of a toy. I don't think it will be as it because it needs to become more capable. The big value proposition that I keep hearing around server listen I've mostly bought into has been that it's about business logic and solving the things that Air corps to your business and not even having to think about infrastructure. Where do you stand on that >> viewpoint? I completely agree. I think a lot of the limitations you see today are completely artificial I kind of understand why they're there, because the way things have progressed, But again, it's one reason I excited like a native is because a lot of those limitations aren't there. Now. Kay native doesn't have its own set of limitations. And personally, I do want to try to remove those. Like I said, I would love it if K native, aside from the service features it offers up, became these simplified incriminate his experience. So if you think about what you could do with Coronet is right, you can deploy a pod and they can run forever until the system decides to crash. For some reason, right, why not do that with a native and you can't stay with a native? Technically, I have demos that I've been running here where I set the men scale the one it lives forever, and teenager doesn't care right? And so deploying an application through K native communities. I don't care that it's the same thing to me. And so, yes, I do want to merge in those two worlds. I wantto lower those constraints as long as you keep it a simplified model and support the eighty to ninety percent of those use cases that it's actually meant to address. Leave the hard stuff for going around it a little. >> Alright, So, Doug, you know, it's often times, you know, we get caught in this bubble of arguing over, you know? You know what we call it, how the different pieces are. Yesterday you had a practitioner Summit four server list. So what? I want to hear his You know, whats the practitioners of you put What are they excited about? What are they using today and what are the things that they're asking for? Help it become, you know, Maur were usable and useful for them in the future. >> So in full disclosure, we actually kind of a quiet audience, so they weren't very vocal. But what little I did here is they seemed very excited by K native and I think a lot of it was because we were just talking about sort of the merging of the worlds because I do think there is still some confusion around, as you said, when to use one versus the other. And I think a native is helping to bring those together. And I did hear some excitement around that in terms of what people actually expect from us going the future. I don't know the honest They didn't actually say a whole lot there. I had my own personal opinion, and lot of is what already stayed in terms of emerging. Stop having me pick a technology or pick a terminology, right? Let me just pick technology gets my job done and hopefully that one will solve a lot of my needs. But for the most part, I think it was really more about Kenya than anything else yesterday. >> I think like Lennox before it. Any technology? At some point you saw this with virtual ization with cloud, with containers with Cooper Netease. And now we're starting to seriously with server lists where some of its most vocal proponents are also so the most obnoxious in that they're looking at this from a perspective of what's your problem? I'm not even going to listen to the answer. The solution is filling favorite technology here. So to that end today, what workloads air not appropriate for surveillance in your >> mind? Um, so this is hardly the answer because I have the IBM Army running through my head because what's interesting is. I do hear people talk about service is good for this and not this or you can date. It was good for this and not this. And I hear those things, and I'm not sure I actually buy it right. I actually think that the only limitations that I've seen in terms of what you should not run on time like he needed or any of the platform is whatever that platform actually finds you, too. So, for example, on eight of us, they may have time limited in terms of how long you can run. If that's a problem for you, don't use it to me. That's not an artifact of service. That's artifact of that particular choice of how the implement service with K native they don't have that problem. You could let it run forever if you want. So in terms of what workloads or good or bad, I honestly I don't have a good answer for that because I don't necessary by some of the the stories I'm hearing, I personally think, try to run everything you can through something like Cain native, and then when it fails, go someplace else is the same story had when containers first came around, they would say, You know when to use viens roses containers. My go to answer was, always try containers first. Your life would be a whole lot easier when it doesn't work, then look at the other things because I don't want to. I don't want to try to pigeonhole something like surly or K native and say, Oh, don't even think about it for these things because it may actually worked just fine for you, right? I don't want people to believe negative hype in a way that makes sense, >> and that's very fair. I tend to see most of the constraints around. This is being implementation details of specific providers and that that will dictate answers to that question. I don't want to sound like I'm coming after you, and that's very thoughtful of measured >> thank you Usual response back. Teo >> I'LL give you the tough one. The critical guy had in Seattle when I looked at K Native is there's a lot of civilised options out there yet, but when I talked to users, the number one out there is a ws lambda, and number two is probably as your functions and as of Seattle, neither of those was fully integrated since then. I talked a little startup called I Believe his Trigger Mash that that has made some connections between Lambda on K Native. And there was an announcement a couple of weeks ago, Kedia or Keita? That's azure and some kind of future to get Teo K native. So it feels like it's a maturity thing. And, you know, what can you tell us about, you know, the big cloud guys on Felicia? Google's involved IBM Red Hat on and you know Oracle are involved in K Native. So where do those big cloud players? Right? >> So from my perspective, what I think Kenya has going for it over the others is one A lot of other guys do run on Cooper Netease. I feel like they're sort of like communities as well as everything else, like some of them can run. Incriminate is Dr anything else, and so they're not necessary. Tightly integrated and leveraging the carbonates features the way Kay native is doing, and I think that's a little bit unique right there. But the other thing that I think K native has going for it is the community around it. I think people were doing were noticing. Is that what you said? There's a lot of other players out there and his heart feel the choose and what? I think Google did a great job of this sort of bringing the community together and said, Look, can we stop bickering and develop a sort of common infrastructure like communities is that we can all then base our surveillance platforms on, and I think that rallying cry to bring the community together across a common base is something a little bit unique for K native. When you compare it with the others, I think that's a big draw for people. Least from my perspective. I know it from IBM Zzzz Well, because community is a big thing for us, obviously. >> Okay, so will there be a bridge to those other cloud players soon as their road map? For that, >> we think a native itself. Yeah, I am not sure I can answer that one, because I'm not sure I heard a lot of of talk about bridging per se. I know that when you talk about things like getting events from other platforms and stuff, obviously, through the eventing side of a native. We do. But from a serving perspective, I'm not sure I hold her old water. From that perspective, you have to be >> honest. All right, Well, Doug Davis, we're done for This one really appreciate all the updates there. And I definitely look forward, Teo, seeing the progress that the servant working group continues to do, so thank you so much. Thank you for having me. Alright for Corey Quinn. I'm stupid and will be back with more coverage here on the Cube. Thanks for watching.

Published Date : May 22 2019

SUMMARY :

It's the key covering Cook Con It's not the, you know, you know, containers or server. And so the output of this working group was a white paper. others other service projects, you know, getting encouraged in the joint to grow the community. and you kind of think of it as defining metadata to add to your current events because we're not going to tell you. Thank you for your valuable contribution. Does the feature do what you need? So you know, how does K native help us move towards It is not the easiest thing in the world to use, and it kind of forced you that it's about business logic and solving the things that Air corps to your business and not even having to think I don't care that it's the same thing to me. Alright, So, Doug, you know, it's often times, you know, we get caught in this bubble And I did hear some excitement around that in terms of what people actually expect At some point you saw this with virtual in terms of what you should not run on time like he needed or any of the platform is whatever that platform I tend to see most of the constraints around. thank you Usual response back. And, you know, what can you tell us about, Is that what you said? I know that when you talk about things like getting And I definitely look forward, Teo, seeing the progress that the servant working

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Doug DavisPERSON

0.99+

CoreyPERSON

0.99+

EvaPERSON

0.99+

Corey QuinnPERSON

0.99+

IBMORGANIZATION

0.99+

SeattleLOCATION

0.99+

OracleORGANIZATION

0.99+

GoogleORGANIZATION

0.99+

Red HatORGANIZATION

0.99+

third pieceQUANTITY

0.99+

K NativeORGANIZATION

0.99+

KayPERSON

0.99+

eightQUANTITY

0.99+

TeoPERSON

0.99+

eightyQUANTITY

0.99+

Barcelona, SpainLOCATION

0.99+

DougPERSON

0.99+

IBM ArmyORGANIZATION

0.99+

OneQUANTITY

0.99+

todayDATE

0.99+

Missing the PointTITLE

0.99+

yesterdayDATE

0.98+

YesterdayDATE

0.98+

CongressORGANIZATION

0.98+

two serviceQUANTITY

0.98+

KubeConEVENT

0.98+

two worldsQUANTITY

0.98+

KaniaPERSON

0.98+

Ecosystem PartnersORGANIZATION

0.98+

zeroQUANTITY

0.98+

IBM Red HatORGANIZATION

0.97+

CincyLOCATION

0.97+

oneQUANTITY

0.97+

firstQUANTITY

0.96+

ninety percentQUANTITY

0.96+

one reasonQUANTITY

0.96+

thirdQUANTITY

0.95+

Cooper NeteaseORGANIZATION

0.93+

KenyaLOCATION

0.93+

MohrPERSON

0.92+

Native Computing FoundationORGANIZATION

0.91+

surlyPERSON

0.91+

One thingQUANTITY

0.91+

KeitaPERSON

0.9+

Cube KhanPERSON

0.9+

CloudORGANIZATION

0.9+

K nativePERSON

0.89+

Cloud FoundryORGANIZATION

0.87+

twenty nineteenQUANTITY

0.86+

LennoxORGANIZATION

0.85+

The Cloud,ORGANIZATION

0.85+

CoronetORGANIZATION

0.83+

CloudNativeCon EU 2019EVENT

0.83+

Kay nativePERSON

0.82+

fourQUANTITY

0.82+

point BOTHER

0.81+

FeliciaPERSON

0.78+

couple of weeks agoDATE

0.77+

KenyaORGANIZATION

0.75+

three different thingsQUANTITY

0.74+

CainPERSON

0.73+

Cook ConEVENT

0.73+

two thousand seventeenQUANTITY

0.72+

CubesORGANIZATION

0.7+

KORGANIZATION

0.69+

CubeCOMMERCIAL_ITEM

0.69+

K nativeORGANIZATION

0.69+

Ueda GoodPERSON

0.69+

K nativePERSON

0.67+

lambdaORGANIZATION

0.67+

Native Con EuropeEVENT

0.67+

coupleQUANTITY

0.67+

Cooper NeteaseORGANIZATION

0.66+

Morgan McLean, Google Cloud Platform & Ben Sigelman, LightStep | KubeCon + CloudNativeCon EU 2019


 

>> Live from Barcelona, Spain it's theCUBE, covering KubeCon, CloudNativeCon, Europe 2019. Brought to you by Red Hat, the Cloud Native Computing Foundation and Ecosystem Partners. >> Welcome back. This is theCUBE's coverage of KubeCon, CloudNativeCon 2019. I'm Stu Miniman, my co-host for two days wall-to-wall coverage is Corey Quinn. Happy to welcome back to the program first Ben Sigelman, who is the co-founder and CEO of LightStep. And welcome to the program a first time Morgan McLean, who's a product manager at Google Cloud Platform. Gentlemen, thanks so much for joining us. >> Thanks for having us. >> Yeah. >> All right so, this was a last minute ad for us because you guys had some interesting news in the keynote. I think the feedback everybody's heard is there's too many projects and everything's overlapping, and how do I make a decision, but interesting piece is OpenCensus, which Morgan was doing, and OpenTracing, which Ben and LightStep were doing are now moving together for OpenTelemetry if I got it right. >> Yup. >> So, is it just everybody's holding hands and singing Kumbaya around the Kubernetes campfire, or is there something more to this? >> Well I mean, it started when the CNCF locked us in a room and told us there were too many projects. (Stu and Ben laughing) Really wouldn't let us leave. No, to be fair they did actually take us to a room and really start the ball rolling, but conversations have picked up for the last few months and personally I'm just really excited that it's gone so well. Initially if you told me six or nine months ago that this would happen, I would've been, given just the way the projects were going, both were growing very quickly, I would've been a little skeptical. But seriously, this merger's gone beyond my wildest dreams. It's awesome, both to unite the communities, it's awesome to unite the projects together. >> What has the response been from the communities on this merger? >> Very positive. >> Yeah. >> Very positive. I mean OpenTracing and OpenCensus are both projects with healthy user bases that are growing quickly and all that, but the reason people adopt them is to future-proof their own software. Because they want to adopt something that's going to be here to stay. And by having these two things out in the world that are both successful, and were overlapping in terms of their goals, I think the presence of two projects was actually really problematic for people. So, the fact that they're merging is net positive, absolutely for the end user community, also for the vendor community, it's a similar, it's almost exactly the same parallel thought process. When we met, the CNCF did broker an in-person meeting where they gave us some space and we all got together and, I don't know how many people were there, like 20 or 30 people in that room. >> They did let us leave the room though, yesterday, yeah that was nice. >> They did let us leave the room, that's true. We were not locked in there, (Morgan laughing) but they asked us in the beginning, essentially they asked everyone to state what their goals were. And almost all of us really had the same goal, which is just to try and make it easy for end users to adopt a telemetry project that they can stick with for the long haul. And so when you think of it in that respect, the merger seems completely obvious. It is true that it doesn't happen very often, and we could speculate about why that is. But I think in this case it was enabled by the fact that we had pretty good social relationships with OpenCensus people. I think Twitter tends to amplify negativity in the world in general, as I'm sure people, not a controversial statement. >> News alert, wait, absolutely the negatives are, it's something in the algorithm I think. >> Yeah, yeah. >> Maybe they should fix that. >> Yeah, yeah (laughs) exactly. And it was funny, there was a lot of perceived animosity between OpenTracing and OpenCensus a year ago, nine months ago, but when you actually talk to the principals in the projects and even just the general purpose developers who are doing a huge amount of work for both projects, that wasn't a sentiment that was widely held or widely felt I think. So, it has been a very kind of happy, it's a huge relief frankly, this whole thing has been a huge relief for all of us I think. >> Yeah it feels like the general ask has always been that, for tracing that doesn't suck. And that tends to be a bit of a tall order. The way that they have seemed to have responded to it is a credit to the maturity of the community. And I think it also speaks to a growing realization that no one wants to have a monoculture of just one option, any color you want so long as it's black. (Ben laughing) Versus there's 500 different things you can pick that all stand in that same spot, and at that point analysis paralysis kicks in. So this feels like it's a net positive for, absolutely everyone involved. >> Definitely. Yeah, one of the anecdotes that Ben and I have shared throughout a lot of these interviews is there were a lot of projects that wanted to include distributed tracing in them. So various web frameworks, I think, was it Hadoop or HBase was-- >> HBase and HDFS were jointly deciding what to do about instrumentation. >> Yeah, and so they would publish an issue on GitHub and someone from OpenTracing would respond saying hey, OpenTracing does this. And they'd be like oh, that's interesting, we can go build an implementation file and issue, someone from OpenCensus would respond and say, no wait, you should use OpenCensus. And with these being very similar yet incompatible APIs, these groups like HBase would sit it and be like, this isn't mature enough, I don't want to deal with this, I've got more important things to focus on right now. And rather than even picking one and ignoring the other, they just ignored tracing, right? With things moving to microservices with Kubernetes being so popular, I mean just look at this conference. Distributed tracing is no longer this kind of nice to have when you're a big company, you need it to understand how your app works and understand the cause of an outage, the cause of a problem. And when you had organizations like this that were looking at tracing instrumentation saying this is a bit of joke with two competing projects, no one was being served well. >> All right, so you talked about there were incompatible APIs, so how do we get from where we were to where we're going? >> So I can talk about that a little bit. The APIs are conceptually incredibly similar. And the part of the criteria for any new language, for OpenTelemetry, are that we are able to build a software bridge to both OpenTracing and OpenCensus that will translate existing instrumentation alongside OpenTelemetry instrumentation, and omit the correct data at the end. And we've built that out in Java already and then starting working a few other languages. It's not a tremendously difficult thing to do if that's your goal. I've worked on this stuff, I started working on Dapper in 2004, so it's been 15 years that I've been working in this space, and I have a lot of regrets about what we did to OpenTracing. And I had this unbelievably tempting thing to start Greenfield like, let's do it right this time, and I'm suppressing every last impulse to do that. And the only goal for this project technically is backwards compatibility. >> Yeah. >> 100% backwards compatibility. There's the famous XKCD comic where you have 14 standards and someone says, we need to create a new standard that will unify across all 14 standards, and now you have 15 standards. So, we don't want to follow that pattern. And by having the leadership from OpenTracing and OpenCensus involved wholesale in this new effort, as well as having these compatibility bridges, we can avoid the fate of IPv6, of Python 3 and things like that. Where the new thing is very appealing but it's so far from the old thing that you literally can't get there incrementally. So that's, our entire design constraint is make sure that backwards compatibility works, get to one project and then we can think about the grand unifying theory of a provability-- >> Ben you are ruining the best thing about standards is that there is so many of them to choose from. (everyone laughing) >> There's still plenty more growing in other areas (laughs) just in this particular space it's smaller. >> One could argue that your approach is nonstandard in its own right. (Ben laughing) And in my own experiments with distributed tracing it seems like step one is, first you have to go back and instrument everything you've built. And step two, hey come back here, because that's a lot of work. The idea of an organization going back and reinstrumenting everything they've already instrumented the first time. >> It's unlikely. >> Unless they build things very modularly and very portably to do exactly that, it's a bit of a heavy lift. >> I agree, yeah, yeah. >> So going forward, are people who have deployed one or the other of your projects going to have to go back and do a reinstrumentation, or will they unify and continue to work as they are? >> So, I would pause at the, I don't know, I would be making up the statistic, so I shouldn't. But let's say a vast majority, I'm thinking like 95, 98% of instrumentation is actually embedded in frameworks and libraries that people depend on. So you need to get Dropwizard, and Spring, and Django, and Flask, and Kafka, things like that need to be instrumented. The application code, the instrumentation, that burden is a bit lower. We announced something called SpecialAgent at LightStep last week, separate to all of this. It's kind of a funny combination, a typical APM agent will interpose on individual function calls, which is a very complicated and heavyweight thing. This doesn't do any of that, but it takes, it basically surveys what you have in your process, it looks for OpenTracing, and in the future OpenTelemetry instrumentation that matches that, and then installs it for you. So you don't have to do any manual work, just basically gluing tab A into slot B or whatever, you don't have to do any of that stuff which is what most OpenTracing instrumentation actually looks like these days. And you can get off the ground without doing any code modifications. So, I think that direction, which is totally portable and vendor neutral as well, as a layer on top of telemetry makes a ton of sense. There are also data translation efforts that are part of OpenCensus that are being ported in to OpenTelemetry that also serve to repurpose existing sources of correlated data. So, all these things are ways to take existing software and get it into the new world without requiring any code changes or redeploys. >> The long-term goal of this has always been that because web framework and client library providers will go and build the instrumentation into those, that when you're writing your own service that you're deploying in Kubernetes or somewhere else, that by linking one of the OpenTelemetry implementations that you get all of that tracing and context propagation, everything out of the box. You as a sort of individual developer are only using the APIs to define custom metrics, custom spans, things that are specific to your business. >> So Ben, you didn't name LightStep the same as your project. But that being said, a major piece of your business is going through a change here, what does this mean for LightStep? >> That's actually not the way I see it for what it's worth. LightStep as a product, since you're giving me an opportunity to talk about it, (laughs) foolish move on your part. No, I'm just kidding. But LightStep as a product is totally omnivorous, we don't really care where the data comes from. And translating any source of data that has a correlation ID and a timestamp is a pretty trivial exercise for us. So we do support OpenTracing, we also support OpenCensus for what it's worth. We'll support OpenTelemetry, we support a bunch of weird in-house things people have already built. We don't care about that at all. The reason that we're pursuing OpenTelemetry is two-fold, one is that we do want to see high quality data coming out of projects. We said at the keynote this morning, but observability literally cannot be better than your telemetry. If your telemetry sucks, your observability will also suck. It's just definitionally true, if you go back to the definition of observability from the '60s. And so we want high quality telemetry so our product can be awesome. Also, just as an individual, I'm a nerd about this stuff and I just like it. I mean a lot of my motivation for working on this is that I personally find it gratifying. It's not really a commercial thing, I just like it. >> Do you find that, as you start talking about this more and more with companies that are becoming cloud-native rapidly, either through digital transformation or from springing fully formed from the forehead of some God, however these born in the cloud companies tend to be, that they intuitively are starting to grasp the value of tracing? Or does this wind up being a much heavier lift as you start, showing them the golden path as it were? >> It's definitely grown like I-- >> Well I think the value of tracing, you see that after you see the negative value of a really catastrophic outage. >> Yes. >> I mean I was just talking to a bank, I won't name the bank but a bank at this conference, and they were talking about their own adoption of tracing, which was pretty slow, until they had a really bad outage where they couldn't transact for an hour and they didn't know which of the 200 services was responsible for the issue. And that really put some muscle behind their tracing initiative. So, typically it's inspired by an incident like that, and then, it's a bit reactive. Sometimes it's not but either way you end up in that place eventually. >> I'm a strong proponent of distributed tracing and I feel very seen by your last answer. (Ben laughing) >> But it's definitely made a big impact. If you came to conferences like this two years ago you'd have Adrian, or Yuri or someone doing a talk on distributed tracing. And they would always start by asking the 100 to 200 person audience, who here knows what distributed tracing is? And like five people would raise their hand and everyone else would be like no, that's why I'm here at the talk, I want to find out about it. And you go to ones now, or even last year, and now they have 400 people at the talk and you ask, who knows what distributed tracing is? And last year over half the people would raise their hand, now it's going to be even higher. And I think just beyond even anecdotes, clearly businesses are finding the value because they're implementing it. And you can see that through the number of companies that have an interest in OpenTracing, OpenTelemetry, OpenCensus. You can see that in the growth of startups in this space, LightStep and others. >> The other thing I like about OpenTelemetry as a name, it's a bit of a mouthful but that's, it's important for people to understand the distinction between telemetry and tracing data and actual solutions. I mean OpenTelemetry stops when the correct data is being omitted. And then what you do with that data is your own business. And I also think that people are realizing that tracing is more than just visualizing a single distributed trace. >> Yeah. >> The traces have an enormous amount of information in there about resource usage, security patterns, access patterns, large-scale performance patterns that are embedded in thousands of traces, that sort of data is making its way into products as well. And I really like that OpenTelemetry has clearly delineated that it stops with the telemetry. OpenTracing was confusing for people, where they'd want tracing and they'd adopt OpenTracing, and then be like, where's my UI? And it's like well no, it's not that kind of project. With OpenTelemetry I think we've been very clear, this is about getting >> The name is more clear yeah. >> very high quality data in a portable way with minimal effort. And then you can use that in any number of ways, and I like that distinction, I think it's important. >> Okay so, how do we make sure that the combination of these two doesn't just get watered-down to the least common denominator, or that Ben just doesn't get upset and say, forget it, I'm going to start from scratch and do it right this time? (Ben laughing) >> I'm not sure I see either of those two happening. To your comment about the least common denominator, we're starting from what I was just commenting about like two years ago, from very little prior art. Like yeah, you had projects like Zipkin, and Zipkin had its own instrumentation, but it was just for tracing, it was just for Zipkin. And you had Jaeger with its own. And so, I think we're so far away, in a few years the least common denominator will be dramatically better than what we have today. (laughs) And so at this stage, I'm not even remotely worried about that. And secondly to some vendor, I know, because Ben had just exampled this, >> Some vendor, some vendor. >> that's probably not, probably not the best one. But for vendor interference in this projects, I really don't see it. Both because of what we talked about earlier where the vendors right now want more telemetry. I meet with them, Ben meets with 'em, we all meet with 'em all the time, we work with them. And the biggest challenge we have is just the data we get is bad, right? Either we don't support certain platforms, we'll get traces that dead end at certain places, we don't get metrics with the same name for certain types of telemetry. And so this project is going to fix that and it's going to solve this problem for a lot of vendors who have this, frankly, a really strong economic incentive to play ball, and to contribute to it. >> Do you see that this, I guess merging of the two projects, is offering an opportunity to either of you to fix some, or revisit if not fix, some of the mistakes, as they were, of the past? I know every time I build something I look back and it was frankly terrible because that's the kind of developer I am. But are you seeing this, as someone who's probably, presumably much better at developing than I've ever been, as the opportunity to unwind some of the decisions you made earlier on, out of either ignorance or it didn't work out as well as you hoped? >> There are a couple of things about each project that we see an opportunity to correct here without doing any damage to the compatibility story. For OpenTracing it was just a bit too narrow. I mean I would talk a lot about how we want to describe the software, not the tracing system. But we kind of made a mistake in that we called it OpenTracing. Really people want, if a request comes in, they want to describe that request and then have it go to their tracing system, but also to their metric system, and to their logging stack, and to anywhere else, their security system. You should only have to instrument that once. So, OpenTracing was a bit too narrow. OpenCensus, we've talked about this a lot, built a really high quality reference implementation into the product, if OpenCensus, the product I mean. And that coupling created problems for vendors to adopt and it was a bit thick for some end users as well. So we are still keeping the reference implementation, but it's now cleanly decoupled. >> Yeah. >> So we have loose coupling, a la OpenTracing, but wider scope a la OpenCensus. And in that aspect, I think philosophically, this OpenTelemetry effort has taken the best of both worlds from these two projects that it started with. >> All right well, Ben and Morgan thank you so much for sharing. Best of luck and let us know if CNCF needs to pull you guys in a room a little bit more to help work through any of the issues. (Ben laughing) But thanks again for joining us. >> Thank you so much. >> Thanks for having us, it's been a pleasure. >> Yeah. >> All right for Corey Quinn, I'm Stu Miniman we'll be back to wrap up our day one of two days live coverage here from KubeCon, CloudNativeCon 2019, Barcelona, Spain. Thanks for watching theCUBE. (soft instrumental music)

Published Date : May 21 2019

SUMMARY :

Brought to you by Red Hat, the Cloud Native Happy to welcome back to the program first Ben Sigelman, because you guys had some interesting news in the keynote. and really start the ball rolling, like 20 or 30 people in that room. They did let us leave the room though, And so when you think of it in that respect, in the algorithm I think. and even just the general purpose developers And that tends to be a bit of a tall order. Yeah, one of the anecdotes that Ben and I have shared HBase and HDFS were jointly deciding And rather than even picking one and ignoring the other, And the only goal for this project There's the famous XKCD comic where you have 14 standards is that there is so many of them to choose from. growing in other areas (laughs) just in this One could argue that your to do exactly that, it's a bit of a heavy lift. and get it into the new world without requiring that by linking one of the OpenTelemetry implementations But that being said, a major piece of your business one is that we do want to see high quality data you see that after you see the negative value And that really put some muscle and I feel very seen by your last answer. You can see that in the growth of startups And then what you do with that data is your own business. And I really like that OpenTelemetry has clearly delineated and I like that distinction, I think it's important. And you had Jaeger with its own. Some vendor, And so this project is going to fix that and it's going to solve is offering an opportunity to either of you to fix some, and then have it go to their tracing system, And in that aspect, I think philosophically, Best of luck and let us know if CNCF needs to pull you guys Thanks for having us, Thanks for watching theCUBE.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Ben SigelmanPERSON

0.99+

2004DATE

0.99+

Corey QuinnPERSON

0.99+

Stu MinimanPERSON

0.99+

MorganPERSON

0.99+

20QUANTITY

0.99+

BenPERSON

0.99+

Red HatORGANIZATION

0.99+

Cloud Native Computing FoundationORGANIZATION

0.99+

StuPERSON

0.99+

100QUANTITY

0.99+

Python 3TITLE

0.99+

two projectsQUANTITY

0.99+

yesterdayDATE

0.99+

last yearDATE

0.99+

JavaTITLE

0.99+

five peopleQUANTITY

0.99+

15 yearsQUANTITY

0.99+

thousandsQUANTITY

0.99+

LightStepORGANIZATION

0.99+

AdrianPERSON

0.99+

last weekDATE

0.99+

bothQUANTITY

0.99+

400 peopleQUANTITY

0.99+

two daysQUANTITY

0.99+

KubeConEVENT

0.99+

30 peopleQUANTITY

0.99+

Morgan McLeanPERSON

0.99+

twoQUANTITY

0.99+

200 servicesQUANTITY

0.99+

each projectQUANTITY

0.99+

CNCFORGANIZATION

0.99+

nine months agoDATE

0.99+

YuriPERSON

0.99+

two thingsQUANTITY

0.99+

OpenCensusTITLE

0.99+

BothQUANTITY

0.99+

TwitterORGANIZATION

0.99+

oneQUANTITY

0.99+

OpenCensusORGANIZATION

0.99+

Barcelona, SpainLOCATION

0.99+

OpenTracingTITLE

0.99+

CloudNativeConEVENT

0.98+

two years agoDATE

0.98+

95, 98%QUANTITY

0.98+

200 personQUANTITY

0.98+

Ecosystem PartnersORGANIZATION

0.98+

one optionQUANTITY

0.98+

one projectQUANTITY

0.98+

first timeQUANTITY

0.98+

two-foldQUANTITY

0.98+

both projectsQUANTITY

0.97+

sixDATE

0.97+

GoogleORGANIZATION

0.97+

two years agoDATE

0.97+

15 standardsQUANTITY

0.97+

firstQUANTITY

0.97+

LightStepTITLE

0.96+

GitHubORGANIZATION

0.96+

CloudNativeCon 2019EVENT

0.96+

'60sDATE

0.96+

OpenTracingORGANIZATION

0.96+

ZipkinORGANIZATION

0.96+

Day One Analysis | KubeCon + CloudNativeCon EU 2019


 

>> Live, from Barcelona Spain, it's theCube! Covering, KubeCon CloudNativeCon Europe 2019: Brought to you by RedHat, the Cloud Native Computing Foundation and the Ecosystem Partners. >> Hi, and welcome back. this is theCube's coverage of KubeCon CloudNativeCon 2019 here in Barcelona, Spain. We're at the end of day one of two days of live, wall-to-wall coverage. I'm Stu Miniman, and at the end of the day, what we try to do always is do our independent analysis and say what we really think. And joining me is someone that usually has no problem telling you exactly what he thinks online. So, I've challenged Mr. Corey Quinn. Cloud economist, of the Duckbill Group. and the curator, author, Last Week in AWS. To tell us what he actually thinks. >> Well, Stu, you know what your problem is. All the best feedback starts off that way. Now, this has been a fascinating experience for me. This is the first time I've ever been to KubeCon. I didn't quite know what to expect- >> It's KubeCon, not Koob-Con. Come on. It is in GitHub, how you have to make the pronunciation correct. >> We are on theCube. We would think that we would be subject matter experts on this. >> CNCF will be cracking down on you if I don't correct you on this. >> I still maintain we're in Barcelona, Italy. But that's a whole separate argument to have with other people. >> Yes, well, most Americans are geographically challenged. And we understand you have some challenges too. >> Exactly, most Americans need to learn geography, we go to war. (chuckling) >> All right, so, Corey, I guess the first question for you is, you usually go to mostly AWS shows. Most of the customers we've talked to have been AWS customers. So is this feeling much different from the usual show you go to? >> The focus of the conversations is different, and to be clear, I'm not much of a cloud partisan myself. I deal with AWS primarily because, not for nothing, that's where my customers are. That tends to be exactly where the expensive problems tend to live. For better or worse. If that changes, so will I. >> So, you're saying yet that the other cloud providers don't have their customers big enough bills, or they just haven't figured out how you might be able to help them in the future? >> To be very honest with you. Yes, is the short answer. Right now on aggregate, my customers spend about a billion dollars a year on AWS. I don't see the same order of magnitude on other providers, but it's coming. It is very clearly coming. None of these providers are shrinking as far as size goes. It's largely a matter of time. >> Alright. But Corey, I hope at least you've understood that Kubernetes at the center for all things. And that multi-cloud is the way that we are today and will always be in the future. And we should all hold hands and sing along, that we all get along. Is that what you've learned so far? >> I think that's absolutely what I've learned so far. It comes down to religion and it's perfectly name for it. I mean, Kubernetes was the Greek God of spending money on cloud services. >> All right. But seriously. Corey, I think one of the things that I really liked is. We talk to customers and there were some interesting things at least I heard when you talked about they see huge value in what they're doing with Kubernetes. Many of them only have one cloud provider today. Yet they are choosing to lay on Kubernetes either with AWS or with another solution there. What's been your take of what you've heard about. Kind of the why and what they're doing? >> There've been a few different reasons on it. One that resonated with me did validate what I talked about at the beginning of the day. Which was, that by trying to position yourself to be strategically amenable to any potential provider you might want to use in the future. You are sacrificing velocity. And you're gaining agility, losing velocity to do that. Is that trade off worth it? I don't think I'm qualified to judge. I think that's a decision every business has to make on its own. My argument has always been that if that's the decision you make, do it knowingly. And I don't think we've talked to anyone who's made that unknowingly today. >> Yeah. I think that's a really good point. What is it, you know, surprised you or interest you that we've heard so far? >> I have to be honest. I have a long and storied history in open source. I was staff at the Freenode IRC network for about a decade. Which was an interesting time. And I've seen a lot of stuff, but I don't think I've ever seen two open source projects merge before. The fact that we saw that today is still swirling around in my head for better or worse. >> Yeah. And it was OpenCensus and OpenTracing coming together. Open Telemetry. So, definitely check out Ben Siegelman. and it was Morgan McLean from a Google cloud. You know, really interested in discussion. I don't think we're sharing too much when we say off camera. There were like, look, it's like, yes, they got us in a room and we worked, but we'll try not to throw punches here on the set and everything like that. We understand that look, there are people that put these things together and you have smart people that build things the way that it should be done. And these were not like two very similar projects going in the same direction, they were built with different design principles and therefore there'll be somethings that they all need to reconcile to be able to go forward. But yeah, very interesting. >> And everyone we spoke to today was very focused on what the needs of their customers, whoever they happen to be and how to meet those customers and their business requirements. There's no one that we spoke to that was sitting here saying, oh, this is the right answer because it is technically correct. The answer is we're always of the form. This is what we need to do in order to serve customers. And it's very hard to argue against that strategy. >> All right, but none of this really matters because Serverless, right Corey? >> Oh, absolutely. Serverless is the way and the light of the future and to some extent I believe that. >> But they're not doing Serverless. I'm pretty sure they're half a step behind you. Yes, it tends to be, it's easy to make go ahead and die and say, Oh, if you're not running the absolute latest bleeding edge thing, you're behind, you're backwards, etc. And I don't get that all the sense that that is reality. I think that there's, if you're building something greenfield today, you are fundamentally going to make different choices, than if you have something you're trying to carry forward. And I don't just mean carrying forward a technical sense. I mean carrying it forward in terms of process, in terms of culture, in terms of existing business units that need to modernize. People are moving in the same general direction. The question that I think is still on answered is, today, there's a perception rightly or wrongly, that Containers are slightly behind Serverless. I don't know that that necessarily holds true. I think that they are aligned towards the same business value. I think, judge either one of them by today's constraints in the context of longer term strategy is a mistake. I'm curious to see what happens. >> Corey, I love. So we had Jeff Brewer from Intuit and they were like look, we're doing Serverless, we're doing a lot of Containerless stuffs and I'd love it for my developer not to have to worry about. And they've had been moved down that path. So, we know one of the truisms out there is everything in IT is always additive. When you talk to them and say, oh, well I'm going into cloud wait, I still have some stuff that, running on my main frame or my eyes series. And that we'll probably be running there when I've retired. We were talking offline. It's like, well, there's been a little resurgence in COBOL. Just because it did not die after Y2K and so did these things always come back and it's always additive and the longer you've been in business as a company, the more legacy you need to be able to maintain and extend and connect to where you want to go with the future. >> It's almost a sawtooth curve. As complexity continues to rise it becomes to a point where it's untenable. There's something that comes out that abstracts that away and you're back down to a level a human being might actually be able to understand. And you take it a step further and you start to see it again and again and again, and then it collapses down. Docker and a lot of the handbuilt orchestration systems were like that. And then Kubernetes came out. Initially it was fairly simple and then things have been added to it now. And I think we're climbing that sawtooth curve again. Whether or not that maintains? Whether or not that simplifies again? I find that history rhymes particularly in tech. >> Well yeah and I always worry sometimes when you talk about the abstraction layer you got to be really careful what you're abstracting. What we see here a lot, is a lot of times it's people, how can I just consume that? I want to buy it as a service and somebody take care of that not, it hides the complexity for me but some of the complexity is still there. >> Right. So our site is now intermittently slow what do you plan to do? Its update my resume immediately cause we're never untangling that Gordian knot of an infrastructure. That's not a great answer but it is an honest one in some shops. >> I've talked to, we know that there was, for a long time people outsourced what they were doing. And we need to make sure that when you're buying something as a service that you haven't outsourced, That you understand what's important to your business, what happens when things go wrong. We had some discussion today about, networking and observability that we need to be able to go down that rabbit hole, at least turn to somebody who can. Because just because I can't touch that gear doesn't mean my next not on the line, If something goes wrong. >> You can outsource a lot of work. You can't outsource responsibility. I put slightly more succinctly, the line I've always liked was you own your own availability. If you have a provider that you've thrown a lot of these things over to and they go down, well sure you're going to have loud angry phone calls and maybe a few bucks back from an SLA credit. We your customers we're down and we're suffering. So the choices you made impact your businesses perception in the market and your customer's happiness. So as much as fun as it is to be able to throw things over the wall for someone else to deal with, you're still responsible. And I think that people forget that at their own peril. >> One of the things I like. I've got a long history in open source to. If there are things that aren't perfect or things that are maturing. A lot of times we're talking about them in public. Because there is a roadmap and people are working on it and we can all go to the repositories and see where people are complaining. So at a show like this, I feel like we do have some level of transparency and we can actually have realism here. What's been your experience so far? >> I think that people have been remarkably transparent about the challenges that they're facing in a way that you don't often get at a vendor show. Where you have a single vendor, you're at their show, regardless of who that might be. You're not going to be invited back if you wind up with a litany of people coming on a video show or a podcast or screaming and sobbing in the bathroom, however you want to, whatever your media is. Just have a litany of complaints the entire time or make that provider look bad. I don't sense that there's any of that pressure. And for some reason, and this is my first coop gone, so maybe this is just the way this culture it works. Everyone, regardless of who they worked for or what they're working on or what their experience has been, seems happy. I can only assume there's something in the water. >> All right. Well, I've just been informed that the CNCF had asked me to remove Corey because he refuses to say KubeCon. But, Corey. Since this might be your last time on the program, any other final words that you have for it or I will let you do something very rare and if you have any questions for me. Love on my way. >> Absolutely. What did you find today that you didn't expect to find? >> The one that jumps out for me really is two things. One, we discussed it already is the, the observability piece coming together. The other one is. You talk about that maturation of where Amazon fits in this ecosystem. And we had lovely conversation, with Abby fuller. But not just that one. We talked to the users and how they think about it. Which is what really matters is, there's so much talk about, who contributes more code and who does the most here. But look, we're talking cloud. Most of these customers are using AWS as if not the cloud, one of the clouds. I've set it on theCube many times. When you live in a hybrid and multi-cloud world and the public cloud, AWS is the far leader. There's no debating that. So they are participating here. They are doing plenty for what their customers want and they give choice and they listen to the feedback. So that was interesting to me that maturation of where that sits because when I come into the show and many times it is, it is the open source in this whole ecosystem, trying to prevent Amazon from taking over the world. And look, we want a good robust ecosystem out there. >> We absolutely do. >> While I have many friends that work for Amazon. We probably don't want to all be working for a single company down the road. >> I certainly don't. >> We like a nice robust ecosystem where there is choice out there and that keeps its (mumbles). So that maturation of where they are on has been interesting to me so far, especially from the user stand point. >> Very much so. I don't think that anyone wants to look back and say, wow, I'm sure glad we have only one option in this entire space that does anything useful. And then a whole bunch of could have the didn't. And for better or worse, I don't think that the future is nearly as clear cut as the past of cloud. Historically, AWS has been the 800 pound gorilla. I think that we hearing fascinating things from GCP and from Azure. I don't necessarily think that the future is preordained. I do think right now it is AWS game to lose, but I'm starting to see a lot of other players in his face start to make a lot of very interesting and arguably very correct moves. >> All right. Well, we know you as our audience have lots of places where you can turn to find your information and we are always pleased that when you turn to us to watch theCube. if you have any feedback for ourselves, Corey Quinn and myself, Stu Miniman. Reach out on Twitter. We are easy to reach on that. And we have lots of posts. So if you're like, Hey, tired of looking at this mug here. Let us know. But hopefully we're asking the questions and digging into the areas that you want and we'll help your businesses going forward. So we are at the end of day one, Two days live coverage here at KubeCon CloudNativeCon. This is the cube. You're a leader in live tech coverage. Thanks for watching. (music)

Published Date : May 21 2019

SUMMARY :

Brought to you by RedHat, I'm Stu Miniman, and at the end of the day, This is the first time I've ever been to KubeCon. how you have to make the pronunciation correct. we would be subject matter experts on this. if I don't correct you on this. to have with other people. And we understand you have some challenges too. Exactly, most Americans need to learn geography, I guess the first question for you is, and to be clear, I don't see the same order of magnitude on other providers, And that multi-cloud is the way that we are today I think that's absolutely Kind of the why and what they're doing? that if that's the decision you make, What is it, you know, I have to be honest. that they all need to reconcile There's no one that we spoke to and to some extent I believe that. And I don't get that all the more legacy you need to be able to maintain Docker and a lot of the handbuilt you got to be really careful what you're abstracting. what do you plan to do? that you haven't outsourced, So the choices you made One of the things I like. I don't sense that there's any of that pressure. that the CNCF had asked me to remove Corey that you didn't expect to find? and they give choice and they listen to the feedback. a single company down the road. and that keeps its (mumbles). I do think right now it is AWS game to lose, that you want and we'll help your businesses

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Stu MinimanPERSON

0.99+

AmazonORGANIZATION

0.99+

AWSORGANIZATION

0.99+

Corey QuinnPERSON

0.99+

Cloud Native Computing FoundationORGANIZATION

0.99+

CoreyPERSON

0.99+

Ben SiegelmanPERSON

0.99+

Duckbill GroupORGANIZATION

0.99+

Morgan McLeanPERSON

0.99+

Two daysQUANTITY

0.99+

Jeff BrewerPERSON

0.99+

todayDATE

0.99+

two thingsQUANTITY

0.99+

800 poundQUANTITY

0.99+

StuPERSON

0.99+

Barcelona, SpainLOCATION

0.99+

KubeConEVENT

0.99+

Barcelona SpainLOCATION

0.99+

OneQUANTITY

0.99+

CNCFORGANIZATION

0.99+

two daysQUANTITY

0.99+

first questionQUANTITY

0.98+

IntuitORGANIZATION

0.98+

Day OneQUANTITY

0.98+

first coopQUANTITY

0.98+

RedHatORGANIZATION

0.97+

oneQUANTITY

0.97+

Barcelona, ItalyLOCATION

0.97+

TwitterORGANIZATION

0.97+

one optionQUANTITY

0.97+

two very similar projectsQUANTITY

0.96+

Ecosystem PartnersORGANIZATION

0.95+

first timeQUANTITY

0.94+

KubeCon CloudNativeCon 2019EVENT

0.94+

single companyQUANTITY

0.94+

Abby fullerPERSON

0.93+

AmericansPERSON

0.91+

GoogleORGANIZATION

0.91+

two open source projectsQUANTITY

0.89+

CloudNativeCon EU 2019EVENT

0.89+

about a billion dollars a yearQUANTITY

0.89+

KubeCon CloudNativeCon Europe 2019EVENT

0.88+

ServerlessORGANIZATION

0.88+

one cloudQUANTITY

0.87+

KubernetesTITLE

0.85+

single vendorQUANTITY

0.84+

GreekOTHER

0.83+

Freenode IRCORGANIZATION

0.82+

AzureTITLE

0.79+

GordianORGANIZATION

0.79+

Last WeekDATE

0.78+

Y2KORGANIZATION

0.77+

KubeCon CloudNativeConEVENT

0.76+

a decadeQUANTITY

0.74+

COBOLTITLE

0.73+

OpenCensusTITLE

0.72+

theCubeORGANIZATION

0.7+

day oneQUANTITY

0.7+

OpenTracingTITLE

0.68+

Fernando Alvarez, X by Orange | KubeCon + CloudNativeCon EU 2019


 

>> Live, from Barcelona, Spain, it's theCUBE, covering KubeCon CloudNativeCon Europe 2019. Brought to you by Red Hat, the CloudNative computing foundation and ecosystem partners. >> Welcome back to theCUBE here in Barcelona, Spain. It's KubeCon CloudNativeCon 2019, I'm Stu Miniman, and my cohost for two days wall-to-wall coverage is Corey Quinn. And we're always thrilled when we get to speak to a user, and not just any user but Fernando Alvarez, who is a cloud architect at X by Orange. Fernando, muchas gracias for joining us, Sir. >> It's a pleasure. >> So Orange, we are familiar and many people are. X by Orange though, maybe you could explain to our audience a little bit what this group is, inside of a large global brand. >> X by Orange is a subsidiary from Orange Spain, and from a Orange telecom group in France, and what we try to do is to reinvent the way that telco companies operates. Going more natural of a way than the traditional way. So it's more or less what we're trying to do, and we started operations in September of last year, just with a different proposal, to see if it could make it viable for the small and medium businesses in Spain. >> Yeah, so digital transformation, you know, many people talk about it, but I've had some really good conversations with customers in the last year or so. Data is so important to businesses these days. Being data-driven, and being software at the core of what you do. So, it's sometimes overstated that every company will be a software company some time in the future. But you have done these transformations before, and that's what brought you into X by Orange. So, tell us a little a bit, your role as a cloud architect, what's your mission and what's your role in the org? >> Well, my mission is to make all the different pieces inside the whole IT stack to work together, especially in a cloud environment. So from the designing from the whole ecosystem that supports the platform, and at the same time supports the whole company as a tech operator, or multiple tech operators. What my role is to make sure that everything fits together. We're trying to accomplish it and we're very happy to have it in a cloud environment, in public cloud and using Kubernetes, as our continuing orchestration engine. >> So, can you lay out are you in one public cloud? Many public clouds, data centers? What is your-- >> We are now in one public cloud in AWS but having this cloud orchestration layer allows us to move to, or to go multicloud or hybrid cloud as soon as we want to do it. But I think that we have to keep it simple from the beginning. Having a tight schedule to start operations is key to (stuttering) have our value proposal into the market and to do so we have to do it in a simple way so going first in one public cloud, going public cloud first because it's not a logical movement in a big company even though we are in Spain now but normally, big enterprises want to do in their own way in a private data center so what we want is to be very fast and to do so the election is clearly logical to go public cloud and to have an orchestration engine like Kubernetes to do everything, no? >> Do you find that making decisions that enable portability in the future if you want to move to alternate clouds or go hybrid, is in any way constraining what you're able to do or the speed you're able to innovate with? >> Yeah, but I think benefits are way better than the drawbacks of that. Normally every single decision you have to make about the architecture of NEPs, one of the key aspects is to see if it involves vendor blocking for any of the components on the stack for example in the public cloud. But I think it's worth the effort because most things that you can design as an engineer or as an architect can be solved not only using (stuttering) A specific solution from a specific cloud provider but using a more generic way. In this way then you can assure that you can move more or less easier to other cloud or to other infrastructure. >> All right, so I guess it begs the question, you said it's AWS today and Kubernetes, it's OpenShift yes? >> Yes. >> That is the, the Kubernetes platform? How did you come about choosing that and you know, obviously Red Hat, one of their strengths is working in lots of different environments so as you go to that hybrided multicloud was that the driver for them? Or were you a Red Hat customer? How did you end up with OpenShift? >> Yeah, that was one of the drivers. And the other was the support for the platform. We were in a really tight schedule and we knew Kubernetes well enough but we weren't sure if our knowledge were enough to be in operations in only nine months. So for that we get Red Hat on board, to have all their knowledge in terms of support and the professional services to help us to define how to do things with their platform on OpenShift and because OpenShift is like Kubernetes distribution we were sure enough that we share the Kubernetes way of doing things so that for us was a logical election. >> What was it that drove your move to the public cloud in the first place? And I guess your entire digital transformation by extension? >> Did you say what, sorry? >> What drove your entire decision to first go to the public cloud and secondly, to go I guess as part of your larger digital transformation? >> The main reason probably was the speed. At the beginning the whole company was started thinking that we were going to build our platform on a private cloud, but once we made the numbers and see that that needed one more year to start operations, with zero value to the customer, the decision was pretty easy. Let's go public cloud and let's think about this, if it really adds value in the future. >> All right. So Fernando if I heard you right you said nine months from you know, >> Yeah. >> when you went to deployment. Big companies aren't necessarily known for their speed of change. >> (laughing) Yeah. >> Talk a little bit about the organizational dynamics. How much internal ramp up there was versus relying on your partners and your vendors to be able to help you meet those schedules. >> The good news is that we had the full Orange support to start a new company and we started as a separate company recently because we wanted to be very fast. So instead of having all the processes from the big company to do something that maybe it will fail, or maybe it will affect the brand, we decided to start a new company from scratch, with Orange in its name because we have all the (stuttering) well-known, All the brand is well-known in the world, but at the same time we wanted to start from scratch. That's why we started with a little people, with most of them were coming from, some were industry instead of the telco industry and we started to build from scratch the whole company and that we were 20 in February 2018 and now we are more than 200 and we started operations in nine months from January 2018. So I think it was a really completely success in terms of speed. >> If you were going to do it all again starting over, what would you do differently? >> That's a really good question. Probably I will put even more effort in transmitting the right culture because when you grow a lot you have to be very carefully in transmitting the right culture to the new commerce. Because it's very easy to let dissipate the culture that you create at the beginning when you are only 10 or 20 people and it's very difficult to maintain it when you are 200. And then if you are 200 with a wrong culture you are transforming yourself in a big company with a small revenue so, that's something that needs to be taken into account. >> Okay, so what's the road map from here? Does the 200 then help infuse into the rest of the company? How do things work going forward? >> Well, what are we doing now is to, we build up a completely new IT stack, that was from the beginning multi tenant to host multiple telco operators and now we are hosting our second telco operator. That's Orange Spain branch for small and medium enterprises, that is now coming to our stack, so this is in our run up for this year, what we are doing is integrating all the stack from Orange Spain to the new one. And at the same time, trying to complete our portfolio with new products. And these new products could be managed and commercialized by X by Orange as a telco provider and also by Orange Spain as another telco provider. >> Right. When people look this show there are so many projects going on and so many different pieces. We sometimes hear "There's a lot of choices, how do I make them?" How did X by Orange, how did you figure out what pieces of the stack was Red Hat, mostly prescriptive as to how you do, or were you choosing the service mesh and all the other various pieces and what can you tell us about your stack? >> Well what I can tell you is that we put a lot of effort on designing the stack by ourselves, not having any turnkey solutions, because we think that this is key for the success of the company. Because normally telco operators put a lot of effort in their core network but they don't put so much effort in the software technology, but now things are changing a lot and we really think that the software layer is as much as important as it was the network. And here is the real perceived value from the customer now resides in the software pack, so we designed each part individually and we selected the right partners for starting the development of each part and then make altogether to work. Instead of going of a full stack provided by a unique company. >> Perfect. As you've gone down this path have you started to look down the serverless environment at all? Or are you strictly in a more container based approach? Let me broaden that a bit. Are you looking into functions as a service and other serverless technologies? Or are you mostly keeping it to more commonplace things that are half a step back? >> Well, in telco industry what is traditionally the vendor, the traditional vendor for the telco industry are the network vendors that are more in their way of virtualization instead of their continuation on not even to mention the deploying serverless. So we are putting a lot of effort on making them to understand and some of them they are understanding it really, really well, that it's key to have their products be able to make an extreme automation. So it's a pity that we don't have enough time (stuttering) to use technologies like serverless. We use them for little operations in our internal stack but we are not at the point of using it in products that we have because what we are doing is trying to, for example, to move the management part of the network services to the containers and now our efforts are in that place. >> And to be very clear, that's absolutely the right answer. You have to meet your customers where they are with things that are appropriate fits for the problems that they have. And average gating for a technology stack because, oh, it seemed like the right answer when I polled a bunch of people on stack overflow or something, is never the right answer to solve those problems, unless "How do I make people "on stack overflow happy?" is the question. Spoiler, you can't. >> Yeah, that's completely true, yeah. >> So Fernando one last question I had for you is here at a big show, what are you looking to get out of the show? What excited you to bring you to the event? And any other things around your experience so far, what you're hoping to do that you could share? >> I think that the most important thing when we're talking about the internal structural transformation for any sized company is the people and the mentality of the people. So I can never say enough times that we really need to invest time with people to embrace the change, to embrace the kind of culture that is behind... The CloudNative mentality because if not, if we don't do so, what we are doing is just transporting our old stack to a new technology without changing anything. So put in that effort, talk with people, make this change happen together with people that is working already in big companies is key for the success of any story. >> All right, well Fernando Alvarez, really appreciate you sharing your story. Congratulations on the progress so far. >> Thank you very much. >> And best of luck in the future. >> Thank you. >> All right. For Corey Quinn, I'm Stu Miniman. We'll be back with lots more. Thank you for watching theCUBE. (upbeat techno music)

Published Date : May 21 2019

SUMMARY :

Brought to you by Red Hat, Welcome back to theCUBE here in Barcelona, Spain. to our audience a little bit what this group is, to reinvent the way that telco companies operates. at the core of what you do. and at the same time supports the whole company and to do so we have to do it in a simple way one of the key aspects is to see if it involves and the professional services to help us to define At the beginning the whole company was started So Fernando if I heard you right when you went to deployment. to be able to help you meet those schedules. but at the same time we wanted to start from scratch. the right culture to the new commerce. all the stack from Orange Spain to the new one. and what can you tell us about your stack? and then make altogether to work. Or are you mostly keeping it to more of the network services to the containers is never the right answer to solve those problems, and the mentality of the people. really appreciate you sharing your story. Thank you for watching theCUBE.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
SpainLOCATION

0.99+

Fernando AlvarezPERSON

0.99+

FranceLOCATION

0.99+

January 2018DATE

0.99+

OrangeORGANIZATION

0.99+

Orange SpainORGANIZATION

0.99+

Corey QuinnPERSON

0.99+

SeptemberDATE

0.99+

February 2018DATE

0.99+

Stu MinimanPERSON

0.99+

FernandoPERSON

0.99+

Red HatORGANIZATION

0.99+

nine monthsQUANTITY

0.99+

Barcelona, SpainLOCATION

0.99+

each partQUANTITY

0.99+

two daysQUANTITY

0.99+

one more yearQUANTITY

0.99+

last yearDATE

0.99+

firstQUANTITY

0.99+

20 peopleQUANTITY

0.99+

AWSORGANIZATION

0.99+

more than 200QUANTITY

0.98+

XORGANIZATION

0.98+

KubeConEVENT

0.98+

CloudNativeORGANIZATION

0.98+

200QUANTITY

0.97+

oneQUANTITY

0.97+

telcoORGANIZATION

0.95+

10QUANTITY

0.94+

OpenShiftTITLE

0.92+

secondlyQUANTITY

0.92+

this yearDATE

0.92+

second telcoQUANTITY

0.91+

KubernetesTITLE

0.89+

todayDATE

0.89+

KubeCon CloudNativeCon 2019EVENT

0.87+

CloudNativeCon EU 2019EVENT

0.87+

KubeCon CloudNativeCon Europe 2019EVENT

0.86+

Red HatTITLE

0.82+

20QUANTITY

0.81+

zero valueQUANTITY

0.75+

theCUBEORGANIZATION

0.73+

singleQUANTITY

0.7+

RedORGANIZATION

0.7+

one last questionQUANTITY

0.7+

KubernetesORGANIZATION

0.69+

one of the driversQUANTITY

0.67+

Doug Davis, IBM | KubeCon + CloudNativeCon EU 2019


 

>> about >> fifteen live from basically about a room that is a common club native con Europe twenty nineteen by Red Hat, The >> Cloud, Native Computing Foundation and Ecosystem Partners. >> Welcome back to the Cubes. Live coverage of Cloud Native Con Cube Khan, twenty nineteen I'm stupid in my co host is Corey Quinn and having a welcome back to the program, Doug Davis, who's a senior technical staff member and PM of a native. And he happens to be employed by IBM. Thanks so much for joining. Thanks for inviting me. Alright, So Corey got really excited when he saw this because server Lis is something that you know he's been doing for a while. I've been poking in, trying to understand all the pieces have done marvelous conflict couple of times and, you know, I guess, I guess layout for our audience a little bit, you know, k native. You know, I look at it kind of a bridging a solution, but, you know, we're talking. It's not the, you know, you know, containers or server lists. And, you know, we understand that world. They're spectrums and there's overlap. So maybe as that is a set up, you know, What is the surveillance working groups? You know, Charter. Right. So >> the service Working Group is a Sand CF working group. It was originally started back in mid two thousand seventeen by the technical recite committee in Cincy. They basically wanted know what is service all about his new technology is that some of these get involved with stuff like that. So they started up the service working group and our main mission was just doing some investigation. And so the output of this working group was a white paper. Basically describing serval is how it compares with the other as is out there. What is the good use cases for when to use that went out through it? Common architectures, basically just explaining what the heck is going on in that space. And then we also produced a landscape document basically laying out what's out there from a proprietors perspective as well is open source perspective. And then the third piece was at the tail end of the white paper set of recommendations for the TOC or seen stuff in general. What do they do next? And basic came down to three different things. One was education. We want to be educate the community on what services when it's appropriate stuff like that. Two. What should wait? I'm sorry I'm getting somebody Thinks my head recommendations. What other projects we pull into the CNC f others other service projects, you know, getting encouraged in the joint to grow the community. And third, what should we do around improbability? Because obviously, when it comes to open source standards of stuff like that, we want in our ability, portability stuff like that and one of the low hang your food should be identified was, well, service seems to be all about events. So there's something inventing space we could do, and we recognize well, if we could help the processing of events as it moves from Point A to point B, that might help people in terms of middleware in terms of routing, of events, filtering events, stuff like that. And so that's how these convents project that started. Right? And so that's where most of service working group members are nowadays. Is cod events working or project, and they're basically divine, Eva said specification around cloud events, and you kind of think of it as defining metadata to add to your current events because we're not going to tell you. Oh, here's yet another one size fits all cloud of in format, right? It's Take your current events. Sprinkle a little extra metadata in there just to help routing. And that's really what it's all about. >> One of the first things people say about server list is quoted directly from the cover of Missing the Point magazine Server list Runs on servers. Wonderful. Thank you for your valuable contribution. Go away slightly less naive is, I think, an approach, and I've seen a couple of times so far at this conference. When talking to people that they think of it in terms of functions as a service of being able to take arbitrary code and running, I have a wristwatch I can run arbitrary code on. That's not really the point. It's, I think you're right. It's talking more about the event model and what that unlocks As your application. Mohr less starts to become more self aware. Are you finding that acceptance of that viewpoint is taking time to take root? >> Yeah, I think what's interesting is when we first are looking. A serval is, I think, very a lot of people did think of service equals function of the service, and that's all it was. I think what we're finding now is this this mode or people are more open to the idea of sort of as you. I think you're alluding to merging of these worlds because we look at the functionality of service offers, things like event based, which really only means is the messages coming in? It just happens to look like an event. Okay, fine. Mrs comes in you auto scale based upon, you know, loaded stuff like that scale down to zero is a the monkey thought it was really like all these other things are all these features. Why should you limit those two service? Why not a past platform? Why not? Container is a service. Why would you want those just for one little as column? And so my goal with things like a native though I'm glad you mentioned it is because I think he does try to span those, and I'm hoping it kind of merges them altogether and says, Look, I don't care what you call it. Use this piece of technology because it does what you need to do. If you want to think of it as a pass, go for I don't care. This guy over here he wants think that is a FAZ Great. It's the same piece of technology. Does the feature do what you need? Yes or no? Ignore that, nor the terminology around it more than anything >> else. So I agree. Ueda Good, Great discussion with the user earlier and he said from a developer standpoint, I actually don't want to think too much about which one of these pass I go down. I want to reduce the friction for them and make it easy. So you know, how does K native help us move towards that? You know, ideal >> world, right? And I think so fine. With what I said earlier, One of the things I think a native does, aside from trying to bridge all the various as columns is I also look a K native as a simplification of communities because as much as everybody here loves communities, it is kind of complicated, right? It is not the easiest thing in the world to use, and it kind of forced you to be a nightie expert which almost goes against the direction we were headed. When you think of Cloud Foundry stuff like that where it's like, Hey, you don't worry about this something, we're just give us your code, right? Cos well says No, you gotta know about Network Sing Gris on values that everything else it's like, I'm sorry, isn't this going the wrong way? Well, Kania tries to back up a little, say, give you all the features of Cooper Netease, but in a simplified platform or a P I experience that you can get similar Tokat. Foundry is Simo, doctor and stuff, but gives you all the benefits of communities. But the important thing is if for some reason you need to go around K native because it's a little too simplified or opinionated, you could still go around it to get to the complicated stuff. And it's not like you're leaving that a different world or you're entering a different world because it's the same infrastructure they could stuff that you deploy on. K Native can integrate very nicely with the stuff you deploy through vanilla communities if you have to. So it is really nice emerging these two worlds, and I'm I'm really excited by that. >> One thing that I found always strange about server list is at first it was defined by what it's not and then quickly came to be defined almost by its constraints. If you take a look at public cloud offerings around this, most notably a ws land other there, many others it comes down well. You can only run it for experience time or it only runs in certain run times. Or it's something the cold starts become a problem. I think that taking a viewpoint from that perspective artificially hobbles what this might wind up on locking down the road just because these constraints move. And right now it might be a bit of a toy. I don't think it will be as it because it needs to become more capable. The big value proposition that I keep hearing around server listen I've mostly bought into has been that it's about business logic and solving the things that Air Corps to your business and not even having to think about infrastructure. Where do you stand on that >> viewpoint? I completely agree. I think a lot of the limitations you see today are completely artificial. I kind of understand why they're there, because the way things have progressed. But again, that's one reason I excited like a native is because a lot of those limitations aren't there. Now, Kay native doesn't have its own set of limitations. And personally, I do want to try to remove those. Like I said, I would love it if K native, aside from the serval ISS features it offers up, became these simplified, incriminate his experience. So if you think about what you could do with Coronet is right, you could deploy a pod and they can run forever until the system decides to crash. For some reason, right, why not do that with a native and you can't stay with a native? Technically, I have demos that I've been running here where I set the men scale the one it lives forever, and teenager doesn't care right? And so deploying an application through K native communities. I don't care that it's the same thing to me. And so, yes, I do want to merge in those two worlds. I wantto lower those constraints as long as you keep it a simplified model and support the eighty to ninety percent of those use cases that it's actually meant to address. Leave the hard stuff for going around it a little. >> Alright, So, Doug, you know, it's often times, you know, we get caught in this bubble of arguing over, you know? You know what we call it, how the different pieces are. Yesterday you had a practitioner Summit four server list. So what? I want to hear his You know, whats the practitioners of you put What are they excited about? What are they using today and what are the things that they're asking for? Help it become, you know, Maur were usable and useful for them in the future. >> So in full disclosure, we actually kind of a quiet audience, so they weren't very vocal. But what little I did here is they seem very excited by K native and I think a lot of it was because we were just talking about that sort of merging of the worlds because I do think there is still some confusion around, as you said when you use one verse of the other and I think a native is helping to bring those together. And I did hear some excitement around that in terms of what people actually expect from us going in the future. I don't know. Be honest. They didn't actually say a whole lot there. I had my own personal opinion, and lot of years would already stayed in terms of emerging. Stop having me pick a technology or pick a terminology, right? Let me just pick the technology. It gets my job done and hopefully that one will solve a lot of my needs. But for the most parts, I think it was really more about Kaneda than anything else. Yesterday, >> I think like Lennox before it. Any technology? At some point you saw this with virtual ization with cloud, with containers with Cooper Netease. And now we're starting to Syria to see with server lists where some of its most vocal proponents are also the most obnoxious in that they're looking at this from a perspective of what's your problem? I'm not even going to listen to the answer. The absolution is filling favorite technology here. So to that end today, what workloads air not appropriate for surveillance in your mind? >> Um, >> so this is hardly an answer because I have the IBM Army running through my head because what's interesting is I do hear people talk about service is good for this and not this or you can date. It is good for this and not this. And I hear those things, and I'm not sure I actually buy it right. I actually think that the only limitations that I've seen in terms of what you should not run on time like he needed or any of the platform is whatever that platform actually finds you, too. So, for example, on eight of us, they may have time limited in terms of how long you can run. If that's a problem for you, don't use it to me. That's not an artifact of service. That's artifact of that particular choice of how the implement service with K native they don't have that problem. You could let it run forever if you want. So in terms of what workloads or good or bad, I honestly I don't have a good answer for that because I don't necessary by some of the the stories I'm hearing, I personally think, try to run everything you can through something like Cain native, and then when it fails, go someplace else is the same story had when containers first came around. They would say, You know when to use BMS vs Containers. My go to answer was, always try containers first. Your life will be a whole lot easier when it doesn't work, then look at the other things because I don't want to. I don't want to try to pigeonhole something like surly or K native and say, Oh, don't even think about it for these things because it may actually worked just fine for you, right? I don't want people to believe negative hype in a way that makes sense, >> and that's very fair. I tend to see most of the constraints around. This is being implementation details of specific providers and that that will dictate answers to that question. I don't want to sound like I'm coming after you, and that's very thoughtful of measured with >> thank you. That's the usual response back. So don't >> go. I'Ll give you the tough one critical guy had in Seattle. Okay, when I looked at K Native is there's a lot of civilised options out there yet, but when I talked to users, the number one out there is a ws Lambda, and number two is probably as your functions. And as of Seattle, neither of those was fully integrated. Since then, I talk to a little startup called Believers Trigger Mash, that that has made some connections between Lambda Ah, and a native. And there was an announcement a couple of weeks ago, Kedia or Keita? That's azure and some kind of future to get Teo K native. So it feels like it's a maturity thing. And, you know, what can you tell us about, you know, the big cloud guys on Felicia? Google's involved IBM Red Hat on and you know Oracle are involved in K Native. So where do those big cloud players? Right? >> So from my perspective, what I think Kenya has going for it over the others is one A lot of other guys do run on Cooper Netease. I feel like they're sort of like communities as well as everything else, like some of them can run. Incriminate is Dr anything else, and so they're not necessary, tightly integrated and leveraging the community's features the way Kay Native is doing. And I think that's a little bit unique right there. But the other thing that I think K native has going for it is the community around it? I think people were doing were noticing. Is that what you said? There's a lot of other players out there, and it's hard for people to choose. And what? I think Google did a great job of this sort of bringing the community together and said, Look, can we stop bickering and develop a sort of common infrastructure? Like Who Burnett is is that we can all then base our surveillance platforms on, and I think that rallying cry to bring the community together across a common base is something a little bit unique for K native. When you compare it with the others, I think that's a big draw for people. Least from my perspective. I know it from IBM Zzzz Well, because community is a big thing for us, >> obviously. Okay, so will there be a bridge to those other cloud players soon as their road map? For that, >> we think a native itself. Yeah, I am not sure I can answer that one, because I'm not sure I heard a lot of talk about bridging per se. I know that when you talk about things like getting events from other platforms and stuff. Obviously, through the eventing side of a native we do went from a serving perspective. I'm not sure I hold her old water. From that perspective, you have >> to be honest. All right, Well, Doug Davis, we're done for This one. Really appreciate all the updates there. And I definitely look forward, Teo, seeing the progress that the servant working group continues to do, so thank you so much. Thank you for having me. Alright for Corey Quinn. I'm stupid and will be back with more coverage here on the Cube. Thanks for watching.

Published Date : May 21 2019

SUMMARY :

So maybe as that is a set up, you know, What is the surveillance working groups? you know, getting encouraged in the joint to grow the community. Thank you for your valuable contribution. Does the feature do what you need? So you know, how does K native But the important thing is if for some reason you need to go around K that it's about business logic and solving the things that Air Corps to your business and not even having to think I don't care that it's the same thing to me. Alright, So, Doug, you know, it's often times, you know, we get caught in this bubble And I did hear some excitement around that in terms of what people actually expect At some point you saw this with virtual I honestly I don't have a good answer for that because I don't necessary by some of the the I don't want to sound like I'm coming after you, That's the usual response back. And, you know, what can you tell us about, Is that what you said? Okay, so will there be a bridge to those other cloud players soon as their road map? I know that when you talk about things like getting And I definitely look forward, Teo, seeing the progress that the

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Doug DavisPERSON

0.99+

Corey QuinnPERSON

0.99+

IBMORGANIZATION

0.99+

SeattleLOCATION

0.99+

CoreyPERSON

0.99+

OracleORGANIZATION

0.99+

EvaPERSON

0.99+

Red HatORGANIZATION

0.99+

GoogleORGANIZATION

0.99+

third pieceQUANTITY

0.99+

Air CorpsORGANIZATION

0.99+

TeoPERSON

0.99+

K NativeORGANIZATION

0.99+

eightyQUANTITY

0.99+

DougPERSON

0.99+

eightQUANTITY

0.99+

IBM ArmyORGANIZATION

0.99+

Ecosystem PartnersORGANIZATION

0.99+

Missing the PointTITLE

0.99+

YesterdayDATE

0.99+

KubeConEVENT

0.99+

OneQUANTITY

0.99+

firstQUANTITY

0.99+

Cloud, Native Computing FoundationORGANIZATION

0.99+

todayDATE

0.99+

oneQUANTITY

0.99+

fifteenQUANTITY

0.99+

TwoQUANTITY

0.98+

two worldsQUANTITY

0.98+

SyriaLOCATION

0.98+

thirdQUANTITY

0.98+

IBM Red HatORGANIZATION

0.98+

two serviceQUANTITY

0.98+

one reasonQUANTITY

0.98+

CincyLOCATION

0.98+

zeroQUANTITY

0.97+

KayPERSON

0.97+

ninety percentQUANTITY

0.96+

K nativeORGANIZATION

0.96+

Believers Trigger MashORGANIZATION

0.96+

Kay NativePERSON

0.95+

One thingQUANTITY

0.95+

EuropeLOCATION

0.95+

point BOTHER

0.95+

Cooper NeteaseORGANIZATION

0.94+

MohrPERSON

0.93+

twentyQUANTITY

0.93+

KaniaPERSON

0.93+

threeQUANTITY

0.91+

one verseQUANTITY

0.89+

KediaPERSON

0.89+

Point AOTHER

0.88+

couple of weeks agoDATE

0.87+

KeitaPERSON

0.83+

fourQUANTITY

0.82+

K NativePERSON

0.81+

CloudNativeCon EU 2019EVENT

0.79+

KenyaORGANIZATION

0.79+

two thousand seventeenQUANTITY

0.78+

Ueda GoodPERSON

0.78+

K nativePERSON

0.76+

coupleQUANTITY

0.76+

Teo K nativePERSON

0.75+

LambdaTITLE

0.75+

twenty nineteenQUANTITY

0.75+

Cloud FoundryORGANIZATION

0.75+

LennoxPERSON

0.74+

CoronetORGANIZATION

0.73+

FeliciaPERSON

0.71+

Cube KhanPERSON

0.71+

K nativeORGANIZATION

0.7+

Network Sing GrisORGANIZATION

0.67+

NeteaseORGANIZATION

0.65+

surlyPERSON

0.64+

ConORGANIZATION

0.64+

Vijoy Pandey, Cisco | KubeCon + CloudNativeCon EU 2019


 

>> Live from Barcelona, Spain. it's theCUBE. Covering KubeCon CloudNativeCon Europe 2019. Brought to you by Red Hat, the Cloud Native Computing Foundation and ecosystem partners. >> Welcome back to theCUBE, two days live coverage here in Barcelona, Spain at KubeCon CloudNativeCon 2019. I'm Stu Miniman. My co-host is Corey Quinn, and happy to welcome to the program first-time guest Vijoy Pandey, who's the vice president and CTO of Cloud at Cisco, and Vijoy, it's a relatively new job for you. Something we're still measuring in months. So, why don't we start there, give our audience a little bit of your background and what brought you to the Cisco Cloud team? >> Sure, so first of all thank you Stu, thank you Corey. Glad to be here. Yes, I am measuring my tenure right now in months. It was days, now it's months, soon it will be years and soon it will be forgotten, but I did come from Google. I spent a whole bunch of time there in the networking space. I actually ran their data center footprint. I also ran the ram footprint for a couple of years. And then I ended up building the automation, modeling, telemetry, data analytic stack for all of their physical infrastructure, for a while. >> Okay, so how much time do we have? Because I always put out there, I'm an networking guy by background and if you talk about just the Google network, how do we get our search results, and our ads to us globally in a short period of time. And you talk about undersea cables, I mean, Google was the example. The first time I heard about SDN and what that was going to be, oh, well lets look at what Google was doing, and when Cloud rolled out, Google's network was really second to none. Now of course, you move over to Cisco, which knows a thing or two about networking. Can you tell us some of those, I guess help connect the dots for me. We've had this premise that the hyperweb scale, what they have done, is what's bleeding into the enterprise. That's what Kubernetes is, what Google did at Boar. And from a networking standpoint, some of the things that the top 20 hyper-scale companies were doing we're now starting to see into the enterprise. Does that premise hold water for you? >> Yeah, that's correct. But what I think what you need to realize is that not everybody is hyper-scaler, not everybody is a Google. But there are concepts and there are mechanisms that Google has used and AWS and Facebook and the others have used, that are very, very relevant to large enterprises, to large service providers, and that is the opportunity. You asked me earlier, why I came and joined Cisco, and you're right, Cisco is the big behemoth in the networking space. And there is a little bit of disconnect in how the hyper-scalers have approached networking in the past couple of years, or few years. And how Cisco's customers and Cisco's global market has been approaching their customers over the past couple of decades. So trying to bridge that gap is what's exciting. And I think there are a lot of concepts that have been developed in the hyper-scalers space that do apply. For example, like you said, SDN is a big one. It simplifies how you do networking. Automation is the other big one. So we see, I've seen in the eight months I've been here, most of our customers looking for an automation platform to build at the same agility and on the same zero-offs mentality that the Googles and AWSs have done. So bringing those concepts within Cisco and giving it to our customers is where the opportunity is. >> If I go back in time, 15 years or so, and I want to start a 50-person company, there's no way I'm going to be able to effectively do that without at least one network engineer on the staff, or almost any reasonable company. Today if something starts up that's cloud-native, a lot of that starts to instead be pushed onto the networks of sort that you used to build at Google, or folks doing the similar things at AWS. Do you see that as a longer-term trend where enterprises are going to start moving in that type of direction as well? Or do you see that enterprises are always going to have specific needs that are not going to be met by the hyper-scale public clouds? >> Yeah, I think that it's probably the latter. What I see in the future is, especially, the way I look at the market, it's data driven in a different way. So wherever you have data, you have the need for compute, you have a need for the network. It comes in a variety of ways. One is just around regulations, so if you have data you need to protect, you need on-prem computes towards networking. If you need a lot of insight from your data, you need to do a lot of number crunching or data crunching. ML, AI, for all of those workloads, you need local compute, you need local network. So, depending upon where the data is, you will see computer networking follow. So in that sense, yes, there will be the need for cloud-based access for all of our enterprises, cloud based applications. But the need for on-prem will never disappear. And that's why I think making the bet on multi-cloud, making the bet on hybrid, is a critical way forward. >> All right, so, Vijoy, one of the things we see at this show, especially, is that intersection between what's happening in the enterprise and what's happening in the developer community. We've watched closely the DevNet group inside of Cisco, and that rise of, it's not just in the DevNet group but Cisco going through a lot of transformation. Heard one of the keynotes in this building a year ago, is when you think of Cisco in like 2030, it shouldn't be Cisco, the networking company, it's Cisco's a software company. And there's the platitudes out there about softwares eating the world alive, but help us give it a little insight as to what that means. Networking of course is Cisco's DNA and how most of us today still think of Cisco, but what's that journey that Cisco is going through? >> Sure. And you touched upon a couple of points there, so let me just walk through a couple of them. First of all, the reference to DevNet, it's pretty evident that everything is moving towards a developer mindset. And the network is no different. So talking about the automation bits that I mentioned earlier even at Cisco the products have been built around even physical boxes, which is the bread and butter for a large majority of out customers. We are trying to move that towards a more developer-friendly paradigm. And instead of going through SNMP or CLI, we are moving towards a very programmatic API, model-driven networks, streaming telemetry. And to do all of those things, you need a developer-centric mindset. So whereas our products are enabling APIs to do those things, there is a need for a community to ingest that API set, and that's were DevNet comes in. So just to be able to train the people who are operating the networks or building on top of out networks, you need a community that is familiar with programmability and development and the software engine principles that go with it. So that's one aspect of the statement that you mentioned earlier and that's one place where Cisco is going. Just with the switches and routers. Another aspect is in 2030 where do you see Cisco evolving towards? And like everybody else we are also going through a transformation. We are becoming cloud-native internally. So it's not just that our products are becoming cloud-native in there nature, it's also what we offer is becoming cloud-native. So the products, the way they are constructed, the way the apps are being developed are becoming cloud-native. We want to be SaaS enabled, so the company is going through a transformation of enabling SaaS on a lot of our products. So transforming Cisco to enable that business model, is also something that you see happen over the course of the next few years. And so we are internally going through how do we build these things out of microservices? How do we scale out? How do we share common code? How do we share common services? How do we stand up a platform just like the Googles and the AWSs have done? And so that's a big push inside of Cisco, as well. >> What does that look like as you go through your own transformation and how does that inform how you meet your customers? >> I didn't catch the last part. >> How does that inform how you meet your customers? As you start to gain empathy for what they're going through too, by going through it yourself. >> That's right, I think, that's exactly right. If you look at what Cisco's trying to do, it's no different than our entire customer set. You can see a whole bunch of things happening, whether whether their companies are being acquired. So lets say, Duo is a great example that we just acquired in the security space. AB Dynamics is a great example. So there's a whole bunch of companies that you acquire that are already SaaS based that are already microservices based. Then there are products that we have had internally that are going through a transformation themselves. Our IT department is going through a transformation. The way we are consuming our own products, talking about DevNet, we are actually consuming them in a very programtic way. So we are no different than all of our customers out there, most of our customers out there, if you skip the top four or five hyper-scalers that we just talked about. So how we approach this problem resinates really, really well with our customer set. And so coming up with use cases and saying that this is how we've solved the problem, these are the products that we built and we consume ourselves so we dog food our own products. For example, the Kubernetes tag that we've had, CCP, we consume it internally. We run it as SaaS product internally. Actually there are a lot of other BUs within Cisco, that consume it as part of their own product offering. So enabling that gives us a lot of credibility when we go and talk to our customers, that this is how we've gone through the journey. And in fact, we want to talk a lot more about that journey in the coming few quarters, because that'll give us the credibility in the marketplace, as well. >> All right, so Vijoy, one of the hottest topics at this show, and has been for a while, is security. And we know there is a tight connection between security and a lot of time with networking there. On the keynote this morning, you talked a little bit about Network Service Match, which is now a sandbox project under the CNCF, explain a little bit how that's helping to attack some of these key issues. >> Sure. I think the NSM is just the first step. So the Network Service Match is basically doing a couple of things. One is it is simplifying networking, so that the consumption paradigm is similar to what you see on the developer L7 layer. So if you think Istio, and how Istio is changing the game in terms of how you consume Layer 7 services, think of bringing that down to the layer to layer three layer, as well. So the way a developer would discover services at the L7 layer is the same way, we would want developers to discover networking endpoints, or networking services, or security capabilities. That's number one. So the language in which you consume needs to be simplified, whereby it becomes simple for developer to consume. The second thing that I touched upon is we don't want developers to think about switches, routers, subnets, BCP, VXLAN, VLAN. >> And they don't! >> They don't, exactly. And so how do you get hybrid and multi-cloud connectivity when you leave a Kubernetes port. Within a port it is very nice and well constructed, and you don't think about those concepts. The moment you leave the port, all of those things come in. And IPs change, subnets change, routing comes into the picture, peering endpoints come into the picture. You don't want developers to think about it and they don't want to think about it, so NSM tries to hide all of that below a shim layer and gives you a simple discovery mechanism, from point A to point B regardless of how far you're going. So that's how the other abstraction that we are bringing in. The third bit, going back to your security question, today if I look at how VNFs are constructed, these are basically cardboard boxes, like I said. They are basically you took the sheet metal, that you are building, you wrap it up in a VM and you call it a virtualized network function. You could follow the same paradigm, wrap up everything, put it in a container, and call it a container network function. We don't want that to happen. So we want to end up in a world where you want specific targeted capabilities. So if a certain application all it needs is an IPSec Tunnel and nothing else, you should be able to provide just that capability, and just basic connectivity for that application. If another application needs a lot more than that, maybe it needs a WAF, maybe it needs something more beyond that, you should be able to provide those capabilities without bringing in the other things. So just dissecting the capabilities of the networking and security space and offering them as individual capabilities which are specific to the application is where we want to be. And that's the world we want to enable. >> Perfect, my last question for you is, when I started off my career as a grumpy Unix administrator, because there's no other kind of Unix administrator that isn't grumpy, I had to learn networking in order to be halfway effective at my job. Today I think you can do the same sort of operational role without having much awareness of networks, because very often that's handled for you, they're a lot more reliable these days, in most cases, too. So you have people who are hitting senior or architect-level roles that have never really touched networking at all. It's always been working behind the scenes until it doesn't. At which point there's not awareness there among those types of people. Those developers are viewing that as part of the plumbing, it always just works. You don't question whether the water's going to come out we turn the tap on, same issue with networking. Do you find that the lack of being first and foremost in people's mind, which is incidentally is a assessment to your success, that that is going to start working against you in some ways as some people stop thinking about networking as a primary thing they need to solve for? >> So, it's and interesting point, and I think if you think about, again, my background where I came from. So at Google, we used to have this thing, that since we control the application stack end to end, we could build the infrastructure the way the applications would want them to be built. So for example, you would go to YouTube or an ML application and say, what do you want infrastructure to be? And in a utopian world they would tell you, build me this. To your point what they told us, even within Google, is, give me infinite capacity at zero latency, at zero cost and then go away. That's what developers want. They don't want to think about it, till it breaks. >> Yes. >> And so number one, building something that will give you infinite capacity at zero latency, high availability and as little cost as possible, I think there is a role for networking for a long, long, long time to come. Number one, because there are architects and products to enable that. Number two, observability. Figuring out how to bump up availability as you go on, getting into zero ops and automation, getting into AI and making sure that these things operate and run on their own, and there is very little burden on the network engineer or operator. These are all problems that a company like Cisco can bring, or solve, in this world. And so you will see Cisco just move up the stack. So it's not that these things will disappear. But, yes, there will be parts that will be plumbing, but there will be parts that Cisco will move up the stack. Getting the observability, getting SLAs in the network figured out, I think there's where, those are the places were Cisco will add value. >> All right, so Vijoy, I'll ask you to close with how you opened your keynote. Help explain network Please Evolve. >> So this, actually yes, so I think wrapping up in terms of everything that I've just said, a few things that networking needs to do is move forward into the cloud-native world, where you are building things in the same way that applications are being built today. And so the consumption model, the architecture of the application in terms of microservices, the way you would operate these networks in terms of building very specific SRE teams, those are the ways the network should be built, as well. The other thing, which is near and dear to my heart, is the need to build in a zero ops matter. You cannot have network engineers and operators muck around with the network anymore. Because they're becoming bigger, larger, and more complicated than ever before. So we need to move towards a zero ops model, and that's were I think evolution of the network should be. >> Well, Vijoy, congratulations on the progress so far, and thank you so much for joining us. >> hank you, and it was very nice to be here. >> All right, for Corey Quinn, I'm Stu Miniman. Back with more of two days of wall-to-wall coverage here at KubeCon CloudNativeCon 2019 Barcelona, Spain. Thank you for watching theCUBE. (upbeat music)

Published Date : May 21 2019

SUMMARY :

Brought to you by Red Hat, and what brought you to the Cisco Cloud team? Sure, so first of all thank you Stu, thank you Corey. that the top 20 hyper-scale companies were doing that have been developed in the hyper-scalers space onto the networks of sort that you used to build at Google, One is just around regulations, so if you have data you need and that rise of, it's not just in the DevNet group So that's one aspect of the statement that you mentioned How does that inform how you meet your customers? So lets say, Duo is a great example that we just acquired On the keynote this morning, you talked a little bit about So the language in which you consume needs to be simplified, So that's how the other abstraction that we are bringing in. So you have people who are hitting senior and I think if you think about, again, And so number one, building something that will give you I'll ask you to close with how you opened your keynote. the way you would operate these networks and thank you so much for joining us. Thank you for watching theCUBE.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Corey QuinnPERSON

0.99+

CiscoORGANIZATION

0.99+

CoreyPERSON

0.99+

VijoyPERSON

0.99+

AWSsORGANIZATION

0.99+

Vijoy PandeyPERSON

0.99+

GoogleORGANIZATION

0.99+

Red HatORGANIZATION

0.99+

Stu MinimanPERSON

0.99+

Cloud Native Computing FoundationORGANIZATION

0.99+

GooglesORGANIZATION

0.99+

StuPERSON

0.99+

2030DATE

0.99+

AWSORGANIZATION

0.99+

two daysQUANTITY

0.99+

15 yearsQUANTITY

0.99+

KubeConEVENT

0.99+

Barcelona, SpainLOCATION

0.99+

50-personQUANTITY

0.99+

TodayDATE

0.99+

twoQUANTITY

0.99+

FacebookORGANIZATION

0.99+

second thingQUANTITY

0.99+

third bitQUANTITY

0.99+

todayDATE

0.99+

eight monthsQUANTITY

0.99+

L7 layerTITLE

0.99+

first stepQUANTITY

0.98+

YouTubeORGANIZATION

0.98+

AB DynamicsORGANIZATION

0.98+

first-timeQUANTITY

0.97+

five hyper-scalersQUANTITY

0.97+

oneQUANTITY

0.96+

NSMORGANIZATION

0.96+

DevNetORGANIZATION

0.96+

OneQUANTITY

0.95+

a year agoDATE

0.95+

KubeCon CloudNativeCon 2019EVENT

0.95+

Network Service MatchORGANIZATION

0.94+

CloudTITLE

0.93+

BoarORGANIZATION

0.93+

FirstQUANTITY

0.92+

firstQUANTITY

0.92+

KubernetesORGANIZATION

0.91+

past couple of decadesDATE

0.91+

a thingQUANTITY

0.9+

Jeff Brewer, Intuit & Liz Rice, Aqua Security | KubeCon + CloudNativeCon EU 2019


 

>> Live from Barcelona, Spain it's theCUBE. Covering KubeCon + CloudNativeCon Europe 2019. Brought to you by Red Hat, the Cloud Native Computing Foundation and ecosystem partners. >> Welcome back to theCUBE here in Barcelona, Spain at the Fira, it's KubeCon + CloudNativeCon 2019. I'm Stu Miniman and my co-hosts for two days of live wall-to-wall coverage is Corey Quinn. Joining us back, we have two CUBE alums, Liz Rice, right to my right here who is a Technology Evangelist with Aqua security. Liz, thank you so much welcome back. >> Pleasure to be here. >> And Jeff Brewer, Vice President and Chief Architect, Small Business & Self-Employed Group, of Intuit. A CUBE alum since a few hours ago this morning. >> Yes, yes, thank you. >> Jeff, welcome back. >> Thank you. >> So, we've got you back with a different hat. Everybody in our industry can definitely recognize we wear lots of different hats we have lots of jobs thrown at us. Both of you are in the Technical Oversight Committee and Liz is not only a member but also the Chairperson, President. (people laughing) >> President is definitely a promotion. But, yeah, I'm Chair of the committee. >> Maybe, as it's known, the TOC. Liz, before we get there, your shirt says +1 binding. You have to explain for us and did not get a preview before the interview, so we'll see where this goes. >> It's one of the perks of being on the TOC. When we have something that comes to a vote we want to get input from the community so we ask anyone in the community to vote. But unless you're a member of the TOC your vote is non-binding. As a member of the committee, we have binding votes. And the traditional thing you write on the voting email is +1 binding. So, it's a nice surprise to get a t-shirt when I joined the TOC. >> Very nice. Can you just give us, our audience, that might not be familiar with the TOC, give us some of the key things about it. >> It's the Technical Oversight Committee for the CNCF. We are, really, the technical curation of the projects that come in to the CNCF. Which projects will get support and at what level because we have the sandbox experimentation stage then incubation and then finally graduation for the really established and kind of, de-risked projects. So, we're really evaluating the projects and kind of making a decision collaboratively on which ones we want the CNCF to support. >> All right. So Jeff, we had a great conversation with you about Intuit's cloud journey. Tell us how you got involved in the TOC. We always love the end users, not just using but participating in and helping to give some governance over what the community is doing. >> Yeah, so, about a year and a half ago we made a decision to acquire a small company called Applatix. Who was, actually, already in the end user community. And also contributors as well. Through that acquisition, I was part of that acquisition, I led that acquisition from the Intuit side and really got excited about the Kubernetes and the KubeCon story overall. Through the Kubernetes experts, I met them at a KubeCon and they introduced me to a whole lot more of the community. Just through some overall partnerships with AWS and also spending a lot of time with end-users that's how I really got to know the community a little bit. And then, was voted onto the CNCF as an end user representative in January. >> Wonderful. As far as you're concerned, as you go through this, do you find it challenging at times to separate your roles professionally from working for a large company, to whom many things matter incredibly. Again, as mentioned earlier, I am one of your customers. I care very much about technical excellence, coming out of Intuit, versus your involvement with the larger project. >> Yeah, so like most people in technology companies I'm extremely busy and I would love to spend, I would love to clone myself and spend more (laughing) more time. >> Everybody wants to submit a client project to the TOC we will prioritize that one. >> Exactly, exactly. >> The way I really balance it is that I make an explicit time carve out for those two activities. And most importantly, I attend the meetings. The TOC meetings that we have, those are extremely important. We get a lot of project reviews in those meetings. Liz chairs those meetings. That's where I always make sure that my schedule is cleared for that. >> Taking it, I guess, one step further. Do you find it challenging at all to separate out, in fact, when you're making decisions and making votes, for example, that are presumably binding, +1 binding as we've learned now, is the terminology. Do you find that you are often pulled between trying to advocate for your company and advocating for the community or are they invariably aligned in your mind? >> I mean, my job's the easiest because I come from an end user. So what I use and what I consume is likely what the community at large. There might be some niches and stuff like that. But I usually don't have that conflict. I don't know, as more of a vendor, you might have more of a conflict. >> It's something that I have be conscious of. I just try to mentally separate. I have a role with a company that pays my salary but when I'm doing open-source things if I feel conflicted about. This hasn't really come up yet, but if I do feel that there's some kind of conflict of interest I will always recuse myself. Actually, in my previous role, as the Co-Chair for the Program Committee for the KubeCon and CloudNativeCon Conference, on a couple of occasions we had competitors submit, and I would always just step back from those. Because it's the right thing to do. >> All right. So Liz, there's quite a few projects now, under the umbrella of CNCF. If I've go it right, it was like, 38 different ones. When Brian went on the stage this morning, 16 in the sandbox, 16 incubating and six have graduated now. How do you manage that? You know, there's some in the community they're like, oh my gosh, reminds us of like, big tent, from some initiatives. Some other things here, how much is too much? How do you balance that and what's the input of the TOC? >> Yeah, so one of the things that we're doing with the TOC is we've just established a thing called the SIGs, the special interest groups. Very much following the same model of Kubernetes SIGs. But the idea here is that we can, kind of formalize getting experts in the community to help us with particular kind of areas. So, we've already got a storage and security SIG set up. We expect there will be probably four to six more coming on board during the year. And that helps us with things like the project reviews and the due diligence to just be able to say, we would really appreciate some help. Those groups are also really enthusiastic about kind of sharing knowledge in the form of things like white papers. I think it will be really important for end-users to be able to navigate their way around these projects. Quite often there is more than one solution for a particular thing. And being able to, in a non-vendor way, in a neutral way, express why project X is good in one circumstance and project Y would be better in a different environment. There's work to be done there and I'm hoping to see that come out. >> This is one of my passions as the end user representative, is that trail map or that road map. That's one of the reasons why we really have invested at Intuit, in the Kubernetes technology and the Cloud Native technology. We didn't just roll them out as is. We actually curate them and create, really, a paved road for our developers to navigate that space. >> Yeah, and as we heard from your story it's not always, well, if there's some overlap you use SDO and Hellman. >> Yeah. >> That there's a fit for both of those in your environment, right. >> Yeah. >> From a, I guess, an end user perspective is there a waiting difference between someone like Intuit and someone like Twitter for pets, where there's a slight revenue scale, a slight revenue difference, like scale difference, like everything difference. >> Yes. >> Certainly, there is. I think that, but that's one of the beautiful things about the Cloud Native technologies. You can consume what you need and what you want, right. It's not one size fits all. A lot of people talk about, oh, there's a paradox of choice, there's so many projects, right. Actually, that's a benefit. Really, all you need is that road map to navigate your way through that, rather than just adopting a paved road that might not work for everybody. >> It almost feels, to some extent, almost like the AWS Service Catalog. Whenever you wind up looking at all the things they offer. It feels like going out to eat at the Cheesecake Factory. Where there is 80 pages of menu to flip through with some advertisements, great. And reminding yourself, at time, that they are not Pokemon, you do not need to catch them all. It's, sometimes, a necessary step, as you start to contextualize this. >> That's one of the great things about having over 80 members in the end user is. You can find a buddy, you can find a company like you. Talk to them, get connected with them and figure out what they're doing and learn from them. The community is broad enough to be able to do that. >> All right, so Liz, let's talk about security. >> Okay. (people laughing) >> You said there's a SIG that started up. Where are we, how are things going and you can you share about where we're going in the near future? >> The SIG came together from a group of people who really wanted to make it easier for end-users to roll out their Cloud Native stacks in a secure fashion. We don't always, as a community, speak the same language about security, we don't always have the most secure settings by default. They really came together around this common interest of just making it easier for people to secure. I think a big part of that will be looking at how the different projects, are they applying best practices from a security perspective? Is there more they should do to document how to operate their particular project more securely? I think that whole initiative and that group of people who've come together for SIG security, I'm so impressed and so pleased that they have come together with that enthusiasm to help on that front. >> Any commentary on what you're seeing in this space? >> Yeah, so as an almost, a fintech company, with a lot of fintech and, you know, we're not quite a bank, but we have a lot of the same security and compliance things. That SIG is so, so important to us. And having a roadmap. I found a education is really, really a big part of it of the security experts, right. Because this is somewhat newer technology. Even though it's been in use at Google for a long time the regulator's, the compliance people, don't totally understand it, right. So you have to have a way to explain to them what's going on. So things like, open policy agent, something that we've adopted, helps us explain what's going on in our system. Once they get it, they're like, this is awesome and our end users can now, really, our end users, meaning the people that use QuickBooks and TurboTax can really trust that we have those guardrails in place. >> At Aqua, it's a huge concern from a lot of our customers. Many of whom, coming from that kind of finance industry. That they're coming to us and saying, well, how can I be PCI compliant or GDPR. How do I manage these requirements with my container based stack, with my Cloud Native stack. That's why there is this huge ecosystem quite a lot of effort around security, compliance, policy. >> It feels very much like it's two problems rolled into one. First, how do you make sure that data is secure in these things? Secondly, how do you effectively and responsibly communicate that to a regulator, who expects to be taken on a tour of a data center when they show up on site? (people laughing) I checked, they won't let you. >> There are definitely two sets of security people in my experience. There are a set of people who care about how will I get attacked. How will breaches happen. And there are other people who go, I have a checklist and I need to check the boxes in the checklist, tell me how. Sometimes those two things overlap, but not always. >> All right, Liz, lot of updates, as always. Jeff, I really appreciate your commentary there. Well, there's the paradox of choice but we have a lot of customers out there and therefore we do. (people chuckling) Any highlights you want to share with our audience? >> I think one thing that happens every year is we see more. Well, we saw Kubernetes graduate, I think, early last year, end of the previous year. Now we've got six projects into graduation. From my perspective, that says something about how mature this whole set of projects, this whole platform is becoming. Because graduation is a pretty high bar. Not least in terms of the number of end users that have to be using it in production. This is solid technology. >> Yeah, any highlights from you? >> I think, like we might have touched on a little bit this morning. But I think that usually the technologies that where you're facing the big problems is pretty obvious which one to use, right. Like serverless, you're going to go look at something like Knative or whatnot. Functions as a service. There's some open fast projects, whatnot, like that. SDO services mesh is another one where it's getting mature and it's getting to the point where you can have these ubiquitous service meshes throughout it. So, those are the areas that we're most looking at right now. >> Great, all right. Well, Liz and Jeff, thank you so much for joining us. Thanks for all the work you do on the Oversight Committee and appreciate you sharing the updates with our community. >> Thank you for having us. >> Thank you. >> For Cory Quinn, I'm Stu Miniman. We'll be back more, with theCUBE here at KubeCon + CloudNativeCon 2019. Thanks for watching. (upbeat music)

Published Date : May 21 2019

SUMMARY :

Brought to you by Red Hat, at the Fira, it's KubeCon President and Chief Architect, the Chairperson, President. President is definitely a promotion. Maybe, as it's known, the TOC. And the traditional thing you write on of the key things about it. of the projects that come in to the CNCF. We always love the end of the community. to separate your roles professionally I would love to spend, to submit a client project to the TOC I attend the meetings. and advocating for the community I mean, my job's the easiest because Because it's the right thing to do. 16 in the sandbox, 16 incubating the due diligence to just and the Cloud Native technology. Yeah, and as we heard from your story in your environment, right. and someone like Twitter for pets, one of the beautiful things at all the things they offer. in the end user is. All right, so Liz, (people laughing) and you can you share about where how the different projects, are of the same security That they're coming to that to a regulator, in the checklist, tell me how. and therefore we do. that have to be using it in production. to the point where you can have Thanks for all the work you do on We'll be back more, with theCUBE

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
JeffPERSON

0.99+

Jeff BrewerPERSON

0.99+

Corey QuinnPERSON

0.99+

Liz RicePERSON

0.99+

LizPERSON

0.99+

JanuaryDATE

0.99+

AWSORGANIZATION

0.99+

BrianPERSON

0.99+

Stu MinimanPERSON

0.99+

80 pagesQUANTITY

0.99+

IntuitORGANIZATION

0.99+

Cory QuinnPERSON

0.99+

Red HatORGANIZATION

0.99+

GoogleORGANIZATION

0.99+

sixQUANTITY

0.99+

CNCFORGANIZATION

0.99+

ApplatixORGANIZATION

0.99+

Cloud Native Computing FoundationORGANIZATION

0.99+

oneQUANTITY

0.99+

six projectsQUANTITY

0.99+

SIGORGANIZATION

0.99+

TOCORGANIZATION

0.99+

two daysQUANTITY

0.99+

BothQUANTITY

0.99+

FirstQUANTITY

0.99+

fourQUANTITY

0.99+

AquaORGANIZATION

0.99+

two problemsQUANTITY

0.99+

KubeConEVENT

0.99+

Barcelona, SpainLOCATION

0.99+

Barcelona, SpainLOCATION

0.99+

twoQUANTITY

0.99+

two activitiesQUANTITY

0.99+

over 80 membersQUANTITY

0.99+

Aqua SecurityORGANIZATION

0.99+

GDPRTITLE

0.99+

Technical Oversight CommitteeORGANIZATION

0.98+

two setsQUANTITY

0.98+

QuickBooksTITLE

0.98+

16QUANTITY

0.98+

SecondlyQUANTITY

0.97+

bothQUANTITY

0.97+

one thingQUANTITY

0.97+

one stepQUANTITY

0.96+

more than one solutionQUANTITY

0.96+

one circumstanceQUANTITY

0.95+

CloudNativeCon 2019EVENT

0.95+

TwitterORGANIZATION

0.95+

TurboTaxTITLE

0.95+

early last yearDATE

0.95+

KubernetesORGANIZATION

0.94+

about a year and a half agoDATE

0.93+

two thingsQUANTITY

0.92+

Technical Oversight CommitteeORGANIZATION

0.91+

CloudNativeCon EU 2019EVENT

0.9+

this morningDATE

0.89+

CloudNativeConEVENT

0.89+

CloudNativeCon Europe 2019EVENT

0.85+

Cheesecake FactoryORGANIZATION

0.85+