Image Title

Search Results for Spring Cloud:

James Watters, Pivotal - Cloud Foundry Summit 2017 - #CloudFoundry - #theCUBE


 

>> Announcer: Live from Santa Clara, in the heart of Silicon Valley, it's theCUBE. Covering Cloud Foundry Summit 2017. Brought to you by the Cloud Foundry Foundation and Pivotal. >> Welcome back. I'm Stu Miniman, joined by my cohost John Troyer. Happy to welcome back to the program, friend of theCUBE, James Watters SVP of Product at Pivotal. James, great to see you, and thanks for helping to get theCUBE to Cloud Foundry Summit. >> Yeah, I was just saying, this is the first time theCUBE is at CF Summit, so we're official now. We're all grown up. We're out in the daylight and you know you made it when theCUBE shows up, so excited to have you here. >> Absolutely. So a lot of things going on. We had Chip on talking about some of the big announcements. >> James: Yeah. >> From Pivotal's standpoint, what's some of the important milestones in releases happening. >> Yeah, I think in the simplest terms, the big new thing came out of our collaboration with Google is called Kubo, which is Kubernetes on BOSH. And I think that was a big move that got a lot of applause in the keynote when it was announced yesterday. And I think it shows two things. One is that Cloud Foundry really is going to embrace multiple ways of deploying artifacts and managing things, and that we're really the cloud native platform and willing to embrace container abstractions, app abstractions, data abstractions pretty uniquely, which is, there hasn't been another platform out there that embraces those with specialized ways of doing them. And I'm really excited about the customer response to that approach. >> Yeah, James, help us unpack that a little bit. So we look at the term seems this year, everybody, it's multi-cloud, we're all talking back-- >> James: Yeah. >> I think back to the days when we talked about platform as a service. One of the pieces was, oh, well, I should be able to have my application and move lots of places. That's what I heard when I talked about Cloud Foundry. When Docker came out everybody was like, oh PAS's dead, Docker's going to do this. When Kubernetes came out, oh wait, this takes the core value of what platform as a service has done. And today you're saying Kubo, Cloud Foundry, and Kubernetes with some BOSH, pulling it all together. Walk us through, 'cause it's nuanced. And there's pieces of that. So help us understand. >> Yeah, I like to say that even though sometimes you have open source communities have their own sense of identity, there's really not a god abstraction in cloud programming. Like there's not one abstraction that does it all. The simplest way you can see that is that people are interested in function as a service today. They're also interested in container as a service. Well, those two are not, they're not compatible. Right, like you don't deploy your whole Docker image to Amazon Lambda, but people are interested in both of those. And then, at the same time, there's this hyper growth of Spring Boot, which is, I think, the most efficient way of doing Java programming in the cloud, which is really at the core of our app abstraction. And so we see people, there's hyper growth, and function as a service, app as a service, especially with Spring Boot, and then also container. And I think the approach that we've had is beause there's not one god abstraction, that our platform needs to embrace all of those. And that actually, it's pretty intuitive, once you start using them, and you get beyond the slides and the buzz words. When to use one versus the other. And I think that's what users have been really excited about, is that Pivotal and Cloud Foundry communities embraced kind of that breadth, in terms of, different approaches to cloud native. Does that make sense to you, John? >> Yeah it's starting to, right? A lot of people like to do all or nothing about everything, right? >> James: Yeah. >> It's all going to be, we're going to be serverless by next year. And that doesn't make any sense at all. >> James: That's right. >> And so you have multiple programming models, like you said, multiple different kinds of abstractions, so when would somebody want to use, say containers, as a service, or container orchestration, versus some of the other application models. >> Yeah, it's a really, really great question. And I just had a really productive customer meeting this morning, where we went through that. They had some no-JS developers, that they said, look, these developers just want to get their code to production. They don't want to think about systems, they don't want to think about operating systems, they don't want to think about clusters. They're just like, here's my app, run it for me. And that's the core trick that Cloud Foundry's done the best of any platform in the world, which is CF Push, and so, for a no-JS developer, here's my app, run it for me, load balance it, health management, log aggregate it, give me quotas on my memory usage, everything. That's a good example of that. Then, they also had a team that was deploying Elasticsearch and some packaged applications. And they needed the level of control that Kubernetes in terms of pods, co-location, full control of a system image, the ability to do networking in certain ways, the ability to control storage. And you don't just take Elasticsearch and say here's my Elasticsearch tarball, run it for me. You actually start to set up a system, and that's where Kubernetes container as a service is perfect. Then the other question is how do you stitch those together, and you've seen the Kubernetes community adopt the Service broker API, the open Service Broker API out of Cloud Foundry, as a common way of saying, oh, I have an Elasticsearch over here, but I want to bind it to an application. Well, they use the CF services API. I think it's early days, but there's actually a coherent fabric forming across these different approaches, and it's also immediately intuitive. Like we didn't know, when we first conceived of adding Kubo to the mix, we didn't know what the educational level of education we have to provide, but it's been intuitive to every client I've talked so far, so that's fun for me to watch you say a few words like, oh, we get it. Yeah, we use that for this and this for this. >> All right, James, I have to up-level it a little bit, there. >> James: Little deep? >> You travel way more than I do. We kind of watch on social media. Prove me wrong, but i can't imagine when you're talking in the C-suite of a Fortune 100, pick your financial, or insurance company, that they are immersed in the languages and platform discussions that the hoodie crowd is. So where are you having those discussions? >> James: Yeah. >> One of the things, I come into the show and say Pivotal and Cloud Foundry are helping customers with that whole digital transformation. >> James: We are. >> And making that reality. So help us with that disconnect of, I'm down in the weeds trying to build this very complex stack, and the C-suite says, I want to be faster. >> I'll tell you what the C-suite has to solve. They've got to solve two things. One is they've got to deliver faster and more efficiently than ever before. That's their language, and our core app abstraction has been killer for digital transformation. Deliver apps faster, find your value line, and approach problems that way. They get that. That's why we've been succeeding economically, that's been a bit hit. But they also have another problem is, they want to retain talent, and when they're trying to retain talent some of those times, those folks are saying, well, we want little bit more control. We want to be able to use a container if we want, or think about something like Spring Cloud Data Flow to do high-end pipelines. And so they do care about having a partner in Pivotal and in Cloud Foundry, they can embrace those new trends. Because they've got to be able to not be completely top down in how they're enabling their organizations, while also encouraging efficiency. And so that's where the message of multiple abstractions really hits home for them, because they don't always want to referee some of the emerging trends and tech, and telling their team what they have to use. So by providing function, app, container, and data service, we can be the one partner that doesn't force that a priori in the discussion. Does that make sense? >> Is there friction ever, when saying, okay here, we've got this platform that actually is rather opinionated versus, hey, go choose everything open source and do whatever you want. I think that there's political boundaries between different parts of organization, this is a lot of what DevOps, I think, as a movement has been so important. Which is saying actually, you need to blur the political boundaries in the organization to get to faster end-to-end throughput and collaboration. So I think that's definitely a reality. At the same time, the ability that we've had to embrace these different approaches allows the level of empowerment that I think is appropriate. Like I think what we've been trying to do is not necessarily cater to a free-for-all, we've been saying, what are the right tools in the tool chest that people need to get their job done. So I think that's been very warmly received. So I guess I'd say that hasn't been a big problem for us. >> I want to ask you about the ecosystem. I think back when the ecosystem started, IBM, HPE, Cisco were big players. I come in this week, and it's Google Cloud, Microsoft Cloud, and Pivotal still is, last time I checked it was what, 70% of the code base created by Pivotal. >> James: I think it's 60 or 55 now. >> The change in the ecosystem what that means, and what that means to kind of open source, open core. >> Yeah, so I think in addition to the Kubo work that we've done, the other big news this week is that Microsoft joined the Cloud Foundry Foundation. So, essentially the largest software company in the world-- >> Wait, wait, Microsoft loves open source, I hear. Did you hear that one? >> They do. >> I know, it's still shocking for a lot of us that have known Microsoft for a long time, don't you think? And I'm not trying to be facetious, they totally are involved, I've talked to lots of Microsoft people. Kudos to them, they're doing a really good job. Even if I look at the big cloud guys and throw in VMware in there, Microsoft is one of the leaders in participating and embracing open source. >> They are and I think Corey Sanders, who got on stage, announced this, he leads the Azure virtual machine service, and a lot of the other Azure services for them, I think that their strategy is they want to run every workload. Like if you talk to Corey about it, he's like, you got workload, we want to be your partner. And I think that's been the change at Microsoft, is once you go into cloud, it's sort of like Pivotal embracing multiple program abstractions, right, once you have a platform you want as much critical mass on it as you can. And I think that's really helped Microsoft embrace the open source community in a very pragmatic way. Because they are a business, a company, right? And I think open source is required to do business in software these days, right, like in a way that it wasn't 10 years ago. As you look at your customer set and multi-cloud, right? From the very beginning multi-cloud was baked into the concept of Cloud Foundry. Like you said, just push, right? >> James: Yeah. >> So what do you see as common patterns? We've talked to folks already who, on-prem. Obviously, you all are running your CF service in partnership, your main one, your partnership with Google, You work with Amazon, what do you see in customer base, right? >> Yeah, so, let me just share a little bit from a good customer. This is a prospect conversation more, like someone who's starting the journey. They were currently running on-prem, on an OpenStack environment, which had some cost of maintenance for them. They were considering also using their vServer environment, to maybe not have to do as much customization of OpenStack. But there were certain geographies that they wanted to get into. They didn't want to build data centers. And what they were confronting was, they'd have to go learn networking and app management on a couple different clouds they wanted to use. And what they liked about our CF Fabric, across that, was that they said, oh, this is one operating model for any of those clouds. And that's the pattern that we see is that companies want to have one cloud operating model while there's five major cloud players today. So like how do those two forces in the market combine? And I think that's where multi-cloud becomes powerful. It's not necessarily multi-cloud for it's own sake, but it is the idea that you can engage and use multiple resources from these different data center providers without having to completely change your whole organization around it. Because taking on, how you run vServer versus OpenStack is different, as you know, right? >> Right, right, and talking about change, right? You and I were together at VMware when you launched this thing. >> James: Yeah. >> And there was a profound kind of conceptual chasm to leap for the VMware operators to figure out what was going on here. >> James: Yeah. >> So in this new world of services operation in multi-cloud, how are you seeing people, how's the adoption going, you just launched, or the foundation's launched its new certification stuff, can you talk a little bit about the new skill set needed, or how you're seeing people, the people formerly known as sys admins are now actually doing cloud operations. >> Well, I'm not sure if you saw Pat Gelsinger's announcement at Dell World, Dell EMC World, about developer-ready infrastructure. And I think this is a critical evolution that our partnership with VMware is more important than ever. Which is they're now saying all of these people that have been doing traditional system administration, you need to now offer developer-ready infrastructure. And this is an infrastructure that all the networking and network micro segmentation rules need to be there, all of the great things that the VMware admins have provided before needs to be there, but it needs to be turnkey for a developer. That developer shouldn't just get what we had and 2009, when you and I were working there together, which is like, here's a virtual machine, go build the rest of the environment. It should look more like, here's my application, run it for me. Here's my container, run it for me. And so what we're seeing is a lot of people upping their game now. To say, oh, the new thing is providing these services for developers 'cause that ties into digital transformation, ties into what the business is doing, ties into productivity. So I'm seeing a Renaissance of sys admins having a whole new set of tools. So that makes me excited. And one of the cool things we're seeing, I'd love to get your opinion on this is, this cool operating ratio of, we've had our clients present. Their administers of Cloud Foundry instances are able to run tens of thousands of apps in containers with two to four to five people. And so now they've got this super power, which is like, hey bring as many of the applications as the business needs to me. I can go run 10,000 app containers with a small team of people with a good lifestyle. To me, that's actually kind of incredible to see that leverage. >> Yeah, I think it's a huge shift, right? 'Cause you aren't setting up the VLANs and the micro segmentation and the rest of the stuff. >> Yeah, it's not all by hand, and so now the idea with our NSX partnership, is I'm really excited about, fun to talk to you about it. We used to work in Building E and have lunch out there, is that when you provision a CF app, we're working with the NSX team that all the segmentation will align with the app permissions. And this is a big deal, because it used to be that the network team and the app team didn't really have a good conduit of communication. So now it's like, okay I'm going to bind my app to this data service. I want NSX to make sure that permission is followed. To me, that's going to be a revolution of getting the app, and the DevOps teams and the networking teams to work together, clearly. So I'm pumped about that. >> Running low on time. A couple of quick questions about Pivotal. Number one is, now that you're doing Kubo, could we expect to see Pivotal join the CNCF? So EMC is is joining the CNCF. We have friendly relations with the CNCF, I don't think that's at all out of the cards. I just know current, I don't have any news on that today. But we've been very friendly with them, and we started working with Google on that, so no immediate plans there, but we'd be open to that, I believe. >> Okay, and secondly, my understanding, the last announcement on revenue, you can't speak to the IPO or anything, James, above your pay grade, but $275 million in billing on PCF, did I get that right? What do you see is kind of the mix of how you're revenued, are you a software company, a services company? The big data versus the cloud piece. How do we look at Pivotal going forward? >> Yeah, what'd I say is I primarily oversee the Cloud Foundry portion of what we do. And services are an incredibly important part of our mix, Pivotal labs. When you think about this developer-ready infrastructure tend, like a lot of the way you organize your developers can change too. So we talked about how the sys admins jobs change. They gets this platform scale, well the developer's job has changed now, too. They have to learn how to do CICD, they've got to learn how to potentially turn around agile requirements from the business on a weekly basis versus every six months. So Pivotal labs has certainly been critical to that mix for us. But PCF in and of itself, has been a very successful software business. And I think, I believe can grow into the billions of dollars a year in software, and that's what kind of keeps me excited about every day. >> All right, James, I want to give you the final word. You speak to so many customers. >> James: A few. >> The whole digital transformation thing, what are you seeing? How do we help customers along that moving faster. >> That's a, it's a big topic. And the thing that's really interesting about what PCF does is, that it helps people change their organizations, not just their technology. And this has certainly happened in the vServer environment, right? Like it would change your organization, but we're even going higher, which is like, how are your developers organized? How operating teams organize. How you think about security. How you think about patching. Like the reason why I agree that it's transformative, is that it's not just a change of technology, it's these new technologies allow you to rebuild your organization end-to-end, of how it delivers business results. And that makes it both a humbling and an exciting time to be in the industry, because I personally, don't have all the answers every time. People ask about organizations and what to do there. Those are complex issues, but I think we've tried to partner with them to go on that journey together. >> Unfortunately, James, we're going to have to leave it there. We will definitely catch up with you at many more events later this year. And we'll be back with more coverage here from the Cloud Foundry Summit 2017. You're watching theCUBE. (techno music)

