Steve Pousty, Red Hat | Open Source Summit 2017
(mid-tempo music) >> Announcer: Live, from Los Angeles, it's The Cube. Covering Open source Summit North America 2017. Brought to you by the Linux Foundation and Red Hat. >> Okay welcome back and we're live in Los Angeles for The Cube's exclusive coverage of the Open Source Summit North America. I'm John Furrier, my co-host Stu Miniman, Our next guest is Steve Pousty, who's the Director of Developer Advocacy for Red Hat, Cube alumni, we last spoke at the Cisco Devnet Create, which is their new kind of cloud-native approach. Welcome Back. >> Thank you, thank you, glad to be here. >> We're here at the Open Source Summit, which is a recognition that of all these kind of ... With LinuxCon, all these things, coming events, it's a big ten event, love the direction, >> Yeah Validation to what's already happened and the recognition of open source, where Linux is at the heart of all that, Red Hat also you guys are the Linux standard, and gold standard, but there's more- >> We like to think of it that way, but- >> But there's more than Linux on top of it now, so this is a recognition that open source is so much more. >> For sure, I'm mean you can even see ... Who would've thought that there'd be a whole huge hubbub about Facebook doing a separate license for their react libraries and all the interactions with Apache, the Apache Foundation. Open source is so much ... it's the mainstream now. Like, basically, it's very hard to release a proprietary product right now and come up with some justification about why you have to do it. >> And why, and can it even be as good. >> Steve: Right. >> There's two issues, justification and performance. >> Yeah, quality, all that stuff. And also, customers' acceptability of that. Like, "Oh wait, you mean I can't actually even see the code? "I can't modify the code, I can't pay you to modify the code "and share it with everybody else?" I think customers have come to a whole ... Users of open source stuff, it's so permeated now that I think it's hard to be in the market without ... I mean, look at everybody who's here. Some of the people that are here were some of the biggest closed source people before. >> John: Microsoft is here. >> Exactly. >> John: IBM is here, although they've always been open, they were big on Linux early on. >> Yes. >> But now you're seeing the ecosystem grow, so we see some scale coming, but there's still a lot of work that needs to get done. We see greatness, like Kubernetes and Serverless offering great promise and hope for either multi-cloud workflow, workload management, all those cool stuff. But there's still some work to be done. >> Steve: For sure. >> What's your take on progress, where are we, what's the ... some of those under the hood things that need to get worked on? >> Well so, progress, I think ... the funny part is our expectations have changed so much over time that, so Kubernetes is about a little over two years old, and we're all like, oh it's moving so s-- why is it not doing this, this, and this? Whereas if this was like 10 years ago, the rate at which Kubernetes is moving is phenomenal. So, basically, every quarter there is a new release of Kubernetes, and we basically built OpenShift as a distribution on top of Kubernetes, and so we're delivering to our customers every quarter as well, and a bunch of them are like, "This is too fast, this is too fast, "like, we can't integrate all these changes." But at the same time, they say, "But don't slow down." Because, "Oh, next release we're going to get this thing "that we want and we know we want to go to that release." So, I think Kubernetes definitely has more growing room, but the thing is, how much it's already being seen as the standard, it's the ... so the way I like to talk about it, and I'll talk about this in my talk later, I think for Red Hat, Kubernetes is the cloud Linux kernel. It's the exact same story all over again. It's this infrastructure that everybody's going to build on. Now there are people who are standing up OpenStack on Kubernetes, or on OpenShift. So basically saying, "I don't want to install and manage "my Openstack, it's too difficult. "Give me some JSON and some components "and I'll just use Kubernetes as my operating plane." >> We saw Kubernetes right out of the gates, Stu and I, at the first Cube-Con, we were present at creation, and just on the doorstep of that thing just unfolded, and we saw the orchestration piece is huge, but I want to get your take if you can share with the audience, why Kubernetes has taken the world by storm. Why is it so relevant? What's all the hubbub about with Kubernetes? Share your opinion. >> Okay, so remember ... okay so this is a red shirt, and remember I work at Red Hat, so this obviously a biased opinion. I want to be up front about that. >> John: In your biased opinion ... >> Right, well as opposed to a neutral opinion, right, we definitely, so, I say that in front of my audiences just so that ... go do your own research, but from my perspective and what I've seen in the market place, there was a lot of orchestration and scheduling out there, then it kind of narrowed down, there's three players I would say right now. The three players all end with Kubernetes, but I just started with it (laughs). There's Kubernetes, there is Mesosphere, and there's Docker Swarm. I see those as being the three that are out there right now. And I think the reason we're ... So I won't talk about the others, but I see those ... Why Kubernetes has won is, one, community. So they have done a great job of being upstream, working with all people, being a very open community, open to working with others, not trying to make things just so it benefits Google's business but to benefit everybody. The other reason is the size of that community, right, everybody working together. The third is I think they, so some of it's luck, right? >> John: Yeah, timing is everything. >> Timing is everything. >> John: You're on a wave, and you're on your board and a big wave comes, you surf it, right? >> That's exactly, so I think what happened with Mesosphere is they're a great scheduler, and a lot of people said they were the best scheduler to start with. But they didn't really focus on containers to start with and it seems like they missed ... Like, Kubernetes said, "No, it's all about containers "and we're going to focus on container workload." And that's right where everybody else was. And so it was like, "I don't want to write "all that extra stuff from Mesosphere. "I want to do it with Kubernetes 'cause that's containers." And so that's the bit of luck lining up with the market. So I'd say it's the community but also recognizing that it's about containers to start with and containers are kind of taking over. >> Yeah, Steve, take us inside containers. You're wearing a shirt that says "Linux is Containers" on the front, if our audience could see the back it says "Containers are Linux." >> Steve: Exactly. >> Of course, Red Hat heavily involved. You're in the weeds, dealing with things that we're doing to make stability of containers, make sure it works in other environments. Tell us some of the things you're working on, some of the projects, and the like. >> So, some of the projects I'll be showing today, one is based off of OpenScap, Open S-C-A-P, it's another open consortium for scanning for vulnerabilities. We've written something called Atomic Scan, so it can take any OpenScap provider, plug it in to Atomic Scan, and you can scan a container image without having to actually run it. So, you don't actually have to start it up, it actually just goes in. The other thing I'm going to be talking about today is Bilda, this is part of the CNCF stuff. This is the ability to actually build a runC-compatible container without ever using Docker or MOBI. The way, a totally different approach to it, what you basically do is you say, "I want this container from this other container, or from blank," then you have a container there and then you actually mount the file system. So rather than actually booting a container and doing all sorts of steps in the container itself, you actually mount the file system, do normal operations on your machine like it was your normal file system, and then actually commit at the end. So it's another way for some of our customers that really like that idea of how they want to build and manage containers. But also, there's a bunch more. There's Kryo, which is the common runtime interface, and the implementation of it, so that Kubernetes can now run on an alternative container technology. This is Kryo, it's agnostic. If you looked at Kelsey Hightower's latest "Kubernetes and Anger," I think, or "Kubernetes the Hard Way" or something. His latest is building it all on Kryo. So rather than running on Docker, it runs ... All your container running happens on Kryo. I'm not trying to say, well of course I think it's better, but I think the point that we're really seeing is, by everything moving in to CNCF and the Linux Foundation and getting around standards, it's really enabled the ecosystem to take off. Like, TekTonic and CoreOS have done that with Rocket. We're going to see a lot more blossoming. The fertilizer has been applied, back from our ... >> Yeah, CNCF of two years old, I mean their fertilizer down big time, you got the manure and all the thousand flowers are blooming from that. >> Yeah, between Prometheus, I mean just, Prometheus, Istio, there's just ... I can't even keep track of it all. >> So Steve, you were talking earlier. Customers are having a hard time with that quarterly release. >> Steve: Yes. >> How do they keep up with all these projects, I mean you know, we rattled through all of 'em. You've got 'em all down pat, but the typical customer, do they need to worry about what do they have to focus on, how do they keep up with the pace change, how do they absorb all of this? >> Okay so it highly depends on the customer. There are some customers who are not our customers, I'll just say users, who are advanced enough on their own, who they're out there basically just, they're consuming the tip of what's coming out of CNCF. All that stuff, and they're picking and choosing and they're doing that all. For Red Hat, a lot of our customers are, "I like all that technology, you're our trusted advisor, "when you release it as a product "and I know I can sit on it for three years, "because you'll support it for at least three years, "maybe five years, then I'm going to start to consume it "and you'll actually probably put it into a more usable form for me." 'Cause a lot of the upstream stuff isn't necessary made direct for consumption. >> How are you guys dealing with the growth prospects. We've been talking about this all morning, this has been the big theme of this show is, not only just the renaming of a variety of different events, LinuxCon, but Open Source Summit is an encapsulation of all the projects that are blossoming across the board. So, the scale issues, and as a participant, Red Hat, >> Steve: Yes. >> Your biased opinion, but you're also incentive and you guys are active in the community. The growth that's coming is going to put pressure on the system. It may change the relationship between communities and vendors and how they're all working together, so again, to use the river analogy, there's a lot of water going to be pumping through the system. And so how's that going to impact the ecosystem, is it going to be the great growth that could flood everything, is there a potential for that, I mean you're an ecosystem guy, so the theory is there, it's like, Jim's stepping up with the Linux Foundation. I talked to him yesterday and he recognizes it. >> Steve: Yeah. >> But he also doesn't want to get in the way, either. >> Steve: No, no, no- >> So there's a balance of leadership that's needed. Your thoughts. >> So, I mean I think one of the things ... So I mean you know the Linux kernel has its benevolent dictator, and that works well for that one community, but then you'll see something like Kubernetes, where it's much more of a community base, there is no benevolent dictator for life on Kubernetes. I think one of the nice things that the Linux Foundation has done, and which Red Hat has acknowledged is, you know, let the community govern the way that works for that community. Don't try to force necessarily one model on it. In terms of the flood part that you were talking about, I think, if you want to go back to rivers, there's cycles in terms of 10 year floods, 100 year floods, I think what we're seeing right now is a big flood, and then what'll happen out of this is some things will shake out and other things won't. I don't expect every vendor that's here to be here next year. >> And find the high ground, I mean, I mean the numbers that Jim shared in his opening keynote is by 2026, 400 million libraries are going to be out there versus today's 64 roughly million. >> Steve: Right. >> You know, Ed from Cisco thinks that's understated, but now there's more code coming in, more people, and so a new generation is coming on board. This is going to be the great flood in open source. >> I also think it's a great opportunity for some companies. I mean, I'm not high enough in Red Hat to know what we're doing in that space, but it's also a great opportunity for some companies to help with that. Like, I think, that's one of the other things that Linux Foundation did was set up the Javascript Foundation. That is a community that-- >> But that doesn't have Node.js, it's a little bit separate. >> No, I know, but think-- >> You're talking about the js, okay. >> But I'm talking about, but if you think about the client-side javascript, forget Node. Just think about client-side javascript and how many frameworks are coming up all the time, and new libraries. >> Stu: That's a challenge. >> So I think actually that community could be one that could be good to maybe gain some lessons from, as things happen more in open source. I think there are other open source communities. Like, I'm wondering like GNOME-- >> But the feedback on the js community is that there's a lot of challenges in the volume of things happening. >> And that's coming for us though, right? >> Yeah. >> That's what's coming, that's what's going to come for this larger ecosystem, so I think maybe there's market opportunity, maybe there's new governance models, maybe there's ... I mean, this is where innovation comes from. There's a new problem that's come, it's a good problem. >> Your next point of failure is your opportunity to innovate. >> Exactly, and it's a good problem to have, right, as opposed to, we have too few projects, and we don't really, no one really likes them. Instead, now it's like, we've got so many projects and people are contributing, and everybody's excited, how do we manage that excitement? >> So another dynamic that we're observing, and again we're just speculating, we're pontificating, we're opining ... is fashion. Fashion, fashionable projects. Never fight fashion, my philosophy is. In marketing, don't fight the fashion. >> Steve: Right. >> CNCF is fashionable right now, people love it. It's popular, it's trendy, it's the hip new night club if you will in open source. Other projects are just as relevant. So, relevance and trending sometimes can be misconstrued. How do you guys think about that, because this is a dynamic, everyone wants to go to the best party. There a fear of missing out, I'm going to go check out Kubernetes, but also relevance matters. >> Yes. >> John: Your thoughts. >> So I've seen this discussion internally in engineering all the time, when we're talking about, 'cause you know OpenShift is trying to build a real distribution, not like, "Oh here is Kubernetes," but a real distribution. Like when Red Hat ships you the Linux, gives you Linux, we don't just say, "Here's the Linux kernel, have a good time." We put a whole bunch of stuff around it, and we're trying to do that with Kubernetes as well, so we're constantly evaluating all the like, "Should we switch to Prometheus now, "when's the time to switch to Prometheus? "Oh it's trending really hot. "Oh but does it give us the features?" >> John: It's a balance. >> It's a balance, it's going to have to come down to, I hate to say it-- >> It's a community, people vote with their code, so if something has traction, you got to take a look at it. >> But I would say, and this has been going on for a while, and I've seen other people talk about it, if you are the lead on an open source project, and you want a lot of community, you have to get into marketing. You can't just do-- >> John: You got to market the project. >> You got to, and not in the nasty term of market, which is that I'm going to lie to you and like, what a lot of developers think about like, "Oh I'm just going to give you bullshit and lie to you, "and it's not going to be helpful." No, market in terms of just getting your word out there so at least people know about it. Lead with all your-- >> John: Socialize it. >> Yeah. I mean, that's what you got to get it, so there is a lot of chatter now. How do you get it noticed as a Twitter person, right? You have to do some, it's the same, it's going to be more like that for open source projects. >> John: So we're doing our share to kind of extract the signal from some of the noise out there, and it's great to talk to you about it because you help give perspective. And certainly Red Hat, you're biased, that's okay, you're biased. Now, take your Red Hat off. >> Okay. >> Hat off. Take your Red Hat hat off >> Steve: Propaganda hat off. >> and put your neutral hat on. An observation of Open Source Summit, I'll see that name change kind of significance in the sense it's a big ten event. This event here, what's your thoughts on what it means? >> Hey c'mon Steve, you've got a PhD in ecology, so we want some detailed analysis as to how this all goes together. >> I mean it's good marketing, Open Source Summit, good name change, little bit broader. >> I'm actually glad for it. So, I've gone to some other smaller events, and I actually like this, because it was hard for me to get to the smaller events, or to get quite enough people. Like this actually builds a critical mass, and more cross-fertilization, right, so it's much easier for me to talk to containers to car people. 'Cause automotive Linux is here as well, right? >> John: You can't avoid it, you see 'em in the hallways, you can say, "Hey, let's chat." >> "Let's talk about that stuff," whereas in the small ... So, you know, this is more about conferences. There's a good side and a bad side to everything, just like I tell my kids, "When you pick up a stick, you also have to pick up the other end of the stick." You can't just like have, "Oh this is a great part," but you don't get the bad part. So the great part about this, really easy to see a lot of people, see a lot of interesting things that are happening. Bad part about this, it's going to be hard, like if this was just CNCF, everybody here would be CNCF, all the talks would be CNCF, it's like you could deep dive and really go. So, I think this is great that they have this. I don't think this gets, should get rid of smaller, more focused events. >> Well at CubeCon, our CubeCon, the CNCF event in Austin, we'll be there for The Cube. That will be CNCF all the time. >> Steve: Exactly. I'm glad they're still doing that. >> So they're going to have the satellite event, and I think that's the best way to do it. I think a big ten event like this is good because, this is small even today, but with the growth coming, it'll be convention hall size in a matter of years. >> Well, exactly, and the fact that you made it into a big, and the fact that you've made it into this cohesive event, rather than going to somebody and saying, "Hey, sponsor these five events." Like, No. Sponsor this one big event, and then we'll get most of the people here for you. >> It's also a celebration, too. A lot of these big ten events are ... 'Cause education you can get online, there are all kinds of collaboration tools online, but when you have these big ten events, one of the rare things is it's the face to face, people-centric, in the moment, engagement. So you're learning in a different way. It's a celebration. So I think open source is just too important right now, that this event will grow in my opinion. >> Steve: For sure. >> Bring even thousands and thousands of people. >> I mean, another way-- >> John: 30,000 at some point, easily. >> Yeah, I think definitely it's theirs to lose, let's put it that way. >> John: (laughing) I'll tell that to Jim "Hey, don't screw it up!" >> Don't screw it up. I think the way that you could almost think of this is OSS-Con, right, instead of Comic-Con, this is like, this can become OSS-Con, which is like, they should probably ... In the same way that the Kubernetes Foundation works and grows with a lot of other people, it would be great if they could bring in other Foundations as well to this. I know this is being run by the Linux, but it'd be great if we could get some Apache in here, some Eclipse in here, I mean that would just be-- >> John: A total home run. >> Those foundations bringing it in-- >> That would truly make it an open source summit. >> Yeah, exactly, as opposed to the World Series that's only in the United States. >> Yeah. (laughing) >> Although you know, I was at a hotel recently, and they had baseball on, it was little league baseball though. Their World Series is actually, Little League World Series is actually the World Series. >> John: It's a global World Series. >> Yeah, like their-- >> John: It's the world. >> Yeah, as opposed to the MLB, right? >> Alright, Steve, great to have you on, any final thoughts on interactions you've had, things you've learned from this event you'd like to share and pass on? >> No, I just think the space is great, I'm really excited to be in it. I'm starting to move a little bit more up to the application tier at my role at the company and I'm excited about that, to actually ... So I've been working down at the container tier, and orchestration tier for a while, and now I'm excited to get back to like, "Well now let's actually build some cool stuff "and see what this enables on the up--" >> And DevOps is going mainstream, which is a great trend, you're starting to see that momentum beachhead on the enterprises, so-- >> Oh, one takeaway message, for microservices people, please put an Ops person on your microservice team. Usually they start with the DBA, and then they say the middle person and the front-end people. I really want to make sure that they start including Ops in your microservice teams-- >> John: And why is that, what'd you learn there? >> Well because if you're going to do microservices, you're going to be, the team's going to end up doing Ops-y work. And it's kind of foolish not to bring in someone who already knows ... The reason you want all the team together is because they're going to own that. And you also want them to share knowledge. So, if I was on a microservice team, I would definitely want an Ops person teaching me how to do Ops for our stuff. I don't want to reinvent that myself. >> You got to have the right core competencies on that team. >> Steve: Yeah. It's like having the right people in the right position. >> Steve: Exactly. >> Skill player. >> Steve: Yeah, exactly. Okay we're here live in Los Angeles, The Cube's coverage of Open Source Summit North America. I'm John Furrier, Stu Miniman. More live coverage after this short break. (electronic music)
SUMMARY :
Brought to you by the Linux Foundation and Red Hat. of the Open Source Summit North America. it's a big ten event, love the direction, so this is a recognition that open source is so much more. about why you have to do it. "I can't modify the code, I can't pay you to modify the code John: IBM is here, although they've always been open, so we see some scale coming, that need to get worked on? so the way I like to talk about it, and just on the doorstep of that thing just unfolded, Okay, so remember ... okay so this is a red shirt, in the market place, there was a lot of orchestration And so that's the bit of luck lining up with the market. on the front, if our audience could see the back You're in the weeds, dealing with things that we're doing This is the ability to actually build and all the thousand flowers are blooming from that. I can't even keep track of it all. So Steve, you were talking earlier. I mean you know, we rattled through all of 'em. 'Cause a lot of the upstream stuff of all the projects that are blossoming across the board. And so how's that going to impact the ecosystem, So there's a balance of leadership that's needed. In terms of the flood part that you were talking about, I mean the numbers that Jim shared in his opening keynote This is going to be the great flood in open source. for some companies to help with that. But I'm talking about, but if you think that could be good to maybe gain some lessons from, a lot of challenges in the volume of things happening. I mean, this is where innovation comes from. is your opportunity to innovate. Exactly, and it's a good problem to have, right, In marketing, don't fight the fashion. it's the hip new night club if you will in open source. "when's the time to switch to Prometheus? so if something has traction, you got to take a look at it. and you want a lot of community, "Oh I'm just going to give you bullshit and lie to you, I mean, that's what you got to get it, and it's great to talk to you about it Take your Red Hat hat off in the sense it's a big ten event. as to how this all goes together. I mean it's good marketing, Open Source Summit, so it's much easier for me to talk John: You can't avoid it, you see 'em in the hallways, all the talks would be CNCF, it's like you could deep dive Well at CubeCon, our CubeCon, the CNCF event in Austin, Steve: Exactly. So they're going to have the satellite event, Well, exactly, and the fact that you made it into a big, one of the rare things is it's the face to face, Yeah, I think definitely it's theirs to lose, I think the way that you could almost think of this Yeah, exactly, as opposed to the World Series is actually the World Series. at the company and I'm excited about that, to actually ... and the front-end people. And it's kind of foolish not to bring in someone It's like having the right people in the right position. Steve: Yeah, exactly.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Steve | PERSON | 0.99+ |
Stu Miniman | PERSON | 0.99+ |
Jim | PERSON | 0.99+ |
Steve Pousty | PERSON | 0.99+ |
John | PERSON | 0.99+ |
John Furrier | PERSON | 0.99+ |
Red Hat | ORGANIZATION | 0.99+ |
three players | QUANTITY | 0.99+ |
three years | QUANTITY | 0.99+ |
five years | QUANTITY | 0.99+ |
CNCF | ORGANIZATION | 0.99+ |
Los Angeles | LOCATION | 0.99+ |
Apache Foundation | ORGANIZATION | 0.99+ |
Linux Foundation | ORGANIZATION | 0.99+ |
100 year | QUANTITY | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Node.js | TITLE | 0.99+ |
10 year | QUANTITY | 0.99+ |
five events | QUANTITY | 0.99+ |
United States | LOCATION | 0.99+ |
ORGANIZATION | 0.99+ | |
ORGANIZATION | 0.99+ | |
next year | DATE | 0.99+ |
Cisco | ORGANIZATION | 0.99+ |
two issues | QUANTITY | 0.99+ |
Prometheus | TITLE | 0.99+ |
Austin | LOCATION | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
TekTonic | ORGANIZATION | 0.99+ |
Kubernetes Foundation | ORGANIZATION | 0.99+ |
yesterday | DATE | 0.99+ |
third | QUANTITY | 0.99+ |
Open Source Summit North America | EVENT | 0.99+ |
today | DATE | 0.99+ |
2026 | DATE | 0.99+ |
Ed | PERSON | 0.99+ |
64 | QUANTITY | 0.99+ |
World Series | EVENT | 0.99+ |
OpenStack | TITLE | 0.98+ |
Kubernetes | TITLE | 0.98+ |
Little League World Series | EVENT | 0.98+ |
OpenShift | TITLE | 0.98+ |
Linux | TITLE | 0.98+ |
Ed Warnicke, Cisco | Open Source Summit 2017
(cheerful music) >> Announcer: Live from Los Angeles, it's theCUBE! Covering Open Source Summit North America 2017. Brought to you by The Linux Foundation and Red Hat. >> Welcome back, and we're live here in Los Angeles. This is theCUBE's special coverage of Open Source Summit North America. I'm John Furrier with Stu Miniman. Two days of wall-to-wall coverage. Our next guest, Ed Warnicke, who is a distinguished consulting engineer with Cisco. Welcome to theCUBE. >> Glad to be here! >> Thanks for coming on. Love to get into it. We love infrastructure as code. We love the cloud developers. The young generation loves it. Making things easy to use all sounds great, but there's still work to get done. The networking... So what's going on here at the Open Source? So this is the big tent event where there's a lot of cross-pollination around projects. Obviously the networking side, you guys at Cisco are doing your share. Give us the update. Networking is still a lot more work to be done. It's a very strategic part of the equation. Certainly making it easier up above makes it programmable. >> Yeah, you have to make the networking invisible even to the DevOps layer. There are certain things that you need from the network. They need isolation and reachability. They need service discovery and service routing. But they don't want to have to think about it. They don't want to be burdened with understanding the nitty gritty details. They don't want to know what subnet they're on, they don't want to have to worry about ACL's, they don't want to think about all of that. And the truth is, there's a lot of work that goes into making the network invisible and ubiquitous for people. And in particular, one of the challenges that we see arising as the world moves more cloud-native, as the microservices get smaller, as the shift happens toward serverless, as Kubernetes is coming on with containers, is that the network is really becoming the run time. And that run time has the need to scale and perform like it never has before. So the number of microservices you'd like to put on a server keeps going up, and that means you need to be able to actually handle that. The amount of traffic that people want to push through them continues to go up. So your performance has to keep up. And that brings a lot of distinct challenges, particularly when you're trying to achieve those in systems that were designed for a world where you had maybe two NIC's on the box, where you weren't really thinking when the original infrastructure was built about the fact that you were actually going to have to do a hell of a lot of routing inside the server because you now have currently hundreds, but hopefully someday thousands and tens of thousands of microservices running there. >> Ed, you know, I think when we've been talking about the last 15 or 20 years or so, I need to move faster with my deployment. It always seemed that networking was the thing that held everything up. It's like, okay, wait, when I virtualized, everything's great and everything, and I can just spit up a VM and do that. Oh, but I need to wait for the network to be provisioned. What are the things you've been working on, what open source projects? There's a lot of them out there helping us to really help that overall agility of work today. >> Absolutely. So one of the things I'm deeply involved in right now is a project called FD.io, usually pronounced Fido, because it's cute. And it means we can give away puppies at conferences. It's great. What FD.io is doing, is we have this core technology called VPP that gives you incredibly performant, incredibly scalable networking purely in user space. Which means from a developer velocity point of view, we can have new features every three months. From an extensibility point of view, you can bring new network features as separate plugins you drop as .so's into a plugin directory instead of having to wait for the kernel to rev on your server. And the revving process is also substantially less invasive. So if you need to take a microservice network as a user space thing and rev it, it's a restart of a process. You're talking microseconds, not 15-minute reboot cycles. You're talking levels of disruption where you don't lose your TCP state, where you don't lose any of those things. And that's really crucial to having the kind of agility that you want in the network. And when I talk about performance and scalability, I'm not kidding. So one of the things we recently clocked out with VPP was being able to route a terabyte per second of traffic with millions of routes in the forwarding tables on commodity servers with no hardware existence at all. And the workloads are starting to grow in that direction. It's going to take them a while to catch up, but to your point about the network being the long pull, we want to be far ahead of that curve so it's not the long pull anymore. So you can achieve the agility that you need in DevOps and move innovative products forward. >> Ed, one of the things that comes up all the time, I wanted to get your reaction to this because you're an important part of it, is developers say, look, I love DevOps. And even ops guys are saying, we want to promote DevOps, so there's a mind meld there if you will. But then what they don't want is a black box. They want to see debugging, and they want to have ease of manageability. So I don't mind pushing dev, if I'm an ops guy, send the dev down, but they need a path of visibility. They need to have access to debug fast. Get access to some of those things. What do you see as gates if you will, that we got to get through to make that seamless and clean right now? Obviously Kubernetes, lot of stuff going on with orchestration. And containers are providing a path. But still, the complaint and nervousness is okay, you can touch and program the infrastructure, but if something happens, you're going to be reactive. >> Yeah, that gets exactly to the point. Because the more invisible the network is, the more visibility you need when things go wrong. And for general operational use. And one of the cool things that's happening in FD.io around that, is number one, it's industrial scale. So you have all sorts of counters and telemetry information that you need from an historical point of view in networks to be able to figure out what's going on. But beyond that, there's a whole lot of innovation that's been happening in the network space that has yet to trickle down all the way to the server edge. A really classic example on the visibility front has to do with in-band iOAM. So we now have the technology, and this is present today in VPP, to be able to say, hey, I would like an in-band trace on the flow though the network of this flow for this customer who's giving me a complaint, where I can see hop by hop through the network including in the edge where VPP is, what's the latency between hops? What path it actually passed through. And there's even a feature there where you could say, at each hop, please send the packet capture at that hop to a third-party point where I can collect it so I can look at it in something like Wireshark. So you can look in Wireshark and say, okay I see where this went into that node and came out that node this way. Node by node by node. I don't know how much more visibility than that is actually physically possible. And that's one of the kinds of things that the velocity of features that you have in VPP has made very possible. That's the kind of thing that would take a long time to work into the traditional development line for networking. >> What's the Cisco internal vibe right now? Because we covered the DevNet Create event that Susie Wee put on, which was kind of like a cloud-native cool event. Kind of grassroots, kind of guerrilla. I love the mojo there. But then you've got the DevNet community at Cisco, which is a robust killer developer community on the Cisco side. How are those worlds coming together? I can imagine that the appetite for the Cisco DevNet teams, the DevNet developer community, is looking at cloud-native as an opportunity. Can you share some insight into what's the sentiment, what's the community vibe, what's going on? For folks that just got to run the networks, I mean this is serious stuff. In the past, they've been like, cloud-native, when you're ready we'll get there. But now there seems to be an onboarding of cloud-native. Talk about the dynamic. >> There has to be, because cloud-native won't wait. And there's a lot of things that the network can do to help you as the run time. The iOAM example is one, but there are a ton more. Again, cloud-native won't wait. They will find a way, and so you have to be able to bring those features at the pace at which cloud-native proceeds. You can't do it on six-month product cycles. You can't do it on 12-month product cycles. You have to be able to respond point by point as things more forward. A good example of this is a lot of the stuff that's happening with server meshes in Insteon. Which is coming really fast. Not quite here, but coming really fast. And for that, the real question is, what can the network do for DevOps? Because there's a synergistic relationship between DevOps and NetOps. >> So you were saying... Just to try to get at the point. So yes, are you seeing that the DevNet community is saying hey we love this stuff? Because they're smart, they know how to adapt. Moving from networks to DevOps. To me it seems like they're connecting the dots. You share some-- Are they, yes no maybe? >> They're absolutely connecting the dots, but there's a whole pipeline with all of this. And DevNet is at the short pointy end where it touches the DevOps people. But to get there, there's a lot of things that have to do with identifying what are the real needs, getting the code written to actually do it, figuring out the proper innovations, engaging with open source communities like Kubernetes so that they're utilized. And by the time you get to DevNet, now we're at the point where you can explain them to DevOps, where they can use them really cleanly. One of the other things is, you want it to come through transparently. Because people want to be able to pick their Kubernetes Helm charts off the web, take the collection of containers for the parts of their application they don't want to have to think about, at least right now, and have it work. So you have to make sure you're supporting all the stuff that's there, and you have to work to be able to take advantage of those new features in the existing API's. Or better yet, just have the results of those API's get better without having to think about new features. >> So they're in great shape. It's not a collision, it's not friction. >> No, no no. >> It's pretty much synergistic. Network guys get the DevOps equation. >> No, we get the DevOps equation, we get the need. There is a learning process for both sides. We deeply need each other. Applications without networking are completely uninteresting. And this is even more true in microservices where it's becoming the run time for the network. On the same side, networks without applications are completely uninteresting because there's no one to talk. And what's fascinating to me is how many of the same problems get described in different language and so we'll talk past each other. So DevOps people will talk about service discovery and service routing. And what they're really saying is, I want a thing, I don't want to have to think about how to get to it. On the network side, for 15 years now, we've been talking about identifier/locator separation. Basically the having an IP address for the thing you want, and having the ability to transparently map that to the location where that thing is without having to... It's the classic renumber your network problem. They're at a very fundamental level the same problem. But it's a different language. >> The game is still the same. There's some language nuances that I think I see some synergies. I see people getting it. It's like learning two languages. Okay, the worlds come together. It's not a collision. But the interesting thing is networking has always been enabling opportunity. This is a fundamental nuance. If you can get this right, it's invisible, as you said. That's the end game. >> Absolutely. That's really what you're looking for. You want invisibility in the normal mode, and you want total transparency when something has to be debugged. The classic example with networks is, when there's a network problem it's almost never the network. It's almost always some little niggle of configuration that went wrong along the way. And so you need that transparency to be able to figure out okay, what's the point where things broke? Or what's the point where things are running suboptimally? Or am I getting the level of service that I need? Am I getting the latency I need, and so forth. And there's been a tendency in the past to shorthand many of those things with networking concepts that are completely meaningless to the underlying problem. People will look at subnets, and say for the same subnet, we should have low latency. Bullshit. I mean basically, if you're on the same subnet, the guy could be on the other end of the WAN in the modern era with L2 overlays. So if you want latency, you should be able to ask for a particular latency guarantee. >> It felt to me that it took the networking community a while to fix things when it came to virtualization. (Ed laughs) but the punch line is, when it comes to containers, and what's happening at Kubernetes, it feels like the networking community is rallying a lot faster and getting ahead of it. So what's different this time? You've got kind of that historical view on it. Are we doing better as an industry now, and why is it? >> So a couple of things. The Kubernetes guys have done a really nice job of laying out their networking API's. They didn't get bogged down in the internal guts of the network that no DevOps guy ever wants to have to see. They got really to the heart of the matter. So if you look at the guarantees that you have in Kubernetes, what is it? Every pod can talk to every other pod at L3. So L2 isn't even in the picture. Which is beautiful, because in the cloud, you need to worry about subnets like you need a hole in the head. Then if you want isolation, you specify a network policy. And you don't talk about IP addresses when you do that. You talk about selectors on labels for pods, which is a beautiful way to go about it. Because you're talking about things you actually care about. And then with services, you're really talking about how do I discover the service I want so I never have to figure out a pod IP? The system does it for me. And there are gaps in terms of there being things that people are going to be able to need to do that are not completely specified on those API's yet. But the things they've covered have been covered so well, and they're being defended so thoroughly, that it's actually making it easier because we can't come in and introduce concepts that harm DevOps. We're forced to work in a paradigm that serves it. >> Okay, great. So this'll be easy, so we'll be ready to tackle serverless. What's that going to mean for the network? >> Serverless gets to be even more interesting because the level of agility that you want in your network goes up. Because you can imagine something in serverless where you don't even want to start a pod until someone has made a request. So there's an L7 piece that has to be dealt with but then you have to worry about the efficiency of how do you actually move that TCP session to the actual instance that's come up for serverless for that thing, and how do you move it to the next thing? Because you're working at an L7, where from the client's point of view, they think it's all the same server, but it's actually been vulcanized across all these microservices. And so you have to find an efficient way of making that transparent that minimizes the degree to which you have to hairpin through things all over the cluster because that just introduces more latency, less throughput, more load on the cluster. You've got to be able to avoid that. And so, by being able to bring sophisticated features quickly to the data plain with something like FD.io and VPP, you can actually start peeling those problems off progressively as serverless matures. Because the truth of the matter is, no one really knows what those things are going to look like. We all like to believe we do, but you're going to find new problems as you go. It's the unknown unknowns that require the velocity. >> So it sounds like you're excited about serverless, though. >> Ed: Usually, yes, definitely. >> So I love serverless too, and I always talk about it. So what is in your opinion the confusion? There are some people who are like, oh it's bullshit. I don't think it is personally. I think it's nirvana. I think it's what people want, what most developers want. There's a server behind it. It's not serverless per se. It's just from a developer standpoint, you don't have to provision hardware. >> Or containers, or VM's, or any of that. >> I personally think it's a good thing. Is it just a better naming convention? Give the people, what's the nuance? Why are people confused? >> I think it's much more fundamental than just the naming convention. Because historically, if you look at the virtualization of workloads, every movement we've had to date has been about some workload run time technology. VM's were about virtual machines. Containers are about containers to run technology. When you get to microservices and serverless, we've made the leap from talking about the underlying technology that most developers don't care about to talking about the philosophy that they do. >> Their run time is their app. Their run time assembly is their code sandwich, not to say the network. >> Just as in serverless, I don't think anyone doubts that the first run of serverless is going to be built on containers. But the philosophy is completely divorced for them. So I'll give you an example. One of the things that we have in VPP is we have an ultra high performance, ultra high scalability userspace TCP stack. We're talking the kind of thing that can trivially handle ten million simultaneous connections with 200,000 new connections coming in every second. And right now, you can scope that to an isolation scope of a container. But there's no reason, with the technology we have, you can't scope it all the way down to a process. So you control the network access at the level of a process. So there's a lot of headroom to go even smaller than containers, even lighter weight than containers. But the serverless philosophy changes not a wit as you have that improvement come in. >> That's beautiful. Ed, thanks so much for coming on theCUBE. We really appreciate your perspective. I'd like you to get one final word in to end the segment. Describe what's happening here because the OS Summit, or the Open Source Summit, is the first of its kind, a big tent event. What's your take on it? What's the purpose of the event? What's your experience? Share with the folks who aren't here what this event is all about. >> It's really exciting, because as much as we love The Linux Foundation, and as much as we've all enjoyed things like LinuxCon in the past, the truth is, for years it's been bleeding beyond just Linux. I don't see the OS Summit so much as a shift in focus, as a recognition of what's developed. Last year we had the Open Source Summit here. We just called it LinuxCon. The year before we had the Open Source Summit here. We just called it LinuxCon. And so what's really happening is, we're recognizing what is. There's actually no new creation happening here. It's the recognition of what's evolved. >> And that is open source as a tier one reality that goes way beyond Linux, which is by the way super valuable at the kernel. >> Ed: Oh, we all love Linux. >> All Linux apps... The only apps are Linux apps. But it's a bigger thing. The growth and scale that's coming is unprecedented. I think a lot of people still are pitching themselves, Stu and I were commenting, that what's coming is going to change the face of software development for generations to come. There's an exponential scale of software libraries coming on board. Up to 400 million was forecast by 2026? >> That sounds conservative to me. (laughs) >> You think so? Well, I mean, just to get the scale. So there's going to be some leadership opportunities for the community, in my opinion. >> Absolutely. And this is where the Open Source Summit actually... I mean, words matter because they shape the way we think about things. So where I think the shift to the Open Source Summit has huge value is that it starts to shift the thinking into this broader space. It's not just a recognition of what's happened. It's a new load of software here for the community. >> This is not a marking then, it's a recognition of what's actually happening. I love that quote. Open Source Summit, brilliant move by The Linux Foundation. Create a big tent event for cross-pollination, sharing of ideas. This is the ethos of open source. Ed, thanks so much for coming on theCUBE. This is theCUBE with live coverage from the Open Source Summit in North America, formerly LinuxCon and all the other great events here in Los Angeles. I'm John Furrier with Stu Miniman. More live coverage after this short break. (electronic music)
SUMMARY :
Brought to you by The Linux Foundation and Red Hat. Welcome to theCUBE. We love the cloud developers. is that the network is really becoming the run time. What are the things you've been working on, So one of the things we recently clocked out with VPP Ed, one of the things that comes up all the time, that the velocity of features that you have in VPP I can imagine that the appetite for the Cisco DevNet teams, is a lot of the stuff that's happening So yes, are you seeing that the DevNet community And by the time you get to DevNet, So they're in great shape. Network guys get the DevOps equation. and having the ability to transparently map that The game is still the same. in the modern era with L2 overlays. but the punch line is, when it comes to containers, So L2 isn't even in the picture. What's that going to mean for the network? that minimizes the degree to which you don't have to provision hardware. Give the people, what's the nuance? from talking about the underlying technology not to say the network. One of the things that we have in VPP is the first of its kind, a big tent event. It's the recognition of what's evolved. And that is open source as a tier one reality is going to change the face of software development That sounds conservative to me. So there's going to be some leadership opportunities is that it starts to shift the thinking This is the ethos of open source.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Ed Warnicke | PERSON | 0.99+ |
John Furrier | PERSON | 0.99+ |
Red Hat | ORGANIZATION | 0.99+ |
Stu Miniman | PERSON | 0.99+ |
Cisco | ORGANIZATION | 0.99+ |
15 years | QUANTITY | 0.99+ |
2026 | DATE | 0.99+ |
ten million | QUANTITY | 0.99+ |
Los Angeles | LOCATION | 0.99+ |
Susie Wee | PERSON | 0.99+ |
Ed | PERSON | 0.99+ |
six-month | QUANTITY | 0.99+ |
12-month | QUANTITY | 0.99+ |
15-minute | QUANTITY | 0.99+ |
hundreds | QUANTITY | 0.99+ |
thousands | QUANTITY | 0.99+ |
Stu | PERSON | 0.99+ |
two languages | QUANTITY | 0.99+ |
Last year | DATE | 0.99+ |
North America | LOCATION | 0.99+ |
Linux | TITLE | 0.99+ |
Wireshark | TITLE | 0.99+ |
LinuxCon | EVENT | 0.99+ |
Two days | QUANTITY | 0.99+ |
two NIC | QUANTITY | 0.99+ |
Open Source Summit | EVENT | 0.99+ |
200,000 new connections | QUANTITY | 0.99+ |
Open Source Summit North America | EVENT | 0.99+ |
theCUBE | ORGANIZATION | 0.99+ |
one | QUANTITY | 0.98+ |
both sides | QUANTITY | 0.98+ |
One | QUANTITY | 0.98+ |
millions | QUANTITY | 0.98+ |
OS Summit | EVENT | 0.98+ |
Kubernetes | TITLE | 0.98+ |
today | DATE | 0.98+ |
Up to 400 million | QUANTITY | 0.98+ |
Open Source Summit 2017 | EVENT | 0.97+ |
first | QUANTITY | 0.96+ |
tens of thousands | QUANTITY | 0.96+ |
DevOps | TITLE | 0.96+ |
each hop | QUANTITY | 0.96+ |
Open Source Summit North America 2017 | EVENT | 0.95+ |
FD.io | TITLE | 0.95+ |
Linux Foundation | ORGANIZATION | 0.95+ |
DevNet | ORGANIZATION | 0.94+ |
first run | QUANTITY | 0.93+ |
every three months | QUANTITY | 0.9+ |
DevNet Create | EVENT | 0.9+ |
one final word | QUANTITY | 0.89+ |
DevNet | TITLE | 0.88+ |
Day Two Kickoff | Open Source Summit 2017
(upbeat music) >> Narrator: Live from Los Angeles, it's theCUBE, covering Open Source Summit North America 2017, brought to you by The Linux Foundation and Red Hat. >> Hello there and welcome to our special exclusive SiliconANGLE Media CUBE coverage here in Los Angeles, California, for the Open Source Summit North America. I'm John Furrier, my co-host, Stu Miniman, for the two days of wall-to-wall coverage, this is day two of our coverage of what's going on in the Open Source world as the Linux Foundation consolidates their shows into a big tent event. This is the inaugural event of now consolidated, a bunch of little shows come together. This is the big show where the Linux Foundation brings their entire communities together to talk and cross-pollinate with Jim Zemlin, the Executive Director, as they outline that. Stu, we're in our kickoff of day two, we're going to do some analysis and commentary, but before we start I want to get your thoughts on just day one. Yesterday we had a lot of guests, a lot of activities going on at night, we kind of divided and conquered. What did you find out? >> Yeah so John you'd done some coverage of LinuxCon a couple of years ago, it's my first time coming to this show. We do a lot of Open Source coverage with theCUBE's over the years, so coming in it was like, okay, what are we going to be talking about, what's the vibe? And being a big tent event, you know, I was a little surprised to see, I mean, the conversation's the same that we've been hearing the last year. Kubernetes, kind of the big wave that's coming in, not just in Open Source, but really the conversation in cloud, and really was kind of the top issue that kind of containerization, the new way of architecting things, you know, Linux absolutely is down there underneath, and majorly important but, you know, it seems to be that rallying around everything Kubernetes. MesosCon's right next door, and we said two years ago you never would have thought that, Kubernetes, that Mesos would be saying, you know, the best place to run Kubernetes is on DCOS. You know, it was the container wars, the orchestration wars, all those things. Kubernetes really leading the charge there, and it really fed into a lot of the conversations we had here. And in our conversations, like with Christine Corbett, and in some of the keynotes this morning, really talking about the power of collaboration, community, you know, stuff like that, we were passionate about John. >> Yeah, I mean, Stu, here's my take on the big story coming out of L.A. for this event. And I think the top line story is this. The Open Source community has had so much success going in the early days and depending which generation you want to call it, you know, we're a little bit older, old school, maybe fourth generation, you can argue the point but here's the bottom line. The big story is that the Linux Foundation, Linux apps, are everywhere, it's a global standard, it is happening. And the scale of which the growth that's going to be coming is unprecedented, and I think for the first time in the history of the computer industry, you're seeing a pause. You're seeing a moment of excitement from the executive director, the Linux Foundation, the board members, and the participants in the community who are realizing, holy shit, this is going to grow very huge. And Open Source is going to go to a whole 'nother growth level, it's going to be exponential in scale, and you're going to see some blitzscaling going on, as Jerry Chen at Greylock and Reid Hoffman talk about. And that's going to change the nature of the participation. You're going to start to see new accelerated things, certification, the role of the foundation certainly has always been to serve the sustainable communities of Open Source. Their role will change as stewards of Open Source, the responsibility and the reliance on the Open Source software will continue to grow, and I think that scale phenomenon of Open Source is, potentially, might be the biggest wave of all, Stu, and I think some people are going to be washed like driftwood and some people are going to thrive and survive. >> You know, it's interesting, we look back at Linux, and Linux took a long time, you know, more than a decade, to really kind of gain mainstream adoption. You know, Red Hat, of course came out of with kind of the leadership and the dollars, but Linux was the foundation for everything being built today. There would be no Google without Linux. There would be no Amazon as we know it today without Linux. And I really liked, I think it was strong resonance, everybody's a little surprised, Joseph Gordon-Levitt in the keynote this morning, someone that we know, you know, from the movies, and we're here in L.A., they're like, oh great, they brought an actor. Well, he's actually pretty passionate. He has this website hitrecord.org, where they do, you know, collaboration, and it's people that are drawing and creating music and creating little clips and everything and they said how a community can help build on what they're doing. He said it's about community, fair compensation, and collaborating, rather than just socializing and sharing or any of those things. And something we've talked a lot is, what is the translation of participating in the community translate into dollars, translate into value. I know it's something you're really passionate about. >> Yeah, Stu, this is again, the big story is the growth. But let's unpack that a little bit. Open Source has always been about sharing, it's always been about community, it's been about innovation, freedom, they called them radicals in the early days but now they got to grow, flexibility, and execution. Here's the bottom line. The leadership of the Open Source is going to morph radically. Look at the program here. You got inclusion, you got a little politics, not like politics of open source, politics of cultural shaping with Christine Corbett Morgan, so she's talking about that, it's very relevant. You have Dan Lyons coming in, talking about the programmer culture, you have the actor coming in talking about collective intelligence. I believe that there's going to be a new way of how people are going to be compensated, how participation's going to scale and this comes down to some key tell tale signs. One, a new generation's coming into the Open Source world, this younger generation. They love Serverless, the love DevOps, because they don't want to deal with the infrastructure. So all the old folks, guys like our age, and gals, they have to provide leadership. I talked with Sam Ramji about this in detail, about how some of these stewards in the community have to step up and be leaders in a new way of governing because as the onboarding of more source code, more projects with IOT, with cloud, you're going to see a new generation of young developers that quite frankly are going to want to run fast, run faster, and they don't want to deal with networking, they don't want to, they want serverless, they want true programmable infrastructure, and that's going to potentially cause some changes, maybe at the leadership level but also how they run things. So, I think, Stu, this is something that we're watching as a big wave. >> Yeah, and it's funny because, we always talk, I'd love to be able to extract a way, even virtualization, oh, we're going to make it real simple, you don't have to worry it anymore, well, you know, John, we got some more interviews today, you know. Networking, storage, these things just don't magically, fairy dust, everything works really well, you know. Data has gravity, networking has lots of challenges we have to worry about. Open Source is now infused into all of these environments. Really helping to build those distributed architectures. We had a number of interviews yesterday talking about, these things are not easy, these are tough challenges. You know, even you talk to people and say, "Kubernetes is awesome," sure is not simple, it is not easy to crawl out. >> They've not graduated any projects out of the CNCF yet, talking to Chris yesterday, the COO, he said, "look, we haven't even graduated anything out of," but this is the point, Stu. Kubernetes is a tell sign, that's not fully-baked yet, it's an under-the-hood feature. Serverless, which I love the name and hate it at the same time because there's servers out there. The notion is that the due developers don't want a provision hardware, to them they just want a resource pool, so serverless is a good trend. The name is kind of weak in my opinion, but I kind of love it and hate it at the same time, I mean. >> John, it's just like cloud was 10 years ago. >> What do you think of Serverless, Stu? I mean bottom line is that how could you not like Serverless because as a developer you're just programming infrastructure as code. >> Right, absolutely, I want to be able to use things in a much more granular format, I want to be able to when I'm not using it not pay for it, it really fits into that environment. Something of course, with this show we're talking about is today, you say Serverless, I think AWS Lambda. The proprietary offering, how does something like Kubernetes fit into that? There's containers underneath, but there are a few different Open Source versions that functions as a service. There's Open FaaS, there's OpenWhisk, there's a couple of others, so how will I be able to take what we were liking about containers in general and Kubernetes specifically, that I can work across a number of environments to make sure that I'm not, John, I'm going to say the word, locked in, to a certain provider or a certain piece of the ecosystem. >> Well, Open Source is so robust right now. Again, 10% of the original ideas can be written in code that could be part of the 90% Open Source base code base. Jim Zemlin, the executive director called that the Code Sandwich. But the bottom line in my opinion, Stu, and you were just pointing it out is that the leadership has to scale. And I think one of the things that came up in some of my hallway conversations last night, talking to some folks who have been early on in Open Source, in the old days you had to hate someone, there was an enemy. There was Microsoft, and now they're on board. There was the big proprietary main mini-computer guys, the proprietary operating systems, they were the enemy. Who's the enemy now? The enemy is slowness, right? So, kind of the fundamental question is, Open Source doesn't have that enemy anymore, it's the standard. So the question is what is going to motivate the organizations? To me, I think it's speed. Speed is the new normal, scale is the new normal. Slowness and silos will be the enemy. >> Absolutely, John. It's something I've heard at a number of events we've been at recently, companies' number one thing is not cost, it's speed, and one of the reasons that so many companies work on, contribute to Open Source is to help them with that speed. They can't wait for the turn of the crank from the old software beast, or oh gosh, there are some chips or hardware involved in that? Open Source, I want to be able to contribute to the code, work on the code, ship it, move faster. >> And the other thing that came up yesterday, I want to get your thoughts and reaction to, is do you have a fashion model going on here? Never fight fashion, as we say, a good marketer would say. You have CNCF is very fashionable right now. But there's blogging and tackling projects that have been around for a while, like the networking piece. These are stable, great projects. They just don't have the pomp and circumstance as CNCF have. So, the balance of being trendy is an issue now for these Open Source communities. No one wants to work on a project that's boring but the relevance is important. So how do you react to that, Stu, because this is now a dynamic, it's kind of been there for a while, but now with the plethora of projects out there, are you nervous that fashion, fashionable trendy projects like CNCF, might suck all the option out of the governance? >> No, John, I mean, from a press and a marketing standpoint they get the attention, but I think that the stats really prove out, there's so many projects out there. Everybody's contributing to a lot of them, but it is something the developers should think about. We did an interview of a company, I remember years back, said, "how do you get the best people "and how do they choose what to do?" "Oh, whatever they feel is good." And I'm like, well, come on, you got to put a little bit of a business guidance on that to make sure what's going to help your business, what's going to help your career, if you're an individual contributing to this. There are plenty of options out there, both for starting new things as well as contributing to the big ones out there. And I liked what I was hearing from the Linux Foundation as to how they're going to give some governance to companies as to the health, that whole CHAOSS that they rolled out, talk about the health and the circular maintenance of things out there, but you know, so much activity. Kubernetes by no means is taking all of the attention, it just happens to be the current hotness. >> Well, there's some key under-the-hood details that are being worked on, that's the exciting part. Linux is a standard, it is powering. Most of the apps that are written are essential Linux apps if you look at the OS underneath. And again, the apps, again, the DevOps mindset is here, and now it's scaling and things like Serverless are going to be more greatness for developers, certainly as companies like Google, IBM, and others come in with real code and share and collaborate, a lot of people can participate in the greatness of Open Source, and I think that's, the future is bright for Linux and the Open Source Summit community. Stu, day two continues, live coverage here in Los Angeles. This is theCUBE, I'm John Furrier, Stu Miniman. Coverage of the Open Source Summit North America, in Los Angeles. We'll be right back with more after this short break. (upbeat music)
SUMMARY :
brought to you by The Linux Foundation and Red Hat. This is the big show where the Linux Foundation brings their fed into a lot of the conversations we had here. history of the computer industry, you're seeing a pause. in the keynote this morning, someone that we know, you know, The leadership of the Open Source is going to morph radically. Open Source is now infused into all of these environments. The notion is that the due developers don't want a I mean bottom line is that how could you not like Serverless of the ecosystem. pointing it out is that the leadership has to scale. it's speed, and one of the reasons that so many companies the plethora of projects out there, are you nervous talk about the health and the circular maintenance of things Coverage of the Open Source Summit North America,
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jim Zemlin | PERSON | 0.99+ |
Christine Corbett | PERSON | 0.99+ |
Stu Miniman | PERSON | 0.99+ |
Sam Ramji | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
John Furrier | PERSON | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
John | PERSON | 0.99+ |
Chris | PERSON | 0.99+ |
Joseph Gordon-Levitt | PERSON | 0.99+ |
Dan Lyons | PERSON | 0.99+ |
Red Hat | ORGANIZATION | 0.99+ |
Linux Foundation | ORGANIZATION | 0.99+ |
Jerry Chen | PERSON | 0.99+ |
L.A. | LOCATION | 0.99+ |
Los Angeles | LOCATION | 0.99+ |
10% | QUANTITY | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
yesterday | DATE | 0.99+ |
Christine Corbett Morgan | PERSON | 0.99+ |
two days | QUANTITY | 0.99+ |
last year | DATE | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Linux | TITLE | 0.99+ |
Los Angeles, California | LOCATION | 0.99+ |
first time | QUANTITY | 0.99+ |
CNCF | ORGANIZATION | 0.99+ |
hitrecord.org | OTHER | 0.99+ |
Open Source Summit North America | EVENT | 0.99+ |
Stu | PERSON | 0.99+ |
Greylock | ORGANIZATION | 0.99+ |
Open Source Summit | EVENT | 0.98+ |
both | QUANTITY | 0.98+ |
LinuxCon | EVENT | 0.98+ |
Yesterday | DATE | 0.98+ |
two years ago | DATE | 0.98+ |
today | DATE | 0.98+ |
day two | QUANTITY | 0.97+ |
Reid Hoffman | PERSON | 0.97+ |
10 years ago | DATE | 0.97+ |
one | QUANTITY | 0.97+ |
Open Source Summit North America 2017 | EVENT | 0.97+ |
day one | QUANTITY | 0.97+ |
more than a decade | QUANTITY | 0.96+ |
Mesos | ORGANIZATION | 0.96+ |
Open FaaS | TITLE | 0.96+ |
Open Source Summit 2017 | EVENT | 0.96+ |
last night | DATE | 0.95+ |
Linux | ORGANIZATION | 0.95+ |
fourth generation | QUANTITY | 0.94+ |
MesosCon | ORGANIZATION | 0.93+ |
Day Two | QUANTITY | 0.93+ |
OpenWhisk | TITLE | 0.91+ |
Kubernetes | TITLE | 0.91+ |
Jim Zemlin, Linux Foundation | Open Source Summit 2017
>> Announcer: Live from Los Angeles it's The Cube covering Open Source Summit North America 2017. Brought to you by the Linux Foundation and Red Hat. >> Hey, welcome back everyone. We're here live in L.A. for the Linux Foundation Open Source Summit North America. I'm John Furrier, your host, with Stu Miniman, my co-host. Our next guest Jim Zemlin, Executive Director of the Linux Foundation, runs the whole show. Welcome back to The Cube, great to see you. >> Thank you, thank you. Runs the whole show is a little bit of an overstatement. >> Well, certainly great keynote up there, I mean, a lot of things coming together. Just some structural things. Let's get the update on what's going on structurally with the Linux Foundation, one, and then two, the keynote today, this morning, really kind of laid out the state of the union, if you will, and all cylinders are pumping, no doubt, on open source. So give the quick update on kind of what's going on with the Linux Foundation and then let's get in some of the trends inside the open source movement. >> Yeah, I mean, our organization has grown quite a bit in the last few years as evident by all the people who are here at this event. But our focus is really on the projects that are important to, you know, the stability, security, and growth of the global internet and of large-scale systems. And when you look at Linux or Node.js or things like our networking projects which are powering the production networks for 3 1/2 billion people, what we're really focused on is making sure those projects are healthy, making sure that they have great developers who write incredible code, that it's used to power things like China Mobile's network or AT&T's production network. And then, those firms are employing the developers who then write more code, you get more solutions, products, services based on Linux or whatever. More reinvestment, lather, rinse, repeat. It's that cycle we're trying to promote. >> So before we get into some of the stats, structurally, I know this show, we've Cube comments out there, clarify the structure. How the shows are rolling out, how are you guys putting together the big-tent events, and how developers can get involved in the specific events across, but now there's a ton of projects. But just at a high level, what's the structure? >> Yeah, so, you know, and I'll throw out a few stats. We have about 25,000 developers that attend all of our events which are all over the world. But we have our Open Source Summit which is really sort of a summit to come together and talk about these big-picture issues around sustainability to allow for cross-project collaboration. We have project-specific events so the CloudNativeCon, KubeCon event which is coming up in Austin which is going to be blow-out, you know, I'm expecting thousands of people. I think probably three, 4,000 people. >> And even more platinum sponsors than I've ever seen on any project before so huge demand. >> It's crazy, yeah. Yeah, you know, get it while it's good, right? All these things kind of go up and down but they're on the upswing. So we have project-specific and then in the networking sector, we have have the Open Networking Summit which is sort of similar to the Open Source Summit but much more focused on networking technology, SDN, and NFD, and that is going to be in L.A. next year and we'll have a U.S. event and then a European and an Asian. >> And this show's purpose is what? How would you position the Open Source Summit? >> The Open Source Summit is where all the projects come together and do cross-pollination. I mean, the idea here is that if you're just always in your silo, you can't actually appreciate what someone else is doing that may improve your project. >> And Jim, there's a couple of events that came together to make this 'cause it was LinuxCon, ContainerCon, and MesosCon is also co-resident so. >> Exactly, so we just decided after a while that all these events could come together and again, this cross-pollination of ideas. >> And they kind of did, they're just different hotels in Seattle last time. >> Yeah, exactly. That's enough, it's just going to be Open Source-- >> It's a big-tent event. >> It's a big-tent event and it really reflects how open source has gone mainstream in a way that I don't think any of us would've predicted even maybe five, six years ago. >> It's pretty massive. Just to quote some stats. 23 million plus open source developers, what you shared onstage there, want to get to your keynote. 41 billion lines of code. 1,000 plus new projects a day. 10,000 new versions pushed per day. 64 million repos on GitHub. Just amazing growth so this kind of points to obviously the rising tide is floating all boats. I made a comment, I tweeted, in the spirit of the joke of standing on the shoulders of giants before you, it's like, what shoulders are we standing on now? Because there's so many projects. Is there going to be like a legacy like the dual-star, badge values, been around for a while? You mentioned old news and you bring up Linus onstage. I mean, some projects are older, more mature, Bruce Wayne, Tier One, meat and potatoes, some got a little bit more flair and fashion to it, if you will. So you got new dynamics going on. Share your thoughts on this. >> Yeah, I mean, it's like the shoulders you're standing on are almost like stage-diving, right? Where it's just lots of people's shoulders that you're really bouncing around on. But the idea here, and what we really focus on, is what are the most important projects in the world and how do we make sure we sustain those projects. So those are the ones that you're going to generally see focused on here. Like, you know, if you've got two people contributing to one small repo for a very small project, that's probably not something that's going to be super high-profile here. But what we're trying to do is bring together sort of the big projects and also the key contributors. You know, if you look at the distribution of contribution, and this is the thing, I think, if you're a developer listening to something like this, someone who gives just one commit to a project to solve some kind of problem they might have, that's the vast majority of people. Somebody who does maybe five to 10 commits, you know, a little bit less, quite a bit less. The vast majority of code, people who give 25 or more commits to a project, small group of folks, they're here. >> I know Stu wants to ask a question, one final question on the growth 'cause this kind of reminds me of sports as we're like the ESPN of tech here for the community. If you look at the growth, you put a slide in there by SourceClear that show the projection, by 2026, at 400 million libraries, putting it today around, I think, 64 million. This is going to be like an owners meeting. It's kind of like they get together, this event because you are going to have so many projects 'cause this is kind of the vibe you got going on in here. The scale is massive, this is going to be almost like the owners meeting, the teams. Expansion's going to be coming, you have to deal with that, that's challenging. >> We're ready to grow, I mean, we've been working on systems and staffing and processes to help scale with that. You know, we take seriously that that code runs modern society. It keeps us private or doesn't as we saw with the Equifax hack which was a CVE in an open source project and we want to be ready to up our game. Let's say we could have secure coding class at this very event for the greatest developers who are working on our most important projects in the world. Would that make all of our lives better? Yes, absolutely. >> Yes, absolutely would. Yeah and you want to enable that, that's where you're going. >> That's exactly where we're going. >> Jim, the quote that jumped out at me that you gave in the keynote was, projects with sustainable ecosystems are the ones that matter. How do we balance all this? I heard in, you know, Linus's Q and A it was, look, individual's important but companies are important. You put up a slide and said, there's thousands and thousands of projects, sometimes we're going to get some really awesome stuff from three people contributing code versus the massive ecosystem with all the platinum providers so, it's always in technology, it's an and and it's very nuanced but how do we get our arms around this? How do we know where to focus? >> It's worth going back in time to understand where the future is going and study innovation theory, you know, Eric von Hippel at MIT, or Karim Lakhani at Harvard Business School. And you look at the framework, which is, you have corporations who underwrite a lot of development by hiring developers who have an equal importance in this and then users of that software. So those are your main constituents and sometimes they're the same people, right, or the same things. They're not mutually exclusive, they're actually self-reinforcing if you get the formula right and you make sure that the project is in good shape so that it gives confidence to industry or society that, hey, we can count on that. I think Heartbleed and OpenSSL maybe rattled people's cages like, hey, can we count on, not just this project, but can we count on open source period? So we spent a ton of time working with that project to provide them millions in resources, audited their code, expanded their testing, and we learned a hell of a lot about how to support these communities in the most important developer projects in the world and create that positive feedback loop, that's what we're doing. >> Yeah and Jim, it's, as an analyst, one of the things we're always asked is, right, how do I choose the right technology? Whereas companies now are contributing here so it's not just I'm putting dollars in, I'm putting manpower into this. And the foundations sometimes get a lot of lung from people, saying it's like, oh well, people throw money and what do they get out of it? I liked what I heard today, you talking about this cycle, and maybe talk to our audience a little bit about CHAOSS which I though was a nice, tongue-in-cheek acronym to say how you're actually going to bring order to the chaos that we see in the open source world. >> I'm going to come to this but I want to answer one quick question about the roles of organizations like ours. We are the roadies, the supporting cast, and the plumbers and the janitors of the system that keep things going but the real rock stars are the developers. If you think about it, Linux is worth $10 billion. An average kernel developer makes probably, let's say $150,000 a year, by the way, they make more than your average developer because they're in such high demand. The role of organizations like ours is such a tiny fraction financially of what is really fueling this model but it's an important one. What we ask ourselves all the time is, why do you need us? Who cares, right? Like, throw your code up on GitHub, you don't need the Linux Foundation, right? Why do we even exist? And the answer is to do things like this Community Health Analytics for Open Source Software, to provide the infrastructure for sustainability. Sustainability is something that we need to measure, right? How many developers are contributing to a project? Are they from a diverse community so that if one group goes away, there'll be somebody else there to do that work? How much test coverage do they have? Are there code quality metrics that we could look at? Do they have security practices like a responsible disclosure policy, a security mailing list? Have they recently fuzzed their code? Are they a community that's welcoming for people of different backgrounds? And so on and so forth. If you don't have a healthy project, you kind of don't want to bet your company on this project by using it in a production system, right? But here's the interesting thing, how many people are using that code in production also is a metric for health, right? Because that's where the reinvestment is going to come in the form of developers who are working on it. >> There's a difference between being proactive and jamming something down someone's throat. So you're taking an approach, if I get this right, to be kind of the same open source ethos, use some KPIs, key performance indicators, to give them a sense of success. But it's not an edict saying-- >> No, no, it can't be an edict. What you want to do is preserve the organic innovation that goes on in open source and get projects to go, and you'll notice that curve of sort of value to volume goes up and to the left, we could've written it to the right but, you know, the whole copyleft thing we love. How do you get that organic innovation to kind of go from this small project up and to the left? How do you capture that? Well, give tools to everyone so that they can better self-analyze. >> John: You get exponential growth with that. >> Exactly. >> If you try to control, it's linear but you bring it to the community, you get exponential growth. >> Exactly, so we studied a ton of innovation theory, we looked at how we could build frameworks to facilitate this kind of form of mass innovation and so that's where tools like CHAOSS which is being worked on by Red Hat and a lot of companies who want to figure out which project should I work on? How can I spot that one earlier? And we're excited about it. >> You know, I always joke, being the old guy that I am, in the late '80s, early '90s, '80s particularly when I was coding. We did everything, we wrote all the code. You bring up an interesting stat and you put the finger on, at least for me, and I think this is where a lot of us old timers who had to do all the libraries from scratch. You mentioned the code sandwich, the code club, the club sandwich, how code's being made and the interesting thing, as you point out, 90% of most great software is done with open source where the 10% innovation is done with original code or original content, if you will, and that that is the norm. So open source is now called the code sandwich because you can put your differentiation and that's a good use of time. >> That's the meat, right. >> That's the meat, it's not a wish sandwich to use the old Blues Brothers example but I mean look, the thing is is that that's dynamic is real, the code is leverageable, and that this is the dynamic so where'd the number come from? Because that seems really high to me but I love it. >> So that number came from a combination of Sonatype, SourceClear, and other organizations that monitor commercial reuse of software on a global basis. So these are the folks who are actually working with commercial industry to look at the makeup of their code, basically. You don't have to go far to look at a Node.js developer, they're using Node.js, they're taking packages out of NPM, and they're writing, they're cut and paste masters, but they write this critical component that's the meat of their application, it's what they do. >> But that's the innovation fabric that's happening. >> It also is a requirement because let's look at a modern, luxury vehicle today. It has 100 million lines of code in it. That's more than an F-35, like, fighter jet. That's an unbelievable amount of code. Toyota, who we work with, and you know, our AGL, our Automotive Grade Linux, is in their Camry. They couldn't write that code on their own. It's just too much. And this is how we get to autonomous vehicle control and things like that. >> I know you got a tight schedule, I want to make one more comment, get your reaction to it. I made a tweet and said, it's open bar in open source and with a reference to all the goodness being donated by companies, Google TensorFlow, there's a lot of other things coming in, these libraries. A lot of people are bringing really, really big IP to the table, IoT, and I kind of made an open remark 'cause a lot of the young kids, they think this is normal, like, well it's going to get better. Keep on drinking that open source. Is this normal? Is it going to be more like this in the future? Because you have essentially real intellectual property, like say from Google, being given to the open source communities as a gift for innovation. I mean, that is just unprecedented greatness. >> The reason for that is they're not doing it necessarily altruistically although I think you can take it that way, they're doing it in a way that betters themselves and others at the same time. I mean, it is a form of collective capitalism where they've realized, my value's over here, it is better for me to collaborate on underlying infrastructure software that my customers don't care about that's not critical to my system but I absolutely have to have and I'm going to focus on data or I'm going to focus on much higher-level innovation. And what that's doing is creating this hockey stick of innovation where, as we share more and more and more infrastructure software, and as that keeps moving up and up the stack, we all benefit. >> So in the theory of the management, bring up management theory, their theory, I'd love to get your thoughts on, is that they're betting on scale rather than trying to go for profits in the short-term, they'd much rather share intellectual property on the back-end value of scale and scale's the new competitive advantage. >> Exactly, take Kubernetes as an example. The fact that, today, and just even a couple years ago this wasn't known, we didn't quite know where this was going to be, but today you can take Node.js, build a container, you know, take an application, throw it into a container, and use Kubernetes to run it on Azure, Amazon, Google, or in a private cloud. That definition, the ability to do that, unlocks this massive developer productivity which creates more value which is more business opportunity for all these guys. You know, they're not doing it 'cause they're nice people, they're doing it 'cause they're unlocking market potential. >> And they're the real rock stars. Jim you're doing a great job. Congratulations on your success. You got a lot of growth in front of you, a lot of challenges and opportunities certainly with that and of course, the tech athletes out there doing the coding, they're the real rock stars, they're the real athletes. Of course, we get more on The Cube, thanks for your support with The Cube as well, appreciate that. >> Jim: Thank you, thanks for everything. >> Alright, this is live coverage from Open Source Summit North America in Los Angeles, California. I'm John Furrier, Stu Miniman, we'll be back with more live coverage after this short break.
SUMMARY :
Brought to you by the Linux Foundation and Red Hat. Our next guest Jim Zemlin, Executive Director of the Linux Foundation, runs the whole show. Runs the whole show is a little bit of an overstatement. the keynote today, this morning, really kind of laid out the state of the union, if you But our focus is really on the projects that are important to, you know, the stability, How the shows are rolling out, how are you guys putting together the big-tent events, which is going to be blow-out, you know, I'm expecting thousands of people. technology, SDN, and NFD, and that is going to be in L.A. next year and we'll have a U.S. I mean, the idea here is that if you're just always in your silo, you can't actually appreciate And Jim, there's a couple of events that came together to make this 'cause it was LinuxCon, Exactly, so we just decided after a while that all these events could come together That's enough, it's just going to be Open Source-- that I don't think any of us would've predicted even maybe five, six years ago. some got a little bit more flair and fashion to it, if you will. You know, if you look at the distribution of contribution, and this is the thing, I Expansion's going to be coming, you have to deal with that, that's challenging. to help scale with that. Yeah and you want to enable that, that's where you're going. Jim, the quote that jumped out at me that you gave in the keynote was, projects with And you look at the framework, which is, you have corporations who underwrite a lot of I liked what I heard today, you talking about this cycle, and maybe talk to our audience And the answer is to do things like this Community Health Analytics for Open Source Software, So you're taking an approach, if I get this right, to be kind of the same open source to the left, we could've written it to the right but, you know, the whole copyleft thing If you try to control, it's linear but you bring it to the community, you get exponential to facilitate this kind of form of mass innovation and so that's where tools like CHAOSS which So open source is now called the code sandwich because you can put your differentiation and Because that seems really high to me but I love it. You don't have to go far to look at a Node.js developer, they're using Node.js, they're Toyota, who we work with, and you know, our AGL, our Automotive Grade Linux, is in their I know you got a tight schedule, I want to make one more comment, get your reaction you can take it that way, they're doing it in a way that betters themselves and others So in the theory of the management, bring up management theory, their theory, I'd love That definition, the ability to do that, unlocks this massive developer productivity which Of course, we get more on The Cube, thanks for your support with The Cube as well, appreciate Alright, this is live coverage from Open Source Summit North America in Los Angeles,
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Stu Miniman | PERSON | 0.99+ |
Jim Zemlin | PERSON | 0.99+ |
Eric von Hippel | PERSON | 0.99+ |
John Furrier | PERSON | 0.99+ |
25 | QUANTITY | 0.99+ |
Jim | PERSON | 0.99+ |
Linux Foundation | ORGANIZATION | 0.99+ |
Seattle | LOCATION | 0.99+ |
Karim Lakhani | PERSON | 0.99+ |
John | PERSON | 0.99+ |
Red Hat | ORGANIZATION | 0.99+ |
Toyota | ORGANIZATION | 0.99+ |
$10 billion | QUANTITY | 0.99+ |
L.A. | LOCATION | 0.99+ |
thousands | QUANTITY | 0.99+ |
U.S. | LOCATION | 0.99+ |
2026 | DATE | 0.99+ |
10% | QUANTITY | 0.99+ |
five | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
China Mobile | ORGANIZATION | 0.99+ |
90% | QUANTITY | 0.99+ |
Austin | LOCATION | 0.99+ |
KubeCon | EVENT | 0.99+ |
64 million | QUANTITY | 0.99+ |
Node.js | TITLE | 0.99+ |
CloudNativeCon | EVENT | 0.99+ |
next year | DATE | 0.99+ |
ESPN | ORGANIZATION | 0.99+ |
Bruce Wayne | PERSON | 0.99+ |
MIT | ORGANIZATION | 0.99+ |
Harvard Business School | ORGANIZATION | 0.99+ |
Linux | TITLE | 0.99+ |
23 million | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
F-35 | COMMERCIAL_ITEM | 0.99+ |
10,000 new versions | QUANTITY | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Los Angeles, California | LOCATION | 0.99+ |
100 million lines | QUANTITY | 0.99+ |
AT&T | ORGANIZATION | 0.99+ |
Los Angeles | LOCATION | 0.99+ |
two | QUANTITY | 0.98+ |
41 billion lines | QUANTITY | 0.98+ |
five | DATE | 0.98+ |
this morning | DATE | 0.98+ |
two people | QUANTITY | 0.98+ |
three people | QUANTITY | 0.98+ |
thousands of people | QUANTITY | 0.98+ |
North America | LOCATION | 0.98+ |
SourceClear | ORGANIZATION | 0.98+ |
about 25,000 developers | QUANTITY | 0.97+ |
three, 4,000 people | QUANTITY | 0.97+ |
millions | QUANTITY | 0.97+ |
400 million libraries | QUANTITY | 0.97+ |
Open Source Summit | EVENT | 0.97+ |
3 1/2 billion people | QUANTITY | 0.96+ |
one group | QUANTITY | 0.96+ |
early '90s | DATE | 0.96+ |
Open Source Summit 2017 | EVENT | 0.95+ |
Kubernetes | TITLE | 0.95+ |
1,000 plus new projects a day | QUANTITY | 0.95+ |
Sonatype | ORGANIZATION | 0.94+ |
'80s | DATE | 0.94+ |
Open Source Summit North America 2017 | EVENT | 0.94+ |
one | QUANTITY | 0.94+ |
one quick question | QUANTITY | 0.94+ |
GitHub | ORGANIZATION | 0.93+ |
64 million repos | QUANTITY | 0.92+ |
six years ago | DATE | 0.92+ |