Image Title

Search Results for WS02:

Tyler Jewell, WSO2 | KubeCon + CloudNativeCon EU 2018


 

>> Announcer: It's theCUBE! Covering KubeCon and CloudNativeCon Europe 2018. Brought to you by the CloudNative Computing Foundation. And its ecosystem partners. >> Welcome back to theCUBE's exclusive coverage, here in Copenhagen Denmark this is KubeCon 2018 Europe, I'm John Furrier with my co-host Lauren Cooney. Our next guest is Tyler Jewell, he's the CEO of WSO2 with some big news, they're introducing a new programming language called Ballerina. Welcome to theCUBE thanks for joining us! >> Hey thank you for having me. >> So you're now the new CEO of WSO2, couple months almost a year. You guys have big news introducing a new programming language called Ballerina here. Tell us a bit about what this is. What's the big story? >> Well Ballerina is our approach to addressing the integration gap, which is what happens when integration products like ESB's are not agile, and programming languages make integration difficult. This is a language and a platform that have been co-designed together to be both integration simple, and agile. >> So take a step back how did you get here? Talk about what WSO2 is, and then why the motivation to do the language? What are some of the specific details, and how long have you been working on it? Take a minute to explain what the situation is. >> Well WS02 is a company that's been around for 13 years, we have 550 employees and we have about 500 customers, and we make integration software. These are things like message brokers, data mediation, and we do this for large scale projects around the world. And all of our technology is open-source. Now we power roughly five trillion transactions a year around the world, and we've done thousands of integration projects and what we've found is that they are all still waterfall development. You have to plan these things long in advance, it requires huge teams, and there's no decentralization of the work. And we need to make integration agile again. And in order to do that we needed to basically rethink the entire approach to the way that integrations are done. And we put it into a programming language so that we can do compile time abstractions that generate distributed system primitives. >> It's almost like you're solving your own problem, probably the frustration must have been all imagined. Another waterfall project again coming back, again and again repeating it, with Cloud the time to market is one of the key value propositions. Integration obviously with Kubernetes, workflows, and also portability is a big concern. What are some of the things that are driving that demand right now in your mind? Is is speed is it the tech demand for applications, what's the key? >> I think that what we're seeing is, really sophisticated and complex demand coming from kind-cuser consumers. Companies like Uber Slack and Amazon have witnessed this. And in order to scale to meet this complex demand, these organizations have had to create architectures that are highly disaggregated. And infrastructure like Kubernetes facilitates that disaggregation of architecture. Now when we saw the API economy, this was one form of disaggregation but now we've got microservices and serverless which are tenexing that. And as you disaggregate your architecture, you're going to have an explosion of programmable endpoints. There are 50 billion right now. The forecasts are that it's going to go to well over a trillion. And when that happens, integration is the glue that brings these things together. Integration is going to be the next generation problem that we have to deal with. >> Totally right I was just going to say glue layer, but you mentioned glue. Folks are getting out of the keynote right now, the CloudNative Foundation. Pretty massive growth, look at the logosly he sponsors. Just the amount of companies now joining. It seems like a land grab on one hand, but it's really the market just driving it. And it's coming down to this notion of glue layers, where with open-source it's about really taking pre-existing code, and then figuring out how to abstract that, make it simpler, create security, these are all operating system kind of questions. >> Well I think also it's open right? I mean that is part of the key here, it's the fact that it's open-source. And I think you guys are the last independent type of company that is actually doing this from an open-source perspective, is that right? >> Yeah we are the seventh largest open-source company, all the software that we publish is Apache License, and we found a way to monetize open-source without having to play open core games, where there's proprietary stacks on top of that. >> Lauren: That's great. >> What's the licensing concerns that you're seeing with Apache versus other foundations, where are developers gravitating to these days? That's always a question people always look at after the fact, they just jump in and start coding. What are some of the updates that you see in the industry around licensing and IP? >> Well first, we're still seeing a massive shift away from proprietary software into open-source software. There's still a lot of organizations that are adopting proprietary, but now they have program offices dedicated to open-source, and it encourages onboarding, adoption and giving back to open-source projects, so that trend is still significant. And as a result there's a lot of open-source foundations and non-profits that are benefiting from that. I think we're seeing huge growth in the Linux foundation, and all of its sub-organizations that are there, and we've also seen a resurgence in other open-source foundations like the Eclipse foundation as well. >> Lauren and I were talking about the opening about Kubernetes and that, outside of our bubble in Silicon Valley or the industry, you go to a standard enterprise. Waterfall moving to agile, Kubernetes is new. >> Tyler: Yeah. >> So in your opinion, what does Kubernetes mean for enterprises, and how should people think about the big movement to CloudNative, with respect to continuing the application development and continuing the innovation? >> I think that the momentum around Kubernetes, particularly around the ecosystem consolidating around it, means that we have a de facto standard for a run-time platform that can engage both operations and development. And in the first time over the past 20 years, we do not have a fragmented market anymore. And when you don't have a fragmented market, the productivity gains that come from the value added layers on top of that are going to increase dramatically, and I think that's why we so many vendors here, and why we see now I think almost 4,000 people at this conference this year as well. >> It's super awesome. What do you see as the next wave of innovation with the standardization? With the standardization people can rally around it. >> Yeah. >> Where's the next work being done around Kubernetes? >> I think that the next level of work here is, this is the year of the service mesh. And really the service mesh is a representation of how you build complex orchestrations, and applications that have a lot of compositions around that so workflow, stateful behaviors, long running processes, this is the next layer up, and that's where the standardization is going to go next. >> And certainly containers are great. How about security what's your view on security? Because that's a big discussion we were asking ourselves, okay what's the state of the art? Obviously Google's got an approach, we're seeing what they're doing. Is it baked is it being baked out? What's new what's your view on security? >> I think that security continues to be a massive problem. The introduction of GDPR this year really brings the spotlight onto all the data privacy issues that we have to deal with around the world, but I think we have a fundamental problem with security which is it's still this baked-on, add-on thing that's applied to your applications, and instead we actually need to look at programming languages in the apps that you write, as being security proof from the very beginning. And that's going to require a programming language to do that at the lowest level and the OS as well >> How is Ballerina handling that? Are they doing it up front? >> Well our approach to it is that we assume all data is tainted. And that the developer has to explicitly say this is safe data to avoid intrusion and tax on that, and so the compiler will actually reject any code that is not explicitly given that tag. >> Yeah assume the worst, hope for the best right? >> How are you looking to onboard developers to this platform this is a different programming language, talk a little bit about that. >> This is a programming language which means it's all about developer evangelism all day long. And you and I both started our careers 20 years ago in developer evangelism Lauren right? So it is going door to door, meet up to meet up, giving technical demos and encouraging people to get involved in the community and to write apps with it, that's how you do it. >> What's the state of the language now shipping? Is it available? What's the announcement? What's your plan how are you going to roll this thing out? >> It is shipping now, we just hit our .970 release we've been at it for 3 years, we've got a hundred committers on the project, but we just went public this week with Ballerina.io. At the .970 release, we are still making some minor language tweaks, and we hope to get to a Juanado language lock by the end of this year, and then we'll have backwards compatibility for three to five years with that. And probably sometime this summer, WSO2 our company will offer commercial support, and have it in use and production with our customer accounts >> And any feedback from early users? What's the vibe what's the feedback, what are you hearing? >> The vibe is hot right? It's a new programming language, it's got an awesome logo associated with this, but more importantly the language is easy for anyone to learn in a couple of hours, and developers love to see the glue that they can pick up and put into their toolbox that quickly. >> For the folks watching that aren't here in Europe, that didn't make the trip from the US or are watching remote, What's the big takeaway in your mind of the KubeCon 2018 Europe? What's the stage look like for you here? What's the show happenings? What's the big themes what's the takeaway? >> I think that the big takeaway is that the scale is finally now approachable for the rest of us on that, and that the ecosystem is ready to support you, and that it's crossed the chasm out of the early adopter and into the growth phase and ready for broad based adoption at this point. >> And the growth of microservices has been pretty significant? >> Ridiculous. >> Yeah cool. (laughter) Tyler thanks for coming on theCUBE appreciate it! >> Lauren: Thank you. >> Utterly my pleasure thank you for having me. >> Hey live coverage here in Denmark, we're in Copenhagen for KubeCon 2018. I'm John Furrier with Lauren Cooney, back with more live coverage after this short break. (upbeat music)