Published Date : Jun 14 2017

SUMMARY :

Brought to you by the Cloud Foundry Foundation James, great to see you, and thanks for helping to We're out in the daylight and you know you made it We had Chip on talking about some of the big announcements. of the important milestones in releases happening. And I'm really excited about the customer response So we look at the term seems this year, I think back to the days when we talked And I think that's what users have been And that doesn't make any sense at all. And so you have multiple programming models, the ability to control storage. to up-level it a little bit, there. and platform discussions that the hoodie crowd is. One of the things, I come into the show and the C-suite says, I want to be faster. that doesn't force that a priori in the discussion. of empowerment that I think is appropriate. I want to ask you about the ecosystem. The change in the ecosystem what that means, Yeah, so I think in addition to the Kubo work Did you hear that one? that have known Microsoft for a long time, don't you think? And I think open source is required to do business So what do you see as common patterns? And that's the pattern that we see is when you launched this thing. chasm to leap for the VMware operators to figure out how's the adoption going, you just launched, as the business needs to me. and the micro segmentation and the rest of the stuff. fun to talk to you about it. So EMC is is joining the CNCF. What do you see is kind of the mix of like a lot of the way you organize All right, James, I want to give you the final word. what are you seeing? And the thing that's really interesting We will definitely catch up with you

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
AmazonORGANIZATION

