Jim Walker, Cockroach Labs & Christian Hüning, finleap connect | Kubecon + Cloudnativecon EU 2022
>> (bright music) >> Narrator: The Cube, presents Kubecon and Cloudnativecon, year of 2022, brought to you by Red Hat, the cloud native computing foundation and its ecosystem partners. >> Now what we're opening. Welcome to Valencia, Spain in Kubecon Cloudnativecon, Europe, 2022. I'm Keith Townsend, along with my host, Paul Gillin, who is the senior editor for architecture at Silicon angle, Paul. >> Keith you've been asking me questions all these last two days. Let me ask you one. You're a traveling man. You go to a lot of conferences. What's different about this one. >> You know what, we're just talking about that pre-conference, open source conferences are usually pretty intimate. This is big. 7,500 people talking about complex topics, all in one big area. And then it's, I got to say it's overwhelming. It's way more. It's not focused on a single company's product or messaging. It is about a whole ecosystem, very different show. >> And certainly some of the best t-shirts I've ever seen. And our first guest, Jim has one of the better ones. >> I mean a bit cockroach come on, right. >> Jim Walker, principal product evangelist at CockroachDB and Christian Huning, tech director of cloud technologies at Finleap Connect, a financial services company that's based out of Germany, now offering services in four countries now. >> Basically all over Europe. >> Okay. >> But we are in three countries with offices. >> So you're CockroachDB customer and I got to ask the obvious question. Databases are hard and started the company in 2015 CockroachDB, been a customer since 2019, I understand. Why take the risk on a four year old database. I mean that just sounds like a world of risk and trouble. >> So it was in 2018 when we joined the company back then and we did this cloud native transformation, that was our task basically. We had very limited amount of time and we were faced with a legacy infrastructure and we needed something that would run in a cloud native way and just blend in with everything else we had. And the idea was to go all in with Kubernetes. Though early days, a lot of things were alpha beta, and we were running on mySQL back then. >> Yeah. >> On a VM, kind of small setup. And then we were looking for something that we could just deploy in Kubernetes, alongside with everything else. And we had to stack and we had to duplicate it many times. So also to maintain that we wanted to do it all the same like with GitOps and everything and Cockroach delivered that proposition. So that was why we evaluate the risk of relatively early adopting that solution with the proposition of having something that's truly cloud native and really blends in with everything else we do in the same way was something we considered, and then we jumped the leap of faith and >> The fin leap of faith >> The fin leap of faith. Exactly. And we were not dissatisfied. >> So talk to me a little bit about the challenges because when we think of MySQL, MySQL scales to amazing sizes, it is the de facto database for many cloud based architectures. What problems were you running into with MySQL? >> We were running into the problem that we essentially, as a finTech company, we are regulated and we have companies, customers that really value running things like on-prem, private cloud, on-prem is a bit of a bad word, maybe. So it's private cloud, hybrid cloud, private cloud in our own data centers in Frankfurt. And we needed to run it in there. So we wanted to somehow manage that and with, so all of the managed solution were off the table, so we couldn't use them. So we needed something that ran in Kubernetes because we only wanted to maintain Kubernetes. We're a small team, didn't want to use also like full blown VM solution, of sorts. So that was that. And the other thing was, we needed something that was HA distributable somehow. So we also looked into other solutions back at the time, like Vitis, which is also prominent for having a MySQL compliant interface and great solution. We also got into work, but we figured, this is from the scale, and from the sheer amount of maintenance it would need, we couldn't deliver that, we were too small for that. So that's where then Cockroach just fitted in nicely by being able to distribute BHA, be resilient against failure, but also be able to scale out because we had this problem with a single MySQL deployment to not really, as it grew, as the data amounts grew, we had trouble to operatively keep that under control. >> So Jim, every time someone comes to me and says, I have a new database, I think we don't need it, yet another database. >> Right. >> What problem, or how does CockroachDB go about solving the types of problems that Christian had? >> Yeah. I mean, Christian laid out why it exists. I mean, look guys, building a database isn't easy. If it was easy, we'd have a database for every application, but you know, Michael Stonebraker, kind of godfather of all database says it himself, it takes seven, eight years for a database to fully gestate to be something that's like enterprise ready and kind of, be relied upon. We've been billing for about seven, eight years. I mean, I'm thankful for people like Christian to join us early on to help us kind of like troubleshoot and go through some things. We're building a database, it's not easy. You're right. But building a distributor system is also not easy. And so for us, if you look at what's going on in just infrastructure in general, what's happening in Kubernetes, like this whole space is Kubernetes. It's all about automation. How do I automate scale? How do I automate resilience out of the entire equation of what we're actually doing? I don't want to have to think about active passive systems. I don't want to think about sharding a database. Sure you can scale MySQL. You know, how many people it takes to run three or four shards of MySQL database. That's not automation. And I tell you what, this world right now with the advances in data how hard it is to find people who actually understand infrastructure to hire them. This is why this automation is happening, because our systems are more complex. So we started from the very beginning to be something that was very different. This is a cloud native database. This is built with the same exact principles that are in Kubernetes. In fact, like Kubernetes it's kind of a spawn of borg, the back end of Google. We are inspired by Spanner. I mean, this started by three engineers that worked at Google, are frustrated, they didn't have the tools, they had at Google. So they built something that was, outside of Google. And how do we give that kind of Google like infrastructure for everybody. And that's, the advent of Cockroach and kind of why we're doing, what we're doing. >> As your database has matured, you're now beginning a transition or you're in a transition to a serverless version. How are you doing that without disrupting the experience for existing customers? And why go serverless at all? >> Yeah, it's interesting. So, you know, serverless was, it was kind of a an R&D project for us. And when we first started on a path, because I think you know, ultimately what we would love to do for the database is let's not even think about database, Keith. Like, I don't want to think about the database. What we're building too is, we want a SQL API in the cloud. That's it. I don't want to think about scale. I don't want to think about upgrades. I literally like. that stuff should just go away. That's what we need, right. As developers, I don't want to think about isolation levels or like, you know, give me DML and I want to be able to communicate. And for us the realization of that vision is like, if we're going to put a database on the planet for everybody to actually use it, we have to be really, really efficient. And serverless, which I believe really should be infrastructure less because I don't think we should be thinking of just about service. We got to think about, how do I take the context of regions out of this thing? How do I take the context of cloud providers out of what we're talking about? Let's just not think about that. Let's just code against something. Serverless was the answer. Now we've been building for about a year and a half. We launched a serverless version of Cockroach last October and we did it so that everybody in the public could have a free version of a database. And that's what serverless allows us to do. It's all consumption based up to certain limits and then you pay. But I think ultimately, and we spoke a little bit about this at the very beginning. I think as ISVs, people who are building software today the serverless vision gets really interesting because I think what's on the mind of the CTO is, how do I drive down my cost to the cloud provider? And if we can basically, drive down costs through either making things multi-tenant and super efficient, and then optimizing how much compute we use, spinning things down to zero and back up and auto scaling these sort of things in our software. We can start to make changes in the way that people are thinking about spend with the cloud provider. And ultimately we did that, so we could do things for free. >> So, Jim, I think I disagree Christian, I'm sorry, Jim. I think I disagree with you just a little bit. Christian, I think the biggest challenge facing CTOs are people. >> True. >> Getting the people to worry about cost and spend and implementation. So as you hear the concepts of CoachDB moving to a serverless model, and you're a large customer how does that make you think or react to your people side of your resources? >> Well, I can say that from the people side of resources luckily Cockroach is our least problem. So it just kind of, we always said, it's an operator stream because that was the part that just worked for us, so. >> And it's worked as you have scaled it? without you having ... >> Yeah. I mean, we use it in a bit of a, we do not really scale out like the Cockroach, like really large. It's like, more that we use it with the enterprise features of encryption in the stack and our customers then demand. If they do so, we have the Zas offering and we also do like dedicated stacks. So by having a fully cloud native solution on top of Kubernetes, as the foundational layer we can just use that and stamp it out and deploy it. >> How does that translate into services you can provide your customers? Are there services you can provide customers that you couldn't have, if you were running, say, MySQL? >> No, what we do is, we run this, so the SAS offering runs in our hybrid private cloud. And the other thing that we offer is that we run the entire stack at a cloud provider of their choosing. So if they are an AWS, they give us an AWS account, we put it in there. Theoretically, we could then also talk about using the serverless variant, if they like so, but it's not strictly required for us. >> So Christian, talk to me about that provisioning process because if I had a MySQL deployment before I can imagine how putting that into a cloud native type of repeatable CICD pipeline or Ansible script that could be difficult. Talk to me about that. How CockroachDB enables you to create new onboarding experiences for your customers? >> So what we do is, we use helm charts all over the place as probably everybody else. And then each application team has their parts of services, they've packaged them to helm charts, they've wrapped us in a super chart that gets wrapped into the super, super chart for the entire stack. And then at the right place, somewhere in between Cockroach is added, where it's a dependency. And as they just offer a helm chart that's as easy as it gets. And then what the teams do is they have an inner job, that once you deploy all that, it would spin up. And as soon as Cockroach is ready it's just the same reconcile loop as everything. It will then provision users, set up database schema, do all that. And initialize, initial data sets that might be required for a new setup. So with that setup, we can spin up a new cluster and then deploy that stack chart in there. And it takes some time. And then it's done. >> So talk to me about life cycle management. Because when I have one database, I have one schema. When I have a lot of databases I have a lot of different schemas. How do you keep your stack consistent across customers? >> That is basically part of the same story. We have get offs all over the place. So we have this repository, we see the super helm chart versions and we maintain like minus three versions and ensure that we update the customers and keep them up to date. It's part of the contract sometimes, down to the schedule of the customer at times. And Cockroach nicely supports also, these updates with these migrations in the background, the schema migrations in the background. So we use in our case, in that integration SQL alchemy, which is also nicely supported. So there was also part of the story from MySQL to Postgres, was supported by the ORM, these kind of things. So the skill approach together with the ease of helm charts and the background migrations of the schema is a very seamless upgrade operations. Before that we had to have downtime. >> That's right, you could have online schema changes. Upgrading the database uses the same concept of rolling upgrades that you have in Kubernetes. It's just cloud native. It just fits that same context, I think. >> Christian: It became a no-brainer. >> Yeah. >> Yeah. >> Jim, you mentioned the idea of a SQL API in the cloud, that's really interesting. Why does such a thing not exist? >> Because it's really difficult to build. You know, SQL API, what does that mean? Like, okay. What I'm going to, where does that endpoint live? Is there one in California one on the east coast, one in Europe, one in Asia? Okay. And I'm asking that endpoint for data. Where does that data live? Can you control where data lives on the planet? Because ultimately what we're fighting in software today in a lot of these situations is the speed of light. And so how do you intelligently place data on this planet? So that, you know, when you're asking for data, when you're maybe home, it's a different latency than when you're here in Valencia. Does that data follow and move you? These are really, really difficult problems to solve. And I think that we're at that layer of, we're at this moment in time in software engineering, we're solving some really interesting, interesting things cause we are budding against this speed of light problem. And ultimately that's one of the biggest challenges. But underneath, it has to have all this automation like the ease at which we can scale this database like the always on resilient, the way that we can upgrade the entire thing with just rolling upgrades. The cloud native concepts is really what's enabling us to do things at global scale it's automation. >> Let's alk about that speed of light in global scale. There's no better conference for speed of light, for scale, than Kubecon. Any predictions coming out of the show? >> It's less a prediction for me and more of an observation, you guys. Like look at two years ago, when we were here in Barcelona at QCon EU, it was a lot of hype. It's a lot of hype, a lot of people walking around, curious, fascinated, this is reality. The conversations that I'm having with people today, there's a reality. There's people really doing, they're becoming cloud native. And to me, I think what we're going to see over the next two to three years is people start to adopt this kind of distributed mindset. And it permeates not just within infrastructure but it goes up into the stack. We'll start to see much more developers using, Go and these kind of the threaded languages, because I think that distributed mindset, if it starts at the chip all the way to the fingertip of the person clicking and you're distributed everywhere in between. It is extremely powerful. And I think that's what Finleap, I mean, that's exactly what the team is doing. And I think there's a lot of value and a lot of power in that. >> Jim, Christian, thank you so much for coming on the Cube and sharing your story. You know what we're past the hype cycle of Kubernetes, I agree. I was a nonbeliever in Kubernetes two, three years ago. It was mostly hype. We're looking at customers from Microsoft, Finleap and competitors doing amazing things with this platform and cloud native in general. Stay tuned for more coverage of Kubecon from Valencia, Spain. I'm Keith Townsend, along with Paul Gillin and you're watching the Cube, the leader in high tech coverage. (bright music)
SUMMARY :
brought to you by Red Hat, Welcome to Valencia, Spain You go to a lot of conferences. I got to say it's overwhelming. And certainly some of the and Christian Huning, But we are in three and started the company and we were faced with So also to maintain that we And we were not dissatisfied. So talk to me a little and we have companies, customers I think we don't need it, And how do we give that kind disrupting the experience and we did it so that I think I disagree with Getting the people to worry because that was the part And it's worked as you have scaled it? It's like, more that we use it And the other thing that we offer is that So Christian, talk to me it's just the same reconcile I have a lot of different schemas. and ensure that we update the customers Upgrading the database of a SQL API in the cloud, the way that we can Any predictions coming out of the show? and more of an observation, you guys. so much for coming on the Cube
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jim | PERSON | 0.99+ |
Paul Gillin | PERSON | 0.99+ |
Jim Walker | PERSON | 0.99+ |
California | LOCATION | 0.99+ |
Keith Townsend | PERSON | 0.99+ |
Michael Stonebraker | PERSON | 0.99+ |
2018 | DATE | 0.99+ |
Germany | LOCATION | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
2015 | DATE | 0.99+ |
Frankfurt | LOCATION | 0.99+ |
Keith | PERSON | 0.99+ |
Europe | LOCATION | 0.99+ |
seven | QUANTITY | 0.99+ |
Red Hat | ORGANIZATION | 0.99+ |
Cockroach Labs | ORGANIZATION | 0.99+ |
Christia | PERSON | 0.99+ |
Barcelona | LOCATION | 0.99+ |
ORGANIZATION | 0.99+ | |
Valencia | LOCATION | 0.99+ |
Asia | LOCATION | 0.99+ |
Christian | PERSON | 0.99+ |
Finleap Connect | ORGANIZATION | 0.99+ |
MySQL | TITLE | 0.99+ |
Kubernetes | TITLE | 0.99+ |
Valencia, Spain | LOCATION | 0.99+ |
three | QUANTITY | 0.99+ |
two years ago | DATE | 0.99+ |
Finleap | ORGANIZATION | 0.99+ |
three engineers | QUANTITY | 0.99+ |
three countries | QUANTITY | 0.99+ |
first guest | QUANTITY | 0.99+ |
SQL API | TITLE | 0.99+ |
Paul | PERSON | 0.99+ |
Kubecon | ORGANIZATION | 0.98+ |
last October | DATE | 0.98+ |
eight years | QUANTITY | 0.98+ |
2022 | DATE | 0.98+ |
each application | QUANTITY | 0.98+ |
four countries | QUANTITY | 0.98+ |
one database | QUANTITY | 0.98+ |
one | QUANTITY | 0.98+ |
2019 | DATE | 0.98+ |
three years ago | DATE | 0.98+ |
CockroachDB | ORGANIZATION | 0.98+ |
one schema | QUANTITY | 0.98+ |
Christian Huning | PERSON | 0.97+ |
about a year and a half | QUANTITY | 0.97+ |
two | DATE | 0.96+ |
first | QUANTITY | 0.96+ |
Christian Hüning | PERSON | 0.94+ |
today | DATE | 0.94+ |
about seven | QUANTITY | 0.93+ |
Cloudnativecon | ORGANIZATION | 0.93+ |
three years | QUANTITY | 0.93+ |
Idit Levine, Solo.io | Cloud Foundry Summit 2018
>> Narrator: From Boston, Massachusetts, it's theCUBE, covering Cloud Foundry Summit 2018. Brought to you by the Cloud Foundry Foundation. >> Welcome back I'm Stu Miniman, and this is theCUBE's coverage of Cloud Foundry Summit 2018, here in Boston, Massachusetts. Happy to welcome to the program first time guest, founder and CEO of a start-up, solo.io, Idit Levine. Thank you so much for joining us. >> Thank you so much for having me. >> All right, so one of the things we were talking in the open. Lauren Cooney, who you know, and I were talking about, well, you know, Cloud Foundry. We've been talking about digital transformation. The enterprise for years, but there's always these new technologies. It was, you know, Kubernetes came this wave, now server-less is the wave, and you know, Amazon's kind of overarching, you know, discussion in the market place. That's why I'm glad to bring you in because your company, a startup, plays across a number of these, you know, emerging spaces in the Cloud Foundry space. So, give our audience a little bit about your background and what led to the foundation of solo.io. >> Yeah, thanks. So I was in start-up all my life. I worked in DynamicOps, we got acquired by VMWare, so vRealize, if you remember. And then I moved to another start-up, got inquired by Verizon, so cloud switch, who was moving back in the day from micro, from on prem to off prem. And then I moved to Dell EMC, to the city office and that was great because what I was doing was basically started the dojo of Cloud Foundry. So, me and Ryan Gallagher, if you know him, and Patrick Dennis, we are the three who started it and we basically co-located with the Cloud Foundry team and we worked very, very closely with them. And what we did, what I was doing a lot was bringing in innovation so we created some opensource projects like Key Unique if you heard about it about UniCare, you know, building and running UniCare. We worked with a lot of the ecosystem and the reason we started Solo is because I felt, I really feel, I really felt that the EMC is a great place but that it sometimes slow you down because of the big organization and I felt that we can do much faster outside. So that's why we opened, we started Solo, and all the purpose with Solo is basically playing two tracks. One of them is we really, really want people to use our product, so we want to target the people who has the problem, which is the enterprise. So that's where we're really, really targeting to help them move to what we really master which is the opensource community, so all the innovation. So, that's exactly what we're doing, basically helping them to take their monolithic application, move them to microservices and to Serverless, but by using very, very unique and innovative technology like Envoy and a lot of others. >> Okay, so we hear a lot of times it's you know, of course, companies, they need to move faster. They need to go through this transformation. It's the API economy. And that's, I think, where Gloo fits in there. So Gloo is spelled G-L-O-O, >> Right. >> What's a function gateway? How does this help with, kind of, you know, is it API Sprawl these days? Or, you know, all these various services. You know, how is this the glue that brings everything together? >> So as I said, we're working in two ecosystems, right? The first one is the enterprise. So the main use case that we are trying to solve as I said is the movement. We wanted to make sure that people will be able to take the monolithic and at least extend them to microservices like Cloud Foundry and Kubernetes, and to Serverless, and also in the free time to kind of like move it. So that was kind of like our purpose. But we needed some technology for that, and we looked outside and discovered that the first thing that we needed is probably a very good API gateway. But it need to route on the function level, and it need to discover the function, and a lot of technology that just wasn't exist back then. So what we did was basically build one, which is Gloo. That's the first thing that we needed because we had no choice. There wasn't anything that actually we seriously, and trust me, and looking very well of all the opensource project, there's nothing like what we built out there, in terms of the quality of the technology and what we're capable of doing. So that's why we built it. We didn't plan to make it a product, but that was the purpose. And the second thing. Now we're building more stuff, and we need maybe to extend to service-match, or function-match, like we call it. Again, not because we want to. Because we have no choice. Right? So this is not a core product, but it's really, we're building is about, we're targeting everything that's related to this use case and we're trying to move. >> Okay, so Google and Microsoft in their keynotes talked about an API gateway, opensource project, I hear service-match, I'm thinking about ISDL. How does Gloo fit-- >> So as I said, there's a beautiful, we are not competing because as I said, at the beginning, my purpose, look, I will look at the situation. That's how somebody can use it. But they're just not moving fast enough for us as a startup. So we had to actually create it. Now, when we created it, we created it specifically to our use case, right? We needed the function, that we knew that our purpose was to take all that, those ecosystems of monolithic, microservices, and Serverless, and look and see, what is the smallest unit of compute that's common between them, and cut everything to it, and that's the function. So basically, what we're doing, we're taking all these ecosystems, cut everything to function, and then reassemble a movement between them. That's something that they just didn't give us, so we had to build it. But the beauty of it is because we are, you know, we are really innovative and that's what we know how to do, we decided to leverage the opensource, so for instance is build on Envoy, right, because it is the best proxy that exists today. And we extended it, because we needed some functionalities, so we created a lot of filter, right? Because it was very important to us to make Envoy basically have this functionality. So we are not competing with none of them, because mainly, that's not what we're doing. We're just focusing on the use case. But theoretically, if you're looking at API gateway, I will say hands down we're probably the best that exists out there, which is, that's not what we started with. >> Yeah, it's really smart, coming, you know, no small startup's going to be, oh, well, we're going to, you know, in Silicon Valley maybe they think they're going to take down the giants and break the world and competing is everything, but I like you actually spent some time working in the EMC CTO office, and there are certain things we will always look at. And it's like, there's this gap. Here's what we have today, and here's absolutely where we know where the market is going. >> Right. >> So, you know, the analogy I hear today is like, well, customers they've got their applications. They need to modernize them. So it's been the last year or so, there's been this discussion of lift and shift. It made people cringe. I said, you know, I've lifted the virtualization way. One of the biggest challenges where, was I took this old application which, to be frank, stunk, and I kept it alive for years longer, even though the server was no longer supported, the OS was no longer supported, but I could just virtualize it and that was great. I want to get to 12-factor, microservice architecture, even Serverless might be the foundation that I'd like to build this. I cannot lift and shift to get Serverless. There is no path from old to there. So it sounds like you're >> What we're doing. Trying to attack some of that there, am I getting that right? >> Yes, I mean, basically, I will give you an example of a customer that we have, right? So, they came, their monolithic application, right? And they really want it to move. And you know, it's really hard to maintain this, so they said, you know what, we really want it to move to Serverless. That's the engineering part, right? They're saying, we want it to move to engineering. They came to the boss and they said, well, what we want to do is to take it, rewrite it, and put it as a greenfield, right? Basically as a Serverless. So the boss said, no problem, go, evaluate how much time it will take, and then come back to me. So they went and they did it, and they basically came with nine months. So the boss said, okay, so, no. And the reason is because nine months means a year, and also, I didn't get any feature on this year. Right? They will fire me. So what we're doing is we're saying, take this monolithic application, it's working, don't touch it, extend it. First of all, extend, on the new functionality, going to the Serverless and to microservices, and we're supporting everything, and it's brand new. I mean, I can start telling you what is the platform that we support. It's almost everything. And then, the second thing is that, on your spare time, start breaking it. Now, there's no magic. I know people are saying there's an algorithm. That's never going to work. Trust me, and I did a lot of software in my life. You can't guess this stuff. You actually need to rewrite them. But on your spare time, when you're available, and on the way, you know, on your pace of learning. And I feel that that's what we're giving. We're basically giving them the freedom to do that on their spare time, and we're giving a lot of other tools, like for instance, debug. So we create, we opensource a project called Squash, that basically be able to attach debuggers to microservices, to Serverless, and to monolithic, in different language, different everything, and jump between them. So you basically can create what I call library up, and jump cross that. So I feel that what we're targeting is basically make this movement easy, with any technology that we can put out there. >> Yeah. The whole application modernization is a real challenge. If I look at, you know, in this space, Pivotal's acquisition of Pivotal Labs was to help them. A lot of services, things that we're looking at, Pivotal going public. How much of their business is actually services, how much of it is you know, subscription and software? How much are you, is this just tooling you're building, or are you helping customers get through some of the services that maybe it's time for you to talk, how many people do you have on your team? Like, I look at the website, I see like five people, so. >> Yeah, that's actually what we are. So I mean, specifically, we are five. We are startup. We got actually really well funded from True Ventures, great, great investors. And what was important to me, was not to do a lot of mistakes of the other startups doing, which is basically scale too fast, right? I wanted first to putting a product out there, I want to see what's going on. And today, because we opensource, because we all can use Amazon and so on, we don't need a lot of money to actually create the additional projects. So that's what we did. Specifically, I can tell I'm getting a lot of resumes and right now, I'm actually pushing them back, because it's really, really important to me to scale on the right side. Now we're starting to have customers, we will have to scale, right? So that's that. In terms of how much, so that's enough. We are five and as I said, it's good, but we are not in the services. Actually people they're doing an amazing job. We don't want to touch that. What we do want to make sure is that they're giving the tools to do them themselves and they will hire probably people to do the services. >> Are you able to share how much funding, you said True Ventures is one of the funding? >> So we got 2.5 from True Ventures, and then we got 500 from Haystack and another 250 from Wave Ventures, capital. >> Okay, and five people. You're hiring too. What are you looking for? >> Yeah, so we're definitely going to hire more. We need a full stack engineer, we need a system engineer. Right now it's very flat architecture. A lot of really, really good people. I mean, my engineers are people who was in the Israeli Army as lackers, you know, very, very technical. People who are, walk with me in EMC, and so on. Very, very good people. And our purpose is to grow as system engineers a little bit, UI, and we also need some help to scale. >> And you're located here in Boston, correct? >> I am, I am. I have one engineer in Seattle, but all the rest are here. >> Okay, and the products itself, you know, opensource, and the things that are available, so-- >> For now, so we started as an open, we did put it as an opensource project. This is the platform I feel should be opensource. But there will be features that we will not opensource. A lot of more things that makes sense for the enterprise, we will not opensource. But yeah, right now, everything is opensource, and we wanted to share for the community. >> Okay, and from the customers you're talking to, what's their biggest challenge, you know, things like Serverless, you know, are they getting their arms around it, especially, you know, out here in the east coast, as opposed to, you know, some of the startups in the like? >> So actually, people in the enterprise, I mean, I think I nailed the use case, because you know, I went, I'm talking a lot in conference, QCon is one of the conference that I really, really liked and talked a lot, and when I talk there to the people, everybody has this problem, which I have a monolithic, how do you move them? Most of them trying to move to container right now. That's where it is. But the beauty of how we built Gloo, and that was totally on purpose, is the fact that, and I actually have a diagram showing it, today those enterprise that are only using monolithic. I don't know, like Bank of America, I think is only monolithic. Then if you're looking, there's people only using microservices, probably Google and others. And then there is companies like iRobot for instance. So it's going all the way to Serverless. That's all there, right? Bam, which is amazing. But, and there is companies that's sharing it, right? That means they're microservices and Serverless, so monolithic, and then. And EMC for instance, they have like Serverless, microservices and monolithic. What we're trying to do is basically, the beauty of what we build, is basically a platform on top of an envoy. So we can actually create the customized offer for you that will be only what you need. And what we will help you is to basically glue, this is what the name, glue your environment, so it will give you one experience that you can manage it or you can mix and match, you can do whatever you want, and it's really, really clean. So when I'm talking to customers today, mainly where they are is like monolithic to microservices, but they love this use case. I mean, I didn't meet a customer yet that I show him the demo of how we're taking a spring boot application and move it, and he said that they don't want it to proceed. So it's good. >> Wow. Fascinating stuff. I really appreciate you sharing. Definitely, we hear from customers all the time. It's moving from the old to the new, it's I need to live in both of those worlds, and they can't split those teams, it can't be islands, I need to pull this together. It's definitely through a multi-cloud, and seems like it's happening in the development environment too. So, Idit Levine, solo, congratulations on where you've gone. Look forward to catching up much more in the future. We're back with lots more coverage here from the Cloud Foundry summit in Boston, Massachusetts. I'm Stu Miniman. Thanks for watching theCUBE.
SUMMARY :
Brought to you by the Cloud Foundry Foundation. and this is theCUBE's coverage now server-less is the wave, and you know, and the reason we started Solo is because I felt, Okay, so we hear a lot of times it's you know, How does this help with, kind of, you know, and also in the free time to kind of like move it. I hear service-match, I'm thinking about ISDL. But the beauty of it is because we are, you know, and there are certain things we will always look at. I said, you know, I've lifted the virtualization way. Trying to attack some of that there, and on the way, you know, on your pace of learning. some of the services that maybe it's time for you to talk, So I mean, specifically, we are five. and then we got 500 from Haystack What are you looking for? UI, and we also need some help but all the rest are here. and we wanted to share for the community. So we can actually create the customized offer for you It's moving from the old to the new,
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Lauren Cooney | PERSON | 0.99+ |
True Ventures | ORGANIZATION | 0.99+ |
Ryan Gallagher | PERSON | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
Wave Ventures | ORGANIZATION | 0.99+ |
Seattle | LOCATION | 0.99+ |
Patrick Dennis | PERSON | 0.99+ |
Idit Levine | PERSON | 0.99+ |
Stu Miniman | PERSON | 0.99+ |
ORGANIZATION | 0.99+ | |
Boston | LOCATION | 0.99+ |
EMC | ORGANIZATION | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
five | QUANTITY | 0.99+ |
nine months | QUANTITY | 0.99+ |
Verizon | ORGANIZATION | 0.99+ |
Cloud Foundry Foundation | ORGANIZATION | 0.99+ |
two tracks | QUANTITY | 0.99+ |
Silicon Valley | LOCATION | 0.99+ |
One | QUANTITY | 0.99+ |
three | QUANTITY | 0.99+ |
Pivotal Labs | ORGANIZATION | 0.99+ |
Boston, Massachusetts | LOCATION | 0.99+ |
five people | QUANTITY | 0.99+ |
2.5 | QUANTITY | 0.99+ |
Pivotal | ORGANIZATION | 0.99+ |
last year | DATE | 0.99+ |
12-factor | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
Cloud Foundry Summit 2018 | EVENT | 0.99+ |
Bank of America | ORGANIZATION | 0.98+ |
two ecosystems | QUANTITY | 0.98+ |
second thing | QUANTITY | 0.98+ |
first thing | QUANTITY | 0.98+ |
one engineer | QUANTITY | 0.98+ |
both | QUANTITY | 0.98+ |
Cloud Foundry | EVENT | 0.98+ |
Dell EMC | ORGANIZATION | 0.98+ |
first one | QUANTITY | 0.98+ |
first | QUANTITY | 0.98+ |
a year | QUANTITY | 0.98+ |
one | QUANTITY | 0.97+ |
first time | QUANTITY | 0.97+ |
theCUBE | ORGANIZATION | 0.97+ |
one experience | QUANTITY | 0.95+ |
First | QUANTITY | 0.94+ |
VMWare | ORGANIZATION | 0.94+ |
Haystack | ORGANIZATION | 0.94+ |
this year | DATE | 0.94+ |
500 | QUANTITY | 0.92+ |
Squash | TITLE | 0.91+ |
250 | QUANTITY | 0.91+ |
Solo | ORGANIZATION | 0.9+ |
UniCare | ORGANIZATION | 0.9+ |
solo.io | TITLE | 0.88+ |
Kubernetes | TITLE | 0.88+ |
Solo.io | ORGANIZATION | 0.87+ |
Serverless | ORGANIZATION | 0.85+ |
Key Unique | ORGANIZATION | 0.84+ |
opensource | TITLE | 0.82+ |
Cloud Foundry | ORGANIZATION | 0.82+ |
Cloud Foundry | TITLE | 0.81+ |
vRealize | ORGANIZATION | 0.81+ |
solo.io | ORGANIZATION | 0.79+ |
QCon | EVENT | 0.75+ |
Katreena Mullican & Said Seyd | HPE Discover 2017 Madrid
>> Announcer: Live from Madrid, Spain. It's theCUBE. Covering HB Discover Madrid 2017. Brought to you by Hewlett-Packard Enterprise. >> Welcome back to Madrid everybody. This is theCUBE, the leader in live tech coverage. We're here, day one of HPE Discover Madrid. HP's European show, I'm Dave Vellante with my co-host Peter Burris. Said Syed is here. He's the director of Software-Defined and Cloud Group at Hewlett-Packard Enterprise, and he's joined by Katreena Mullican, who is a senior architect and cloud whisperer at HudsonAlpha Institute for Biotech. Folks, welcome to theCUBE, thanks for coming on. >> Happy to be here. >> Great to be here, thanks. So Said, we're very excited about this new developer initiative that you're leading. After the Spin merge, lot of software chops and developer communities went, but Hewlett-Packard Enterprise committed to developers, so tell us about this new initiative. >> Yeah, absolutely, so we're launching this community next week at QCon, and it is a pan-HP program which enables all of the different developers that are already out there. We already have thriving communities, they were just individual and ad hoc, and we'll put them under the pan-HP developer community umbrella where developers can congregate with HPE developers and partners, ISVs like Mesosphere and others, and talk about how we can fix their problems, and they can help us get better at what we do. >> So, Katreena, I think dog whisperer, horse whisperer, they can tame my animals. Cloud whisperer, can you help me tame my cloud? What is a cloud whisperer? >> Sure, what I do is wrap my head around all of the different cloud architectures available for both private and public cloud, and research those, figure out quickly which ones can benefit HudsonAlpha and the type of research that we do with genomics, and put all the right pieces together. Make a solution out of it that's secure and available 24/7, 365. >> So tell us a little bit more about HudsonAlpha. >> So HudsonAlpha is a non-profit institute. We are an organization of entrepreneurs, scientists and educators, who are applying genomics to everyday life. We collaborate on our 150 acre campus in Huntsville, Alabama with 40 affiliate companies. So it really is an effort to come together between scientists and researchers, and IT. >> And you really can't talk about cloud without talking about developers, so from a developer's perspective what do you want from the guys who are providing infrastructure hardware and software? >> Well, we have turned our IT department into developers, and I think that's something that not everyone does, and I think it's an important first step to being able to really leverage the type of infrastructure that HPE offers. We have composible infrastructure in our data center. We have hyper-converged infrastructure. We have storage, we have all these different pieces that we are able to provision automatically and fluidly, rapidly, with API, which requires developer mindset, right? Not your traditional system administration, just keep an eye on a server. It's not like that any more, and I think it's really important that IT embraces developer practices and dev ops. And we're actually doing that at the hardware level, as well as then, right, you prep that foundation, so that your developer teams, your software developer teams can then build on it, too. >> I think this is a crucially important step for virtually every CIO to think about, and let me explain what I mean as quickly as I can. Every CIO says, "What am I going to do with my infrastructure people?" Analysts like us always say, "Oh, liberate your people to go solve problems." But having infrastructure people at least start thinking, acting like, imagining like developers is a step that allows you to solve near-term problems, and get them on the path to really using a developer mindset or developer problem-solving skills that may, in fact, help the business in other ways in the future. What do you think about that? >> Right, I think it is asking the IT traditional roles to step up, and learn a new skill set, which is not easy. It's an investment of time and resources, but well worth the effort. I think if you do not do that and expand your skill set, you will not be able to leverage these solutions that are out there. Or you'll just be using them kind of out of the box, which they'll work out of the box, but is that really what they're capable of doing? >> So how long did this take, to go through this transition at HudsonAlpha? >> Well, I've been with HudsonAlpha for two years, and from the moment that I arrived, we have a very small IT department, just a handful of people, so from the moment that I arrived, we just architect the job description that way, right? We write into the job description, "Welcome to IT. "By the way, you're a dev op software engineer now. "You're an infrastructure administrator. "You need to understand software to find networking." All of these pieces are expected, and it can be a lot of work to learn that on the side, but well worth it, yeah. >> Absolutely, absolutely, and I can tell you HudsonAlpha obviously is ahead of its time in terms of things that they are doing, 'cause trying to organize your workforce around software development mindset versus infrastructure administration mindset, it's a huge ordeal. But the way they have done it, is actually, I'm very happy to partner with them on this thing. >> So Said, how are you going to sort of measure success of this initiative? What are your objectives and what should we be looking for over the next 12, 18 months? >> Yeah, so our measure of success is how many developers are joining the community, and actually active. 'Cause people can join but if they're not active it's not really worth their time, right? So developers getting active on our slat channels, which we have all integrated into a platform, and then on our side, our developers, and our R-and-D guys are actually going to be collaborating directly with our users, the developers, you know, people like Katreena and others. And so measure of success is going to be how many problems we're able to solve, how much contribution people like Katreena are going to have on the platform itself, and what type of contribution, what type of API integration we're good doing, those are the kind of things we're looking for in short term. How many HP platform, how many, number of SDKs, number of blogs, those kinds of things, right? So those are the kind of analytics that we're going to actually follow through over the next 12 to 18 months. The idea needs to be every software platform, or every software solution that we launch, like OneSphere, it will be API-driven right from the start. And partner-driven, and developer-centric, right from the start. That's our idea of how we measure success here. >> Okay, we got to go, but Katreena, we'll give you the last word. What are you looking for, how will you measure success of this initiative? >> Well, success for us are completed projects and saving lives, literally. That's the wonderful thing about working at HudsonAlpha. It's very measurable in the amount of compute that we can accomplish, and storage that we can provision, and keep up the environment for the researchers, so-- >> Great, excellent. Well, have a great rest of Discover. Thanks so much for coming on theCUBE, appreciate it. >> Thank you, all right, bye-bye. >> You're welcome, all right, keep it right there, buddy. We'll be back with our next guest right after this short break. (electronica flourish)
SUMMARY :
Brought to you by Hewlett-Packard Enterprise. and he's joined by Katreena Mullican, and developer communities went, and they can help us get better at what we do. Cloud whisperer, can you help me tame my cloud? and the type of research that we do with genomics, So it really is an effort to come together and I think it's an important first step and get them on the path to really using but is that really what they're capable of doing? and from the moment that I arrived, Absolutely, absolutely, and I can tell you over the next 12 to 18 months. What are you looking for, how will you measure success that we can accomplish, and storage that we can provision, Thanks so much for coming on theCUBE, appreciate it. We'll be back with our next guest
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Katreena Mullican | PERSON | 0.99+ |
Peter Burris | PERSON | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
Katreena | PERSON | 0.99+ |
Hewlett-Packard Enterprise | ORGANIZATION | 0.99+ |
HudsonAlpha | ORGANIZATION | 0.99+ |
two years | QUANTITY | 0.99+ |
40 affiliate companies | QUANTITY | 0.99+ |
Madrid | LOCATION | 0.99+ |
first step | QUANTITY | 0.99+ |
next week | DATE | 0.99+ |
Madrid, Spain | LOCATION | 0.99+ |
HPE | ORGANIZATION | 0.99+ |
Huntsville, Alabama | LOCATION | 0.98+ |
HP | ORGANIZATION | 0.97+ |
Said Syed | PERSON | 0.97+ |
both | QUANTITY | 0.97+ |
QCon | EVENT | 0.96+ |
OneSphere | TITLE | 0.96+ |
365 | QUANTITY | 0.92+ |
Said | PERSON | 0.91+ |
Discover | ORGANIZATION | 0.91+ |
theCUBE | ORGANIZATION | 0.88+ |
Software-Defined and Cloud Group | ORGANIZATION | 0.86+ |
Said Seyd | PERSON | 0.84+ |
HudsonAlpha Institute for Biotech | ORGANIZATION | 0.83+ |
Katreena | ORGANIZATION | 0.82+ |
HB Discover Madrid 2017 | EVENT | 0.81+ |
day one | QUANTITY | 0.8+ |
150 acre campus | QUANTITY | 0.8+ |
18 | QUANTITY | 0.72+ |
European | OTHER | 0.69+ |
Mesosphere | ORGANIZATION | 0.64+ |
12 | QUANTITY | 0.63+ |
2017 | DATE | 0.62+ |
months | DATE | 0.6+ |
18 months | QUANTITY | 0.47+ |
next | DATE | 0.38+ |