Published Date : May 2 2018

SUMMARY :

Brought to you by the CloudNative Computing Foundation. he's the CEO of WSO2 with some big news, What's the big story? addressing the integration gap, What are some of the specific details, And in order to do that we needed to What are some of the things that integration is the glue that brings these things together. and then figuring out how to abstract that, I mean that is part of the key here, all the software that we publish is Apache License, What are some of the updates that you see adoption and giving back to open-source projects, the opening about Kubernetes and that, And in the first time over the past 20 years, With the standardization people can rally around it. And really the service mesh is a representation of Because that's a big discussion we were asking ourselves, languages in the apps that you write, And that the developer has to explicitly say How are you looking to onboard developers to this platform involved in the community and to write apps with it, by the end of this year, and developers love to see the glue that they can and that the ecosystem is ready to support you, Yeah cool. I'm John Furrier with Lauren Cooney,

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Lauren CooneyPERSON

0.99+

LaurenPERSON

0.99+

AmazonORGANIZATION

0.99+

Tyler JewellPERSON

0.99+

UberORGANIZATION

0.99+

threeQUANTITY

0.99+

EuropeLOCATION

0.99+

TylerPERSON

0.99+

USLOCATION

0.99+

WSO2ORGANIZATION

0.99+

DenmarkLOCATION