0.99+

JamesPERSON

0.99+

Bobby McDermottPERSON

0.99+

IBMORGANIZATION

0.99+

GoogleORGANIZATION

0.99+

CiscoORGANIZATION

0.99+

Corey SandersPERSON

0.99+

Bobby McDormanPERSON

0.99+

Chris BermanPERSON

0.99+

David sternPERSON

0.99+

Bob McDermottPERSON

0.99+

AdamPERSON

0.99+

John TroyerPERSON

0.99+

MicrosoftORGANIZATION

0.99+

JeffPERSON

0.99+

DermotPERSON

0.99+

CoreyPERSON

0.99+

JBSORGANIZATION

0.99+

Adam SilverPERSON

0.99+

Adam silverPERSON

0.99+

Paul Hirsch HeimerPERSON

0.99+

ESPNORGANIZATION

0.99+

James WattersPERSON

0.99+

Stu MinimanPERSON

0.99+

Carmelo AnthonyPERSON

0.99+

PivotalORGANIZATION

0.99+

$275 millionQUANTITY

0.99+

Pat GelsingerPERSON

0.99+

15 pointsQUANTITY

0.99+

HPEORGANIZATION

0.99+

HannahPERSON

0.99+

Cloud Foundry FoundationORGANIZATION

0.99+

