Chris Hoge, OpenStack Foundation | OpenStack Summit 2018
>> Narrator: Live from Vancouver, Canada it's theCUBE covering OpenStack Summit North America 2018. Brought to you by Red Hat, the OpenStack Foundation, and its ecosystem partners. >> Welcome back to theCUBE, I'm Stu Miniman, with my cohost John Troyer, and happy to welcome to the program, fresh off the container keynote, Chris Hodge, who's the senior strategic program manager with the OpenStack Foundation. Thanks so much for joining us. >> Oh yeah, thanks so much for having me. >> Alright, so short trip for you, then John's coming from the Bay Area, I'm coming from the east coast. You're coming up from Portland, which is where it was one of the attendees at the Portland OpenStack Summit, they said, "OpenStack has arrived, theCUBE's there." So, shout out to John Furrier and the team who were there early. I've been to all the North America ones since. You've been coming here for quite a while and it's now your job. >> I've been to every OpenStack Summit since then. And to the San Francisco Summit prior to that, so it was, yeah, I've been a regular. >> Okay so for those people that might not know, what's a Foundation member do these days? Other than, you know, you're working on some of the tech, you're giving keynotes, you know, what's a day in the life? >> Yeah, I mean, I mean for me, I feel like I'm really lucky because the OpenStack Foundation, you know, has you know, kind of given me a lot of freedom to go interact with other communities and that's been one of my primary tasks, to go out and work with adjacent communities and really work with them to build integrations between OpenStack and right now, particularly, Kubernetes and the other applications that are being hosted by the CNCF. >> Yeah, so I remember, and I've mentioned it a few times this week, three years ago we were sitting in the other side of the convention center, with theCUBE and it was Docker, Docker, Docker. The container sessions were overflowing and then a year later it was, you know, oh my gosh, Kubernetes. >> Chris: Yeah. (chuckles) >> This wave of, does one overtake the other, how do they fit together, and you know, in the keynotes yesterday and I'm sure your keynote today, talked a lot a bit about you know, the various ways that things fit together, because with open source communities in general and tech overall, it's never binary, it's always, it depends, and there's five different ways you could put things together depending on your needs. So, what are you seeing? >> I mean it's almost, yeah, I mean saying that it's one or the other and that one has to win and the other has to lose is actually kind of, it's kind of silly, because when we talk about Kubernetes and we talk about Docker, we're generally talking about applications. And, you know, and, with Kubernetes, when you're very focused on the applications you want to have existing infrastructure in place. I mean, this is what it's all about. People talk about, "I'm going to run my Kubernetes application "on the cloud, and the cloud has infrastructure." Well, OpenStack is infrastructure. And in fact, it is open source, it's an open source cloud. And so, so for me it feels like it's a very natural match, because you have your open application delivery system and then it integrates incredibly well with an open source cloud and so whether you're looking for a public cloud running on OpenStack or you're hosting a private cloud, you know, to me it's a very natural pairing to say that you have an OpenStack cloud, you have a bunch of integrations into Kubernetes and that the two work together. >> I think this year that that became a lot clearer, both in the keynotes and some of the sessions. The general conversation we've had with folks about the role of Kubernetes or an orchestration or the cloud layer, the application layer, the application deployment layer say, and the infrastructure somebody's got to manage the compute the network storage down here. At least, in this architectural diagram with my hands but, you can also, a couple of demos here showed deploying Kubernetes on bare metal alongside OpenStack, with that as the provider. Can you talk a little bit about that architectural pattern? It makes sense, I think, but then, you know, it's a apparent contradiction, wait a minute so now the Kubernetes is on the bare metal? So talk about that a little bit. >> So, I think, I think one of the ways you can think about resolving the contradiction is OpenStack is a bunch of applications. When you go and you install OpenStack we have all of these microsurfaces that are, some are user facing and some are controlling the architecture underneath. But they're applications and Kubernetes is well-suited for application delivery. So, say that you're starting with bare metal. You're starting with a bare metal cloud. Maybe managed by OpenStack, so you have OpenStack there at the bottom with Ironic, and you're managing your bare metal. You could easily install Kubernetes on that and that would be at your infrastructure layer, so this isn't Kubernetes that you're giving to your users, it's not Kubernetes that you're, you know, making world facing, this is internally for your organization for managing your infrastructure. But, you want OpenStack to provide that cloud infrastructure to all of your users. And since OpenStack is a big application with a lot of moving parts, Kubernetes actually becomes a very powerful tool, or any other container orchestration scheme becomes a very powerful tool for saying that you drop OpenStack on top of that and then all of a sudden you have a public cloud that's available for, you know, for the users within your organization, or you could be running a public cloud and providing those services for other people. And then suddenly that becomes a great platform for hosting Kubernetes applications on, and so the layers kind of interleave with one another. But even if you're not interested in that. Let's say you're running Kubernetes as bare metal and you're just, you want to have Kubernetes here providing some things. There's still things that OpenStack provides that you may already have existing in your infrastructure. >> Kubernetes kind of wants, it wants to access some storage. >> It wants to consume storage for example, and so we have OpenStack Cinder, which right now it supports you know, somewhere between, you know over 70 storage drivers, like these drivers exist and the nice thing about it is... You have one API to access this and we have two drivers within that, two Cinder drivers, you can either choose the, the flex volume storage or the container storage interface, the CSI storage interface. And Cinder just provides that for you. And that means if you have mixed storage within your data center, you put it all behind a Cinder API and you have one interface to your Kubernetes. >> So Chris, I believe that's one of the pieces of I believe it's called the Cloud Provider OpenStack. You talked about in the keynote. Maybe walk us through with that. >> Cloud Provider OpenStack is a project that is hosted within the, within the Kubernetes community. And it's... The owner of that code is the SIG OpenStack community inside of Kubernetes. I'm one of the three leads, one of the three SIG leads of that group and, that code does a number of things. The first is there's a cloud manager interface that is a consistent interface for Kubernetes to access infrastructure information in clouds. So information about a node, when a node joins a system, Kubernetes will know about it. Ways to attach storage, ways to provision load balancers. The cloud manager interface allows Kubernetes to do this on any cloud, whether it be Azure or GCE or Amazon. Also OpenStack. Cloud Provider OpenStack is the specific code that allows us to do that, and in fact we were, OpenStack was one of the first providers that existed in upstream Kubernetes you know, so it's kind of, we've been there since the very beginning, like this has been a, you know, an effort that's happened from the beginning. >> Somewhat non-ironically, right? A lot of that you've talked about, the OpenStack Foundation and this OpenStack Summit, a lot of the things talked about here are not OpenStack per se, the components, they are containers, there's the OpenDev Conference here, colocated. Is there confusion, there doesn't, I'm getting it straight in my head, Is there, was there, did you sense any confusion of folks here or is that, if you're in it you understand what's going on and why all these different threads are flowing together in kind of an open infrastructure conversation. It seems like the community gets it and understand it and is broadened because of it. >> Yeah, I mean, to me I've seen a tremendous shift over the last year in the general understanding of the community of the role all of these different applications play. And I think it's really, it's actually a testament to the success of all of these projects, in particular, we're building open APIs, we're building predictable behavior, and once you have that, and you have many people, many different organizations that are able to provide that, they're all able to communicate with one another and leverage the strengths of the other projects. >> All of a sudden, a standard interface, low and behold, right? A thousand flowers bloom on top. >> You know, it essentially allows you to build new things on top of that, new more interesting things. >> Alright, Chris, any interesting customer stories out of the keynote that we should share with the audience? >> I mean, there are so many fantastic stories that you can talk about, I mean, of course we saw the CERN keynote, where they're running managed Kubernetes on top of OpenStack. They have over 250 Kubernetes clusters doing research that are managed by OpenStack Magnum. I mean that's just, to me that's just tremendous. That this is being used in production, it's being used in science, and it's not just across one cloud, it's across many clouds and, You know, we also have AT&T, which has been working very hard on combining OpenStack and Kubernetes to manage their next generation of, of teleco infrastructure. And so, they've been big drivers along with SK Telecom on using Kubernetes as an infrastructure layer and then putting OpenStack on top of that, and then delivering applications with that. And so those are, you know we, the OpenStack Foundation just published on Monday a new white paper about OpenStack, how OpenStack works with containers and these are just a couple of the case studies that we actually have listed in that white paper. >> Chris, you're at the interface between OpenStack, which has become more mature and more stable, and containers, which, although it is maturing is still a little bit, is moving fast, right? Containers and Kubernetes both, a lot of development. Every summit, a lot of new projects, lot of new ways of installing, lot of new components, lot of new snaps. All sorts of things. What are you looking forward to now over the next year in terms of container maturity and how that's going to help us? >> So... People are talking so much now about security with containers and this is another really exciting thing that's coming out of our work because, you know, during one of the container keynotes, one of the things that was kind of driven home was containers don't contain. But, we're actually, at the OpenStack Foundation, we're kind of taking that on, and we, and my colleague Anne Bertucio has been leading a project, you know, has been community manager for a product called Kata Containers, which is, you know, you could almost call it containers that do contain. So I think that this is going to be really exciting in the next year as we talk more and more about we're building more generic interfaces and allowing all sorts of new approaches to solving complex problems, be it in security, be it in performance, be it in logging and monitoring. And so, I think, so the tools that are coming out of this and you know, creating these abstractions and how people are creatively innovating on top of those is pretty exciting. >> The last thing I'm hoping you can help connect the dots for us on is, when we talk Kubernetes, we're talking about multi-cloud. One of the big problems about Kubernetes, you know, came out of Google from you know, if you just say, "Why would Google do this?" It's like, well, there's that one really big cloud out there and if I don't have some portability and be able to move things, that one cloud might just continue to dominate. So, help connect OpenStack to how it lives in this multi-cloud world. Kubernetes is a piece of that, but you know, maybe, would love your viewpoint. >> Yeah, so. This is happening on so many levels. We see lots of large organizations who want to take back control of the cost of cloud and the cost of their cloud infrastructure and so they're starting to pull away from the big public clouds and invest more in private infrastructure. We see this with companies like eBay, we see it with companies like AT&T and Walmart, where they're investing heavily in OpenStack clouds. So that they have more control over the cost and how their applications are delivered. But you're also seeing this in a lot of... Like especially municipalities outside of the United States, you know, different governments that have data restrictions, restrictions on where data lives and how it's accessed, and we're seeing more governments and more businesses overseas that are turning to OpenStack as a way to have cloud infrastructure that is on their home soil, that you know, kind of meets the requirements that are necessary, you know that are necessary for them. And then kind of the third aspect of all of this is sometimes you just, sometimes you need to have lots of availability across, you know, many clouds. And you can have a private cloud, but possibly, in order to serve your customers, you might need public cloud resources, and federation across, across this, both in OpenStack and Kubernetes is improving at such an incredible pace that it becomes very easy to say that I have two, three, four, five clouds, but we're able to, we're able to combine them all and make them all look like one. >> Alright, well Chris Hodge, we really appreciate the updates on OpenStack and Kubernetes in all the various permutations. >> Yeah, it was great talking about it. This is, I mean this is the work that I love and I'm excited about, and this is, you know, I'm looking forward to it, I have fun with it and I keep looking forward to everything that's coming. >> Awesome, well we love to be able to share these stories, the technologists, the customers and everything going on in the industry. For John Troyer, I'm Stu Miniman, back with more coverage here from OpenStack Summit 2018 in beautiful Vancouver, British Columbia. Thanks for watching theCUBE. (tech music)
SUMMARY :
Brought to you by Red Hat, the OpenStack Foundation, to the program, fresh off the container keynote, I'm coming from the east coast. And to the San Francisco Summit prior to that, because the OpenStack Foundation, you know, has a year later it was, you know, oh my gosh, Kubernetes. and there's five different ways you could and the other has to lose is actually kind of, and the infrastructure somebody's got to manage and so the layers kind of interleave with one another. a Cinder API and you have one interface to your Kubernetes. I believe it's called the Cloud Provider OpenStack. The owner of that code is the and is broadened because of it. and once you have that, and you have many people, All of a sudden, a standard interface, You know, it essentially allows you to build new things that you can talk about, I mean, of course Containers and Kubernetes both, a lot of development. and you know, creating these abstractions and Kubernetes is a piece of that, but you know, that is on their home soil, that you know, in all the various permutations. and I'm excited about, and this is, you know, stories, the technologists, the customers and everything
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Chris Hodge | PERSON | 0.99+ |
Anne Bertucio | PERSON | 0.99+ |
Walmart | ORGANIZATION | 0.99+ |
Chris | PERSON | 0.99+ |
John Troyer | PERSON | 0.99+ |
Stu Miniman | PERSON | 0.99+ |
Chris Hoge | PERSON | 0.99+ |
SK Telecom | ORGANIZATION | 0.99+ |
AT&T | ORGANIZATION | 0.99+ |
OpenStack Foundation | ORGANIZATION | 0.99+ |
Portland | LOCATION | 0.99+ |
Red Hat | ORGANIZATION | 0.99+ |
Monday | DATE | 0.99+ |
two | QUANTITY | 0.99+ |
John Furrier | PERSON | 0.99+ |
United States | LOCATION | 0.99+ |
two drivers | QUANTITY | 0.99+ |
North America | LOCATION | 0.99+ |
eBay | ORGANIZATION | 0.99+ |
Bay Area | LOCATION | 0.99+ |
ORGANIZATION | 0.99+ | |
OpenStack | TITLE | 0.99+ |
a year later | DATE | 0.99+ |
John | PERSON | 0.99+ |
three | QUANTITY | 0.99+ |
Vancouver, Canada | LOCATION | 0.99+ |
one | QUANTITY | 0.99+ |
first | QUANTITY | 0.99+ |
OpenStack Summit 2018 | EVENT | 0.99+ |
Vancouver, British Columbia | LOCATION | 0.99+ |
three years ago | DATE | 0.99+ |
yesterday | DATE | 0.99+ |
last year | DATE | 0.98+ |
next year | DATE | 0.98+ |
four | QUANTITY | 0.98+ |
Kubernetes | TITLE | 0.98+ |
CNCF | ORGANIZATION | 0.98+ |
theCUBE | ORGANIZATION | 0.98+ |
today | DATE | 0.98+ |
three leads | QUANTITY | 0.98+ |
both | QUANTITY | 0.98+ |
this week | DATE | 0.98+ |
five | QUANTITY | 0.98+ |
Amazon | ORGANIZATION | 0.97+ |
this year | DATE | 0.97+ |
over 70 storage drivers | QUANTITY | 0.97+ |
one interface | QUANTITY | 0.97+ |
OpenStack | ORGANIZATION | 0.97+ |
third aspect | QUANTITY | 0.96+ |
over 250 Kubernetes | QUANTITY | 0.96+ |
one cloud | QUANTITY | 0.96+ |
San Francisco Summit | EVENT | 0.96+ |
five different ways | QUANTITY | 0.95+ |