0.99+

50 billionQUANTITY

0.99+

CloudNative Computing FoundationORGANIZATION

0.99+

GoogleORGANIZATION

0.99+

3 yearsQUANTITY

0.99+

CopenhagenLOCATION

0.99+

Silicon ValleyLOCATION

0.99+

John FurrierPERSON

0.99+

CloudNative FoundationORGANIZATION

0.99+

550 employeesQUANTITY

0.99+

KubeConEVENT

0.99+

thousandsQUANTITY

0.99+

WS02ORGANIZATION

0.99+

first timeQUANTITY

0.99+

five yearsQUANTITY

0.99+

KubeCon 2018EVENT

0.99+

Copenhagen DenmarkLOCATION

0.98+

about 500 customersQUANTITY

0.98+

13 yearsQUANTITY

0.98+

bothQUANTITY

0.97+

one formQUANTITY

0.97+

20 years agoDATE

0.97+

firstQUANTITY

0.97+

ApacheORGANIZATION

0.97+

this yearDATE

0.97+

theCUBEORGANIZATION

0.96+

end of this yearDATE

0.96+

KubeCon 2018 EuropeEVENT

0.96+

this weekDATE

0.95+

this summerDATE

0.95+

BallerinaTITLE

0.95+

CloudNativeCon Europe 2018EVENT

0.95+

KubernetesTITLE

0.95+

WSO2TITLE

0.94+

almost 4,000 peopleQUANTITY

0.93+

a couple of hoursQUANTITY

0.91+

oneQUANTITY

0.9+

agileTITLE

0.9+

CloudNativeCon EU 2018EVENT

0.87+

waveEVENT

0.86+

LinuxORGANIZATION

0.83+

over a trillionQUANTITY

0.81+

EclipseORGANIZATION

0.8+

.970QUANTITY

0.8+

five trillion transactions a yearQUANTITY

0.79+

couple monthsQUANTITY

0.78+

hundred committersQUANTITY

0.77+

SlackORGANIZATION

0.77+

CloudNativeORGANIZATION

0.75+

integrationQUANTITY

0.75+

Ballerina.ioORGANIZATION

0.73+

KubernetesORGANIZATION

0.73+

seventh largest openQUANTITY

0.72+

past 20 yearsDATE

0.68+

GDPRTITLE

0.67+

JuanadoTITLE

0.66+

a yearQUANTITY

0.66+

ESBTITLE

0.54+

acheTITLE

0.5+

.970OTHER

0.33+