1946DATE

0.99+

Silicon ValleyLOCATION

0.99+

twoQUANTITY

0.99+

OrlandoLOCATION

0.99+

KenPERSON

0.99+

PaulPERSON

0.99+

fourth yearQUANTITY

0.99+

70%QUANTITY

0.99+

50 minutesQUANTITY

0.99+

JohnPERSON

0.99+

NSXORGANIZATION

0.99+

BillPERSON

0.99+

GEORGANIZATION

0.99+

next yearDATE

0.99+

two minutesQUANTITY

0.99+

2009DATE

0.99+

EMCORGANIZATION

0.99+

Atlanta HawksORGANIZATION

0.99+

NBAORGANIZATION

0.99+

JavaTITLE

0.99+

McDermottPERSON

0.99+

two and a half hourQUANTITY

0.99+

yesterdayDATE

0.99+

60QUANTITY

0.99+

three timeQUANTITY

0.99+

fourQUANTITY

0.99+

SAPORGANIZATION

0.99+

Chip Childers, Cloud Foundry Foundation - Cloud Foundry Summit 2017 - #CloudFoundry - #theCUBE


 

>> Narrator: Live, from Santa Clara in the heart of Silicon Valley, it's theCUBE. Covering Cloud Foundry Summit 2017. Brought to you by the Cloud Foundry Foundation and Pivotal. >> Hi this is Stu Miniman, joined with my cohost, John Troyer. Happy to welcome to the program a first-time guest, Chip Childers, who's the CTO of the Cloud Foundry Foundation. Chip, fresh off the keynote stage, >> Yep. >> how's everything going? >> It's going great. We're really happy with the turnout of the conference. We are really happy with the number of large enterprises that are here to share their story. The really active vendor ecosystem around the project. It's great. It's a wonderful event so far. >> Yeah, I was looking back, I think the last time I came to the Cloud Foundry Show, it was before the Foundation existed, We were in the Hilton in San Francisco, it was obviously a way smaller group. Tell us kind of the goals of the Foundation, doing the event, bringing the community in. >> Yeah, you can think about our goals as being of course, we're the stewards of the intellectual property, the actual software that the vendors distribute. We see our role in the ecosystem as being really two key things. One: we're focused on supporting the users, the customers, and the direct uses of the Open Source software. That's first and foremost. Second though, we want to make sure there is a really robust market ecosystem that is wrapped around this project, right. Both in terms of the distribution, the regional providers that offer Cloud Foundry based services, but also large system integrators that are helping those customers go through digital transformation. Re-platform applications, you know really figure out their way through this process. So, it's all about supporting the users and then supporting the market around it. >> Yeah, as we go to a lot of these events, you know, there are certain themes that emerge. There were two big ones that both of them showed up in what you did in the Keynote. Number one is Multicloud, number two is you got all of these various open sourced pieces, >> Chip: Yep. you know, what fits together, what interlocks together, you know which ones sit side by side. Why don't we start with kind of the open source piece first? Because you're heavily involved in a lot of those. Cloud Foundry, you know, what are the new pieces that are bolting on, or sitting on top, or digging into it, and what's going on there? >> You know, I think first I want to start with a basic philosophy of our upstream community. There are billions of dollars that rely on this platform today. And that continues to grow. Right, because we're showing up in Fortune 500, Global 2000, as well as lots of small start-ups, that are using Cloud Foundry to get code shipped faster. So our community that builds the UpStream software, spends a lot of time being very thoughtful about their technical decisions. So what we release and that what gets productized by the down streams is a complete system. From operating system all the way up to including the various programming languages and frameworks and everything in between. And because we release a complete platform, at a really high velocity, so many people rely on it's quality, we're very thoughtful about when is the right time to build our own, when should we adopt and embrace and continue to support another OpenSource project, so we spend a lot of time really thinking about that. And the areas today that I highlight around specific collaborations include the Open Service Broker API which we actually spun out of being just a Club Foundry implementation. And we embrace other communities, and found a way to share the governance of that. So we move forward as a big industry together. >> Stu: Yeah and speaking on that a little bit more. Very interesting to see. I saw Red Hat for instance speaking with Open Shift, Kubernetes is there. So, how should customers think about this? Are the path wars over? Now you can choose all the pieces that you want? Or, it's probably oversimplifying it. >> I think it's over simplifying it, it depends. You can go try to build your own platform if you want, through a number of serious components, or you can just use something like Cloud Foundry, that has solve for that. But the important thing is that we have specifically designed Cloud Foundry to allow for the backing services to come from anywhere. And so, it's both a differentiator for the various distributions of Cloud Foundry, but also an opportunity for Cloud providers, and even more importantly, it's an opportunity for the enterprise users that live in complex worlds, right? They're going to have multiple platforms, they're going be multiple levels of abstraction from Bms to containers, you know, to the path abstraction even event driven frameworks. We want that all to work really well together. Regardless of the choices you make, because that's what's most valuable to the customers. >> Okay, the other piece, networking you talked about. Why don't you share. >> Yeah, yeah so, besides the Service Broker API, we've added support for what's called Container to Container Networking. I don't necessarily need to dig into the details there, but let's just say that when you're building microservices that the application that the user is experiencing is actually a combination of a lot of different applications. That all talk to each other and rely on each other. So we want to make sure there's a policy-based framework for describing how the webs here is going to talk to the authentication service or is going to talk to the booking service, or the inventory service. They all need to have rules about how they communicate with each other. And we want to do that in the most efficient way possible. So we've adopted the Containing Networking interface as the standard plugin that is now at CNCF, the Cloud Native Computing Foundation. We think it's the right abstraction, we think it's great. It gives us access to all the fascinating work that is going on around software networking, overlay networking, industry standard API plugin to our policy-driven framework. >> Along the same theme, Kubo, a big new news project also kind of integration of some Cloud Foundry concepts with a broader ecosystem, in this case another CNCF project, Kubernetes. Could you speak a little bit to that? >> The Kubernetes community is doing a great job creating great container driven experience. You know that abstraction is all about the container. It's not about, you know, the code. So it's different than Cloud Foundry. There are workloads that make sense to run in one or the other. And we want to make sure that they run really well. Right, so the problem that we're solving with the Kuber project is what deploys Kubernetes? What supports Kubernetes if there is an infrastructure adage and a node goes offline? Right, because it does a great job of restarting containers, but if you have ten nodes in a cluster, and then now you're down to nine, that's a problem. So what Bosh does, is it takes care of solving the node outage level problem. You can also do rolling upgrades that are seamless, no downtime for the Kubernetes cluster. It brings a level of operational maturity to the Kubernetes users that they may not have had otherwise. >> Chip, can you bring us inside a little bit the creation of Kubo, is that something that the market and customers drove towards you? I talked to a couple other Cloud Foundry ecosystem members that were doing some other ways of integrating in Kubernetes. So what lead to this way of deploying it with Bosh? >> Yeah, absolutely so, it came out of a direct collaboration between Pivotal and Google. And it was driven based on Pivotal customer demand. It also, if you speak with people from Google that are involved in the project, they also see it as a need, for the Kubernetes ecosystem. So it's driven based on real-world large financial services companies that wanted to have the multiple abstractions available, they wanted to do it with a common operational platform that is proven mature that they've already adopted. And then as that collaboration board, the fruit of the project, and it was announced by Pivotal and Google several months back, they realized that they needed to move it to the vendor neutral locations so that we can continue to expand the community that can work on it, that can build up the story. >> The other topic I raised at the beginning of the interview, was the Multicloud. So in a panel, Microsoft, Google, MTC for Amazon was there. All of the Cloud guys are going to tell you we have the best platform and can do the best things for you. >> Of course they do. >> How do you balance the "We want to live in a multicultural Cloud world" and be able to go there versus "Oh I'm going to take standard plus and get in a little bit deeper to make sure that we're stickier with the customers there." What role does Cloud Foundry play? What have you seen in the marketplace for that? >> Well the public lab providers are, if you look at the services that they offer, you can roughly categorize them with two things. One, are the infrastructure building blocks. Two, are the higher level services, like their database capabilities, their analytics capabilities, log aggregation, you know, and they all have a portfolio that varies, some have specific things that are very similar. So when we talk about MultiCloud we talk about Cloud Foundry as a way to make use of those common capabilities, now they're going to differentiate based on speeds and feeds, availability, whatever they choose to, but you can then as a user have choice. And then secondarily, that Open Service Broker initiative is what's really about saying "great, there's also all these really valuable additional capabilities, that, as a user, I may choose to integrate with a Google machine learning-service, or I may choose to integrate with a wonderful Microsoft capability, or an Amazon capability." And we just want to make that easy for a developer to make that choice. >> Chip, Cloud Founder was very early in terms of a concept of a platform of services, let's not call it platform as a service right now. But you know, this platform that going to make developers lives easier, multi-target, MultiCloud we call it now, on from your laptop to anywhere. And it's been a really interesting discussion over the last couple years as this parallel container thread can come up with Kubernetes and Mesosphere and all the orchestration tools, and the focus has been on orchestration tools. And I've always thought Cloud Foundry was kind of way ahead of the game in saying "wait a minute, there's a set of services that you're going to have for full life-cycles, day two operation, at scale that you all are going to have to pull together from components." As we're doing this interview here, and this year at Cloud Foundry Summit are there anything that you think people don't kind of realize that over and over again people who are using Cloud Foundry go, "Wow I'm really glad "I had logging or identity management," or what are some of the frameworks that people sometimes don't realize is in there that actually is a huge time-savor. >> Yeah, there are a lot of operational capabilities in the Cloud Foundry platform. When you include both our Bosh layer, as well as the elastic runtime which is in the developer centers experience-- >> John: Anything that people don't often realize is in there? >> Well, I think that the right way to think of it is, it's all the things you need in one application, right? So we've been doing this for years as developers. In the applications operators team, we've been doing it. We've just been doing it via bunch of tickets, we've been doing it via bunch of scripts. What Cloud Foundry does is it takes all of those capabilities you need to really trust a platform to operate something on your behalf, and give you the right view into it, right? The appropriate telemetry, log aggregation, and know that there's going to be help monitoring there. It makes it really easy. Right, so we were talking earlier about the haiku, that Onsi Fakhouri from Pivotal had authored, it's appropriate. It's a promise that a platform makes. And platforms designed to let a user trust that the declarative nature of asking a platform to do X, Y, or Z, will be delivered. >> Chip, we've been hearing Pivotal talks a lot about Spring, when Cloud Foundry's involved. Is it so much so that the Foundation needs to be behind that, or support that? How does that interact and work? >> Well, we're super supportive of all the languages in the framework communities that are out there. You know, even if you pick a particular vendor, Pivotal in this case has a very strong investment in the Spring, Spring Cloud, Spring Boot, they're doing really amazing things. But that's also, it's our software, you know, they steward that community, so all the other vendors actually get the advantage of that. Let's take Dot Net and Microsoft. Microsoft open sourced Dot Net. So now you can run Dot Net applications on Linux. They're embrace of the container details and the APIs and their operating system is making it so that now it can also run on Windows. So the whole Microsoft technology stack, languages and frameworks, they matter quite a bit to the enterprise as well. So we see ourselves as supportive of all of these communities, right? Even ones like the Ruby community. When there's an enterprise developer that chooses to use something like Ruby, with the Ruby on Rails framework, if they use Cloud Foundry, they're getting the latest and greatest version of that language, framework, they know that it's secure, they know that it's going to be patched for them. So it's actually a great experience for that developer, that's working with the language. So, we like to support all of them, we're big fans of any that work really well with the platform and maybe integrate deeper. But it's a polyglot platform. >> We want to give you the final word. People take away from Cloud Foundry Summit 2017, what would you want them to take away? >> Yeah the simple takeaway that I can give you is that this is an absolutely enterprise grade open source ecosystem. And you don't hear that often, right? Because normally we talk about products, being enterprise great. >> Did somebody say in the keynote enterprise great mean that there's a huge salesforce that's going to try sell you stuff? (Chip laughs) Well that's coming from the buying side of the market for years. And you know, it was a bit of a joke. What is "enterprise great?" Well, it means that there's a piece of paper that says, this product will cost x dollars and the salesperson is offering it to you. So of course it's going to be enterprise great. But really, we see it as four key things, right? It's about security, it's about being well-integrated, it's about being able to scale to the needs of even the largest enterprises, and it's also about that great developer experience. So, Cloud Foundry is an ecosystem and all of our downstream distributions get the advantage of this really robust and mature technical community that is producing this software. >> Chip, really appreciate you sharing all the updates with us, and appreciate the foundation's support to bring theCUBE here. We'll be back with lots more coverage here from The Cloud Foundry Summit 2017, you're watching theCUBE. (techno music)

Published Date : Jun 14 2017

SUMMARY :

Brought to you by the Cloud Foundry Foundation and Pivotal. the Cloud Foundry Foundation. of large enterprises that are here to share their story. doing the event, bringing the community in. of the Open Source software. in what you did in the Keynote. the open source piece first? So our community that builds the UpStream software, Are the path wars over? Regardless of the choices you make, Okay, the other piece, networking you talked about. that the application that the user is Along the same theme, Kubo, You know that abstraction is all about the container. the market and customers drove towards you? that are involved in the project, All of the Cloud guys are going to tell you to make sure that we're stickier with the customers there." I may choose to integrate with a Google machine at scale that you all are going in the Cloud Foundry platform. it's all the things you need in one application, right? Is it so much so that the Foundation needs They're embrace of the container details and the APIs We want to give you the final word. Yeah the simple takeaway that I can give you is the salesperson is offering it to you. Chip, really appreciate you sharing all the updates

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
John TroyerPERSON

0.99+

AmazonORGANIZATION

0.99+

Stu MinimanPERSON

0.99+

MicrosoftORGANIZATION

0.99+

Chip ChildersPERSON

0.99+

GoogleORGANIZATION

0.99+

Cloud Foundry FoundationORGANIZATION

0.99+

JohnPERSON

0.99+

Cloud Native Computing FoundationORGANIZATION

0.99+

Silicon ValleyLOCATION

0.99+

BoshORGANIZATION

0.99+

SecondQUANTITY

0.99+

CNCFORGANIZATION

0.99+

San FranciscoLOCATION

0.99+

PivotalORGANIZATION

0.99+

bothQUANTITY

0.99+

BothQUANTITY

0.99+

Cloud FoundryTITLE

0.99+

TwoQUANTITY

0.99+

Ruby on RailsTITLE

0.99+

firstQUANTITY

0.99+

Cloud Foundry ShowEVENT

0.99+

HiltonLOCATION

0.99+

KuboORGANIZATION

0.98+

Santa ClaraLOCATION

0.98+

ChipPERSON

0.98+

RubyTITLE

0.98+

StuPERSON

0.98+

MTCORGANIZATION

0.98+

Spring BootTITLE

0.98+

one applicationQUANTITY

0.98+

two thingsQUANTITY

0.97+

KubernetesTITLE

0.97+

first-timeQUANTITY

0.97+

billions of dollarsQUANTITY

0.97+

nineQUANTITY

0.97+

two key thingsQUANTITY

0.97+

ten nodesQUANTITY

0.96+

OneQUANTITY

0.96+

Spring CloudTITLE

0.96+

Narrator: LiveTITLE

0.96+

Cloud Foundry SummitEVENT

0.95+

Global 2000ORGANIZATION

0.94+

Cloud Foundry Summit 2017EVENT

0.94+

WindowsTITLE

0.94+

this yearDATE

0.93+

four keyQUANTITY

0.92+

todayDATE

0.92+

SpringTITLE

0.92+

#theCUBEORGANIZATION

0.91+

LinuxTITLE

0.91+

KubernetesORGANIZATION

0.9+

Fortune 500ORGANIZATION

0.9+

several months backDATE

0.9+

Dot NetORGANIZATION

0.88+

MulticloudORGANIZATION

0.86+

Onsi FakhouriPERSON

0.86+

theCUBEORGANIZATION

0.86+

KuberORGANIZATION

0.83+

Open ShiftTITLE

0.82+