Karthik Rau, SignalFx & Rajesh Raman, Signal FX | Google Cloud Next 2018
>> Live from San Francisco, it's theCUBE covering Google Cloud Next 2018, brought to you by Google Cloud and its ecosystem partners. (techy music) >> Hello everyone, welcome back to theCUBE's live coverage here. We're in San Francisco for Google Cloud's major conference, Next 2018. I'm John Furrier, here for three days. Wall to wall coverage on day one. We've got two great guests from SignalFX, Karthik Rau, founder and CEO, and Rajesh Raman, who's the chief architect. Signal's a hot startup in the area. Way ahead of its time, but now as the world gets more advanced, the solution is front and center as the value proposition if cloud moves into the mainstream, devops going to a world at large scale. Not just networking, monitoring, applications, you've got service meshes booming, great topic. Karthik, great to see you, Rajesh, thanks for joining us. >> Thank you. >> John, great to be on. >> So, first of all let's just get it out of the way, you guys have some fresh funding in May, so just quickly give an update on the company. You guys raised-- >> Yeah >> A series... >> A series D. >> Series D, give us, but how much? >> Yeah, so we raised $45 million from General Catalyst leading the round back in May, been building a ton of momentum as a company, close to a couple hundred people today. We're using a lot of that to expand internationally. We've got a team in Europe now, just opened up a team in Australia. So, things have been going great. >> Congratulations, we've had chats before, always been impressed. You guys have a great stable of awesome engineers and talent in the company doing some great work, but it begs the question, I always like to get into the what ifs. What if I could have large scale application development environments with programmable infrastructure, how does that change things? So, Karthik, what's... How as that what if changes, now that is what's happening you're starting to see the cloud at scale for the common masses of enterprises, where old ways of doing things are kind of moving away. It's like horse and buggy versus having a car for the first time-- >> Yeah. >> Jobs are changing, but the value doesn't necessarily change. You still go from point A to point B, you still got an engine, people who care about fixing cars, so people just want to drive the cloud, some people want to get under the hood, whole new architecture. >> Yeah. >> What's the what if of if I could have all these resources, what's the challenges and what do you guys solve. >> Well, I think there are a couple of challenges in this new environment. One is the number of components are just orders of magnitude more than they used to be in a cloud environment, right? We went from having physical machines that live for three years in a data center, divide it up into VMs 10 years ago, now divided up into containers for every process. Not only that, but these containers get spun up and spun down every few minutes or every few hours, and so it's just the number of components in the churn is just massive. So, that in and of itself requires a far more analytics-based approach to understand patterns rather than what's happening on an individual component. The second thing that's changed is the operating model's fundamentally different, because now you're building and running web services, and when you're running web services the people who build the software are the ones who technically are responsible for operating it. And so, you know, you have more updates, you've got more people involved, you've got lots of different components that all need to interact with one another, and so having a communication framework across all of these disparate teams become really, really, really critical. So, those are the two fundamental changes as you move from, you know, for operating these modern, massively distributed-- >> Yes. >> Applications. >> And I'll just add just some observation data that we've seeing in theCUBE is those same folks building aren't necessarily operators, so they want to be in and out fast, right? (laughs) >> They don't want to be running and operating all the time, they want to push some code. Melody Meckfessel here at Google ran a survey with developers and said, you know, "What makes you happy," and it was two things that bothered developers: technical debt and speed for deployments, commits, and the commit number was around minutes. If you can't get something done in minutes then they're onto something else, so the mind share attention of developers and technicos. So, this is a challenge at scale when you have technical debt, which we've seen companies come out of the woodwork, "Oh, yeah, "I'm going to automate something, "I'm going to throw some compute at it with the cloud "with the best monitoring package on the planet "and look how great it is," but all they did was just code some instrumentation and that's it. >> Mm-hmm. >> They weren't dealing with a lot of moving parts. Now as more things come in this is a challenge that a lot of companies face. You guys kind of solved this problem... >> Yeah, absolutely, so maybe Rajesh was a part of the team at Facebook that built the Facebook monitoring system, and that's actually what gave us a lot of the vision to start SignalFX five-and-a-half years ago, so maybe-- >> Tell about the protection, the vision-- >> Yeah. >> And what you guys are doing. >> Yeah, so CICD, you know, it kind of, like, underlies a lot of this vision of, like, moving fast. You mentioned that people wanted, like, you know, push their code in a few minutes... The thing that makes that possible is for you to have observability into what's happening while that push happens, because it's one thing to push very fast, it's another thing to recognize that you might have pushed something bad and to be able to revert it very quickly, too. And so, you'd only need, like, you know, good observability into all the things that matter that characterize the health of your system to be able to quickly recognize patterns, to be able to quickly recognize anomalies, and to be able to maybe push forward or even roll back very quickly. So, I think, like, observability is like a very key aspect of this entire CICD story. >> That's great, and that's great to know that you were over at Facebook because obviously Facebook built, at scale from the ground up, a lot of opensource. Obviously they contributed a lot to opensource, but it's interesting, as they matured and you start to see their philosophy change. It used to be move fast, break stuff. >> Yeah. >> To move fast, be reliable. >> Yeah. >> This is now the norm that's the table stakes in cloud. You have to move fast, you got to push code, but you got to maintain an operational integrity. This is, like, not like an option. This is, like, standard. >> Absolutely. >> How do you guys help solve that problem? >> So, I think there are a few different aspects to it. So, the first is to, you know, people need to ensure that they have observability into their application, so this is ensuring that you have the right kind of instrumentation in place. Thankfully this is kind of becoming commoditized right now and getting metrics from your system. The second part, and the more key part, is then being able to process this data in a real time way. You know, have high resolution, very low latency, and then to be able to do real time streaming analytics on this data. In highly elastic environments when things come and go very quickly, the identity of any individual, like, component is less important than the aggregate system behavior, and so you really need the analytics capability to kind of, like, go across this data, do various kinds of aggregations, compare it against past data, do predictive analytics, that sort of thing. So, analytics becomes the very key concept of, you know, how you operate these environments. >> It sounds so easy. >> Yeah, well one thing I'll add to that, so you know, to your point a lot of big companies sometimes are scared by this. You know, "How do we," you know... "We can't move quickly and break things," and everything that they've designed is around having process and structure to check and make sure everything is clean before they push changes out, and now we're in this world where, you know, an intern or a developer can push directly on a production, how do you manage that? The key thing in this modern world when you're trying to release software quickly, Rajesh hit on this earlier, you need the magic undo button. >> Yeah. >> That is the key to this entire process. You need to design your software, you need to design your process, and you need to design your tools so that if you introduce something bad you catch it immediately and you can roll it back. So, lots of devops practices are oriented around this, right? The idea of a canary release, I'm going to roll out an update to one percent of my systems and users, test it out, observe all the metrics, make sure everything is clean before I roll it out to everyone else, and the ability to roll back quickly is also important. But in order to do all of this you need the visibility, you need the metrics, and you need to be able to do analytics on it quickly to identify the patterns as they emerge. >> That's a great point and I'd love to just double down on that and get your thoughts because some of the Google Cloud people who are operating at this scale, I put them on this whole service-centric architecture, because they're services. We're talking about services, managing sets of services, having analytics, observation space, the reverting back and the undo button, the magic button do-over, whatever you want to call it, but the interesting thing is clean. Having a clean service whether it's an API, message queue, or an event, this stuff's happening all over the place in the new services world. How do you guys help there, is that where you guys get involved? Do you see up in that layer, how far up are you guys looking at some of the instrumentation and the insights? >> Yeah, you want to take that? >> Yeah, sure, so you know, the one thing that we really like about SignalFX and we were very keen on when we built the platform is that we are very agnostic about metrics. We're happy to accept metrics from anywhere, we'll take instrumentation-- >> (chuckles) You don't discriminate against metrics. >> We'll take instrumentation from cloud environment, we'll take, you know, metrics from opensource systems and premier applications, so you know, some of these systems are already kind of built in to get metrics from. You know, we talk to the Kafkas and Cassandras of the world, for example. We can also talk to GCP and AWS and grab metrics from their system. I think the interesting question is like when people really are taking the devops philosophy of, like, so how do you instrument your own application, what questions do you want to ask from your environment that answer the critical questions that you kind of have, and so you know, that's the one, that's the next step in the hierarchy of needs is for people to ask the right kinds of questions, and you know, instrument their applications properly. But like having done that, we can go up and down the stack in terms of, like, insight into whether all the way from your cloud environment through opensource systems, all the way up-- >> So, you guys'll take data from anyone, just stream it in-- >> Yeah. >> Normal mechanisms there, what's the value added, where's the secret sauce on SignalFX? >> So, I think value, it's all about analytics. We are all about analytics, so we are able to look at patterns of the data, we can go up and down the stack and correlate across different layers of software, look at interactions across components in your microservice, for example. You know, one really interesting thing that's happening, as you might be aware, like the whole service mesh aspect of it, which lets us, gives us insight into interactions between components-- >> Yeah. >> In a microservices architecture, so you know, we are able to get all that data and give you insight into how your whole system is working. >> So, you guys, you can see in the microservices layer? >> Absolutely. >> Yeah. >> That's powerful. >> And the key point is monitoring really has become an analytics problem, that's what we keep saying, right, because what's happening on an individual component is no longer as interesting as what's happening across the entire service, so you have to aggregate the information and look at the trend across the entire service, but the second thing that's really important is you need to be able to do it quickly, and this is where our streaming real time system really mattes. And people might ask, "Why does it "matter to do something real time." Like, "Seconds versus minutes, can a human actually "process something in seconds versus minutes?" Perhaps not, but everyone's moving towards automation, right? >> Yeah. >> So, if you want to move to a system where you have a closed loop, you have automation, and guess what, all of these modern systems, all the stuff that Google's talking here is all about automation. >> Yeah. >> And in that world seconds versus minutes, it means a tremendous amount of difference, right, where if you can find signals that will tell you there's an emerging problem within seconds and then you can revert a bad code push or you can auto-scale a cluster or you can, you know, change your load balancing algorithms all within seconds, that is what enables you to deliver, you know, 4.9s, 5.9s type of availability. >> And the consequences of not having that is outages-- >> Yeah, outages. >> Performance. >> Performance degradations, unhappy customers. I mean the cost to a brand now of having any kind of a performance issue is enormous, right? People are on Twitter before your team knows about it. (chuckles) >> Actually, you guys have a lot of the things you're solving, what is the core problem that you solve, what's the value proposition if you narrow it down that's high order bit for SignalFX? What's the corporate problem you solve? >> Well, we're solving the monitoring and observation problem for people operating cloud applications, so what happens is when you use SignalFX you have the confidence to move quickly, right? It gives you the safety net to be able to deploy changes on a daily basis, to have the shared context across a distributed team, so if you've got hundreds of two pizza box teams working together we give you that framework, the communication framework and the proactive intelligence to find issues as they emerge and proactively address them. And bottom line what that means is you can move as quickly as a Google or a Facebook or a Netflix even if you're a traditional Fortune 500 company that's regulated, and you know, you think you may not be able to do it but you really can. >> You give them the turbo charge, basically, for the analytics. All right, here's a question for you, what are the core guiding principles for the company? You guys obviously have a lot going on so you've got a core tech team, I mentioned it earlier. >> Mm-hmm. >> What are some of the guiding principles as you guys hire, build product, talk to customers, what's the key DNA of SignalFX? >> Yeah, I would say we are a very impact-driven company, so I'm, you know, very, very proud of all the people that we have on the team. We've got a lot of entrepreneurs who are focused on solving big problems, solving problems that customers may not necessarily know they need at the time, but as the market evolves we're there to solve it for them. So, we're a very customer-centric company. We have fantastic, we invest aggressively in technology, so it's not just about wrapping a pretty UI around, you know, Bolton Tech. We have real differentiated technology that solves real problems for people, and you know, I think we've in general just tried to skate to where the puck is and understand where the market's headed as a company. >> What are some of the customer feedback that you're getting? For folks that don't know SignalFX, what are some of the things that you're hearing from customers, why are you winning, what are some of the examples, can you share some color commentary? >> Yeah, I'll give one example, a Fortune 500 company that has been very aggressively investing in cloud the past, you know, four or five years, built an entire digital team, and their entire initiative is, like a lot of people in the Fortune 500 now, is to have a direct-to-consumer type of a relationship, and one of the things that they struggled with early was how do they move quickly, support product launches that might have massive load, and have the visibility to know that they can do that and catch issues as they emerge, and they didn't have a solution that could give that visibility to them until they leveraged SignalFX. And so now, if you talk to people there they'll say that they've essentially gone from defense every time they did one of these product launches to being on offense and really understanding what it takes to successfully launch a product and they're doing way more of these, so-- >> Moving the needle on time to market. >> Moving their business forward, you know, and digital transformation just by-- >> Yeah. >> Having SignalFX as a core enabler. >> It's the cloud version of putting out fires, so to speak, when you do product launches, right? >> Yeah. >> I got to ask you guys a question. You guys are both industry veterans, obviously Facebook has a storied history. We know all the great things that happen on the infrastructure side. Karthik, you've been in VM where you've seen the movie before where VM, where it made the market, changed IT for the better, still talk about the VMwares now. Now as we see cloud taking that next transformational push, describe the wave we're on right now, because it's kind of an interesting time in tech history where the talent that's coming in is pretty amazing. The young guns coming in with opensource the way it's flourishing is pretty phenomenal. Some of the smartest computer science and/or engineering talent is really solving what was old school B2B problems that really no one really wanted to solve. I mean, it was people were buying IT. Now you're talking about building operating systems, so the computer science kind of mojo in the enterprise has upped a bit. >> Mm-hmm. >> What's this wave about, how would you describe the wave of this time in history of the tech industry? >> Do you want to... (laughs) I'll add my take but why don't you go first. >> I think the thing that I find striking is just like, you know, when people used to talk about big data, you know, a few years ago, and now that is like, that's just normal. >> Yeah. >> And like, the amount of compute and the amount of storage that people are able to, you know, bring to command at-- >> Yeah. >> On any problem, it's just incredible, and that's just going to, I think, like continue to grow, right? That's going to be an amazing thing to watch. I think, you know, what this means... It also has interesting implications for, you know, companies like SignalFX who are trying to be in the monitoring space because the mojo used to be you had to have all this complicated software to do the instrumentation. Well, the instrumentations part is easy, but now all the value that's going to come about monitoring is in what you do with all that data, how you analyze it and look for, like, you know, so the whole AI ops and all that is going to be the key of the whole monitoring problem going forward, you know, five, 10 years from now, but we already see that analytics is such a key aspect of the whole thing, so... >> Yeah, I'm very, I think we're at the beginning, still at the beginning of a massive 30 to 40 year cycle, and this hasn't happened since the PC revolution in the 1970s, right, so the smartphone comes out 2007, massively opens up the market for software-based services to several billion people who are connected all the time now, drives a massive refresh of the backend infrastructure, drives the adoption of opensource, and so we're at this magical point now where the market for software-based services is just exploding, and every enterprise, you know, is becoming a software company, and you know, I think the volume of data that we're accumulating is just growing exponentially and what you can do with AI at this point, it's just... We're just beginning to see the benefit of it, so I think this is a really, really exciting time and I think we're just at the beginning. Most of the enterprises, and even the tech companies, are just beginning to capitalize on what is in store for us in the industry. >> I find it to be intoxicating, fun, and just great people coming in. To your point about the beginning of a 40 year run, also the nature of software development is being modernized at an extremely accelerated pace, so as people in the enterprise start re-imagining how they do software, because if they're a software company they've never had product managers. I mean, so the notion of what is a product, how do you launch a product, is all kind of first generation problems and opportunities, so I think to me it's really the enablement... And this is really what I think people are looking for is who can take the burden off my shoulders, help me move faster, more gas, less brake. >> Mm-hmm. >> Go faster, drive value, and then ultimately compete, because competitive advantage with technology... What does that mean to you guys, because how do you react to that because what you essentially are doing is creating instrumentation for enabling companies to create new value faster with technology and software, in some cases at a level that they've never seen before. What do you, how do you react to that? >> Well, I think that's exactly what we do, right, I mean, every company, I think most companies realized that they had to invest in software and focus on all these new opportunities at the early part of this decade. First thing they had to do was figure out who's going to build all this software, so most of them had to go hire engineers or build digital teams. They had to decide where are they going to run, the cloud wars of, you know, the early part of this decade. Do we build a private cloud, do we use a public cloud, I think both of those things have happened and people are now comfortable with those decisions. The third leg, which is squarely in the space that we're in, which is how do you operationalize this new model, and I think people are working through that now. As they get through that in the next few years, the companies like SignalFX helping every company, operationalize it very quickly, I think that's when the true promise of this new digital era will be realized where you'll start to see all of these fantastic applications, mobile apps, web service apps, direct-to-consumer streamlined supply chains. We're just beginning to see the benefit of that, and we'll see when that happens then the volume of data that they're collecting will increase exponentially and then the promise of machine learning and AI will take an altogether nother step. >> You got to know how to automate it before you can automate it, basically. What's next, final question for you guys, what's going on with SignalFX, what are you guys going to conquer, what's the next major milestones for you guys, what are you looking to do? >> Yeah, well we're continuing to focus on driving value for our customers, so we're expanding our geographic presence, so we're doing a lot of international expansion at this point. We're hiring a lot of engineers, so if anyone is interested in a development job, reach out to us. >> What kind of engineers are you looking to hire? >> Rajesh, you want to take that, sorry. (chuckles) What kind of engineers... >> What kind of engineers you looking to hire? >> Everything. (chuckles) >> I mean, all kinds of engineers, especially distributed systems engineers, front end engineers, full stack engineers, like real tech, all the good engineers we can get. >> (chuckles) Awesome. >> A lot of product development, there's a lot of interesting things happening in this space, and so we're, you know, continuing to invest very aggressively. >> Large scale distributed systems. >> Yep. >> You've got decentralized right around the corner, so you've got a lot of stuff happening. >> Yeah. >> Yeah. >> Great job to have you coming on, thanks for coming on, Karthik. >> Great, great to be on. >> Rajesh, thank you so much. >> My pleasure. >> SignalFX here in the cloud of Google here at Next, it's theCUBE, theCUBE cloud, CUBE data, we're bringing it all to you. I'm John Furrier, thanks for watching. More coverage, stay with us, we'll be back after this short break. (techy music)
SUMMARY :
brought to you by Google Cloud but now as the world just get it out of the way, leading the round back and talent in the company Jobs are changing, but the value challenges and what do you guys solve. of components in the So, this is a challenge at scale when you You guys kind of solved this problem... that matter that characterize the health and you start to see This is now the norm that's So, the first is to, you know, people need so you know, to your point a lot of big That is the key to this entire process. is that where you guys get involved? Yeah, sure, so you know, the one thing (chuckles) You don't and premier applications, so you know, like the whole service architecture, so you know, the entire service, but the second thing So, if you want to move to a system that is what enables you to deliver, I mean the cost to a brand be able to do it but you really can. basically, for the analytics. so I'm, you know, very, very proud the past, you know, four or five years, I got to ask you guys a question. Do you want to... (laughs) big data, you know, a few years ago, so the whole AI ops and and what you can do with AI I mean, so the notion What does that mean to you the cloud wars of, you know, SignalFX, what are you guys continuing to focus on driving Rajesh, you want to take that, sorry. (chuckles) like real tech, all the space, and so we're, you know, right around the corner, Great job to have you coming on, SignalFX here in the
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Australia | LOCATION | 0.99+ |
Rajesh | PERSON | 0.99+ |
Europe | LOCATION | 0.99+ |
2007 | DATE | 0.99+ |
Karthik | PERSON | 0.99+ |
Rajesh Raman | PERSON | 0.99+ |
Bolton Tech | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
Karthik Rau | PERSON | 0.99+ |
three years | QUANTITY | 0.99+ |
San Francisco | LOCATION | 0.99+ |
John Furrier | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
May | DATE | 0.99+ |
Netflix | ORGANIZATION | 0.99+ |
Signal FX | ORGANIZATION | 0.99+ |
SignalFX | ORGANIZATION | 0.99+ |
Melody Meckfessel | PERSON | 0.99+ |
$45 million | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
Signal | ORGANIZATION | 0.99+ |
SignalFx | ORGANIZATION | 0.99+ |
John | PERSON | 0.99+ |
four | QUANTITY | 0.99+ |
40 year | QUANTITY | 0.99+ |
second thing | QUANTITY | 0.99+ |
General Catalyst | ORGANIZATION | 0.99+ |
second part | QUANTITY | 0.99+ |
two things | QUANTITY | 0.99+ |
three days | QUANTITY | 0.99+ |
both | QUANTITY | 0.99+ |
third leg | QUANTITY | 0.99+ |
five years | QUANTITY | 0.99+ |
first | QUANTITY | 0.99+ |
hundreds | QUANTITY | 0.99+ |
one percent | QUANTITY | 0.99+ |
30 | QUANTITY | 0.98+ |
One | QUANTITY | 0.98+ |
5.9s | QUANTITY | 0.98+ |
Cassandras | PERSON | 0.98+ |
4.9s | QUANTITY | 0.98+ |
10 years ago | DATE | 0.97+ |
one | QUANTITY | 0.97+ |
theCUBE | ORGANIZATION | 0.97+ |
billion people | QUANTITY | 0.96+ |
Kafkas | PERSON | 0.95+ |
today | DATE | 0.95+ |
first generation | QUANTITY | 0.95+ |
day one | QUANTITY | 0.95+ |
one example | QUANTITY | 0.95+ |
two fundamental changes | QUANTITY | 0.94+ |
GCP | ORGANIZATION | 0.93+ |
first time | QUANTITY | 0.93+ |
five-and-a-half years ago | DATE | 0.93+ |
one thing | QUANTITY | 0.92+ |
Google Cloud | TITLE | 0.92+ |
two great guests | QUANTITY | 0.91+ |
ORGANIZATION | 0.86+ | |
five | QUANTITY | 0.86+ |
10 years | QUANTITY | 0.86+ |
CUBE | ORGANIZATION | 0.85+ |
Fortune 500 | ORGANIZATION | 0.84+ |
hours | QUANTITY | 0.84+ |
Breaking Analysis: Cyber, Cloud, Hybrid Work & Data Drive 8% IT Spending Growth in 2021
>> From theCUBE studios in Palo Alto and Boston, bringing you data-driven insights from theCUBE in ETR. This is Breaking Analysis with Dave Vellante. >> Every CEO is figuring out the right balance for new hybrid business models. Now, regardless of the chosen approach, which is going to vary, technology executives, they understand they have to accelerate their digital and build resilience as well as optionality into their platforms. Now, this is driving a dramatic shift in IT investments. And at the macro level, we expect total spending to increase at as much as 8% or even more in 2021, compared to last year's contraction. Investments in cybersecurity, cloud collaboration that are enabling hybrid work as well as data, including analytics, AI, and automation are at the top of the spending priorities for CXOs. Hello everyone. And welcome to this week's Wiki Bond Cube insights, powered by ETR. In this Breaking Analysis, we're pleased to welcome back Erik Bradley, who is the chief engagement strategist at our partner, ETR. Now in this segment, we're going to share some of the latest findings from ETR's surveys and provide our commentary on what it means for the markets, for sellers, and for buyers. Erik, great to see you, my friend. Welcome back to Breaking Analysis. >> Thank you for having me, always enjoy it. We've got some fresh data to talk about on this beautiful summer Friday, so I'm ready to go. >> All right. I'm excited too. Okay, last year we saw a contraction in IT spending by at least 5%. And now we're seeing a snapback to, as I said, at least 8% growth relative to last year. You got to go back to 2007 just before the financial crisis to see this type of top line growth. The shift to hybrid work, it's exposed us to new insidious security threats. And we're going to discuss that in a lot more detail. Cloud migration of course picked up dramatically last year, and based on the recent earnings results of the big cloud players, for now we got two quarters of data, that trend continues as organizations are accelerating their digital platform build-outs, and this is bringing a lot of complexity and a greater need for so-called observability solutions, which Erik is going to talk about extensively later on in this segment. Data, we think is entering a new era of de-centralization. We see organizations not only focused on analytics and insights, but actually creating data products. Leading technology organizations like JP Morgan, they're heavily leaning into this trend toward packaging and monetizing data products. And finally, as part of the digital transformation trend, we see no slow down in spending momentum for AI and automation, generally in RPA specifically. Erik, anything you want to add to that top level narrative? >> Yeah, there's a lot to take on the macro takeaways. The first thing I want to state is that that 8, 8.5% number that started off at just 3 to 4% beginning of the year. So as the year has continued, we are just seeing this trend in budgets continue to accelerate, and we don't have any reason to believe that's going to stop. So I think we're going to just keep moving on heading into 2021. And we're going to see a banner year of spend this year and probably next as well. >> All right, now we're going to bring up a chart that shows kind of that progression here of spending momentum. So Erik, I'm going to let you comment on this chart that tracks those projections over time. >> Erik: Yeah. Great. So thank you very much for pulling this up. As you can see in the beginning part of the year, when we asked people, "What do you plan to spend throughout 2021?" They were saying it would be about a 4% increase. Which we were happy with because as you said last year, it was all negative. That continues to accelerate and is only hyper accelerating now as we head into the back half of the year. In addition, after we do this data, I always host a panel of IT end users to kind of get their feedback on what we collected, to a man, every one of them expects continued increase throughout next year. There are some concerns and uncertainty about what we're seeing right now with COVID, but even with that, they're planning their budgets now for 2022 and they're planning for even further increases going forward. >> Dave: Great, thank you. So we circled that 8%. That's really kind of where we thought it was going to land. And so we're happy with that number, but let's take a look at where the action is by technology sector. This chart that we're showing you here, it tracks spending priorities back to last September. When I believe that was the point, Erik, that cyber became the top priority in the survey, ahead of cloud collaboration, analytics, and data, and the other sectors that you see there. Now, Erik, we should explain. These areas, they're the top seven, and they outrank all the other sectors. ETR tracks many, many other sectors, but please weigh in here and share your thoughts on this data. >> Erik: Yeah. Security, security, security. It hasn't changed. It had really hasn't. The hybrid work. The fact that you're behind the firewall one day and then you're outside working from home the next, switching in and out of networks. This is just a field day for bad actors. And we have no choice right now, but to continue to spend, because as you're going to talk about in a minute, hybrid's here to stay. So we have to figure out a way to secure behind the firewall on-prem. We also have to secure our employees and our assets that are not in the office. So it is a main priority. One of the things that point out on this chart, I had a couple of ITN users talk to me about customer experience and automation really need to move from the right part of that chart to the left. So they're seeing more in what you were talking about in RPA and automation, starting to creep up heading into next year. As cloud migration matures, as you know, cybersecurity spending has been ramping up. People are going to see a little bit more on the analytics and a little bit more on the automation side going forward. >> Dave: Great. Now, this next data view- well, first of all, one of the great things about the ETR dataset is that you can ask key questions and get a time series. And I will tell you again, I go back to last March, ETR hit it. They were the first on the work from home trend. And so if you were on that trend, you were able to anticipate it. And a lot of investors I think took advantage of that. Now, but we've shown this before, but there's new data points that we want to introduce. So the data tracks how CIOs and IT buyers have responded to the pandemic since last March. Still 70% of the organizations have employees working remotely, but 39% now have employees fully returning to the office and Erik, the rest of the metrics all point toward positives for IT spending, although accelerating IT deployments there at the right peaked last year, as people realized they had to invest in the future. Your thoughts? >> Erik: Yeah, this is the slide for optimism, without a doubt. Of the entire macro survey we did, this is the most optimistic slide. It's great for overall business. It's great for business travel. This is well beyond just IT. Hiring is up. I've had some people tell me that they possibly can't hire enough people right now. They had to furlough employees, they had to stop projects, and they want to re accelerate those now. But talent is very hard to find. Another point to you about your automation and RPA, another underlying trend for there. The one thing I did want to talk about here is the hybrid workplace, but I believe there's another slide on it. So just to recap on this extremely optimistic, we're seeing a lot of hiring. We're seeing increased spending, and I do believe that that's going to continue. >> Yeah I'm glad you brought that up because a session that you and I did a while ago, we pointed out, it was earlier this year, that the skill shortage is one potential risk to our positive scenario. We'll keep an eye on that, but so I want to show another set of data that we've showed previously, but ETR again, has added some new questions in here. So note here that 60% of employees still work remotely with 33% in a hybrid model currently, and the CIO's expect that to land on about 42% hybrid workforce with around 30% working remotely, which is around, it's been consistent by the way on your surveys, but that's about double the historic norm, Eric. >> Erik: Yeah, and even further to your point Dave, recently I did a panel asking people to give me some feedback on this. And three of those four experts basically said to me, if we had greed run this survey right now, that even more people would be saying remote. That they believe that that number, that's saying they're expecting that number of people to be back in office, is actually too optimistic. They're actually saying that maybe if we had- cause as a survey launched about six, seven weeks ago before this little blip on the radar, before the little COVID hiccup we're seeing now, and they're telling me that they believe if we reran this now that it would be even more remote work, even more hybrid and less returned to the office. So that's just an update I wanted to offer on this slide. >> Dave: Yeah. Thank you for that. I mean, we're still in this kind of day to day, week to week, month to month mode, but I want to do a little double click on this. We're not going to share this data, but there was so much ETR data. We got to be selective. But if you double click on the hybrid models, you'll see that 50% of organizations plan to have time roughly equally split between onsite and remote with again around 30 or 31% mostly remote, with onsite space available if they need it. And Erik, very few don't plan to have some type of hybrid model, at least. >> Yeah, I think it was less than 10% that said it was going to be exclusively onsite. And again, that was a more optimistic scenario six, seven weeks ago than we're seeing right now throughout the country. So I agree with you, hybrid is here to stay. There really is no doubt about it. from everyone I speak to when, you know, I basically make a living talking to IT end users. Hybrid is here to stay. They're planning for it. And that's really the drive behind the spending because you have to support both. You have to give people the option. You have to, from an IT perspective, you also have to support both, right? So if somebody is in office, I need the support staff to be in office. Plus I need them to be able to remote in and fix something from home. So they're spending on both fronts right now. >> Okay. Let's get into some of the vendor performance data. And I want to start with the cloud hyperscalers. It's something that we followed pretty closely. I got some Wiki bond data, that we just had earnings released. So here's data that shows the Q2 revenue shares on the left-hand side in the pie and the growth rates for the big four cloud players on the right hand side. It goes back to Q1 2019. Now the first thing I want to say is these players generated just under $39 billion in the quarter with AWS capturing 50% of that number. I said 39, it was 29 billion, sorry, with AWS capturing 50% of that in the quarter. As you're still tracking around a third in Alibaba and GCP in the, you know, eight or 9% range. But what's most interesting to me, Erik, is that AWS, which generated almost 15 billion in the quarter, was the only player to grow its revenue, both sequentially and year over year. And Erik, I think the street is missing the real story here on Amazon. Amazon announced earnings on Thursday night. The company had a 2% miss on the top line revenues and a meaningful 22% beat on earnings per share. So the retail side of the business missed its revenue targets, so that's why everybody's freaked out. But AWS, the cloud side, saw a 4% revenue beat. So the stock was off more than 70% after hours and into Friday. Now to me, a mix shift toward AWS, that's great news for investors. Now, tepid guidance is a negative, but the shift to a more profitable cloud business is a huge positive. >> Yeah, there's a lot that goes into stock price, right? I remember I was a director of research back in the day. One of my analysts said to me, "Am I crazy for putting a $1,000 target on Amazon?" And I laughed and I said, "No, you're crazy if you don't make it $2,000." (both chuckling) So, you know, at that time it was basically the mix shift towards AWS. You're a thousand percent right. I think the tough year over year comps had something to do with that reaction. That, you know, it's just getting really hard. What's that? The law of large numbers, right? It's really hard to grow at that percentage rate when you're getting this big. But from our data perspective, we're seeing no slowdown in AWS, in cloud, none whatsoever. The only slowdown we're seeing in cloud is GCP. But to, you know, to focus on AWS, extremely strong across the board and not only just in cloud, but in all their data products as well, data and analytics. >> Yeah and I think that the AWS, don't forget folks, that funds Amazon's TAM expansion into so many different places. Okay. As we said at the top, the world of digital and hybrid work, and multi-cloud, it's more complicated than it used to be. And that means if you need to resolve issues, which everybody does, like poor application performance, et cetera, what's happening at the user level, you have to have a better way to sort of see what's going on. And that's what the emergence of the observability space is all about. So Erik, let me set this up and you have a lot of comments here because you've recently had some, and you always have had a lot of round table discussions with CXOs on this topic. So this chart plots net score or spending momentum on the vertical axis, and market share or pervasiveness in the dataset on the horizontal axis. And we inserted a table that shows the data points in detail. Now that red dotted line is just sort of Dave Vellante's subjective mark in the sand for elevated spending levels. And there are three other points here. One is Splunk as well off is two-year peak, as highlighted in the red, but Signal FX, which Splunk acquired, has made a big move northward this last quarter. As has Datadog. So Erik, what can you share with us on this hot, but increasingly crowded space? >> Yeah. I could talk about the space for a long time. As you know, I've gotten some flack over the last year and a half about, you know, kind of pointing out this trend, this negative trend in Splunk. So I do want to be the first one to say that this data set is rebounding. Splunk has been horrific in our data for going back almost two years now, straight downward trend. This is the first time we're seeing any increase, any positivity there. So I do want to be fair and state that because I've been accused of being a little too negative on Splunk in the past. But I would basically say for observability right now, it's a rising tide lifts all boats, if I can use a New England phrase. The data across the board in analytics for these observability players is up, is accelerating. None more so than Datadog. And it's exactly your point, David. The complexity, the increased cloud migration is a perfect setup for Datadog, which is a cloud native. It focuses on microservices. It focuses on cloud observability. Old Splunk was just application monitoring. Don't get me wrong, they're changing, but they were on-prem application monitoring, first and foremost. Datadog came out as cloud native. They, you know, do microservices. This is just a perfect setup for them. And not only is Datadog leading the observability, it's leading the entire analytics sector, all of it. Not just the observability niche. So without a doubt, that is the strongest that we're seeing. It's leading Dynatrace new Relic. The only one that really isn't rebounding is Cisco App Dynamics. That's getting the dreaded legacy word really attached to it. But this space is really on fire, elastic as well, really doing well in this space. New Relic has shown a little bit of improvement as well. And what I heard when I asked my panelists about this, is that because of the maturity of cloud migration, that this observability has to grow. Spending on this has to happen. So they all say the chart looks right. And it's really just about the digital transformation maturity. So that's largely what they think is happening here. And they don't really see it getting, you know, changing anytime soon. >> Yeah, and I would add, and you see that it's getting crowded. You saw a service now acquired LightStep, and they want to get into the game. You mentioned, you know, last deck of the elk stack is, you know, the open source alternative, but then we see a company who's raised a fair amount of money, startup, chaos search, coming in, going after kind of the complexity of the elk stack. You've got honeycomb, which has got a really innovative approach, Jeremy Burton's company observes. So you have venture capital coming in. So we'll see if those guys could be disruptive enough or are they, you know, candidates to get acquired? We'll see how that all- you know that well. The M and A space. You think this space is ripe for M and A? >> I think it's ripe for consolidation, M and A. Something has to shake out. There's no doubt. I do believe that all of these can be standalone. So we shall see what's happened to, you mentioned the Splunk acquisition of Signal FX, just a house cleaning point. That was really nice acceleration by Signal FX, but it was only 20 citations. We'd looked into this a little bit deeper. Our data scientists did. It appears as if the majority of people are just signaling spunk and not FX separately. So moving forward for our data set, we're going to combine those two, so we don't have those anomalies going forward. But that type of acquisition does show what we should expect to see more of in this group going forward. >> Well that's I want to mention. That's one of the challenges that any data company has, and you guys do a great job of it. You're constantly having to reevaluate. There's so much M and A going on in the industry. You've got to pick the right spots in terms of when to consolidate. There's some big, you know, Dell and EMC, for example. You know, you've beautifully worked through that transition. You're seeing, you know, open shift and red hat with IBM. You just got to be flexible. And that's where it's valuable to be able to have a pipeline to guys like Erik, to sort of squint through that. So thank you for that clarification. >> Thank you too, because having a resource like you with industry knowledge really helps us navigate some of those as well for everyone out there. So that's a lot to do with you do Dave, >> Thank you. It's going to be interesting to watch Splunk. Doug Merritt's made some, you know, management changes, not the least of which is bringing in Teresa Carlson to run go to market. So if you know, I'd be interested if they are hitting, bouncing off the bottom and rising up again. They have a great customer base. Okay. Let's look at some of the same dimensions. Go ahead. You got a comment? >> A few of ETR's clients looked at our data and then put a billion dollar investment into it too. So obviously I agree. (Dave laughing) Splunk is looking like it's set for a rebound, and it's definitely something to watch, I agree. >> Not to rat hole in this, but I got to say. When I look back, cause theCUBE gives us kind of early visibility. So companies with momentum and you talk to the customers that all these shows that we go to. I will tell you that three companies stood out last decade. It was Splunk. It was Service Now and Tableau. And you could tell just from just discussions with their customers, the enthusiasm in that customer base. And so that's a real asset, and that helps them build them a moat. So we'll see. All right, let's take a look at the same dimensions now for cyber. This is cybersecurity net score in the vertical, and market share in the horizontal. And I filtered by in greater than a hundred shared in because just gets so crowded. Erik, the only things I would point out here is CrowdStrike and Zscaler continue to shine, CyberArk also showing momentum over that 40% line. Very impressively, Palo Alto networks, which has a big presence in the market. They've bounced back. We predicted that a while back. Your round table suggested people like working with Palo Alto. They're a gold standard. You know, we had reported earlier on that divergence with four to net in terms of valuation and some of the challenges they had in cloud, clearly, you know, back with the momentum. And of course, Microsoft in the upper, right. It's just, they're literally off the charts and obviously a major player here, but your thoughts on cyber? >> Erik: Yeah. Going back to the backdrop. Security, security, security. It has been the number one priority going back to last September. No one sees it changing. It has to happen. The threat vectors are actually expanding and we have no choice but to spend here. So it is not surprising to see. You did name our three favorite names. So as you know, we look at the dataset, we see which ones have the most positive inflections, and we put outlooks on those. And you did mention Zscaler, Okta and CrowdStrike, by far the three standouts that we're seeing. I just recently did a huge panel on Okta talking about their acquisition of Auth Zero. They're pushed into Sale Point space, trying to move just from single sign on and MFA to going to really privileged account management. There is some hurdles there. Really Okta's ability to do this on-prem is something that a little bit of the IT end users are concerned about. But what we're seeing right now, both Okta and Auth Zero are two of the main adopted names in security. They look incredibly well set up. Zscaler as well. With the ZTNA push more towards zero trust, Zscaler came out so hot in their IPO. And everyone was wondering if it was going to trail off just like Snowflake. It's not trailing off. This thing just keeps going up into the right, up into the right. The data supports a lot of tremendous growth for the three names that you just mentioned. >> Yeah. Yeah. I'm glad you brought up Auth Zero. We had reported on that earlier. I just feel like that was a great acquisition. You had Okta doing the belly to belly enterprise, you know, selling. And the one thing that they really lacked was that developer momentum. And that's what Auth Zero brings. Just a smart move by Todd McKinnon and company. And I mean, so this, you know, I want to, I want to pull up another chart show a quick snapshot of some of the players in the survey who show momentum and have you comment on this. We haven't mentioned Snowflake so far, but they remain again with like this gold standard of net score, they've consistently had those high marks with regard to spending velocity. But here's some other data. Erik, how should we interpret this? >> Erik: Yeah, just to harp on Snowflake for a second. Right, I mean the rich get richer. They came out- IPO was so hyped, so it was hard for us as a research company to say, "Oh, you know, well, you know, we agree." But we did. The data is incredible. You can't beat the management team. You can't beat what they're doing. They've got so much cash. I can't wait to see what they do with it. And meanwhile, you would expect something that debuted with that high of a net score, that high of spending velocity to trail off. It would be natural. It's not Dave, it's still accelerating. It's gone even higher. It's at all time highs. And we just don't see it stopping anytime soon. It's a really interesting space right now. Maybe another name to look at on here that I think is pretty interesting, kind of a play on return to business is Kupa. It's a great project expense management tool that got hit really hard. Listen, traveling stopped, business expense stopped, and I did a panel on it. And a lot of our guys basically said, "Yeah, it was the first thing I cut." But we're seeing a huge rebound in spending there in that space. So that's a name that I think might be worth being called out on a positive side. Negative, If you look down to the bottom right of that chart, unfortunately we're seeing some issues in RingCentral and Zoom. Anything that's sort of playing in this next, you know, video conferencing, IP telephony space, they seem to be having really decelerating spending. Also now with Zoom's acquisition of five nine. I'm not really sure how RingCentral's going to compete on that. But yeah, that's one where we debuted for the first time with a negative outlook on that name. And looking and asking to some of the people in our community, a lot of them say externally, you still need IP telepany, but internally you don't. Because the You Cast communication systems are getting so sophisticated, that if I have Teams, if I have Slack, I don't need phones anymore. (chuckling) That you and I can just do a Slack call. We can do a Teams call. And many of them are saying I'm truly ripping out my IP Telepany internally as soon as possible because we just don't need it. So this whole collaboration, productivity space is here to stay. And it's got wide ranging implications to some of these more legacy type of tools. >> You know, one of the other things I'd call out on this chart is Accenture. You and I had a session earlier this year, and we had predicted that that skill shortage was going to lead to an uptick in traditional services. We've certainly seen that. I mean, IBM beat its quarter on the strength of services largely. And seeing Accenture on that is I think confirmation. >> Yeah that was our New Year prediction show, right Dave? When we made top 10 predictions? >> That's right. That was part of our predictions show. Exactly, good memory. >> The data is really showing that continue. People want the projects, they need to do the projects, but hiring is very difficult. So obviously the number one beneficiary there are going to be the Accentures of the world. >> All right. So let's do a quick wrap. I'm going to make a few comments and then have you bring us home, Erik. So we laid out our scenario for the tech spending rebound. We definitely believe last year tracked downward, along with GDP contraction. It was interesting. Gardner doesn't believe, at least factions of Gardner don't believe there's a correlation between GDP and tech spending. But, you know, I personally think there generally is some kind of relatively proportional pattern there. And I think we saw contraction last year. People are concerned about inflation. Of course, that adds some uncertainty. And as well, as you mentioned around the Delta variant. But I feel as though that the boards of directors and CEOs, they've mandated that tech execs have to build out digital platforms for the future. They're data centric. They're highly automated, to your earlier points. They're intelligent with AI infused, and that's going to take investment. I feel like the tech community has said, "Look, we know what to do here. We're dealing with hybrid work. We can't just stop doing what we're doing. Let's move forward." You know, and as you say, we're flying again and so forth. You know, getting hybrid right is a major priority that directly impacts strategies. Technology strategies, particularly around security, cloud, the productivity of remote workers with collaboration. And as we've said many times, we are entering a new era of data that's going to focus on decentralized data, building data products, and Erik let's keep an eye on this observability space. Lot of interest there, and buyers have a number of choices. You know, do they go with a specialist, as we saw recently, we've seen in the past, or did they go with the generalist like Service Now with the acquisition of LightStep? You know, it's going to be interesting. A lot of people are going to get into this space, start bundling into larger platforms. And so as you said, there's probably not enough room for all the players. We're going to see some consolidation there. But anyway, let me give you the final word here. >> Yeah, no, I completely agree with all of it. And I think your earlier points are spot on, that analytics and automation are certainly going to be moving more and more to that left of that chart we had of priorities. I think as we continue that survey heading into 2022, we'll have some fresh data for you again in a few months, that's going to start looking at 2022 priorities and overall spend. And the one other area that I keep hearing about over and over and over again is customer experience. There's a transition from good old CRM to CXM. Right now, everything is digital. It is not going away. So you need an omni-channel support to not only track your customer experience, but improve it. Make sure there's a two way communication. And it's a really interesting space. Salesforce is going to migrate into it. We've got Qualtrics out there. You've got Medallia. You've got FreshWorks, you've got Sprinkler. You got some names out there. And everyone I keep talking to on the IT end user side keeps bringing up customer experience. So let's keep an eye on that as well. >> That's a great point. And again, it brings me back to Service Now. We wrote a piece last week that's sort of, Service Now and Salesforce are on a collision course. We've said that for many, many years. And you've got this platform of platforms. They're just kind of sucking in different functions saying, "Hey, we're friends with everybody." But as you know Erik, software companies, they want to own it all. (both chuckling) All right. Hey Erik, thank you so much. I want to thank you for coming back on. It's always a pleasure to have you on Breaking Analysis. Great to see you. >> Love the partnership. Love the collaboration. Let's go enjoy this summer Friday. >> All right. Let's do. Okay, remember everybody, these episodes, they're all available as podcasts, wherever you listen. All you got to do is search Breaking Analysis Podcast, click subscribe to the series. Check out ETR's website at etr.plus. They've just launched a new website. They've got a whole new pricing model. It's great to see that innovation going on. Now remember we also publish a full report every week on WikiBond.com and SiliconAngle.com. You can always email me, appreciate the back channel comments, the metadata insights. David.Vellante@SiliconAngle.com. DM me on Twitter @DVellante or comment on the LinkedIn posts. This is Dave Vellante for Erik Bradley and theCUBE insights powered by ETR. Have a great week, a good rest of summer, be well. And we'll see you next time. (inspiring music)
SUMMARY :
bringing you data-driven And at the macro level, We've got some fresh data to talk about and based on the recent earnings results So as the year has So Erik, I'm going to let back half of the year. and the other sectors that you see there. and a little bit more on the and Erik, the rest of the metrics Another point to you about and the CIO's expect that to land on returned to the office. on the hybrid models, I need the support staff to be in office. but the shift to a more One of my analysts said to me, And that means if you is that because of the last deck of the elk stack It appears as if the majority of people going on in the industry. So that's a lot to do with you do Dave, It's going to be something to watch, I agree. and some of the challenges that a little bit of the IT And I mean, so this, you know, I want to, Erik: Yeah, just to harp You know, one of the That was part of our predictions So obviously the number and that's going to take investment. And the one other area I want to thank you for coming back on. Love the partnership. It's great to see that
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
David | PERSON | 0.99+ |
Erik Bradley | PERSON | 0.99+ |
Erik | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
two | QUANTITY | 0.99+ |
Teresa Carlson | PERSON | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
$2,000 | QUANTITY | 0.99+ |
Jeremy Burton | PERSON | 0.99+ |
Auth Zero | ORGANIZATION | 0.99+ |
JP Morgan | ORGANIZATION | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
three | QUANTITY | 0.99+ |
50% | QUANTITY | 0.99+ |
2021 | DATE | 0.99+ |
Signal FX | ORGANIZATION | 0.99+ |
$1,000 | QUANTITY | 0.99+ |
2022 | DATE | 0.99+ |
Zscaler | ORGANIZATION | 0.99+ |
EMC | ORGANIZATION | 0.99+ |
Thursday night | DATE | 0.99+ |
last year | DATE | 0.99+ |
Gardner | PERSON | 0.99+ |
Eric | PERSON | 0.99+ |
70% | QUANTITY | 0.99+ |
8, 8.5% | QUANTITY | 0.99+ |
39% | QUANTITY | 0.99+ |
RingCentral | ORGANIZATION | 0.99+ |
Okta | ORGANIZATION | 0.99+ |
three names | QUANTITY | 0.99+ |
last year | DATE | 0.99+ |
Boston | LOCATION | 0.99+ |
four experts | QUANTITY | 0.99+ |
29 billion | QUANTITY | 0.99+ |
Doug Merritt | PERSON | 0.99+ |
22% | QUANTITY | 0.99+ |
next year | DATE | 0.99+ |
8% | QUANTITY | 0.99+ |
33% | QUANTITY | 0.99+ |
60% | QUANTITY | 0.99+ |
last September | DATE | 0.99+ |
2% | QUANTITY | 0.99+ |
Breaking Analysis: VMware Announces vSphere 7
>>from the Silicon Angle Media office in Boston, Massachusetts. It's the Cube now here's your host, Dave Vellante. >>Hello, everyone. And welcome to this breaking analysis. We're here to assess the VM Ware v Sphere seven announcement, which is the general availability of so called Project Pacific. VM Ware has called this the biggest change to V sphere in the last 10 years. Now Project Specific Pacific supports kubernetes and natively in VM Ware environments. Why is this important? This is critical for multi and hybrid cloud because Kubernetes and its surrounding orchestration enable application portability and management. Yeah, as we've been reporting, VM Ware is one of the big players eyeing multi cloud, along with a crowded field of aspirants that include IBM with Red hat, Microsoft, Cisco, Google and a host of specialists in the ecosystem. Like how she and rancher as well play. Some players have focused in their respective stack swim lanes like security and data protection, storage, networking, etcetera. And with me to dig into this announcement is stew. Minutemen's Do is a senior analyst at Wiki Bond and co host of The Cube is too good to see you and let's get into it great to talk about this state. Okay, so the Sphere seven, what is being announced? And why is it relevant? >>Yes. So, David, as you said in the open, this is the general availability of what they talked about at VM World 2019 as Project Pacific. So it really is integrating kubernetes into V sphere. The VM ware, of course, will position this is that they're now enabling, you know, the 90% of the data centers around the world that have VM ware. Hey, your kubernetes enabled. Congratulations. You're cloud native. Everything like that. Only being a little facetious here. But this is very important. How do we get from where we were to live in this more cloud? Native environments. So containers in general and kubernetes specifically are being a first class citizen. There's a lot of work, Dave, and my understanding this has been going on for a number of years. You know, it's not like they just started working at this six months ago. A overhaul to how this works. Because it's not just we're going to stick a couple of containers on top of, you know, the guest operating system in the virtual machine. But there is a supervisor cluster for kubernetes at the hyper visor level. And there's a lot of, you know, in the weeds things that we're all trying to understand and figure out because you've got you know, we've got a hyper visor and you've got VM. And now you've got the containers and kubernetes on. Some of them are living in my data center. Some VM ware, of course, lives on multiple clouds like the VM ware on AWS. Solutions of this will go there on and, you know, how do I manage that? How does this impact my operations? You know, how did this change my application portfolio? Because, you know, the early value proposition for VM Ware always was. Hey, you're gonna put VM ware on there. You don't need to touch your applications. Everything runs like it did before you were running windows APS on a physical server. You move into virtual. It's all great. There's a lot of nuance and complexity. So when VM Ware says this is the biggest change in a decade probably is, I think back to you know, I remember when the fx 2.0, rolled out in V motion really changed the landscape. That was big V balls. Move to really ah storage. To really understand that architecture and really fix storage was was a huge undertaking that took many years. This this definitely stacks up with some of those previous changes to really change the way that we think about VM Ware. I think the advertising you have even seen from being where some places is don't think of them as VM ware their cloud where our container ware with like because vm zehr still there. But VM Ware is much more than VMS today, >>so this feels like it's bm were trying to maintain its relevance in a cloud native world and really solidify its because, let's face it, VM Ware is a platform that Pat Gelsinger's has ride. The Waves tried many times in many angles to try to ride the cloud wave, and it's finally settled on the partnerships with AWS specifically. But others on DSO really Is this their attempt to become cloud native, not get left behind and be cloud naive? His many say >>Yeah, great question, David. Absolutely. There's the question as to you know what's happening with my applications, you know lots of customers. They say, Well, I'm just going to satisfy the environments. Watched the huge growth of companies like service now workday. Those applications, well, customers don't even know what they live on. Do they live on virtualization? Environment is a containers I don't need to worry about because SAS takes care of that. If I'm building modern applications, well, I'm probably not starting with VMS. Containers are the way that most people are doing that. Or they might even be going serverless now if we take these environments. So how does VM ware make sure that they have the broadest application support? Kubernetes really won the container orchestration wars on. And this is a way that VM ware now can enable customers to move down that path to modernize their environments on. And what they wanna have is really some consistency between what's happening in the cloud and happening in the environments that they control >>themselves. Vm ware saying that containers in our first class citizen within v sphere what does that mean? Why is that important? First of all, are they really And what does that mean? And why is that important? >>Yes. So, Dave, my understanding is, you know, absolutely. It's their, You know, the nuances that you will put there is. You know, we're not just running bare metal servers with Lennox and running containers on top of it. It is. You're still sitting on top of the hyper visors. One of the things I'm trying to understand when you dig down is you know what? The device driver level VM ware always looked a little bit like Linux. But the people that use it and operate it, they're not letting people Dave, these, you know, the OS. The number one os that always ran on VM ware was Windows and the traditional applications that ran there. So when we talk about containers and we're enabling that in a kubernetes environment, there are some questions about how do we make sure that my applications get certified? Dave, you got a lot of history knowing things like s ap and Oracle. I need to make sure that we've tested everything in this works. This is not what we were running traditionally in VM ware and VM ware. Just thanks. Hey, v Sphere seven, turn the crank. Everything certified Well, I would tell customers make sure you understand that your application has been tested, that your Eyes V has certified this environment because this is definitely, as VM Ware says, a huge architectural change. So therefore, there's some ripple effects to make sure that what I'm doing in this environment stays fully supported. Of course, I'm sure VM Ware is working with their huge ecosystem to make sure that all the pieces or environment you mentioned things like data protection. We absolutely know that VM Ware is making sure the day one the data protection plugs in and supported in these environments when you're using the kind of kubernetes persona or containers solutions in V sphere. >>Well, this brings me to my next question. I mean, we were talking to Bernard Golden the other day and he was saying, You know, Kubernetes is necessary for multi cloud, but it's insufficient. And so this seems to me to be a first step and, as I say, VM ware maintaining and growing its relevance. But there's gonna be a roadmap here that goes beyond just containers and portability. There's other management factors you mentioned security of enabling the ecosystem to plug in. So maybe talk about that a little bit in terms of what's necessary to really build this out over the next >>decade. And actually, it's a great point. So, first of all, you know, V. Sphere, of course, is the core of VM Ware's business. But there's only a piece of the overall portfolio said this lives in. I believe they would consider this part of what they call their Tansu family. Tando is their cloud native overarching piece of it, and one of the updates is their product hands admission control. Which of the existing product really came out of the Hep D Oh acquisition is how we can really manage any kubernetes anywhere, and this is pure software. Dave. I'm sure you saw the most recent earnings announcement from VM Ware, and you know what's going sass. What's going subscription? VM Ware is trying to build out some of their software portfolio that that isn't kind of the more traditional shrink wrap software, so Tan Xue can manage any kubernetes environment. So, of course, day one Hey, obviously or seven, it's a kubernetes distribution. Absolutely. It's going to manage this environment and but also if I've got Cooper days from azure kubernetes from Amazon communities from other environment. Tanja can manage across all of those environments. So when when you're what VM Ware has always done. If you think back in the early days of virtualization, I had a lot of different servers. How do I manage across those environments? Well, VM ware was a layer that lived across them. VM Ware is trying to do the same thing in the cloud. Talk about multi cloud. And how do I manage that? How do we get value across them? Well, there's certain pieces that you know VM Ware is looking to enable with their management software to go across them. But there are a lot of other companies, you know, Amazon Google actually not Amazon yet for multi cloud. But Microsoft and Google absolutely spent a lot of time talking about that in the last year. A swell as you mentioned. Companies like Rancher and Hashi Corp absolutely play across What Lots of these multi cloud. Well, >>let's talk about the competition. Who do you see is the number one competitors >>Well, so the number one competitor absolutely has to be red hat, Dave. So you know, when I've been in the kubernetes ecosystem for a number of years for many years. When I talk to practitioners, the number one, you know what kubernetes you're using? Well, the answer for many years was, Well, I'm grabbing it, you know, the open source and I'm building my own stack. And the reason customers did that was because there wasn't necessarily maturity, and this was kind of leading edge, bleeding edge customers in this space. The number two besides build my own was Red Hat was because I'm a red hat customer, a lot of Lennox tooling the way of building things the way my application developers do. Things fit in that environment. And therefore, that's why Red Hat has over 2000 open shift customers leading distribution for Kubernetes. And you know, this seems purely directly targeted at that market. That red hat did you know it was a big reason why IBM spent $34 billion on the Red Hat acquisition is to go after this multi cloud opportunity. So you know, absolutely this shot across the bow because Red Hat is a partner of VM Ware's, but absolutely is also a competitive >>Well, Maritz told me years ago that's true. We're with everybody and you could see that playing out. What if you look at what VM Ware could do and some of their options if they gave it away, that would really be a shot across the bow at open shift, wouldn't it? >>Yeah, absolutely, Dave, because kubernetes is not free if you're enabling kubernetes on my Google environment, I, you know, just within the last week's awesome things that were like, Okay, wait. If you're testing an environment, yes, it is free. But, you know, started talking about the hourly charges for the management layer of kubernetes. So you know kubernetes again. A color friend, Cory Quinn. Communities absolutely is not free, and he will give you an earful and his thoughts on it s o in Amazon or Google. And absolutely, Dave, it's an important revenue stream for red hat. So if I'm vm ware and you know, maybe for some period of time, you make it a line item, it's part of my l. A. You know, a good thing for customers to look out for is when you're renegotiating your l a toe, understand? If you're going to use this, what is the impact? Because absolutely, you know, from a financial standpoint, you know, Pat Gelsinger on the VM Ware team has been doing a lot of acquisitions. Many of those Dave have been targeted at this space. You know, not to step Geo, but a bit NAMI. And even the pivotal acquisition all fit in this environment. So they've spent billions of dollars. It shouldn't be a net zero revenue to the top line of what VM Ware is doing in the space. >>So that would be an issue from Wall Street's perspective. But at the same time, it's again, they're playing the long game here. Do we have any pricing data at this point? >>So I still have not gotten clear data as to how they're doing pricing now. >>Okay, Um, and others that are in there and in the mix. We talked about Red Hat. Certainly Microsoft is in there with Arc. I've mentioned many times Cisco coming at this from a networking perspective. But who else do you see and then Antos with Google? >>Yeah. And you know, Dave, all the companies we're talking about here, you know, Pat Gelsinger has had to leverage his intel experience to how to balance that line between a partner with everybody but slowly competing against everybody. So, you know, we've spent many hours talking about the VM Ware Amazon relationship. Amazon does not admit the multi cloud a solution yet and does not have a management tool for supporting all of the kubernetes environment. But absolutely Microsoft and Google do. Cisco has strong partnerships with all the cloud environment and is doing that hybrid solution and Dave Justice nothingto expand on a little bit there. If you talk about V sphere, you say, Okay, Visa or seven trolling out Well, how long will it take most of the customer base to roll to this environment? There will be some that absolutely want to take advantage of kubernetes and will go there. But we know that is typically a multi year process to get most of the install base over onto this. And if you extend that out to where VM Ware is putting their solution into cloud environments, there's that tension between, you know, Is there a match actually, between what I have in my data center and what is in the managed environment managed by VM Ware and Amazon, or manage for to support some of the other cloud environment. So the positioning always is that you're going to do VM Ware everywhere, and therefore it's going to be consistent everywhere. Well, the devil's in the details because I have control on what's in my data center, and I might have a little bit less control to some of those managed services that I'm consuming. So absolutely something to keep a close eye on. And not just for VM, where everybody is having these concerns. Even if you talk about the native kubernetes distributions, most of the kubernetes services from the cloud providers are not, you know, immediately on the latest revision of kubernetes, >>right, So Okay, well, let's let's talk about that. Remember when open Stack first came out? It was a Hail Mary against Amazon. Yeah, well, the new Hail Mary and looks like it has more teeth is kubernetes right, because it allows portability and and and of course, you know Amazon doesn't publicly say this, but it's not. That's not good for Amazon. If you're reporting things, applications, moving things around, moving them out of the Amazon cloud, and that makes it easier. Of course, Amazon does support kubernetes right, But you've got >>alternatives. So, David, it's fascinating. So I've talked to many practitioners that have deployed kubernetes and one of the top reasons that they say that why they're using Kubernetes is so they have options with the cloud. When you also ask them what cloud they're running, they're running Amazon. Did they have planned to move off of it? Well, probably not. I had a great customer that I didn't interview with that one of the Cube con shows, and they actually started out with Azure just because it was a little further head with kubernetes and then for the services they wanted. They ended up moving to AWS and Dave. It's not a click a button and you move from one kubernetes to another. You need toe match up and say, Okay, here's the five or six services I'm using. What are the equivalent? What changes do I need to make? Multi cloud is not simple. Today, I mentioned Hashi Corp is one of those companies that help people across these environments. If you have haji solution and you're managing across multiple clouds, you look in the code and you understand that there's a lot of difference between those different clouds, and they simplify that. But don't eliminate it. Just it is not. There is not a way today. This is not a utility when you talk about the public cloud. So you know Kubernetes absolutely is existentially a little bit of a threat to Amazon but Amazon still going strong in that space. And you know that the majority of customers that have deployed kubernetes in the public cloud are doing it on Amazon just because of their position in the marketplace and what they're. >>So let's double click on that. So Jassy, an exclusive interview with John Furrier before last year's re invent, said, Look, we understand there's a lot of reasons why people might choose multiple clouds, you know, go through them in a developer preference. And I think I think, you know, people want o optionality and reduce lock in potentially. But I've always said, by the way, just as an aside, that that the risk of lock in it is far down on the list relative to business value, people will choose business value over over, you know, no lock in every time. About 15% of the customers you might not agree. Nonetheless, Jassy claimed that typically when you get into a multiple cloud environment, he didn't use the term multi cloud that it's it's not a 50 50. It's a premier primary cloud supplier. So might be 70 30 or 80 20 or even 90 10. But it's really that kind of, you know, imbalance. First of all, do you see that? And then what does that mean for how they approach of this space? Multi cloud and in particular. >>So I'm sorry. You're asking how Amazon should approach the space. And you've said that I don't think they'll >>eventually enter this market place. >>Yeah, you know, absolutely, Dave. You know, first of all, in general, yes, I do agree. It is not. There are certain financial companies that, you know, have always chosen two of everything. Because for regulation and you know certain we need to protect ourselves. We're gonna have to suppliers. We're going to keep them as even as possible. But that is a corner case. Most customers I have a primary cloud. That's what I'm doing. That what I t tries to get everybody on and you need to have Is there a reason why you want to use a secondary or tertiary cloud because there's a service that they need. Of course, Google. You often run it. It's like, Oh, well, there's certain data services that they're doing well And, of course, the business productivity solutions that Microsoft's doing where the relationship with Oracle that are driving people towards Microsoft. But just as we saw Amazon soften on their hybrid solutions, we spent a lot of time at re invent talking about all the various hybrid solutions. Um, since their customers are going to have multiple clouds on and even you take most of their customers that have M and a involved you buy another company, they might be using another cloud. As Microsoft's position in the marketplace has grown, you would expect that Amazon would have not just migration services but management services to match what customers need, especially in this kubernetes environment, seems that it seems a natural fit for them. It's possible they might just leverage, you know, partnerships with red hat VM ware, you know, in some of the other players for the time being. But if the market gets big enough and customers are asking for it, that's usually when Amazon response >>So let's let's wrap with what this means to the customer. And I've said that last decade really multi cloud was a symptom of multi vendor and not so much of the strategy that's changing. You know, clearly, jokes CIOs are being called in to clean up the crime scene on do you know, put in edicts corporate edicts around security and governance and compliance and so forth. So it started to become a complicated situation for a lot of companies. We've said that multi cloud is gonna it's gonna be they're going. People are going to put the right war load and the right cloud, etcetera, and this advantages to certain clouds. But what should customers be thinking specifically as it relates to v. Sphere seven? >>Yes. So, Dave, the biggest thing I would say that people need to look at it is that understanding in your organization that that boundary and line between infrastructure and application people have often looked at you looked at the ascendancy of VM Ware, Andi V. M's and then what's happening with cloud and containers. And we think of it from an infrastructure standpoint that I'm just changing the underlying pieces. This is where it lives and where I put things. But the really important thing is it's about my data and my applications, Dave. So if I'm moving an application to a new environment, how do I take advantage of it? You know, we don't just move it to a new environment and run it the same way we were doing it. I need to take advantage of those new environments. Kubernetes is involved in infrastructure, but the real piece is how I have my application, my developers, my app. Dev's working on this environment and therefore it might be that if VM Ware's the right environment, I'm doing a lot of it that the development team says, Hey, I need you to give me a pool and provisioned this for me and I can have my sandbox where I can move really fast. But VM Ware helped initially customers when they went from physical to virtual, move faster. From an infrastructure standpoint, what it needs to do to really enable this environment is help me move faster on the application side. And that's a big gap from VM. Ware's history is where the pivotal people and hefty O people and bit NAMI and all the new people are helping along to help that whole cloud native team. But that is a big shift from customers. So for this to be successful, it's not just, oh, the virtualization admin. He upgraded to the new thing. He made some changes and said, Okay, hey, I can give you a kubernetes cluster when you need it. It's really understanding what's going to happen on the application side in a lot of that is going to be very similar to what you're doing in cloud environments. And I think this is Dave often where your customers, they say, Oh, well, I did that cloud and it was too expensive and it was too hard, and I repatriated. Everything else is, well, you probably didn't plan properly and you didn't understand what you're getting yourself into. And you jumped into the deep end of the pool and oh, wait, I forgot how to learn how to swim. So you know, that is where we are. You know, Dave, you know the technology parts. Always the easiest piece. It's getting all of the organizational and political things sorted out. And you know the developer we know how important that is, we're seeing. It's great to see VM Ware pushing faster in this environment. Kudos to them for how fast they moved. Project Pacific to G. A. That is really impressive to see and can't wait to hear the customers roll out because if this is successful, we should be hearing great transformation stories from customers as to how this is enabling their business, enabling them to move faster on. You know, that has been what, one of the favorite stories that I've been telling with customers on the Cube last couple of years. >>The vast majority of VM Ware's business, of course, is on print, and essentially they're doing here is enabling developers in their customer base and the half a 1,000,000 customers to really develop in a cloud native manner. The question is, you know, from a ah, from a cultural standpoint, is that actually gonna happen? Or the developers gonna reject the organ and say, No, I want to develop in AWS or Microsoft in the cloud. I think VM Ware would say, We're trying to embrace no matter where they want to develop, but they're still going to be. That's interesting organizational tension or developer attention in terms of what their primary choices is. They're not. >>Yeah, Dave, Absolutely. We've been saying for years. That cloud is not a location. It is an operating model. So this is helping to enable that operating model more in the data center. There's still questions and concerns, of course around, you know, consumption on demand versus you know, whether whether you've bought the entire thing as more and more services become available in the public cloud, are those actually enabled to be able to be used, you know, in my data center hosted environment. So you know, this story is not completed, but we're definitely ready. I believe we're saying it's the multi clouds Chapter three of what? We've been watching >>you and you're seeing a major tam expansion yet again from VM Ware that started with the NSX. And then, of course, went in tow networking and storage. And now they've got a cloud security division. We're talking about the the cloud native capabilities here and and on and on, it goes to thanks for helping us break this VC seven announcement down and good job fixed. All right. And thank you for watching everybody. This is Dave Volante for stew Minimum. We'll see you next time on the Cube. >>Yeah,
SUMMARY :
It's the Cube now VM Ware has called this the biggest change to V sphere in the I think back to you know, I remember when the fx 2.0, rolled out in V motion many times in many angles to try to ride the cloud wave, and it's finally settled on the partnerships There's the question as to First of all, are they really And what does that mean? One of the things I'm trying to understand when you dig And so this seems to me to be a So, first of all, you know, V. Sphere, of course, is the core of Who do you see is the number one competitors When I talk to practitioners, the number one, you know what kubernetes you're using? and you could see that playing out. you know, started talking about the hourly charges for the management layer of kubernetes. But at the same time, But who else do you see and are not, you know, immediately on the latest revision of kubernetes, because it allows portability and and and of course, you know Amazon doesn't publicly This is not a utility when you talk about the public cloud. But it's really that kind of, you know, You're asking how Amazon should approach the space. you know, partnerships with red hat VM ware, you know, on do you know, put in edicts corporate edicts around security and governance and compliance and And you know the developer we know how important that is, The question is, you know, So this is helping to enable that operating model more in the data center. And thank you for watching everybody.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
David | PERSON | 0.99+ |
Pat Gelsinger | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
five | QUANTITY | 0.99+ |
Dave | PERSON | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
Cisco | ORGANIZATION | 0.99+ |
Dave Volante | PERSON | 0.99+ |
90% | QUANTITY | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Oracle | ORGANIZATION | 0.99+ |
Cory Quinn | PERSON | 0.99+ |
Jassy | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Maritz | PERSON | 0.99+ |
Rancher | ORGANIZATION | 0.99+ |
Bernard Golden | PERSON | 0.99+ |
Red Hat | ORGANIZATION | 0.99+ |
John Furrier | PERSON | 0.99+ |
VM Ware | TITLE | 0.99+ |
VM Ware | TITLE | 0.99+ |
$34 billion | QUANTITY | 0.99+ |
six services | QUANTITY | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
Windows | TITLE | 0.99+ |
Hashi Corp | ORGANIZATION | 0.99+ |
Today | DATE | 0.99+ |
Hashi Corp | ORGANIZATION | 0.99+ |
two | QUANTITY | 0.99+ |
Boston, Massachusetts | LOCATION | 0.99+ |
last year | DATE | 0.99+ |
Wiki Bond | ORGANIZATION | 0.99+ |
VM World 2019 | EVENT | 0.99+ |
Dave Justice | PERSON | 0.99+ |
one | QUANTITY | 0.99+ |
six months ago | DATE | 0.99+ |
SAS | ORGANIZATION | 0.99+ |
VM Ware | ORGANIZATION | 0.99+ |
One | QUANTITY | 0.99+ |
Linux | TITLE | 0.99+ |
Arijit Mukherji, Splunk | AWS re:Invent 2019
>>law from Las Vegas. It's the Q covering a ws re invent 2019. Brought to you by Amazon Web service is and in along with its ecosystem partners. >>Welcome back to Las Vegas. Lisa Martin with John Ferrier, The Cube at AWS Reinvent 19 Lots of buzz. You can probably hear a little bit of it behind us here. There's about 65,000 people projected to be at a W s reinvent this week. Wow, we're very excited to welcome a distinguished guest and a distinguished architect from Splunk. Back to the Q r didn't murder, do you? Welcome back. >>Thank you very much. Thanks for having me back. >>Great to have you here. So let's kind of talk about here. We are re invent lots of news, lots of stuff. Lots of buzz going on. What kind of the latest with Splunk and a del us. >>All right, so the latest Splunk is obviously acquired us significance. The deal closed in trouble, So we're very excited about that. Um on we really feel that it's a it's a manager off complementary technologies, which is what I want some of the things we probably we can discuss later We're also very excited because we got acquired. Then we were able to go to dot com where we, you know, introduce the combined companies together. But then, at a cubicle on recently, we made a couple of very interesting product announcement that we're excited about, which is way discussing lots of reinvent conference. The 1st 1 is we have a brand new kubernetes experience called the community's Navigator, which we feel is a far, far better way Thio understand and make sense of the community environment. As you know, it's taking getting a lot of traction as a technology. So we're very excited about that because it not only gives you the infrastructure of you, but it also gives it the operators view, which I think operas. We really appreciate it. Three other thing that we're also focusing on. Obviously, if Splunk acquired US logs is an important part of this equation way are doubling down on the ability to ingest logs and make metrics out of them. You know, one of the things we've always discussed is how metrics every lightweight and actionable think that you can put on dashboard. You could put a lot son on the ability. Doing just logs and make them into metrics gives you that capability on the log data. We had a very interesting announcement around AWS. Fire lands on so on where you would be able to take love data from Splunk or other sources, and they bring them in as metrics to the system. The 13 has to do with the growing traction off open source standards. So we were actually very excited to make some contributions in the open telemetry project that we can discuss also later. But the idea is we want to promote open standards on open source, especially in instrumentation in the monitoring. Really? So that's kind of what's new >>question that's here at Amazon this week in this points to your success is observe ability, jazz he's laying out. This is distributed cloud Senator Gravity public Cloud Edge Outpost, Native AWS, Outpost five G with Verizon Wavelength All points to a lot of things. Move around, move compute to the edge where the data is so it speaks of large scale people having a hard time of doing it themselves on observe abilities. Harder and harder to roll your own are managed multiple tools. What are you guys doing to solve that problem? And how do you shape that going forward? >>That's a great question. Like the thing that blows my mind every time I come to reinvent is just the sheer variety of new things that comes across on. People are adopting them. All of these, he mentioned a bunch of different service is that I've got a lot of traction, got a lot of users, so that's happening across the user base. And then the question on D A. Y is because it's no longer about just building a database or, you know, things that you can sort some data and make some credit. It's about building the solution. A good solution. Need to support all the system. The service is that the customer the engineers are using right, so just keeping up with the sheer pace of innovation. Keeping that system up today is extremely, extremely hard. And so I feel that in generous making, less and less sense for most companies to try to roll their own observe ability, they would rather choose good tools that can sort of empower them that can able to move faster and invest in the people and process is part of it, which is also very, very key because >>the downside of rolling your own doing it yourself sure, what are some of the consequences that might happen? >>So in general, the people, the reason people want to build a couple of reasons, right? So one is they might undervalue, like the capabilities that good of the ruling might provide you, they might be afraid of the cost, like observe ability was cheap or free. Most people probably wouldn't build it. Some of them still vote because they might be afraid of vendor locking. Vendor lock in is a problem, and you don't want to be locked into vendors. Right? And what I feel in the terms of the risks is like if you consider observe ability as a cost center and not as an enabler, then you probably gonna try to do D i Y. But I think the view to the right view to have is think of it is something that accelerates your innovation and some of the risks of the advice. If you don't build something that's really capable that can that can do all the border or something that a system. Should you're gonna get slowed down, your innovation is gonna get slowed down. Another very thing, common pattern that we see a lot is maintaining, maintaining that it is a lot of resource is and people to build and maintain such a system. It's easy to prototype something and get it going, But are you going to be able to maintain the head count higher and grow the team on a long term basis? Because it's not something you can suddenly decide? Oops. I made a mistake. Time for a change. >>But change is difficult in any aspect of life. Changed management is something that we talk about office. It's way easier said than done. One of the things Andy Jassy talked about this morning and alluded to this and John's exclusive interview with him the other day was that the transformation needs to start at the top. It needs to be an executive level, a senior level and an aggressive tops down push in your experience in the last couple of years, what are some of the things that you're seeing companies in terms of the senior leadership embracing a understanding where D I y is useful where it's not, but also pushing that I want Oh my God, guys pushing it down from the top. So folks understand why this type of change is fundamental to a business to be competitive, >>right? So in general lighting, the focus is all on, like innovating, faster moving faster, keeping customers happy. Fundamentally, that's what we're doing. You know, our CMO Tom Bueller likes to say that you know the business. The Internet moves at the speed of life, a speed of life, Israel time, right? And so outages, Any kind of issues. They really affect your brand. And that's something that we need to avoid, like the plague, right? And that's gonna wear again. Observe. Ability comes in because this is the thing that's gonna allow you to find out renting There are. But more importantly, even when you don't have outages, the confidence that teams get in making changes, whether it be configuration changes or coat, which is a setup because they have a good system backing them up, is very, very critical. Right now. You can go D i y. You can go with a vendor solution, potentially terrifying, especially you can build one, but I think from top down. The important thing is like you have to be very clear about what you want out of it. And what are those things that you want to accelerate or make better in your organization? If your goal is, I want faster innovation, more code pushes, more changes, less deception like I feel that message needs to be done so that engineers understand that from management perspective, there's full support for this on their empowering you again. Where the two comes from is less important. But I think having those goals very clear and having that culture set from the top is very critical. >>A lot of open source discussions were hearing it here, laying out multiple databases you got pie towards you got tensorflow in machine, learning side on more and more kubernetes again, that's all speaks to where the service measures air going in. Micro Service's There's a lot of talk around open instrumentation open telemetry. What's your take on this? What is what's going on there? Can you share your commentary on those two things? >>Yes, so injured, as you know, like from the beginning, where since in Olympics started, we always believed that instrumentation should be open standards based. There should not be propriety instrumentation. They should be vendor lock in. It was a little bit perhaps ahead of the time, and we started off, but you can see that trend really accelerating now. But at this point, because of the sheer variety of service is and so on, it's very, very hard to build proprietary everything that supports all the all the things out there. What we're seeing is more bottoms up, open source, open standards efforts. Right, And that is great because A for the guys who are doing d i y. Because they don't want vendor lock in open standards is great because you're not really locked into a vendor in your environment. What you're doing is using a different back end, whether it be you know, your own or would it be a vendor's? Some of the things that we're doing is we're actually very happy to see this acceleration, and we're actually helping make that more so. Way just contributed pretty significant open telemetry project, which, as you know, is a way to instrument your environment for traces and metrics and logs eventually and so we actually donated the signal if Ickes smart Asian, which is pretty wonderful because it's a survey that's an agent that's running on your instances on your host, discovers as nuisances pop up. So, you know, speaking of community is the perfect fit for that, and it will start monitoring them and sending you did up on by making it by donating it to open telemetry. Were hoping to sort of accelerate out of the goodness and so that you know, all customers all use it. Whether they're significant customers or not should be able to benefit from that. >>Is an open source the source code? Or is it open as >>it's open source? There's two aspects to it is open standards as well as open. Both of them are happening because through the Amish in acquisition, we're now actually a pretty cool part of the open telemetry effort. So we're not really helping find finalize the standards, but also donating actual source code and components. >>Take a minute to explain. Signal FX is evolution now that you're in Splunk, right? What's changed? What's still the same? What's how is it? Evolve, how a signal effects evolved because you guys were really early ahead of it. A lot of people, but a lot of market power, great customer base and tech. What's the impact of Splunk and signal FX? >>Yes. So you know there's this cliche which is one plus one equals three. It kinda almost feels true here because, like I really, every time I think about this acquisition, it just feels how complimentary these two companies were because we have metrics and traces. Blanc has the best loss platform. But one of the things that we lot of times don't understand is he also a bunch of other technology which is highly relevant to the observe ability, space. For example, the acquired A company called Phantom, which is into automation, which is right up our alley because I feel like after all this mess has died down a little bit on communities, automation is gonna be the next frontier. They're fantastic. Automation platform built the security automation tool called Mission Control based on that, and now we're looking at how we can bring that into observe ability. Another example is incident management, Broncos Victor Ups, which is again exactly right up our alley. So we feel that we can really build a portfolio of solutions that work really, really well, that's one aspect. The other aspect, as you mentioned, is just the market power. And the resource is that's behind us, which is wonderful. For example. They're quite our mission, which is a fantastic complimentary technology to us, and we're working very quickly to sort of integrate the two together. Similarly, is getting the introductions. Having the financial benefit of a Splunk behind us is wonderful to have. So I think it'll only accelerate our >>congratulations on a great venture. I know you guys stayed the course and rightfully so great payday. But great outcome with Splunk Win is a win win. Yes, I gotta ask you the entrepreneurial question because a lot of people are saying, Oh my God, Amazon sucking up all the auction out of the room, Large scale. Got red shifts taking over this. That's taking over that someone's eating someone. Okay, I don't believe that. I believe that there's still a lot of opportunity for entrepreneurs because of this Born in the cloud and reborn in the cloud a new next gen architectures are developing with EJ. What's your opinion on this? As a cloud of alls What's the dynamics? And entrepreneurs and people thinking about innovating and either pivoting or reimagine their business? How should they be thinking about how to win in the new model? What are some of the architectural things that could bet on? What's your expert opinion on that? >>That's a good question. So I have some thoughts on it. Everybody might area once, right? So I feel like move to cloud is just happening. It's happened. Everything is going to move to the cloud. So I think the fundamental technologies like the databases, etcetera, that cloud provided they're always gonna have an advantage because they're going to be able to run it in a more performance way. But the thing that they're doing us a great favour are entrepreneurs is they're making a lot of different service is available to us now. They're not always necessarily all working well together to solve a specific use case. So I feel that they're giving us a tool set, among other things, to combined together to provide solutions for the problems that users organizations are facing. Not necessarily the platform but but the solution, the vertical on top of it. I think there's a lot of opportunity there, as well as sort of just new types of technology you can. As an entrepreneur, you can still build technology that the cloud provider might find as valuable, and they might want to buy you there right when I use you. So there's always opportunity there. But I think they're so busy building that the substrate, this enormous amount of opportunities for further up north. That's kind of my opinion. >>That's great opinion. >>Last question for you on the parlay of opportunity and the career that you've had as cloud is evolving the next gen of the cloud to Toto that John's calling it, and data becomes the critical element that can fine business differentiation and competitive advantages. What are some of the next industries you really think our prime to completely transform? If they get it right, >>I think we're still stop. It is a whole lot of talk of machine learning. I think we're just scratching the surface. I think what's happened is at this point it has become accessible enough on viable enough to be applied to different places. So every day we see a new headline where basically similar techniques were applied to this use case or that this case, and it's amazing being health care, transportation, you name it like digital business. It's happening all the way on our side, on our side of the fence. I feel a Splunk or a signal effects. We want to see a lot of that happening on our side of the fence, because again, because of the complexity, wonder thing that we have discussed with John earlier is how we feel machine learning and artificial intelligence gonna help us operate more efficiently because humans are going to be able to not really rock the entire complexity of what's out there. So I feel there's a lot of assistance that it can provide. That's one area which I think is interesting, And I feel also that one of the things we discussed within Signal FX is his move towards automation automated everything because complex systems, they just need to run themselves At some point. Humans cannot really go and make all the decisions like my my mainframe, itjust kind offer it to tell you we're not really in the middle of it, right to some extent. Similarly, I feel there's not a lot of action gonna happen on Automated Cloud and automated opposite really automated everything. So I think that's another sort of big area that I see happening on one thing that I also like to say that I don't want to make predictions because, like the world is so different from 10 years ago to now, it just blows my mind. I don't know whether I would have been able to sort of think what's gonna happen. So I only wonder what the next five years they're gonna >>bring. Love that opponent. You're >>right. Even a few years ago today, mine are just thank you for joining John A B on today. We appreciate your time. >>Thank you very much >>for John Ferrier. I'm Lisa Martin. You're watching the Cube from Reinvent 19 and Vegas will be right back.
SUMMARY :
Brought to you by Amazon Web service There's about 65,000 people projected to be at a W s reinvent this week. Thank you very much. What kind of the latest with Splunk and a del us. one of the things we've always discussed is how metrics every lightweight and actionable think that you What are you guys doing to solve that problem? Like the thing that blows my mind every time I come to reinvent It's easy to prototype something and get it going, But are you going to be able to maintain the head count higher One of the things Andy Jassy talked is the thing that's gonna allow you to find out renting There are. A lot of open source discussions were hearing it here, laying out multiple databases you got Were hoping to sort of accelerate out of the goodness and so that you know, all customers all use of the open telemetry effort. What's the impact of Splunk and signal FX? But one of the things that we lot of times don't understand is he also a bunch of other technology which is highly relevant What are some of the architectural things that could bet on? that the substrate, this enormous amount of opportunities for further up north. What are some of the next industries you And I feel also that one of the things we discussed within Signal FX is his move towards automation Love that opponent. Even a few years ago today, mine are just thank you 19 and Vegas will be right back.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Andy Jassy | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
John | PERSON | 0.99+ |
Arijit Mukherji | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
John Ferrier | PERSON | 0.99+ |
Tom Bueller | PERSON | 0.99+ |
Olympics | EVENT | 0.99+ |
Three | QUANTITY | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
two companies | QUANTITY | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Both | QUANTITY | 0.99+ |
three | QUANTITY | 0.99+ |
Splunk | ORGANIZATION | 0.99+ |
two | QUANTITY | 0.99+ |
John A B | PERSON | 0.99+ |
two things | QUANTITY | 0.98+ |
one | QUANTITY | 0.98+ |
today | DATE | 0.98+ |
two aspects | QUANTITY | 0.98+ |
Broncos Victor Ups | ORGANIZATION | 0.98+ |
one aspect | QUANTITY | 0.97+ |
one thing | QUANTITY | 0.97+ |
10 years ago | DATE | 0.97+ |
Phantom | ORGANIZATION | 0.97+ |
Reinvent 19 | TITLE | 0.96+ |
US | LOCATION | 0.96+ |
this week | DATE | 0.96+ |
about 65,000 people | QUANTITY | 0.96+ |
Signal FX | ORGANIZATION | 0.94+ |
One | QUANTITY | 0.94+ |
1st 1 | QUANTITY | 0.91+ |
few years ago | DATE | 0.9+ |
one area | QUANTITY | 0.9+ |
this morning | DATE | 0.89+ |
Israel | LOCATION | 0.88+ |
signal FX | ORGANIZATION | 0.87+ |
Verizon Wavelength | ORGANIZATION | 0.8+ |
Amazon Web | ORGANIZATION | 0.79+ |
Native AWS | ORGANIZATION | 0.78+ |
19 | QUANTITY | 0.78+ |
Toto | PERSON | 0.77+ |
Splunk | PERSON | 0.75+ |
Blanc | PERSON | 0.74+ |
W s reinvent | EVENT | 0.73+ |
Invent 2019 | EVENT | 0.73+ |
13 | QUANTITY | 0.69+ |
Thio | PERSON | 0.66+ |
thing | QUANTITY | 0.62+ |
last couple | DATE | 0.6+ |
years | DATE | 0.6+ |
Cube | TITLE | 0.59+ |
lot of users | QUANTITY | 0.58+ |
Vegas | TITLE | 0.58+ |
five years | DATE | 0.57+ |
ws | EVENT | 0.56+ |
Amish | LOCATION | 0.55+ |
Outpost | ORGANIZATION | 0.55+ |
EJ. | ORGANIZATION | 0.52+ |
five G | COMMERCIAL_ITEM | 0.52+ |
Senator Gravity | COMMERCIAL_ITEM | 0.5+ |
once | QUANTITY | 0.5+ |
invent 2019 | EVENT | 0.49+ |
Asian | LOCATION | 0.48+ |
Cube | ORGANIZATION | 0.48+ |
Cloud Edge | COMMERCIAL_ITEM | 0.36+ |
Karthik Rau, SignalFx & Rick Fitz, Splunk | Splunk .conf19
>> Announcer: Live from Las Vegas, it's theCUBE! Covering Splunk .conf19. Brought to you by Splunk. >> Okay, welcome back, everyone. It's theCUBE's live coverage here in Las Vegas for Splunk's .conf 2019. It's the 10th year of .conf and we have two great guests, Rick Fitz, senior vice president, general manager of groups at Splunk, and Karthik Rau, vice president, area GM of SignalFx. The big story is SignalFx acquired by Splunk. Rick, you sponsored that. Guys, welcome to theCUBE, great to see you guys again. >> Yeah, great to be here, Jeff. >> Great to be here. >> They just broke a world record for the bike on intro there. >> Rick: They did. >> Pretty exciting what's going on here, a lot of records being broken. Splunk just continues to move the needle on capabilities, product, platform, brand messaging. SignalFx coming, we've been reporting on it since their founding, really in your wheelhouse, you guys bought them for a good number, a big number? >> Rick: Yup. >> Why? What's going on? Why the interest in SignalFx? >> You know, for a long time, we've been watching, I would say, perhaps, patiently, watching the market and the trends, and we were really waiting for a time where the new application architecture was really going to kind of start to take hold, where this cloud native trend that we've been seeing where people are building applications, where people are actually delivering applications to market in quite a different way, would finally get some escape velocity, and we've been watching patiently for that to occur. And as we saw that last year start to accelerate, really, we went out and surveyed the entire market and, of course, at the end of that survey, resulted in the acquisition of SignalFX, and also of Omnition. And so we bought those two companies, and have combined them to deliver on our vision of what we've trying to do for DevOps. >> Rick, you and I had a conversation in 2015 here in theCUBE at the .Conf at that time, you were on the IoT, you saw this wave, again, you've been patient. What about IT operations that's happening now that makes this so critical for Splunk? 'Cause IT operations, we know what automation's doing, machine learning toolkit, getting a lot of rave reviews. People love to automate things, but more apps are coming. What's the motivation now? What was the critical linchpin for you to make this happen? >> Yeah, exactly. What we're seeing is, in traditional IT operations is this world where developers build these monolithic applications, hand 'em off to operations, and they operate it. And then in the same conversation, you'll get handed over to somebody running, if you will, developer engineering or cloud engineering or they have various different levels for it but you're really dealing with an engineering organization and they're being tasked with digitization of their enterprise and very strategic investments are being made there, but they're also being asked to build things at high availability, high scalability, and highly reliable with lots of change. So it's kind of the competitive advantage of the enterprise. And as I was seeing that occur more and more I just saw the distance between IT operations and development, kind of, separate, and I said, wow, that's interesting 'cause it's being driven by this new application architecture, or cloud native architecture. And I didn't want to be left behind. I wanted to actually be able to build a bridge for IT operations into this future. And I think this future trend is something that's going to be lasting for the next 10, 15 to 20 years. So I think this is very strategic to Splunk and very important for us to get right for the long-term, but I also see my role as part of Splunk, is to make sure that we take IT operations into this new world, because these new worlds, and if you will, the existing worlds, those operating models are quite different. >> John: Yeah. >> They operate differently. They think differently. They, in one they own their code, they're on call. In another one they're waiting for something to fix so then they try to, you know, we're waiting for something to break and then they fix it. So we're trying to actually help enterprises across that entire gambit with some pattern. >> And certainly with security the theme here, at this event, this is a security event too, on top of everything right? So, this is what it's turned into. >> Rick: That's right. >> Data is driving a lot of security polemetry and data's important for security, so. >> Yeah. >> I mean, that's operations. >> That's right. And your apps have to be secured, in both worlds. >> Yeah. >> So, I think Splunk has a role to play in helping in this transformation for all of IT as it becomes much more developer centric. And, of course, as I said, that is really one of the strategic reasons why we led the acquisition Citadel FX in Omni. >> Well, we're looking forward to seeing how you handle the acquisition, of course, we were fans of the deal. Karthik, I got to ask you, every single company in observability space is going public. So, why, you could have gone public, why Splunk? Why sell to these guys? What made it a fit for you? >> Well, ultimately, we look at a number of things, or we looked at a number of things in making the decision and we wouldn't have done this with anyone other than Splunk. Just a strategic fit was just so great on so many levels. You know, when we started the company our goal was to solve the modern dream observability challenges for anyone building a cloud native application, and we knew that was going to be a long road. They're going to be a lot of things we needed to invest in and develop. And so we started on the metric side. We layered on distributive tracing and we took a philosophy that we wanted to build an enterprise great, scalable, robust, feature-rich set of technologies. We weren't in the market to build, you know, SMB, kind of very simple, limited type of a product. We're really focused on the larger, more sophisticated customers. And so, as we looked at continuing to extend our portfolio, one of the things that we needed to invest in was in the logging space because, when you think about the trifecta of monitoring data types that you need, you know, logging is a big part of it. And we knew that we wouldn't be able to go and build a logging system from the ground up that would be robust enough to support enterprise use cases, and so we started a partnership conversation with Rick and team, and it just became very clear through that process that there was a tremendous amount of product fit, vision fit, culture fit, values fit. Just everything was so aligned that we realized that we could do so much more together as one company. So, we rounded out the solution portfolio, or the technology portfolio quite substantially over night by becoming a part of Splunk and then the other part of it too is, you know, we saw as we were dealing with customers, we were dealing mostly with native cloud native, cloud first customers. But a lot of the customers that we were, that were prospects, that we were talking too were more traditional enterprises who were not 100% of the way there yet. Some of them weren't even 10% of the way there yet. And it was difficult for us to really engage in conversations early with them, to help them understand what does it mean to shift from traditional IT ops to DevOps because we didn't have a relationship with them on the IT ops side of things, and so, the other thing that we were really excited about being a part of Splunk is we can be a part of that conversation from the very beginning when the customer, you know, maybe they're just beginning to think about it and they don't have the urgency of doing it today but we can be there with them from the very beginning and help them get there on their timelines. >> This is an interesting discussion point because what you're highlighting and we've had conversations about your company about being a platform, not just a tool. So, you're getting at is that as you guys started getting more market share, you're platform needs, you needed logging. And meet the market leader, right here right? >> Yeah. >> That's right. >> So, you guys need them, so, partnering's hard when you're trying to build a platform. Now, you can have a platform that enables partners to build on top of it, but components of a full baked platform, it's hard to partner. Rick, what's your thoughts and reaction to that, because that's my statement, but do you agree with it? It's hard to partner in the platform, it's core competency. Look it, he struggled with logging 'cause he'd have to build out a boat load of new investment and you guys are already, just to catch up. >> Yeah, that's right. And I think the thing that needs to be stated here is in your large scale enterprises, they are truly looking for the best to breed, highly scalable environments, right, that we're talking about here. And, they want, they encouraged us to take a step in this direction. It was an obvious choice and I think that has been the reaction that we've kind of heard universally. Like, this is a great idea. This is a really strategic thing that you've Splunk folks have actually done. And so that's really encouraging and so I would agree with you. Partnering, and we were talking through it, but as we were talking, it's like, this is better not to partner in this case. >> John: Better together. >> One of the things that's really important is that logs, you know, that's what were all about. We've actually spent a lot of time in trying to invest into this streaming world of dealing with things in stream. And these guys have perfected it for Metrix, which is, that's the strategic aspect of this. And then combining what they had already done with Tracing, with Omnition, it just doubles down on this future of this application architecture that I mentioned. >> Some MMAs have a couple flavors to them. You buy a company, you throw them under a general manager, an executive, they kind of live there. Founders lead, you get the core tech, some team. The other scenario is full team comes in, hits the ground running. They're building out. They're going to own the build-out. It's seems to me based upon the Omnition acquisition, you're giving Karthik and team, kind of some reign here. >> Rick: Yeah. >> To go build this out. Is that how you guys see it? >> Yeah, that's exactly right. And so, both Speros and Karthik report to me. I'm their onboarding czar, as it were. But were really what we're going to focus on is customer success and achieving our business case. And really capitalizing on the opportunity. These guys were running a hundred miles an hour and we got to get them to got a thousand miles and we're only going to make adjustments to the business case in order to achieve that. And that's what we're here to do is to shepherd this organization in its entirety to the greatness that I think we all see out there. We're going to do that in a very careful, cautious way. >> Karthik, Omnition is a acquisition stealth company. Kind of a commitment saying hey, here's some more horsepower. Talk about how that happened and what's the purpose behind that acquisition. >> Well, I can let Rick talk to how it happened. And I'll talk about the other plans, so. >> When we surveyed the market we actually found that people have certain strengths. These guys that actually started their journey into tracing. I guess their first release was last December and so they've made some strides. And we kind of found Omnition through this discussion and we went like, oh my gosh. And we were in the process of doing the acquisition, doing due diligence. And we set everything on their roadmap is what these guys have done and vice versa. This is another combination that we can't pass up. This is, and what I told him the day we closed, I said, if you had the capital you would have done this, and he's like, yeah I would've. (chuckles) >> One of the things that Rick had asked me during our process was, what are the top three things that you would invest in if you had Slunk resources behind you. And I said Microservices APM, Microservices APM, Microservices APM, and so. >> And I got a big grin 'cause I obviously couldn't disclose what we doing but.. >> You know, the Omnition team, they're still in stealth so there's not a whole lot out there on the web about them. It's a phenomenal team. They've got people who are committers on some major open source projects, deeply technical, very, very shared philosophy to what we had a SignalFx in terms of open instrumentation, not having any proprietary lock in how you collect an instrument data. Very similar philosophies around leveraging the power of analytics and monitoring. And we just actually focused on different parts of the problem because we're both relatively early in this effort. So, we effectively doubled up the teams capacity over night and accelerated our roadmap by several quarters, so, I'm really excited about what we can do together with them. >> Well, are they the Bay area or they from.. >> They are Bay area base, yes. >> Okay cool. Well, I want to get your guys' thoughts on the keynote today. Feedback was authentic, kind of very cool keynote. As you guys bring this together, Rick, Karthik team, the optics, the messaging, what's the core positioning? What's, as you guys look at wholistic view now that you've invested in and are building out for customers, what's the posture? Take us through the keynote positioning. What's the marketplace, customer message around the future here? >> Yeah, I think it's really clear that what we're trying to do for IT organizations and application development organizations is build solutions that are modern and helpful to their core mission. And, by the way as I mentioned, in the world of new development, it's different, it's a different solution set. It's a different approach, a different operating model than it is in current IT operations. And so, one of the key messages we wanted to resonate is that we have the right solutions in both these worlds for you and that we're trying to develop an operating model of reactive response, a quick response, or engaging the right person in the problem, through our use of VictorOps for example, and using that as a way to be very intelligent about how we educate the people that are engaging in resolution process. So, we are trying to create a bridge to both worlds so that they can both be successful. And then under pit that, of course, with automation that can be leveraged in both worlds as well. So, that's what we're trying to convey. We know it's early days, by the way, these guys have been with the company for three weeks, so, it's kind of like, wow. >> Culture shock. >> Culture shock. >> Throw into deep water. Yeah, let's throw you out on stage in front of 11,000 people and see if you can swim and they did phenomenal, by the way. But that was kind of the key message and we're so excited because we just, we feel like were just in the first inning of perhaps a 19 or 20 inning game, 'cause I think it's going to be a lot of fun. >> Karthik: Yeah it is. >> And it's going to be close out here but we're really excited to be able to bring this to market. >> I mean, it's amazing coming in now three weeks in to see the breath of technology that's available and that's going platform. And, you know, what struck me today watching the keynote was just, you know it's such a feature rich and such a broad platform from everything in the, with the core, indexing capabilities that everyone's known about a long time. All of the ML, the additional capabilities we're going to bring in on the metric side. >> Yeah. >> And then the use cases just across every persona, there's just so much that we can do. >> What do you think of the culture? Are they run hard? They a playful company? They like to work hard, play hard? >> Yup. >> But they also are focused on real customer value. They got great engaged communities. What's your take of the culture so far? >> Yeah, absolutely. I mean culture fit was a really important part for us if we're going to be acquired by a company and be a part of a larger organization. Their kindred spirits I feel to the way we ran SignalFx. It's a very customer focused organization, great technology and engineering culture. And it's hard to find both, right? It feels like every organization is very important and very well respected. It's not like heavily skewed to it's just all about engineers, it's all about sales, it's very balanced culture and it's very customer focused. >> Guys, congratulations. Big deal. They don't see these kind of mega deals, they come along once in a while. It's a big bet. Good luck with everything, Rick. Thanks for coming on. Final question for both of you, what's the big take-a-way to take back to the office as you leave .Conf this week? What's going to resinate the most with you guys that you're going to take back as feedback? >> For me its, you know, I get my energies from customer conversations. We all do here at Splunk. If you're having a bad day, go talk to a customer and then they walk you and stop you in the hall and say, you know we really thank you again doing what you do. And so it just, I take back from this always that what we do matters and is important and just keep chugging along at it because we're doing some really good work out there that's really helping lives. And that's really important. >> John: That's good therapy. >> Yeah. >> When a bad day, talk to a customer. >> Go talk to a customer. >> I love you guys. (laughs) What's your take-a-way? >> I'm just, I'm thrilled at the number of customers who are coming up to me and saying how excited they are about the acquisition and working with us. You know, that's really re-affirming for me and it's just super exciting to see what we have ahead of us. >> You guys have a great tech following. A lot of tech leaders who knew you guys, knew you had good stuff so congratulations. Great Validation. >> Yup. Thank you. >> John: Good job >> Thank you John. >> Thanks you guys for coming on theCUBE. Great insight. Thanks for sharing all that data. (laughs) Data to everywhere here on theCUBE. I'm John Furrier, more coverage after this short break. (upbeat music)
SUMMARY :
Brought to you by Splunk. Guys, welcome to theCUBE, great to see you guys again. for the bike on intro there. Splunk just continues to move the needle and we were really waiting for a time What was the critical linchpin for you to make this happen? is to make sure that we take IT operations so then they try to, you know, And certainly with security the theme here, and data's important for security, so. And your apps have to be secured, in both worlds. that is really one of the strategic reasons we were fans of the deal. and so, the other thing that we were really excited about And meet the market leader, right here right? and you guys are already, just to catch up. And I think the thing that needs to be stated here is that logs, you know, that's what were all about. They're going to own the build-out. Is that how you guys see it? to the greatness that I think we all see out there. and what's the purpose behind that acquisition. And I'll talk about the other plans, so. and we went like, oh my gosh. that you would invest in And I got a big grin And we just actually focused on What's, as you guys look at wholistic view and helpful to their core mission. in front of 11,000 people and see if you can swim And it's going to be close out here All of the ML, the additional capabilities there's just so much that we can do. But they also are focused on real customer value. And it's hard to find both, right? What's going to resinate the most with you guys go talk to a customer and then they walk you I love you guys. to see what we have ahead of us. A lot of tech leaders who knew you guys, Thanks you guys for coming on theCUBE.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Rick Fitz | PERSON | 0.99+ |
Rick | PERSON | 0.99+ |
John | PERSON | 0.99+ |
2015 | DATE | 0.99+ |
Karthik | PERSON | 0.99+ |
Jeff | PERSON | 0.99+ |
Karthik Rau | PERSON | 0.99+ |
Citadel FX | ORGANIZATION | 0.99+ |
John Furrier | PERSON | 0.99+ |
10% | QUANTITY | 0.99+ |
19 | QUANTITY | 0.99+ |
two companies | QUANTITY | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
three weeks | QUANTITY | 0.99+ |
SignalFX | ORGANIZATION | 0.99+ |
Splunk | ORGANIZATION | 0.99+ |
100% | QUANTITY | 0.99+ |
SignalFx | ORGANIZATION | 0.99+ |
first inning | QUANTITY | 0.99+ |
Speros | PERSON | 0.99+ |
Omnition | ORGANIZATION | 0.99+ |
both | QUANTITY | 0.99+ |
last December | DATE | 0.99+ |
one | QUANTITY | 0.99+ |
11,000 people | QUANTITY | 0.99+ |
last year | DATE | 0.99+ |
first release | QUANTITY | 0.99+ |
two great guests | QUANTITY | 0.99+ |
Metrix | ORGANIZATION | 0.98+ |
one company | QUANTITY | 0.98+ |
20 inning | QUANTITY | 0.98+ |
today | DATE | 0.98+ |
Bay | LOCATION | 0.97+ |
both worlds | QUANTITY | 0.97+ |
Microservices APM | ORGANIZATION | 0.97+ |
One | QUANTITY | 0.95+ |
10th year | QUANTITY | 0.95+ |
theCUBE | ORGANIZATION | 0.94+ |
this week | DATE | 0.94+ |
Microservices | ORGANIZATION | 0.92+ |
three things | QUANTITY | 0.91+ |
APM | ORGANIZATION | 0.89+ |
hundred miles an hour | QUANTITY | 0.86+ |
Bay area | LOCATION | 0.86+ |
20 years | QUANTITY | 0.85+ |
Susan St. Ledger, Splunk | Splunk .conf19
>>live from Las Vegas. It's the Cube covering Splunk dot com. 19. Brought to You by spunk. >>Hey, welcome back. Everyone's live Cube coverage in Las Vegas. That's plunks dot com. 2019 thistles their annual customer conference, where they unleash all the new technologies, announce all the new things. Everyone's here. It's the 10th anniversary of Splunk dot com cubes. Seventh year we've been covering slung been quite the journey from scrappy, startup going public growth phase. Now market leader on Outside has to come to success from the products and the engineering. And, of course, the people in the field that that served customers. And we're here with Susan St Leger, who's the president of worldwide field operations. Thanks for coming back to see you. >>Thank you, John. It's exciting to be here. >>So in the keynote, bringing data to every outcome is really the theme. Um, you seem to got a spring to your step here. You excited this year? What an amazing successful show because you got a platform. But the proof is out there. You got that ecosystem. You got people building APS on top of it. It's kind of all coming together this year, >>It sure is experience. It's it's it's just it's a huge leap forward, and I think so. Much of it is a vision of data to everything. And if you think about it, we talk about. We want to bring data to every question, every problem in every action. And the biggest thing you're going to see that you did see in the show is it's no longer just about the Splunk index. We're going to help you get you get value out of data wherever it lives. >>You had some big news on acquisition front Signal FX. Big chunk of change for that company. Private hot category. Observe ability, which really taste is out. That next 20 mile stare in the marketplace, which is cloud native. >>That's a >>cloud Service is, which comes together in the platform with logging coming together. >>Yeah, so exciting Way looked hard at that entire market, and signal FX was definitely the right answer. They operated a scale similar to us. They know how to how to operate it that scale, and so they're gonna be able to serve our customers well. And our view of the world is it's going to be hybrid for a very long time. But they serve that new cloud native world better than anybody else. It's It's when you do monitoring the cloud native world. It's really interesting to think about it. It's all made up of Micro service is right. So thousands of Micro Service's hundreds, thousands of Micro Service's and so in traditional monitoring, it's always you're tryingto monitor things you know could go wrong. In a microt service landscape, you don't know everything that could possibly go wrong. And so it's a level of complexity that's just very different. And so it's all about instrument ing, so that when something does go wrong, you can solve it. >>You guys have a very loyal based customer base, and that's again testament success. But the product has changed, and the value problems is emerging even further with data. That's a big theme. Data to everywhere, everything and security has come up on the radar a few years ago, here, the show. But this almost is a full blown security show at this point, because security center of everything you can't ignore it's become a centerpiece of everything data, the access to the diversity, How is that impacting the field because you're not. I mean, I guess you're a security company enabler and solve security problems. Date is a big part of it. Sure, I was at shaping your operations, >>So I think the thing to understand is correct. We're not just a security company, but we are number one in the security Magic quadrant. We're number one in both I. D. C and Gardner, and so that's important. But what happens is all the data the equal act for security can also be used for all these other use cases. So, generally speaking, whatever you're collecting for security is also valuable for I t operations, and it's also valuable for many other use cases. So I'll give you an example. Dominoes, which is a great customer of ours. They're gone 65% of their orders now come in digitally, okay? And so they monitor the entire intend customer experience. But they monitor it not only from a nightie operations perspective. That same data that they used righty operations also tells them you know what's being ordered, what special orders are being made and they use that data for promotions based upon volume and traffic and timing. they actually create promotion. So now you're talking about the same data that he collected for security night operations you can actually use for promotions, which is marketing is >>not a lot of operating leverage in data. You're getting out this. The old model was is a database. Make a queer. You get a report. Little time problem there. But now you have. Well, that other date is over there in another database. Who runs that data? So the world has certainly changes now, data needs to be addressable. This seems to be a big theme here on undercurrent. I know data to everywhere is kind of global theme, but don't diverse data feeds a I cracked and address ability allows for application access. >>Correct. So we look at the entire data landscape and say, we want to help you get data value out of your data wherever it lives. And it's right now, we've changed to the point where we are operating on data in motion, which is with data stream processor, which is hugely beneficial. You mentioned you know, a I m l way actually do something so unique from an ML perspective because we're actually doing the ml on the live streaming so, so much more valuable than doing it in batch mode. And so the ability to create those ML models by working on live data is super powerful. >>Good announcement. So you guys had the data processor. You have the search fabric, >>data fabric search, >>real time and acceleration our themes there. I want to get your thoughts on your new pricing options. Yes. Why now? What's that mean for customers? >>So if we want to bring data to everything, we have to allow them to actually get all the data right? So we needed to give them more flexible models and more alternative models. So for some people and just motto is very comfortable. But what they want it was more flexibility. So if you look at our new traunch pricing are predictable pricing, there's a couple of things that we've done with it. Number one is from 125 gig all the way up to unlimited. We'll show your predictable pricing so you don't have to guess. Well, if I move from 20 terabytes 2 50 what's that gonna cost me? We're gonna tell you, and you're gonna know and so That's one. The second thing is you don't have to land on the exact ingest. So before, if you bought a terabyte, you got a terabyte. Right now there's a traunch from 1 to 2 terabytes. There's a trunk from 2 to 5 terabytes. And so it gives the customers flexibility so that they don't have to worry about it coming back to buy more right away. >>So that's kind of cloud by as you go variable pricing. Exactly. I want your thoughts on some of the sales motions and position and you guys have out in the field. Visa VI. The industry has seen a lot of success and say Observe ability. For instance, Southern to Rick and Kartik About this. Yes, you guys are an enterprise software cloud and on premises provider you Enterprise sales motion. >>Yes, >>there's a lot of other competition up there that sells for the SNB. They're like tools. What's the difference between an offering that might look like Splunk but may be targeting the SNB? Small means business and one that needs to be full blown enterprise. >>Yeah, so I think the first and foremost most of the offerings that we see land in S and B. They have scale issues over time, I and so what we look at it and say is and they're mostly point products, right? So you can you can clutter up your environment with a bunch of point products, doing all these different things and try and stitch them together. Or you can go with this fun clock for him. So which allows you thio perform all of the same operations, whether B I t Security or Data Analytics in general. But it really isn't. It's about having the platform. >>You guys, what reduced the steps it takes to implement our What's the value? I guess. Here's Here's the thing. What's the pitch? So I'm on Enterprise. I'm like, Okay, I kept Dad. I got a lot of potential things going on platform. I need to make my data work for me any day to be everywhere. I au g Enterprise Cloud. What's the Splunk pitch? >>So our pitches were bringing dated everything, and first and foremost it's important. Understand why? Because we believe at the heart of every problem is a data problem. And we're not just talking t and security. As you know, you saw so many examples. I think you talk to his own haven earlier this week. Right? Wildfires is a data problem New York Presbyterian is using using us for opioid crisis. Right? That's a data problem. So everything's a data problem. What you want is a platform that can operate against that data and remove the barriers between data and action. And that's really what we're focused on. >>He mentions own haven that was part of Splunk Ventures Fund. You have a social impact fund? Yes, what's the motivation line that is just for social good? Is there a business reason behind it or both? >>What's this? So we actually have to social focuses. One is long for good, and that is non profit. What we announced this, what we announced a couple weeks ago that we reiterated yesterday was the spunk, social impact funds, a splint venture social impact fund, and this is to invest in for profit companies using data for social good. And the whole reason is that we look at it and so we say we're a platform. If you're a platform, you want to build out the ecosystem, right? And so the Splunk Innovation Fund splint Ventures Innovation Fund is to invest in new technology focused on that that brings value out of data. And on the other side, it's the spunk. Social impact. Thio get data companies that are taking data and creating such a >>Splunk for good as Splunk employees or a separate nonprofit. And >>it's not a separate nonprofit entity, but it is what we what we invest in. Okay. >>Oh, investing in >>investing in non for profit. Exactly like when we talked about the Global Emancipation Network right, which uses Splunk to fight human trafficking. That's on the nonprofit side. >>So take me through. This is a really hot area we've been covering for good because all roads I want now is for bad. Mark Zuckerberg's testifying from the Congress this morning kind of weird to watch that, actually, but there's a lot of good use cases. Tech tech can be shaped for good. A lot of companies are starting and getting off the ground for good things, but they're kind of like SMB, but they want the Splunk benefit. How do they engage with spunk if I'm gonna do ah social impact thing say cube for good? I got all this Tech. How do I engage punk? I wanted, but I don't know what to do. Have access to tools? How do I buy or engage with Splunk? >>Yes, start parties. Fund managers is making sure it's not just money, right? It's money, its access to talent. It's access to our product. And it's, you know, help with actually thinking through what they're trying to achieve, so it really is the entire focus. It's not just about the tech, Thea. Other thing I would say is you saw that we put out a Splunk investigate, and you also saw us talking about spunk, business slow and mission control. Those air now all built on a native SAS platform. And so the ability for our ecosystem now to go build on a native son platform is going to be incredibly powerful. >>So you expect more accelerated opportunities that all right, what's your favorite customer success stories? I know it's hard to pick your favorites, like picking a favorite child may be filled with the categories. Most ambitious class clown class favorite me. What's the ones you would call a really strong, >>so hit on a couple of my lover Domino story and the other one that I love, that I touched on. But I want to expand on because I think it's an amazing story. Is New York Presbyterian on using the Yes See you sprung for traditional security for private patient privacy. They also use it for medical devices. But here's the thing they use it for to help the opioid crisis. And you're like, How is opioid crisis a data problem? What they do is they actually correlate all the data that so doctors are prescribing the opioids who they're prescribing them to a number of prescriptions being building their pharmacy and then the inventory of opioids. Because they actually have sensors on all the cabinets where they get the opioids, they correlate all the data, and they make sure that if they understand if opioids being stolen from the hospital, because what people don't understand is that the opioid a lot of big part of the opioid crisis starts with hospitals to say of such a big volume of opioids. And so that, to me, is just I guess I love it because it's a great customer success story. But it's also again, it's so much fun doing good problem. >>A lot of deaths. I gotta ask you around your favorite moments here dot com, and you're a lot of conversations in your customer conversations this year. Let's do a little Splunk of the Cube right now can take the patterns, all the data, your meetings. What's the top patterns that are emerging? What are some of the top conversation themes that just keep popping up with customer? Specifically, >>I think the biggest thing is that they have seen more innovation unleash this year than they have ever seen in one year from Splunk. The other thing is that we've gone far outside of our traditional spunk index right and that the portfolio has grown so much and that we're allowing them to operate and get value out of the data wherever it lives. So data in motion and then you saw in data fabric search. We'll let you query not only the Splunk indices, but also H D. F s and s three buckets and more buckets to come. So more sinks if you will. So, really, what we're trying to do is say, we're just going to be your date a platform to help you get value >>Susan, you're a great leader and slung. Congratulations on your success again. They continue to grow every year. Splunk defies the critics. Now you're a market leader. Culture is a big part of this. What is your plans this year To take it to the next level? You're president of field worldwide, field operations, global business landscape. What are some of your goals and objectives on culture >>and the culture? So thank you, Jon. First of all, for your comments and were so committed to our culture, I think you know, as you grow so quickly, it takes a real effort to stay focused on culture way, have an incredible diversity and inclusion program. Onda We do way. It's a business imperative for us. Every single leader has diversity, diversity, inclusion, focuses and targets. And so I think that's a huge part of our culture. And the reason I say that, John, I don't know if you've ever heard about a 1,000,000 data points. Did anybody ever way Always talk about, you know in different different settings will share a couple of our 1,000,000 data points. What we want to make sure is a culture is that way. >>We >>have our employees showing up with their authentic self and because you do your best work when you can show up is your authentic self. And so we have people share a handful of their 1,000,000 data points at all different times throughout the year to get to know each other as individuals, as human beings and really understand what matters to each other. And I love that 1,000,000 data points culture, and I got that. We truly live it. And again it's It's about authenticity. And so I think that's what makes us incredibly special. >>And inclusion helps that trust >>fund elaboration, yes, and also just add to that. We're very proud of the fact that we made the fortune list this year for best places to work for women. So it shows that our focus, you know, we started. We started revealing our metrics just about two years ago, and we've had significant improvement way. Believe that what you focus on what you measure is what you improve. So we started measuring and improving it, and this year we made the list for a fortune that's called walking. It is Congratulations. Thank you. We're very excited about >>awesome on global expansion. I'm assuming is on the radar. Well, >>always, especially at this point. We're ready to double down and some of the tier one mark. It's a lovely for sure >>wasn't saying. Legend. President of worldwide field operations here inside the Cube. Where day to slung dot com 10th anniversary of their customer conference Our seventh year covering Splunk Amazing Ride They continue to ride the big wave. Thats a Q bring you all the data on insights here. I'm John Ferrier. Thanks for watching.
SUMMARY :
It's the Cube covering And, of course, the people in the field that that served customers. So in the keynote, bringing data to every outcome is really the theme. We're going to help you get you get value out of data wherever it lives. That next 20 mile stare in the marketplace, which is cloud native. And so it's all about instrument ing, so that when something does go wrong, of everything data, the access to the diversity, How is that impacting the field So I think the thing to understand is correct. So the world has certainly changes now, And so the ability to So you guys had the data processor. I want to get your thoughts on your new pricing options. And so it gives the customers flexibility so of the sales motions and position and you guys have out in the field. between an offering that might look like Splunk but may be targeting the SNB? So you can you can clutter up your environment with a bunch of point What's the Splunk pitch? I think you talk to his own haven He mentions own haven that was part of Splunk Ventures Fund. And so the Splunk Innovation Fund splint And it's not a separate nonprofit entity, but it is what we what we invest in. That's on the nonprofit side. A lot of companies are starting and getting off the ground for good things, but they're kind of like SMB, And so the ability for our ecosystem What's the ones you would call a really strong, the Yes See you sprung for traditional security for private patient privacy. I gotta ask you around your favorite moments here dot So data in motion and then you saw in data fabric search. Splunk defies the critics. so committed to our culture, I think you know, as you grow so quickly, it takes a real effort to have our employees showing up with their authentic self and because you do your best work when you can show up Believe that what you focus on what you measure I'm assuming is on the radar. We're ready to double down and some of the tier one mark. Thats a Q bring you all
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jon | PERSON | 0.99+ |
Susan St Leger | PERSON | 0.99+ |
John | PERSON | 0.99+ |
Susan | PERSON | 0.99+ |
John Ferrier | PERSON | 0.99+ |
1 | QUANTITY | 0.99+ |
65% | QUANTITY | 0.99+ |
2 | QUANTITY | 0.99+ |
hundreds | QUANTITY | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
Global Emancipation Network | ORGANIZATION | 0.99+ |
yesterday | DATE | 0.99+ |
Splunk | ORGANIZATION | 0.99+ |
20 terabytes | QUANTITY | 0.99+ |
Susan St. Ledger | PERSON | 0.99+ |
125 gig | QUANTITY | 0.99+ |
Mark Zuckerberg | PERSON | 0.99+ |
2 terabytes | QUANTITY | 0.99+ |
thousands | QUANTITY | 0.99+ |
both | QUANTITY | 0.99+ |
5 terabytes | QUANTITY | 0.99+ |
one year | QUANTITY | 0.99+ |
second thing | QUANTITY | 0.99+ |
first | QUANTITY | 0.98+ |
1,000,000 data points | QUANTITY | 0.98+ |
this year | DATE | 0.98+ |
seventh year | QUANTITY | 0.98+ |
10th anniversary | QUANTITY | 0.98+ |
First | QUANTITY | 0.98+ |
Congress | ORGANIZATION | 0.97+ |
Ventures Innovation Fund | ORGANIZATION | 0.97+ |
Seventh year | QUANTITY | 0.96+ |
Splunk Innovation Fund | ORGANIZATION | 0.95+ |
2019 | DATE | 0.95+ |
One | QUANTITY | 0.95+ |
earlier this week | DATE | 0.95+ |
this morning | DATE | 0.94+ |
about two years ago | DATE | 0.91+ |
Splunk Ventures Fund | ORGANIZATION | 0.91+ |
few years ago | DATE | 0.9+ |
three buckets | QUANTITY | 0.9+ |
20 mile | QUANTITY | 0.89+ |
Micro Service | QUANTITY | 0.87+ |
couple weeks ago | DATE | 0.86+ |
1,000,000 data points | QUANTITY | 0.85+ |
signal FX | ORGANIZATION | 0.85+ |
New York Presbyterian | ORGANIZATION | 0.84+ |
Gardner | ORGANIZATION | 0.81+ |
Southern | ORGANIZATION | 0.8+ |
single | QUANTITY | 0.76+ |
I. D. C | ORGANIZATION | 0.74+ |
Cube | LOCATION | 0.74+ |
2 50 | QUANTITY | 0.74+ |
one | QUANTITY | 0.74+ |
Rick | PERSON | 0.73+ |
Kartik | PERSON | 0.73+ |
Ride | TITLE | 0.71+ |
SNB | ORGANIZATION | 0.7+ |
SAS | ORGANIZATION | 0.68+ |
spunk | ORGANIZATION | 0.67+ |
terabyte | QUANTITY | 0.67+ |
Number one | QUANTITY | 0.65+ |
Signal FX | ORGANIZATION | 0.64+ |
Cube | COMMERCIAL_ITEM | 0.64+ |
dot com | ORGANIZATION | 0.63+ |
big | EVENT | 0.63+ |
Cloud | ORGANIZATION | 0.61+ |
Dominoes | ORGANIZATION | 0.56+ |
Enterprise | TITLE | 0.55+ |
SMB | ORGANIZATION | 0.55+ |
Service | QUANTITY | 0.54+ |
Melissa Zicopula, Herjavec Group | Splunk .conf19
(upbeat music) >> Narrator: Live from Las Vegas, it's theCUBE, covering Splunk .Conf19. Brought to you by Splunk. >> Welcome to theCUBE everybody, we're here in Las Vegas for Splunk's .Conf, I'm John Furrier, host of theCUBE, here with Lisa Martin for the next three days. Lisa will be here tomorrow and the next day. I'm going to be carrying it solo, this is our seventh year .Conf, Splunk's conference celebrating their 10th year. Our first guest is Melissa Zicopula, vice president of managed services of Herjavec Group. Robert's been on before, welcome to theCUBE. >> Thank you. >> I always get that, Herjavec? >> Herjavec Group. >> Herjavec Group. >> Happy to be here. >> Well known for the Shark Tank, but what's really interesting about Robert and your company is that we had multiple conversations and the Shark Tanks is what he's known for in the celebrity world. >> Melissa: Yes. >> But he's a nerd, he's a geek, he's one of us! (laughing) >> He's absolutely a cyber-security expert in the field, yes. >> So tell us what's going on this year at .Conf obviously security continues to be focus you guys have a booth here, what's the message you guys are sharing, what's the story from your standpoint? >> Yeah, so we do, Herjavec we're focusing on managed security services, where information security is all we do, focusing on 24/7 threat detection, security operations and also threat management. So, we want to be able to demo a lot of our capabilities, we're powered by Splunk, our HG analytics platform uses, heavily uses Splunk on the back end. So we want to be able to showcase for our customers, our clients, our prospects different types of use cases, different types of ways to detect malicious activity, while leveraging the tool itself. >> And data we're been covering since 2013, Splunk's .Conf, it's always been a data problem, but the data problem gets bigger and bigger, there's more volume than ever before which shifts the terms to the adversaries because ransomware is at an all time high. >> Melissa: Sure. >> Data is where the value is, but that's also where the attack vectors are coming from. This isn't going away. >> Absolutely, yeah, we want to focus on not just what type of data you're ingesting into your instance but to also understand what types of log sources you're feeding into your sim today. So we have experts actually focus on evaluating the type of log sources we're bringing in. Everything from IPS, to AV, to firewall you know, solutions into the sim so that way we can build use cases those, to be able to detect different types of activity. We leverage different types of methodologies, one of them is Mitre framework, CIS top 20. And being able to couple those two together it's able to give you a better detection mechanism in place. >> I want to some kind of, clarification questions because we talked to a lot of CSOs and CIOs and and CXOs in general. >> Melissa: Sure. >> The roles are changing, but the acronyms of the providers out in the market place are specializing, some have unique focuses, some have breadth, some have depth, you guys are an MSSPP. So, MSSPP, not to be confused with an MSP. Or ISV, there's different acronyms, what is the difference between an MSSPP versus an MSP? >> Melissa: Correct, so it's, we are a MSSP, which is a Managed Security Service Provider. And what we do is just, we're focused on we're very security-centric. So information, security is all we do everything from threat detection, we even have a consulting advisory role where we're actually doing penetration exams. We're PCI compliant, obviously SOC operations are the bread and butter of our service. Whereas, other MSPs, Managed Services Providers, they can do anything from architecture, network operations in that purview. So, we're focused on more of SIM solutions, endpoint, being able to manage any of your security technologies. And also, monitor them to take a fact into the SOC. >> So you guys are very focused? >> Melissa: Very focused on security. >> Then what's the key decision point for a customer to go with you guys, and what's the supplier relationship to the buyer because they're buying everything these days! >> Melissa: Sure. >> But they want to try and get it narrowed down so the right people are in the right place. >> Melissa: Yeah, so one of the great things about Herjavec Group is we are, you know, we're vendor agnostic, we have tons of experts in, you know, expertise resources that monitor, manage different types of technologies. Whether it's Splunk and other technologies out there, we have a team of people, that are very, very, you know, centric to actually monitor and manage them. >> How big is Splunk, in relative with your services? How involved are they with the scope? >> Melissa: Over 60% of our managed clients today, utilize Splunk, they're heavy Splunk users, they also utilize Splunk ES, Splunk Core, and from a management side, they're implementing them into their service. All of the CSOs and CROs or CIOs are leveraging and using it, not just for monitoring and security but they're also using it in development environments, as well as their network operations. >> So, one of the things I've been, I won't say preaching, because I do tend to preach a lot, but I've been saying and amplifying, is that tools that have come a long in the business and there's platforms and Splunk has always kind of been that, a platform provider, but also a good tool for folks. But, they've been enabling value, you guys have built an app on Splunk, the proprietary solutions. >> Absolutely. >> Could you tell me about that because this is really where the value starts to shift, where domain expertise focused practices and services, like you guys are doing, are building on someone else's platform with data, talk about your proprietary app. >> Absolutely, so we discovered, a few years ago, was that customers needed help getting to the data faster. So we were able to build in built-in queries, you know literally one click, say if you wanted to get to a statistical side of how many data sources are logging your SIM, is the data, you know, modeling complete, you know, is there anything missing in the environment or are there any gaps that we need to fill? You're able to do it by just clicking on a couple of different, you know, buttons within the tool itself. It gives you a holistic view of not just the alerts that are firing in your environment but all the data log sources that are coming into your SIM instance. It's a one stop shop. And also, what's great about it, is that it also powers Splunk ES, so Splunk ES also has similar tools and they are, literally, I mean that tool is so great you can go in, you can look at all the alerts, you can do an audit trail, you can actually do drill-down analysis, you can actually see the type of data like PCAP analysis, to get to the, you know, the type of activity you want to get to on a granular level. So, both tools do it really well. >> So you have hooks into ES, Splunk ES? >> Yes, we can actually see, depending on the instance that it's deployed on, 'cause our app is deployed on top of Splunk for every customer's instance. They're ale to leverage and correlate the two together. >> What are some of the trends in the marketplace that you're seeing with your customers? Obviously, again, volumes are increasing, the surface area of attacks is coming in it's more than log files now, it's, you got traces, you got other metrics >> Melissa: Sure. >> Other things to measure, it's almost It's almost too many alerts, what do you-- >> Yeah, a lot of KPI's. The most important thing that any company, any entity wants to measure is the MTTD, the Mean Time To Detection, and also mean time to resolve, right? You want to be able to ensure that your teams are have everything at their fingertips to get to the answer fast. And even if there's an attack or some type of breach in their environment, to at least detect it and understand where it is so they can quarantine it from spreading. >> What's the biggest surprise that you've seen in the past two years? I mean, 'cause I look back at our interviews with you guys in 2013, no 2015. I mean, the narrative really hasn't changed global security, I mean, all the core, top line stories are there, but it just seems to be bigger. What's the big surprise for you in terms of the marketplace? >> The big surprise for me is that companies are now focusing more on cyber-hygiene. Really ensuring that their infrastructure is you know, up to par, right? Because you can apply the best tools in-house but if you're not cleaning up you know, your backyard (laughing) it's going to get tough. So now we have a lot of entities really focusing and using tools like Splunk you know, to actually analyze what's happening in their environment, to clean up their back of house, I would say and to put those tools in place so they could be effective. >> You know, that's a classic story clean up your own house before you can go clean up others, right? >> Right. >> And what a trend we've been seeing in the marketplace on theCUBE and talking to a lot of practitioners is, and channel partners and suppliers is that, they tend to serve their customers, but they don't clean up their own house and data's moving around so now with the diversity of data, they've got the fabric search, they got all kind of new tools within Splunk's portfolio. >> It's a challenge, and it could be you know, lack of resources, it just means that we have you know, they don't have the right expertise in-house so they used managed security providers to help them get there. For example, if a network, if we identify the network being flat, we can identify you know, how to help them how to be able to kind of, look at the actual security landscape and what we need to do to have good visibility in their environment from places they didn't know existed. >> What's the one, one or two things that you see customers that need to do that, they aren't doing yet? You mentioned hygiene is a trend, what are some other things that that need to be addressed, that are almost, well that could be critical and bad, but are super important and valuable? >> I think now a lot of, actually to be quite honest a lot of our clients today or anyone who's building programs, security programs are getting you know, very mature. They're adopting methodologies, like Mitre Framework, CIS Top 20, and they're actually deploying and they're actually using specific use cases to identify the attacks happening in their environment. Not just from a security-centric standpoint but also from an operations side you know, you could identify misconfigurations in your environment, you can identify things that are you know, just cleaning up the environment as well. >> So, Splunk has this thing called SOAR, Security-- >> Automation. >> Orchestration Automation Recovery, resilience whatever R, I think R stands for that. How does that fit in to your market, your app and what you guys are doing? >> So it definitely fits in basically, being able to automate the redundant, mundane types of tasks that anyone can do, right? So if you think about it, if you have a security operations center with five or 10 analysts, it might take one analyst to do a task, it might take them two or three hours, where you can leverage a tool like Phantom, any type of SOAR platform to actually create a playbook to do that task within 30 seconds. So, not only are you minimizing the amount of you know, head count to do that, you're also you know, using your consistent tool to make that function make that function you know, more, I want to say enhanced. So you can build play books around it, you can basically use that on a daily basis whether it's for security monitoring or network operations, reporting, all that becomes more streamlined. >> And the impact to the organization is those mundane tasks can be demotivating. Or, there's a lot more problems to solve so for productivity, creativity, can you give some examples of where you've seen that shift into the personnel, HR side the human resource side of it? >> Yeah, absolutely so you know, you want to be able to have something consistent in your environment, right? So you don't want others to get kind of, get bored or you know, when you're looking at a platform day in and day out and you're doing the same task everyday, you might miss something. Whereas, if you build an automation tool that takes care of the low hanging fruit, so to speak, you're able to use a human component to put your muscles somewhere else, to find some you know, the human element to actually look for any types of malicious anomalies in the environment. >> How much has teamwork become a big part of how successful companies manage a security threat landscape? >> Very, very important. I mean, you're talking about leveraging different teams on the engineering side, on the operations side, even you know, coupling that with business stakeholders. You absolutely need to get the business involved so they have an understanding of what's critical to their environment, what's critical to their business, and making sure that we're taking security, obviously seriously, which a lot of companies know already, but not impeding on the operation. So doing it safely without having to minimize impact. >> Well let's just, I got to ask you this question around kind of, doing the cutting edge but not getting bled out, bleeding edge, bleeding out and failing. Companies are trying to balance you know, being cutting edge and balancing hardcore security Signal FX is a company that Splunk bought, we've been following them from the beginning. Strong tracing, great in that cloud native environment. So cloud native with micro services is super hot in areas you know, people see with Kubernetes and so on happening, kind of cutting edge though! >> Melissa: Right. >> You don't want to be bleeding edge 'cause there's some risks there too so, how do you guys advise your clients to think about cloud native with Splunk and some of the things that they're there but as the expression goes "there's a pony in there somewhere" but it's risky still, but certainly it's got a lot of promise. >> Yeah, you know, it's all about you know, everyone's different, every environment's different. It's really about explaining those options to them what they have available, whether they go on the cloud, whether they stay on-prem, explaining them from a cost perspective, how they can implement that solution, and what the risks are involved if they had and how long that will take for them to implement it in their environment. >> Do you see a lot of clients kicking the tires in cloud native? >> A lot of customers are migrating to cloud. One, because they don't have to keep it in a data warehouse, they don't have to have somebody manage it, they don't have to worry about hardware or licenses, renewals, all that. So, it's really easy to spin up a you know, a cloud instance where they can just keep a copy of it somewhere and then configure it and manage it and monitor it. >> Melissa, great insight, and love to have you on theCUBE, I got to ask you one final question >> Melissa: Sure. >> As a, on a personal note well, personal being you're in the industry you know, I hear a lot of patterns out there, see a lot of conversations on theCUBE. One consistent theme is the word scale. Cloud brings scale to the table, data scaling, so data at scale, cloud at scale, is becoming a reality for customers, and they got to deal with it. And this also impacts the security piece of it. What are some of the things that you guys and customers are doing to kind of one, take advantage of that wave but not get buried into it? >> Absolutely, so you just want to incorporate into the management life cycle, you know you don't want to just configure then it's one and done, it's over. You want to be able to continually monitor what's happening quarter over quarter you know, making sure that you're doing some asset inventory, you're managing your log sources, you have a full team that's monitoring, keeping up with the processes and procedures, and making sure that you know, you're also partnering with a company that can can follow you you know, year over year and build that road map to actually see what you're building your program, you know. >> So here's the personal question now, so, you're on this wave, security wave. >> Melissa: Sure. >> It's pretty exciting, can be intoxicating but at the same time, it's pretty dynamic. What are you excited about these days in the industry? What's really cool that you're getting jazzed about? What's exciting you in the industry these days? >> Automation, absolutely. Automation, being able to build as many playbooks and coupling that with different types of technologies, and you know, like Splunk, right? You can ingest and you can actually, automate your tier one and maybe even a half of a tier two, right, a level two. And that to me is exciting because a lot of what we're seeing in the industry now is automating as much as possible. >> And compare that to like, five years ago in terms of-- >> Oh absolutely, you know, SOAR wasn't a big thing five years ago, right? So, you had to literally sit there and train individuals to do a certain task, their certain function. And then you had to rely on them to be consistent across the board where now, automation is just taken that to the next level. >> Yeah it's super exciting, I agree with you. I think automation, I think machine learning and AI data feeds, machine learning. >> Michelle: Right. >> Machine learning is AI, AI is business value. >> Being able to get to the data faster, right? >> Awesome, speed, productivity, creativity, scale. This is the new formula inside the security practice I'm John Furrier with theCUBE. More live coverage here for the 10th anniversary of Splunk .Conf, our seventh year covering Splunk from a start-up, to going public, to now. One of the leaders in the industry. I'm John Furrier, we'll be right back. (techno music)
SUMMARY :
Brought to you by Splunk. I'm going to be carrying it solo, and the Shark Tanks is what he's known for you guys are sharing, what's the story from your standpoint? Yeah, so we do, Herjavec we're focusing on but the data problem gets bigger and bigger, the attack vectors are coming from. it's able to give you a better detection mechanism in place. and CIOs and and CXOs in general. So, MSSPP, not to be confused with an MSP. being able to manage any of your security technologies. the right people are in the right place. Herjavec Group is we are, you know, we're vendor agnostic, All of the CSOs and CROs or CIOs are leveraging But, they've been enabling value, you guys have built like you guys are doing, are building on someone else's of data like PCAP analysis, to get to the, you know, They're ale to leverage and correlate the two together. in their environment, to at least detect it and What's the big surprise for you in terms of the marketplace? and using tools like Splunk you know, in the marketplace on theCUBE and talking to a lack of resources, it just means that we have you know, from an operations side you know, How does that fit in to your market, make that function you know, more, And the impact to the organization is Yeah, absolutely so you know, on the operations side, even you know, Well let's just, I got to ask you this some risks there too so, how do you guys Yeah, you know, it's all about you know, So, it's really easy to spin up a you know, What are some of the things that you guys processes and procedures, and making sure that you know, So here's the personal question now, What's exciting you in the industry these days? and you know, like Splunk, right? Oh absolutely, you know, SOAR wasn't Yeah it's super exciting, I agree with you. from a start-up, to going public, to now.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Lisa Martin | PERSON | 0.99+ |
Melissa | PERSON | 0.99+ |
Melissa Zicopula | PERSON | 0.99+ |
five | QUANTITY | 0.99+ |
Robert | PERSON | 0.99+ |
two | QUANTITY | 0.99+ |
Michelle | PERSON | 0.99+ |
Herjavec Group | ORGANIZATION | 0.99+ |
2013 | DATE | 0.99+ |
Herjavec | ORGANIZATION | 0.99+ |
John Furrier | PERSON | 0.99+ |
Splunk | ORGANIZATION | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
10 analysts | QUANTITY | 0.99+ |
Lisa | PERSON | 0.99+ |
2015 | DATE | 0.99+ |
three hours | QUANTITY | 0.99+ |
one analyst | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
tomorrow | DATE | 0.99+ |
five years ago | DATE | 0.99+ |
both tools | QUANTITY | 0.99+ |
10th year | QUANTITY | 0.98+ |
one click | QUANTITY | 0.98+ |
first guest | QUANTITY | 0.98+ |
ES | TITLE | 0.98+ |
seventh year | QUANTITY | 0.97+ |
10th anniversary | QUANTITY | 0.96+ |
today | DATE | 0.96+ |
30 seconds | QUANTITY | 0.95+ |
One | QUANTITY | 0.95+ |
next day | DATE | 0.95+ |
this year | DATE | 0.94+ |
Over 60% | QUANTITY | 0.94+ |
two things | QUANTITY | 0.93+ |
theCUBE | ORGANIZATION | 0.92+ |
Splunk ES | TITLE | 0.91+ |
level two | QUANTITY | 0.9+ |
Splunk .Conf | EVENT | 0.88+ |
few years ago | DATE | 0.87+ |
Splunk | EVENT | 0.85+ |
tier two | QUANTITY | 0.85+ |
one final question | QUANTITY | 0.84+ |
Shark | ORGANIZATION | 0.84+ |
Splunk | TITLE | 0.83+ |
Signal FX | ORGANIZATION | 0.8+ |
tier one | QUANTITY | 0.78+ |
SOAR | TITLE | 0.77+ |
Phil Finucane, Express Scripts | Mayfield People First Network
>> Narrator: From Sand Hill Road, in the heart of Silicon Valley, it's theCUBE, presenting the People First Network, insights from entrepreneurs and tech leaders. >> Hello and welcome to a special Cube conversation, I'm John Furrier with theCUBE. We're here at Mayfield Fund on Sand Hill Road, Venture Cap for investing here for the People First co-created production by theCube and Mayfield. Next to us, Phil Finucane who's the former CTO of Express Scripts as well as a variety of other roles. Went to Stanford, Stanford alum. >> Mm hmm. >> Good to see you, thanks for joining me for this interview. >> Thank you, thank you for having me. >> So, before we get into some of the specifics, talk about your career, you're a former CTO of Express Scripts >> Yep. >> What are some of the other journeys that you've had? Talk about your roles. >> Yeah, I've had sort of a varied career. I started off as just a computer coder for a contract coder in the mid-90s. I sort of stumbled into it, not because I had a computer science background, but because when you start coding, sort of for fun in Silicon Valley in the mid-90s, there are just lots of jobs and I was lucky to have great mentors along the way. In 2003, I joined Yahoo and came in as the lead engineer, sort of the ops guy and the build and release guy for the log in and registration team at Yahoo, so I learned how to, went from being just a coder to being somebody who know how to run and build big systems and manage them all around the world. That was in the day when everything was bare metal and I could go to a data center and actually look at my machine and say, "Wow, that one's mine," right? And you know, sort of progressed from there to being the architect by the time that I left for some of the big social initiatives at Yahoo. On my way out, the YOS, the initiative to try to build Facebook in I think 2007, 2008 to try to take them on. That didn't work out too well, but it was definitely a formative experience in my career. From there I went to Zynga, where I was the CTO for Farmville. Was really, really good at getting middle-aged women in the Midwest to come play our game, and you know, was there for >> And it was highly, >> About three years >> high growth, Farmville >> Huge growth >> Took off like a rocket ship. >> Yeah, you know, over the 10 quarters I worked on the game we had over a billion dollars in revenue and that was, you know, the Zynga IPO'd on the back of that, right? And we weren't the only game, but we were certainly >> That was one of the big games >> The big whale, us and poker were the two that really drove the value in Zynga at that point. After that, I went to American Express, where I worked in a division that sort of sat off on the side of American Express focusing on stored value products. I was the chief architect for that division. Stored value products and international currency exchange. So, you know, at one point, I was in charge of both a pre-paid platform and American Express's traveler's checks platform, believe it or not, a thing that still exists. Although it's not heavily used any more. And you know, finally, I went to Express Scripts, where I spent the last three years as the CTO for that org. >> It's interesting, you've got a very unique background, because you know, you've seen the web scale, talk about bare metal Yahoo days, I mean, I remember those days vividly, you know, dealing with database schemas, I mean certainly the scale of Yahoo front page, never mind the different services that they had, which by the way, silo-like, they had databases >> Very, oh totally >> So building a registration and identity system must've been like, really stitching together a core part of Yahoo, I mean, what a Herculean task that must've been. >> Yeah, it was a lot of fun. I learned a lot, you know, we, it was my first experience in figuring out how to deal with security around the web. You know, we had, at the beginning, some vulnerabilities here and there, as time went on, our standards around interacting around the web got better and better. Obviously, Yahoo has run into trouble around that in subsequent years, but it was definitely a big learning experience, being involved in you know, the development of the OAuth 2.0 spec and all of that, I was sort of sitting there advising the folks who were, you know, in the middle of that, doing all the work. >> And that became such a standard as we know, tokens, dealing with tokens and SAS. Really drove a lot of the SAS mobile generation that did cloud, which becomes kind of that next generation so you had, you know Web 1.0, Web 2.0, then you had the cloud era, cloud 2.0, now they're goin' DevOps and apps. I want to get your thought, and you throw crypto in there just for fun, of dealing with blockchain and then token economics and new kinds of paradigms are coming online >> It's amazing how far we've come in those years, right? I mean I look at the database that was built inside of Yahoo and this predated me, you know, this was back to circa 1996, I think, but you know, big massively scalable databases that were needed just because the traditional relational database just wouldn't work at that scale, and Yahoo was one of the first to sort of discover that. And now you look at the database technologies that are out there today that take some of those core concepts and just extend them so much further and they're so much easier to access, to use, to run, operate, all of those things than back in the days of Yahoozle, UDB, and it's amazing just to see how far we've come. >> Phil, I want to get your thoughts, because you know, talking about Yahoo and just your experiences and even today, at that time it was like changing the airplane's engine at 35,000 feet, it's really difficult. A lot of corporate enterprises right nhow are having that same kind of feeling with digital, and digital transformation, I'd say it's a cliche, but it is true this impact, the role of data that's playing and the just for value creation but also cybersecurity could put a company out of business, so there's all kinds of looming things that are opportunities and challenges, that are sizable, huge tasks that was once regulated to the full stack developers and the full web scalers, now the lonely CIO with the anemic enterprise staff has to turn around on a dime. Staff up, build a stack, build commodity, scale out, this is pretty massive, and not a lot of people are talking about this. What's your view on this? Because this is super important. >> Yeah it is, and you know, so I had kind of a shock, moving from working my whole career here on Silicon Valley and then going to American Express, which you know, is very similar in a lot of ways to Express Scripts, and the sort of corporate mindset around, "What is technology?" There is this notion that everything is IT and here in the valley, IT is you know, internal networks and laptops and those sorts of things, the stuff that's required to make your enterprise run internally. Their IT is all of your infrastructure, right? And IT is a service organization, it's not the competitive advantage in your industry, right? And so both of the places that I've gone have had really forward-thinking leaders that have wanted to change the way that their enterprise operates around technology, and move away from IT but, to technology, to thinking about engineering as a core competency. And that's a huge change, not only for the CIO >> You're saying they did have that vision >> They had the vision, but they didn't know how to get there, so my charter coming in and you know, others who were on the teams around me, our charter was to come in and help build a real engineering organization as opposed to an IT org that's very vendor-oriented, you know, that's dependent on third parties to tell you the right thing or the wrong thing, you know that hires consultants to come in and help set up architecture standards, because we couldn't do that on our own, we're not the experts on this side. You know, that's sort of the mindset in many old school companies, right? That needs, that I think needs to change. This notion that software is eating the world is still not something that people have gotten their heads around in many companies, right? >> And data's washing out old business models, so if software's eating the world, data's the tsunami that's coming in and going to take out the beach and the people there. >> Right. And so it's like, all of these things, it's one thing for, you know, a forward-thinking CEO like Tim Wentworth at Express Scripts, who was responsible for bringing me and the group in, you know, those kinds of folks, it's one thing to know that you have to make that transition it's another thing to have a sense of what that means for an engineering team, and all the more for the rest of the organization to be able to get behind it. I mean, people you know, I don't know any number of business partners who've been used to, just sort of taking a spec, throwing it over the wall, and saying, "Come back to me in two years when you're done." That's not how effective organizations work around technology. >> Let's drill into that, because one of the things that's cultural, I mean I do some of the interviews of theCUBE, I talk to leaders all the time like yourself, the theme keeps coming back, it's culture, it's process, technology, all those things you talk about, but culture is the number one issue people point to, saying, "That's the reason why "something did or didn't happen." >> Correct. >> So, you talk about throwing it over the fence, that's waterfall, so you think about the old waterfall methodology, agile, well documented, but the mindset of product thinking is a really novel concept to corporate America Not to Silicon Valley, and entrepreneurs, they got to launch a product, not roll out SAP over two years, right, or something they used to be doing. So that's a cultural mindset shift. >> It's difficult for folks, even if they want to get on board to come along some of the time. One of the real big successes we had early on at Express Scripts was, you know, transitioning our teams to Agile wasn't difficult, what was difficult was getting business partners to sort of come along and be actively engaged in that product development mindset and lifecycle and all those sorts of things. And you know, we had one partner in particular, we were migrating from a really old, really clunky customer care application that you know had taken years and years to build, took on average, a new agent took six weeks to get trained on it because it was so complex and it's Oracle Forms and you know, every field in the database was a field on this thing, and there were green screens to do the stuff that you couldn't do in Oracle Forms, so and we wanted to rebuild the application. We tried to get them to come along and say, "Okay, we're going to do it in really small chunks," but business partners were like, "No, we can't afford "to have our agents swiveling between two applications." And so finally after we got our first sort of full-feature complete, we begged to go into a call center, you know with our business partners, and sit down with a few agents and just have them use it and see if it looked like it worked, if it did the right thing, and it was amazing seeing the business partner go, over the course of an hour, from "I can't be engaged in this, "I don't want an agent swiveling, "I don't want to be, you know, delivering partial applications "I want the whole thing." to, "Oh my god, it works way better, "the design is much nicer, the agents seem to like it," you know, "Here are the next things we should work on, "These are the things we got wrong." They immediately pivoted, and it wasn't, it was because they're the experts, they know how to run their business, they know what's important in their call centers, they know what their agents need, and they had just never seen the movie before, they just had no concept you could work that way. >> So this is actually interesting, 'cause what you're saying is, a new thing, foreign to the business partners, the tech team's on board, being Agile, building product, they have to, they can't just hear the feature benefits, they got to feel it. >> Yeah, they have to see it >> This seems to be the experience of success before they can move. Is that a success you think culturally, something that people have to be mindful of? >> It's absolutely something you have to be mindful of. And that was just the first step down the path. I mean, that team made a number of mistakes that folks here I think in the valley wouldn't normally make, you know. Over-committing and getting themselves into deep water by trying to get too much done and actually getting less accomplished in the process because of it and you know, the engagement around using data to actually figure out what's the next feature that we build. When you've got this enormous application to migrate, you should probably have some insight as to you know, feature by feature, what are you going to work on next? And that was a real challenge, 'cause there's a culture of expertise-driven, you know being subject-matter driven, expertise driven as opposed to being data driven about how do you >> Let's talk about data-driven. We had an interview earlier this morning with another luminary here at the Mayfield 50th conference celebration that they're having, and he said, "Data is the new feedback mechanism." and his point was, is that if you treat the Agile as an R&D exercise from a data standpoint. Not from a product but get it out there, get the data circulating in, it's critical in formulation of the next >> It is, yeah, it's absolutely critical. That was the eye opener for me going to Zynga. Zynga had an incredible, probably still does have, an incredible product culture that every single thing gets rolled out behind an experiment. And so you know, that's great from an operational perspective, because it allows you to, you know, move quickly and roll things out in small increments and when it doesn't work, you can just shut it off but it's not some huge catastrophe. But it's also critical because it allows you to see what's working and what's not and the flip side of that is, some humility of the people developing the products that their ideas are not going to work sometimes just because you know this domain well doesn't mean that you're necessarily going to be the expert on exactly how everything is going to play out. And so you have to have this ability to go out, try stuff, let it fail, use that, hopefully you fail quickly, you learn what's not working and use that to inform what's the next step down the path that you take, right? And Agile plays into it, but that's for me, that's the big transition that corporations really have to struggle with, and it's hard. >> You know you're, been there done that, seen multiple waves of innovation, want to bring up something to kind of get you going here. You see this classically in the old school 90s, 80s day. Product management, product people and sales people. They're always buttin' heads, you know? Product marketing, marketing people want this sales and marketing want this, product people buttin' heads, but now with Agile, the engineering focus has been the front lines. People are building engineering teams in house. They're building custom stacks for whatever reasons, the apps are getting smarter. The engineers are getting closer to the edge, the customer if you will. How do you help companies, or how do you advise companies to think about the relationship between a product-centric culture and a sales-centric culture? Because sometimes you have companies that are all about the customer-centric, customer-centric customer-centric, product-centric and sometimes if you try to put 'em together there's always going to be an alpha-beta kind of thing there and that's the balance in this. What's your take on this? Seems to be a cutting edge topic >> Yeah, well, so you know, one of the last big initiatives that I worked on at Express Scripts. Express Scripts has the, to my knowledge, the largest automated home delivery pharmacy in the world. It's amazing if you walk into one of our pharmacies where automation is packaging and filling prescriptions and packaging and shipping and doing all of that stuff. And we've built so much efficiency into the process that we've started getting slack in the system. Every year, you're trying to figure out how to make something work better and you know, have better automation around it. And so, you know, what do you do with all of that slack? The sales team can't sign up enough new customers for Express Scripts to actually fill that capacity. And so they create a division of commoditizing this, basically white labeling your pharmacy. We called it Pharmacy as a Platform, exposing APIs to third parties who might want to come along and hey, Phil's pharmacy can now fill branded prescriptions to get sent to you in your home, right? And so that's a fantastic vision, but there's a real struggle between engineering who had all these legacy stacks that we needed to figure out how to move to be able to really live up to this, you know the core of Express Scripts was our members and not somebody else's members. And so there's a lot of rewiring at the core that needs to be done. An operations team, a product team that's, you know, running these home delivery pharmacies, and a sales team that wants to go off and sell all over the place, right? And so, you know, early on, we started off and the sales team tried to sell, like six different deals that all required different parts of the vision, but you know, they weren't really, there was no real roadmap to figure out how do you get from where we're at to the end, and we could've done any of those things, but trying to do them all at once was going to be a trainwreck. And so, you know, we stubbed our toes a couple of times along the way, but I think it just came down to having a conversation and trying to be as transparent as possible on all sides, in all sides. To you know, try to get to a place where we could be effective in delivering on the vision. The vision was right. Everybody was doing all of the right things. But if you haven't actually, with so much of this stuff, if you haven't seen the movie, if you haven't worked this way before, there's nothing I can tell you that's going to make it work magically for you tomorrow. You have to just get this together and work in small increments to figure out how to get there. >> You got to go through spring training, you got to do the reps. >> Yep, absolutely. >> All right, so on your career, as you look at what you've done in your career, and what people outside are looking at right now, you got startups trying to compete and get a market position. You have other existing suppliers who could be the old guard, retooling and replatforming, refactoring, whatever the buzz word you want to use. And then the ultimate customer who wants to consume and have the ability of having custom personalization, data analytics, unlimited elastic capability with resources for their solution. How, what advice would you give to the startup, to the supplier, and to the customer to survive this next transition of cloud 2.0, you know and data tsunami, and all the opportunities that are coming? Because if they don't, they'll be challenged a startup goes out of business, a supplier gets displaced. >> Right, I mean, well, so the startup, I don't know if I have good advice for the startup. Startups in general have to find a market that actually works for them. And so, you know, I don't know that I've got some secret key that allows startups to be effective other than don't run out of money, try to figure out how to build effectively to get you to the point where you're, you know, where you're going to win. One of my earliest, one of the earliest jobs I had in my career, I came into a startup, and I tried, one of the founders had written the initial version of the code base. I, as a headstrong engineer, was convinced that he had done horrible work, and so I sort of holed up for like, six to eight weeks doing a hundred hours a week trying to rewrite the entire code base while getting nothing done for the startup. You know, in the end, that was the one job I've ever been fired from, and I should've been fired, because, you know, honestly as a startup, you shouldn't worry about perfection from an engineering perspective. You should figure out how to try to find your marketplace. Everybody has tech debt, you can fix that as time goes on, the startup needs to figure out how to be viable more than anything else. As far as suppliers go, you know, I don't know it's interesting the, you know, I sort of look at corporate America and there are many many companies that really rely heavily on their vendors to tell them how to do things. They don't trust in their own internal engineering ability. And then there are the ones, like the teams I have built at AmEx and Express Scripts that really do want to learn it all and be independent. I would say, identify when you walk into somebody's shop which they are and sell to them appropriately. You know, I've been a Splunk customer for a long time, I love Splunk. But the Splunk sales team early on at Express Scripts tried to come in and sell me on a whole bunch of stuff that Splunk was just not good at, right? >> And you knew that. >> And I knew that, because I've been a hands-on customer every since Zynga, right? I know what it's good at, and I love it as a tool, but you know, it's not the Swiss Army knife. It can't do everything. >> Well now you got Signal FX, so now you can get the observability you need. >> Exactly, right? So yeah, I, you know, I would say, you know, for those kinds of companies, it's important to go in and understand what your customer is, you know, what your customer is asking for and respond to them appropriately. And in some cases, they're going to need your expertise, either because they're building towards it or they haven't gotten there yet, and some cases, one of the things that I have done with teams of mine in the past, was it with AppDynamics at Express Scripts, excuse me at AmEx, five or six years ago, they were sold on, you know, bringing in AppDynamics as a monitoring tool, I actually made them not bring it in, because they didn't know what they didn't know. I made them go build some basic monitoring, you know, using some open source tools, just to get some background, and then, you know, once they did, we ended up bringing AppDynamics in, but doing it in a way that they were accretive to what we were trying to accomplish and not just this thing that was going to solve all of our problems. >> And so that brings up the whole off-the-shelf general purpose software model that you were referring to. The old model was lean on your vendors. They're supplying you, and because you don't have the staff to do it yourself. That's changing, do you think that's changing? >> It is, it's changing, but again, I think there's a lot of places where people nominally want to go there, but don't know how to get there, and so, you know, people are stubbing their toes left and right. If you're doing it with this mindset of, we're constantly getting better and we're learning and it's okay to make mistakes as long as we move forward, >> It's okay to stub your toe as long as you don't cut an artery open. >> Yeah, that's true, yeah exactly >> You don't want to bleed out, that's a cybersecurity hack >> That's true, that's true. But for me a lot of the time that just comes down to how long are you waiting before you stub your toe? If you're, you know, if you wait two years before you actually try to launch something, the odds of you cutting your leg off are much higher than >> Well I want to get into the failure thing, so I think stubbing your toe brings up this notion of risk management, learning what to try, what not to do, take experiments to try to your, which is a great example. Before you get there, you mentioned suppliers. One of the things we hear and I want to get your thoughts on, is that, a lot of CIOs and C-sos, and CBOs, or whatever title is the acronym, they're trying to reduce the number of suppliers. They don't want more tools, right? They don't necessarily want another tool for the tool's sake or they might want to replatform, what does that even mean? So, we're hearing in our interviews and our discussions with partitioners, "Hey, I want to get my suppliers down, "and by the way, I want to be API driven, "so I want to start getting to a mode "where I'm dictating the relationship to suppliers." How do you respond to that? Do you see that as aspirational, real dynamic, or fiction? >> It's a good goal to give motivation, I believe it. For me, I approach the problem a little differently. I'm a big believer, well, so, because I've seen this pattern of this next tool is going to be the one that consolidates three things and it's going to be the right answer and instead of eliminating three and getting down to one, you have four, because you're, you need to unwire this new thing, there's a lot of time and effort required to get rid of, you know, your old technology stack, and move to the new one, right? I've seen that especially coming from the C-Sec for Express Scripts is an amazing guy, and you know, was definitely trying to head down that path but we stubbed our toes, we ran into problems in trying to figure out, you know, how do you move from one set of networking gear to the next set? How do you deal with, you know, all of the virus protection and all the other, there's a huge variety of tools. >> So it's not just technical debt, it's disruption >> It's disruption to the existing stack, and you've got to move from old to new, so my philosophy has always been, with technical debt, when you're in debt, and I think technical debt really does operate in a lot of ways like real debt, right? Probably good to have some of it. If you're completely debt-free, that's I've never been in that place before. >> You're comfortable. You might not be moving, >> Exactly, right? But with that technical debt, you know, there's two ways to pay down your debt. You can scrimp and save and put more money into debt principal payments as opposed to spending on other new things, or, well and/or, build productive capacity. So a huge focus for me for the engineering teams that we've built, and this is not anything new to the folks in this area, but, you know, always think about an arms race, where you're getting 1% better every day. The aggregation of marginal gains and investing in internal improvements so that your team is doubling productivity every year, which is something that's really possible for, you know, some of these engineering organizations, is the way that you deal with that, right? If you get to the point where your team is really, really productive, they can go through and eliminate all the old legacy technology. >> That's actually great advice, and it's interesting, because a lot of people just get hung up on one thing. Operating something, and then growing something, and you can have different management styles and different techniques for both, the growth team, the operating team. You're kind of bringing in and saying, we can do both. Operate with growth in mind, to 1% better approach. >> Right, you know, and for me, it's been an interesting journey, you know. I started off as the engineer and then the architect, who was always focused on just the technology, the design of the system in production. Sort of learned from there that you had to be good at the you know, all the systems that get code from a developer's desktop into production, that's a whole interrelated system that's not isolated from your production system. And then from there, it has to be the engineering team that you build has to be effective as well. And so, I've moved from being very technology-centric to somebody who says, "Okay, I have to start "with getting the team right "and getting the culture right if we're ever going to "be able to get the technology to a good place." Mind you, I still love the technology. I'm still an architect at my core, but I've come to this realization that good technology and bad teams will get crushed by bad technologies and good teams. Because now I've seen that a couple of places, where you have old but evolving technology stacks that have gone from low availability and poor performance and low ability to get new features into production to a place where you're fixing all of that at a high rate. It starts with the team. >> You're bringing us some core Silicon Valley ethos to the IT conversation, because what you're talking about is "I'll fund an A team with a B plan any day "over a B team with an A plan." >> Right. >> And where this makes sense, I think is true, is that to your point about debt, A teams know how to manage it. >> Yeah. >> So this is kind of what you're getting at here. >> Right. >> You can take that same ethos, so it's the Agile enterprise. >> Yeah, it is >> That's what we're talking about. Okay, so hypothetical final point I want to chat with you about. Let's just say you and I were startin' a company. We're chief architects, you're the chief architect, I'm a coder, what are we doing? Do I code from horizontally scalable cloud, certainly cloud native, how would you think about building, we have an app in mind, all of our requirements defined, it's going to be data-centric, it's going to be game change and have community, it might have some crypto in there, who knows, but it's going to be fun. How do we scale this out to be really fast? How would you architect this? >> Yeah, well, you know, I do start in the cloud. I go to AWS or Azure or any of the offerings that are out there, and you know, leverage everything that they have that's already wired up already for you. I mean the thing that we've seen in the evolution of software and production systems over the last, well, forever, is you get more and more leverage every day, every year, right? And so, if you and I are startin' a new company, let's go use the tools that are there to do the things that we shouldn't be wasting our time on. Let's focus on the value for our company as much as we can. Don't over-architect. I think premature optimization is a thing that you know, I learned early on is a real problem. You should, you know >> Give an example, what that would look like. >> I've seen >> Database scale decisions done with no scale >> Correct, yeah, you know? You go off >> Let's pick this! It's the most scalable database, well we have no users yet. >> Right, you know you build the super complicated caching architecture or you know, you go design the most critical part of the system out of the gate, you know, using Assembly. You use C++ or, you use a low level language when a high level language with your three users would be just fine, right? You can get the work done in a fraction of the time. >> And get the business logic down, the IP, >> Solve the problem when it becomes a problem. Like, it's, you know, I've, any number of times, I've run into systems, I've built systems where you have some issue that you run into, and you have to go back and redesign some chunk of the system. In my experience, I'm really bad at predicting, and I think engineers are really bad at predicting what are going to be the problem areas until you run into them, so just go as simple as you can out of the gate, you know. Use as many tools as you can to solve problems that, you know, maybe as an engineer, I want to go rebuild every thing from scratch every time. I get the inclination. But it's >> It's a knee-jerk reaction to do that but you stay your course. Don't over-provision, overthink it, thus start taking steps toward the destination, the vision you want to go to, and get better, operate >> Solve the problem you have when it shows up. >> So growth mindset, execute, solve the problems when they're there. >> Right, and initially the problem that you have is finding a market, you know, not building the greatest platform in the world, right? >> Find a market, exactly. >> Right? >> Phil, thanks for taking the time >> Thank you very much, appreciate it. >> Appreciate the insights. Hey, we're here for the People First, Mayfield's 50th celebration, 50 years in business. It's a CUBE co-production, I'm John Furrier, thanks for watching >> Thanks John. (outro music)
SUMMARY :
in the heart of Silicon Valley, for the People First co-created production What are some of the other journeys that you've had? to come play our game, and you know, was there for And you know, finally, I went to Express Scripts, what a Herculean task that must've been. advising the folks who were, you know, that next generation so you had, you know Web 1.0, and this predated me, you know, this was back to circa 1996, because you know, talking about Yahoo and here in the valley, IT is you know, to tell you the right thing or the wrong thing, you know and going to take out the beach and the people there. it's one thing to know that you have to make that transition it's process, technology, all those things you talk about, that's waterfall, so you think about and it's Oracle Forms and you know, a new thing, foreign to the business partners, Is that a success you think culturally, as to you know, feature by feature, and his point was, is that if you treat the Agile down the path that you take, right? the customer if you will. different parts of the vision, but you know, you got to do the reps. to survive this next transition of cloud 2.0, you know to get you to the point where you're, you know, but you know, it's not the Swiss Army knife. so now you can get the observability you need. just to get some background, and then, you know, general purpose software model that you were referring to. and it's okay to make mistakes as long as we move forward, as long as you don't cut an artery open. the odds of you cutting your leg off are much higher than "where I'm dictating the relationship to suppliers." to get rid of, you know, your old technology stack, It's disruption to the existing stack, You might not be moving, to the folks in this area, but, you know, and you can have different management styles be good at the you know, all the systems that to the IT conversation, because what you're talking about is is that to your point about debt, so it's the Agile enterprise. I want to chat with you about. and you know, leverage everything that they have It's the most scalable database, or you know, you go design the most critical and you have to go back destination, the vision you want to go to, solve the problems when they're there. Appreciate the insights.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Tim Wentworth | PERSON | 0.99+ |
Phil Finucane | PERSON | 0.99+ |
Zynga | ORGANIZATION | 0.99+ |
John Furrier | PERSON | 0.99+ |
2003 | DATE | 0.99+ |
AmEx | ORGANIZATION | 0.99+ |
Yahoo | ORGANIZATION | 0.99+ |
six | QUANTITY | 0.99+ |
Silicon Valley | LOCATION | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
six weeks | QUANTITY | 0.99+ |
American Express | ORGANIZATION | 0.99+ |
2008 | DATE | 0.99+ |
35,000 feet | QUANTITY | 0.99+ |
Splunk | ORGANIZATION | 0.99+ |
Swiss Army | ORGANIZATION | 0.99+ |
2007 | DATE | 0.99+ |
Mayfield | ORGANIZATION | 0.99+ |
Phil | PERSON | 0.99+ |
two applications | QUANTITY | 0.99+ |
John | PERSON | 0.99+ |
three users | QUANTITY | 0.99+ |
People First | ORGANIZATION | 0.99+ |
five | DATE | 0.99+ |
two | QUANTITY | 0.99+ |
1% | QUANTITY | 0.99+ |
Express Scripts | ORGANIZATION | 0.99+ |
six different deals | QUANTITY | 0.99+ |
one partner | QUANTITY | 0.99+ |
Mayfield Fund | ORGANIZATION | 0.99+ |
three | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
four | QUANTITY | 0.99+ |
Oracle Forms | TITLE | 0.99+ |
one | QUANTITY | 0.99+ |
AppDynamics | ORGANIZATION | 0.99+ |
both | QUANTITY | 0.99+ |
two ways | QUANTITY | 0.99+ |
first experience | QUANTITY | 0.99+ |
two years | QUANTITY | 0.99+ |
theCube | ORGANIZATION | 0.99+ |
mid-90s | DATE | 0.98+ |
50 years | QUANTITY | 0.98+ |
tomorrow | DATE | 0.98+ |
eight weeks | QUANTITY | 0.98+ |
over a billion dollars | QUANTITY | 0.98+ |
first | QUANTITY | 0.97+ |
one point | QUANTITY | 0.97+ |
six years ago | DATE | 0.97+ |
one thing | QUANTITY | 0.97+ |
theCUBE | ORGANIZATION | 0.97+ |
three things | QUANTITY | 0.97+ |
One | QUANTITY | 0.96+ |
CUBE | ORGANIZATION | 0.96+ |
Steve Herrod, General Catalyst | CUBE Conversation, August 2019
>> from our studios in the heart of Silicon Valley, Palo Alto, California It is a cute conversation. >> Hello and welcome to the Special Cube conversation with remote gas. Steve, harried managing director of General Catalyst, is he's a venture capitalist. >> Former >> CTO of the M. Where? Cube alumni. Steve, welcome to this special cube conversation coming in remote from Palo Alto. You're right across town, but still grab you big news happening. And also get your thoughts on the emerald 2019. Welcome to our remote conversation. >> Yeah, we were close. And yet this makes it even more convenient. We >> love the new format. Bring people into no matter where they are, no matter. Whatever it takes to get the stories we want to do that. And two important ones having. We know the emeralds coming next week. But congratulations. In order to you and your portfolio companies signal FX, another cube alumni from we've been covering since the beginning of their funding acquisition. Bye, Splunk today for over a billion dollars. 60% in cash and 40%. And stop. Congratulations. You've been on the board. You've known these guys from VM. We're quite a team. Quite an exit It's a win win for those guys. Congratulations. >> Yeah, Great group of guys. Several, which were at being where, as you as you mentioned, and as you've had on your show, that's great. They were doing a really good job of monitoring and getting metrics about applications and how they're doing it. And they're marrying it with spunk, stability to ingest logs and really understand operational >> data. And I think that combination will be very powerful. >> It brings kind of what we've been monitored. Calling Cloud 2.0, Suzie, monitoring 2.0, is really observe ability As the world starts moving into the kinds of service is we're seeing with Cloud on premises operations more than ever, that game has changed much more dynamic, and the security impact is significant. And certainly as as applications connect with its coyote or any I p device having that day, that scales really critical part of that. And I know signal left fax was one of those companies where you invested early, and I remember interviewing a couple of years ago in saying, Damn, these guys might be too early. I mean, they're so smart, they're so on it. But this is an example of skating to where the puck is As we increase, Key would say, These guys were just hitting their stride. Steve, can you Can you share any color commentary on on the deal and or you know why this is so important? >> Well, they've been at this for a long time, and they're a great team. I've been involved. Is investor less time? Obviously. But it was the really original team out of Facebook monitoring really at scale applications and then trying to take that technology that Facebook could use and applied it to our world. And, you know, as you discovered, we're in a world of micro service's and containers, and that is definitely hitting its stride right now. And so they were in the right place knowing how >> to monitor this very fast moving >> information and make some sense out of it. So you're a really good job on their part, and it was a pleasure to be >> along for part of the ride with him. >> It's great to me, great founders that have a vision and stay the course because, you know it's always it's always tricky when you're early to see the future especially around their top micro surfaces and containers way back before became the rage and now more relevant operationally for enterprises, it's easy to get distracted and man that fashion. We'll just jump on this trend of this way. They stayed the course. They stayed the nose to the grindstone and now observe ability. Which, to me is code word for monitoring. 2.0 is probably one of the hottest segments you saw Cummings going public companies filing the pager Duty dynatrace. Now you guys with your acquisition with Signal FX, This is an important sector this would normally be viewed in. I t. Rule is kind of list of white space, but it seems to be a much bigger landscape. Can you comment on your view on this and why it's so important? Why is observe ability so hot? Steve? >> Well, it's been this actually had a great market to be in for quite a while. They've been a large number of companies, continue to be both built up, and it's pretty simple. That amount of e commerce, or the amount of customer interactions you're having over applications and over the Web has gone up, and so anything that's not performing well or as downtime literally cost you a lot of money as a company. And so as these applications get more complex and they're being relied on >> Maur for revenue and for custom directions, >> you simply have to have better tools. And that's gonna be something that continues to evolve, that we got more complex, absent, more commerce is going >> to go through them. >> Complexity is actually something that people, a lot of people are talking about. I want to ask you something around today's marketplace, but I want you to compare and contrast it, similar to what your experience wasn't v m Where were you? The CTO virtual ization of all very, very quickly on ended up becoming a really critical component of the infrastructure, and a lot of people were pooh poohing that initially at first, then all sudden became. We've got to kill the M where you know so the resiliency of the M, where was such that they continue to innovate on virtualization, and so that's been a part of the legacy of V M wear, and the embers will cover next next week. But when you look at what's happening now with cloud computing and now some of the hybrid cloud up opportunities with Micro Service's and other other cool things. The role of the application is being is important part of the equation. It used to be the standup infrastructure, and that would enable the application to do things virtualization kind of change that game. Now you don't need to stand up. Any infrastructure could just deploy an application, and the infrastructure can be code and be self form, so you can have unique requirements. As infrastructure driven by the application, the whole world seemed to have flipped around. Do you see it that way? Is that accurate assessment? What's your thoughts on that? >> I think you're right on a bunch of fronts. People have been calling a different things, but the beauty of the, um where and you know this is a while ago now, but the reason it was successful is that you didn't have to change any of your software to use. It sort of slid him underneath an added value. But at the same time applications evolved. And so the that path of looking like hardware was something that was great for not changing applications. You have to think about a little differently when people are taking advantage of new application patterns or new service. Is that air in the cloud? And as you build up these as they're called cloud Native applications, it really is about the infrastructure. You know. It's job in life is to run applications. It sort of felt like the other way around. It used to be you wrote an application for what your infrastructure was. It shouldn't be like that anymore. It's about what you need to do to get the job done. And so we see the evolution of the clouds and their service. Is that air there? Certainly the notion of containers and a lot of the stuff that being where is now doing has been focused on those new applications and making sure Veum, where adds value to them, whatever type >> of application they are. >> It's interesting one of the exciting things in this way that we're on this year around multi cloud hybrid cloud in Public Cloud Now that we've kind of crossed over to the reality that public cloud has been there, done that succeeded I call that cloud 1.0, you saw the emergence of hybrid cloud. Even early on, around 2012 2013 we were talking about that of'em world instantly pad Kelsey here, but now you're seeing hybrid cloud validated. You got Outpost, you've got Azure stack, among other things. The reality is, if you are cloud native, you might not need to have anything on premise. Like companies like ours with 50 plus people. We don't have an I T department, but most enterprises have stuff on premise, so the nuance these days is around. You know, what's the architecture of of I T. These days, we add security into It's complicated. So these debates can there be a soul cloud for a workload? Certainly that's been something that we've been covering with the Amazon Jet I contract, where it's not necessarily a soul cloud for the entire Department of Defense. It's a soul cloud for the workload, the military application workload or app. The military. It's $10 million application, and it's okay to have one cloud, as we would say, But yet they're going to use Microsoft's cloud for other things. So the ODS having a multiple cloud approach, multiple environments, multiple vendors, if you will, but you don't have to split the cloud up. Her say This is kind of one of those conversations really evolving quickly because there's no real school of thought around this other than the old way, which was have a multi vendor environment split the things. What's your thoughts on the the workload relationship to the cloud? Is it okay to have a workload, have a single cloud for that workload and coexist with other clouds? >> It's funny. I've been thinking about this more lately. Where if you went back earlier in time, forgetting cloud, there used to be a lot of different type of servers that you >> can run on, whether it >> be a mainframe or a mini mainframe or Unix system or Olynyk system. And to some extent, people are choosing what would run where, based on the demands of the application, sometimes on price, sometimes on certifications or even what's been poured into the right one. So this is a beating myself, you know, that's that's a while ago. It's not too different to kind of think about the different kind of cloud service is there out there, whether you're running your own on your own data center or whether you're leveraging one from the other partners. I really do think in the ideal world you get your choice of the best possible platform for the application across a variety of characteristics. And it's kind of up to the vendors of management software and monitoring software at security software to give you more flexibility to choose where to run. And so for getting D'Amore exactly. But think of a virtualization layer that really tries to abstract out and let you more fluidly run things on different clouds. Do you think that's where a lot of the the core software is head of these days really >> enable that toe work better >> as a >> 1,000,000 other use cases, but with storage being moved around >> for disaster recovery or for whatever it else might >> be? But that quarter flexibility reminds me a lot of choosing what application >> would want. Run would run where within your own company >> and the kubernetes trend in containers certainly really makes that so much more flexible because you can still run VM. Where's viens beams under the covers over Put stuff on bare metal a lot of great opportunities that's exciting >> and you slap in a P I in front of them and micro service is sort of works in tandem with that so that you could really have your application composed >> across multiple environments. >> And I think the ob surveilling observe ability is so hot because it takes what network management was doing in the old way, which is monitoring. Make sure things are operating effectively and combining with data. And so when I heard about the acquisition of signal effects into Splunk, I'm like, There it is. We're back to data. So observe ability is really a data challenge and opportunity for using what would be a white space monitoring. But it's more than monitoring because it's about the data and the efficacy of that data and how it's being used, whether it's for security or whatever your thoughts >> s. So there's more data than ever, for sure, and so being able to stream that in being able to capture it at cost, all that is a big part of our environment still working. The key thing is turning that into some actionable insight, and whether you're using no interesting calculations for that or different forms of machine learning like that's where this really has to go is with all this data coming in. How do >> I avoid false false >> positives? How do I only alert people when needed, then that allows you to do what everyone's talked about for 30 years, which is automatic remediation. But for now, let's talk about it. Is how do I process all of this rich data and give me the right information to take action? >> Do you want to thank you for coming on this promote cube conversation? You've been with us at the Cube since 2010. I think our first cube event was A M C. World 2010. That show doesn't existing longer because that folded into Del Technologies world. So VM world next week is the last show standing that has been around since the Cube. You've been around? Of course, you guys had VM worlds had their 10th anniversary was 2013 as a show. But this is our 10th year. Well, thank you for being part of our community and being a contributor with your commentary and your friendship and referral. Appreciate all that. So I gotta ask you looking back over the 10 years since you been with Doug, you've vm world. What's the most exciting moments? What are moments that you can say? Hey, that was an amazing time. That was a grind, but we got through it. Funny moments. Your thoughts. >> Boy, that's a tough question. I've enjoyed working with you, John and the Cube. There's been somebody really interesting things for me. The sum of the big acquisitions that we went through a V Um, where? Where? I think the NSX exposition. When we get a syrah, I think that really pushed us an interesting spots. But we have gone through, uh, I pose an acquisition ourself by the emcee begun Theo. It's a pretty vicious competition from Be Citrix Airs in or Microsoft. Yeah, that's just the joy of being a These companies is lots of ups and downs along the way that they almost kind of fit together to make an exciting life. >> What was some moments for you? I know you had left was the 2015 or 26 boys with your last day of >> the world. You go now, you know about six years. >> What do you miss about the end? Where >> the team is what everyone kind of cliche says. But it's totally true. The chance to kind of work with all those people at the executive staff all the way down to like these awesome engineers with Koi is so I definitely missed that Miss Shipping products. You don't get to do that as much directly as a venture capitalist. But on the flip side, this is a great world to be, and I get to see enthusiastic. You're very optimistic founders all day long, pushing the envelope. And while that was existing at the end where, uh, it's it's what I see every single day here. >> You've been on The Cube 10 times at the M World. That's the all time spot you're tied for. First congratulates on the leaderboard. It's been a great 10 years. Going forward. We've seen are so good. Looking back, I would say that you know Palmer, it's taking over from Diane Greene. Really set the table. He actually laid out. Essentially, what I think now is a clearly a cloud SAS architecture. I think he got that pretty much right again. Or maybe early in certain spots of what he proposed at that time. There's some things that didn't materialize is fast, but ultimately from core perspective. You guys got that right, Um, and then went in Try to do the cloud. But then and this year it comes in for suffered to find, you know, line with Amazon. And since that time, the stock has been really kind of it on the right. So, you know, some key moments there for Of'em. Where from Self >> Somali. More stuff. It's fun to see Pivotal now possibly coming back into after after getting started there. But I think you know, there's there's a hugely talented team of execs there. Pat L Singers come >> in and done a great job. I think, Greg, >> you and all these folks that Aaron, >> there are good thinkers. And so I >> think you'll consider just continue to see it evolved. Quite event and probably some cool announcements next week. >> Talk aboutthe roll Ragu and the team play because he doesn't really get a lot of the spotlight. He avoids it. I know he did talk to him privately that he won't come on the Q. I don't know what the other guys go on other guys in jail, so he's been instrumental. He was really critical in multiple deals. Could you share some insight into his role at bm bm were and why it's been so important. >> I'll push him to get on, especially now that you have remote. You can probably grab him now. He and Rajiv and Rayo Funeral Just all the guys air. I think he and Reggie basically split up half and half of the products. But Roger is very, very seminal in the whole cloud strategy that has clearly been working Well, he's a good friend in a very smart guy. >> Well, I want you to give me a personal word that you're gonna get me in a headlock and tell him to come on the Cube this year. We want him on. He's a great, great great guest. He's certainly knowledgeable going forward. Steve, 10 years out, we still got 10 more years of great change coming. If you look at the wee that's coming, you're out investing in companies again. You had one big exit today with the $1,000,000,000 acquisition that was happen by Splunk and signal effects. Ah, lot more action. You've been investing in security. What's your outlook? As you look at the next 10 years is a lot more action to happen. We seem to be early days in this new modern era. Historic time in the computer industry as applications without dictating infrastructure capabilities is still a lot more to do. What do you excited about? >> There's a million things I get to see every day, which are clearly where the world is headed. But I think at the end of the day there's there's infrastructure, which the job in life of infrastructure is to run applications. And so then you look at applications. How are they changing and what is the underlying fabric gonna need to do to support them? And if you look at the future of applications, it's clearly some amazing things around artificial intelligence and machine learning to actually make them smarter. It's all different factors form factors that they're running on and being displayed on. I think we clearly have a world where with the next generation of networking, you could do even more at the edge and communicate in a very different way with the back end. I kind of look at all these application patterns and really trying to think about what is the change to the underlying clouds and fabrics and compute that's gonna be needed to run them. I think we have plenty of head room of interesting ideas ahead. >> Stew, Dave and I were talks to Dave. Stupid Valenti student and I were talking about, you know, as infrastructure and cloud get automate as automation comes in, new waves are gonna be formed from it. What new waves do you see? Is it like R P ay, ay, ay, ay. Because as those things get sucked in and the ships and two new waves What? Oh, that's some of the key ways people should pay attention to. I'm not saying the industries is going away, but as it becomes automated, and as the shift happens, the value still is there. Where is those new waves? >> Well, then, today it looks like most applications they're gonna be composed of a lot of service is, um and I think they're gonna be able. They're going to need to be displaying on everything from big screens to small screens to purely as a headless 80. I front ends, and so again, I think at the end of the day, this this infrastructure is gonna have to have a lot of computation capability after crunch do tons of data but also have to stitch together these connections between components and provide really good experiences and predictability in the network and all those air very hard problems that we've been working on for a while. I think we'll keep working on them and new forms for the next 10 years at least. >> Awesome. Steve. Thanks for being a friend with us in the queue, but you're funny. Favorite moment of the Q. Can you share any observations about the cube and your experiences? Your observations over the 10 years we've come a long way, >> you go ugly, actually enjoyed it. I mean, it's a microcosm of all the other stuff going on, but I saw your first little box that you built and used for the Cube like that was that was really cool. But now the fact that I'm on my laptop, you doing this over the network and it's showing up is pretty awesome. So think you're following the same patterns of the other, have the other applications moving the cloud and having good user experiences. >> Cube native here software native Steve. Thank you so much for stating the time commenting on the acquisition. I know it's fresh on the press. Ah, lot more analysis and cut to come next week. It's certainly I'll be co hosting at Splunk dot com later in the year. So I'm looking forward to connect with a team there and again. Thanks for all your contribution into the cube community. We really appreciate one. Thank you for your time. >> Thanks. You guys are awesome. Thanks for chatting. >> Okay. Steve Herod, managing director at general counsel, Top tier VC From here in Silicon Valley and offices around the world, I'm John for breaking down the news as well as a V Emerald preview with the former CTO of'em. Were Steve hair now a big time venture capitalists. I'm John Ferrier. Thanks for watching.
SUMMARY :
from our studios in the heart of Silicon Valley, Palo Alto, Hello and welcome to the Special Cube conversation with remote gas. CTO of the M. Where? And yet this makes it even more convenient. In order to you and your portfolio companies signal FX, Several, which were at being where, as you as you mentioned, and as you've had on your show, And I think that combination will be very powerful. And I know signal left fax was one of those companies where you invested early, and I remember interviewing a couple of years And, you know, as you discovered, we're in a world of micro service's and it was a pleasure to be 2.0 is probably one of the hottest segments you saw Cummings and so anything that's not performing well or as downtime literally cost you a you simply have to have better tools. and the infrastructure can be code and be self form, so you can have unique And so the that path of looking It's interesting one of the exciting things in this way that we're on this year around multi cloud hybrid cloud forgetting cloud, there used to be a lot of different type of servers that you I really do think in the ideal world you get your choice of the best Run would run where within your own company and the kubernetes trend in containers certainly really makes that so much more flexible because you can still run VM. But it's more than monitoring because it's about the data and the efficacy of that data and how it's being used, for that or different forms of machine learning like that's where this really has to go is with all this How do I only alert people when needed, then that allows you to do what everyone's back over the 10 years since you been with Doug, you've vm world. The sum of the big acquisitions that we went through a V Um, where? You go now, you know about six years. But on the flip side, That's the all time spot you're tied for. But I think you know, there's there's a hugely talented team of I think, Greg, And so I think you'll consider just continue to see it evolved. I know he did talk to him privately that he won't come on the Q. I don't know what the other guys go on other guys I'll push him to get on, especially now that you have remote. If you look at the wee that's coming, you're out investing in companies again. And so then you look at applications. I'm not saying the industries is going away, but as it becomes automated, and as the shift happens, and so again, I think at the end of the day, this this infrastructure is gonna have to have a lot of computation capability after Can you share any observations about the cube and your experiences? But now the fact that I'm on my laptop, you doing this over the network and it's showing up is pretty I know it's fresh on the press. Thanks for chatting. offices around the world, I'm John for breaking down the news as well as a V Emerald preview with the former
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Roger | PERSON | 0.99+ |
Steve | PERSON | 0.99+ |
Steve Herod | PERSON | 0.99+ |
Steve Herrod | PERSON | 0.99+ |
Aaron | PERSON | 0.99+ |
ORGANIZATION | 0.99+ | |
Doug | PERSON | 0.99+ |
$10 million | QUANTITY | 0.99+ |
40% | QUANTITY | 0.99+ |
$1,000,000,000 | QUANTITY | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
60% | QUANTITY | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
Greg | PERSON | 0.99+ |
August 2019 | DATE | 0.99+ |
John | PERSON | 0.99+ |
Diane Greene | PERSON | 0.99+ |
John Ferrier | PERSON | 0.99+ |
Silicon Valley | LOCATION | 0.99+ |
Dave | PERSON | 0.99+ |
Rajiv | PERSON | 0.99+ |
2015 | DATE | 0.99+ |
Reggie | PERSON | 0.99+ |
10 times | QUANTITY | 0.99+ |
2013 | DATE | 0.99+ |
10th year | QUANTITY | 0.99+ |
30 years | QUANTITY | 0.99+ |
next week | DATE | 0.99+ |
First | QUANTITY | 0.99+ |
10 years | QUANTITY | 0.99+ |
Stew | PERSON | 0.99+ |
Splunk dot com | ORGANIZATION | 0.99+ |
Department of Defense | ORGANIZATION | 0.99+ |
today | DATE | 0.99+ |
10 more years | QUANTITY | 0.99+ |
both | QUANTITY | 0.99+ |
50 plus people | QUANTITY | 0.99+ |
2010 | DATE | 0.99+ |
Pat L Singers | PERSON | 0.98+ |
Be Citrix Airs | ORGANIZATION | 0.98+ |
Signal FX | ORGANIZATION | 0.98+ |
about six years | QUANTITY | 0.97+ |
Rayo Funeral | PERSON | 0.97+ |
Palmer | PERSON | 0.97+ |
first little box | QUANTITY | 0.97+ |
Kelsey | PERSON | 0.97+ |
next next week | DATE | 0.97+ |
10th anniversary | QUANTITY | 0.97+ |
first cube | QUANTITY | 0.97+ |
Theo | PERSON | 0.97+ |
General Catalyst | ORGANIZATION | 0.97+ |
this year | DATE | 0.97+ |
Key | PERSON | 0.97+ |
1,000,000 | QUANTITY | 0.96+ |
over a billion dollars | QUANTITY | 0.95+ |
half | QUANTITY | 0.95+ |
one cloud | QUANTITY | 0.94+ |
Olynyk | ORGANIZATION | 0.94+ |
80 | QUANTITY | 0.94+ |
two new waves | QUANTITY | 0.93+ |
one | QUANTITY | 0.92+ |
single cloud | QUANTITY | 0.91+ |
Outpost | ORGANIZATION | 0.91+ |
Azure | TITLE | 0.9+ |
Silicon Valley, | LOCATION | 0.9+ |
Somali | LOCATION | 0.89+ |
Cube | PERSON | 0.89+ |
2019 | DATE | 0.88+ |
26 boys | QUANTITY | 0.88+ |
Palo Alto, California | LOCATION | 0.88+ |
Cloud 2.0 | TITLE | 0.87+ |
2012 2013 | DATE | 0.86+ |
two important | QUANTITY | 0.86+ |
NSX | ORGANIZATION | 0.85+ |
couple of years ago | DATE | 0.84+ |
Koi | ORGANIZATION | 0.83+ |
Steve Herrod, General Catalyst | CUBE Conversation, August 2019
our Studios in the heart of Silicon Valley Palo Alto California this is a cute conversation hello everyone welcome to the special cube conversation with a remote guest Steve Herod managing director of general kennel s he's a venture capitalist former CTO of VMware cube alumni Steve welcome to this special cube conversation coming in remote from Palo Alto you're right across town but still we're gonna grab you big news happening and also get your thoughts on the Emerald 2019 welcome to our remote conversation yeah hey Jon yeah we're close and yet this makes it even more convenient go we'd love the new format of bring people into no matter where they are no matter what whatever it takes to get the stories we want to do that and and two important ones to having we we know vm world's coming next week but congratulations in order to you and your portfolio companies signal FX another cube alumni firm we've been covering since the beginning of their funding acquisition by Splunk today for over a billion dollars sixty percent in cash and forty percent in stop congratulations you've been on the board you've known these guys from VMware quite a team quite an exit it's a win-win for those guys congratulations yeah great group of guys several of which were at VMware has you as you mentioned and as you've had on your show that's great they were doing a really good job of monitoring and getting metrics about applications and how they're doing it and they're marrying it with spunks ability to ingest logs and really understand operational data and I think the combination will be very powerful it brings kind of what we've been monitoring cloud 2.0 essentially monitoring 2.0 is really observability as the world starts moving into the the kinds of services we're seeing with cloud and on-premises operations more than ever that game has changes much more dynamic and the security impact is significant and certainly as applications connect whether it's IOT or any IP device having that data at scale is really a critical part of that and I know signal FX was one of those companies where you invested early and I remember interview them a couple years ago and saying damn these guys might be too early I mean they're so smart they're so on it but this is an example of skating to where the as Wayne Gretzky would say these guys were just hitting their stride Steve can you can you share any color commentary on on the deal and or you know why this is so important well they've been at this for a long time and they're a great team I've been involved as an investor less time obviously but yeah it was the really original team out of Facebook monitoring really at scale applications and then trying to take that technology that Facebook could use and applied it to our world and you know as you discovered we're in a world of micro services and containers and that is definitely hitting its stride right now and so they were in the right place knowing how to monitor this very fast moving information and and make some sense out of it so yeah really good job on their part and it was a pleasure to be along for part of the ride with them it's great to meet great founders that have a vision and stay the course because you know it's always tricky when you're early to see the future especially around ok we're talking micro services and containers way back before it became the rage and now more relevant operationally for enterprises it's easy to get distracted and it's fashion well just jump on this trend or this wave they stayed the course they stayed the nose to the grindstone and now observability which to me is code word for monitoring 2.0 is probably one of the hottest segments you saw companies going public companies filing the pager Duty dynaTrace now the you guys with your acquisition with signal FX this is an important sector this would normally be viewed in the IT world as kind of lists of white space but it seems to be a much bigger landscape can you comment on your view on this and why it's so important why is observability so hot Steve well it's been this actually been a great market to be in for quite a while they've been a large number of companies continuing to be both built up and it's pretty simple the amount of e-commerce or the amount of customer interactions you're having over applications and over the web has gone up and so anything is not performing well or house downtime literally cost you a lot of money as a company and so as these applications get more complex and they're being relied on more for revenue and for customer interactions you know simply you have to have better tools and that's gonna be something that continues to evolve we have more complex apps and more commerce is going to go through them complexity is obviously something that people a lot of people are talking about I want to ask you something around today's marketplace but I want you to compare and contrast it similarly to what your experience was at VMware when you the CTO you know virtualization evolved very very quickly and ended up becoming a really critical component of the infrastructure and a lot of people were pooh-poohing that initially at first and then all the sudden became we got to kill VMware and you know so the resiliency of VMware was such that they continued to innovate on virtualization and so that's been you know part of the legacy of VMware and VM roads will cover next next week but when you look at what's happening now with cloud computing and now some of the hybrid cloud opportunities with micro services and other other cool things the the role of the application is being is important part of the equation it used to be the stand up infrastructure and that would enable the application to do things virtualization kind of changed that game now you don't need to stand up any infrastructure you can just deploy an application then the infrastructure can be code and be self formed so you can have unique requirements as infrastructure driven by the application the whole world seems to have flipped around do you see it that way is that accurate assessment and what's your thoughts on that I think you're right on a bunch of fronts people have been calling it different things but the beauty of VMware and you know this is a while ago now but the reason it was successful is that you didn't have to change any of your software to use it sort of slid in underneath and added value but at the same time applications evolved and so the path of looking like hardware was something that was great for not changing applications you have to think about a little differently when people are taking advantage of new application patterns or new services that are in the cloud and as you build up these as they're called cloud native applications it really is about the infrastructure you know it's job and life as to run applications and it's it sort of felt like the other way around it needs to be you wrote an application for what your infrastructure was it shouldn't be like that anymore it's about what what you need to do to get the job done and so we see the evolution of the clouds and their services that are there certainly the notion of containers and a lot the stuff that VMware is now doing has been focused on those new applications and making sure VMware adds value to them whatever type of application they are it's interesting one of the exciting things in this wave that we're on this year around multi cloud hybrid cloud and public cloud now that we've kind of crossed over to the reality that public cloud has been there done that succeeded I call that cloud 1.0 you saw the emergence of hybrid cloud even early on around 2012-2013 we were talking about that at VMworld you know certainly Pat Kelson here but now you're seeing hybrid cloud validated you got outpost you got Azure stack among other things the reality is if you are cloud native you might not need to have anything on premise like companies like ours with 50 plus people we don't have an IT department but most enterprises have stuff on premise so the the nuance these days is around you know what's the architecture of IT these days when you add security into it's complicated so there's debates can there be a sole cloud for a workload certainly that's been something that we've been covering with the Amazon Jedi contract where it's not necessarily a sole cloud for the entire department of defense it's a sole cloud for the workload the military application workload or app the military it's 10 billion dollar application and it's okay to have one cloud as we would say but yet they're gonna use Microsoft's cloud for other things so the DoD's having a multiple cloud approach multiple environments multiple vendors if you will but you don't have to split the cloud up or say this is kind of one of those conversations really evolving quickly because there's no real school of thought around this other than the old way which was have a multi-vendor environment split two things what's your thoughts on the the workload relationship to the cloud is it okay to have a workload have a single clap for that workload and coexist with other clouds it's funny I've been thinking about this more lately where if you went back earlier in time forgetting cloud there used to be a lot of different type of servers that you could run on whether it be a mainframe or a mini mainframe or UNIX system or a Linux system and to some extent people are choosing what would run where based on the demands of the application sometimes on price sometimes on certifications or even what's been ported to the right one so this is I'm beating myself but you know that's that's a while ago it's not too different to kind of think about the different kind of cloud services are out there whether you're running your own on your own data center or whether you're leveraging one from the other partners I really do think in the ideal world you get your choice of the best possible platform for the application across a variety of characteristics and it's kind of up to the vendors of management software and monitoring software at security software to give you more flexibility to choose where to run and so forgetting VMware exactly but think of a virtualization layer that that really tries to abstract out and let you more fluidly run things on different clouds I do think that's where a lot of the you know the core software is head of these days to really enable that to work better and so a million other use cases with with you know storage being moved around for disaster recovery or for whatever it else might be but that core of flexibility reminds me a lot of you know choosing what application would one run would run where within your own company and the kubernetes trend in container certainly really makes that so much more flexible because you can still run VMware's on the ends beams under the covers or put stuff on bare metal a lot of great opportunities so it's exciting and you slap an API in front of them and and micro-services sort of works in tandem with that so that you you could really have your application composed across multiple environments and I think the observable observability is so hot because it takes what network management was doing in the old way which is monitoring making sure things are operating effectively and combining with data and so when I heard about the acquisition of signal FX into Splunk I'm like there it is we're back to data so observability is really a data challenge and opportunity for using what would be a white space monitoring but it's more than monitoring because it's about the data and the efficacy of that data and how it's being used whether it's for security or whatever your thoughts so there's more data than ever for sure and so being able to stream that in being able to capture it at cost all that is a big part of our you know the environments we all work and the key thing is turning that into some actionable insight and whether you're using you know interesting calculations for that or different forms of machine learning like that's where this really has to go is with all this data coming in do I avoid false false positives how do i only alert people when needed and then that allows you to do what everyone has talked about for 30 years which is automatic remediation but for now let's talk about it is how do i process all of this rich data and give me the right information to take action see we want to thank you for coming on this promote cube conversation you've been with us at the cube since 2010 I think our first cube event was EMC world 2010 that show doesn't exist any longer because that folded into Dell technologies world so VM world next week is the last show standing that has been around since the cube cubes been around of course you guys had the VM worlds had their 10th anniversary I think was 2013 as a show but this is our 10th year I want to thank you for being part of our community and being a contributor with your commentary and your friendship and referral appreciate all that so I gotta ask you looking back over the 10 years since you've been with the cube VMworld what's the most exciting moments what are moments that you can say hey that was an amazing time that was a grind but we got through it funny moments your thoughts yeah boy that's a tough question I've enjoyed you know working with you John and the cube there have been so many really interesting things for me the some of the big acquisitions that we went through at VMware where I think the nsx acquisition when we get nasarah I think that really pushed us in an interesting spot but we had gone through IPOs and acquisition ourselves by EMC and we've gone through some pretty vicious competition from whether it be Citrix or Zin or Microsoft yeah that's just the joy of being at these companies it's lots of ups and downs along the way but they all kind of fit together to make an exciting life what were some moments for you I know you had left was a twenty fifteen or twenty six point eight vs world you go down there yeah about six years what do you miss about VMware the team is what everyone kind of cliche says but it's totally true the chance to kind of work with all those people at the executive staff all the way down to like these awesome engineers with Co ideas so I definitely missed that miss shipping products you don't get to do that as much as a venture capitalist but but on the flip side this is a great world to be and I get to see enthusiastic you know very optimistic founders all day long pushing the envelope and while that was existing at the EM where it's it's what I see every single day here you've been on the cube ten times at vmworld that's the all time spot you're tied but first congratulations on the leaderboard well it's been a great ten years going forward we've seen more so go looking back I would say that you know Palmer it's taking over from Diane Greene really set the table he actually laid out essentially what I think now as a clearly a cloud SAS architecture I think he got that pretty much right again or maybe early in certain spots of what he proposed at that time though some things that didn't materialize as fast but ultimately from a core perspective you guys got that right and then went in try to do the cloud but then and this year it comes in for a software-defined you know line with Amazon and since that time the stock has been really kind of up to the right so you know some key moments there for VMware from small somalia more stuff it's fun to see pivotal now possibly coming back into after after getting started there but I think you know there's there's a hugely talented team of executives there Pat Yeltsin jurors come in and done a great job I think Raghu and all these folks that are in there are good thinkers and so I think you'll consider to continue to see it evolve quite a bit and probably some cool announcements next week talk about the role Raghu and the team played because he doesn't really get a lot of the spotlight he avoids it I know he'd I've talked to him privately he won't come on the qoi let the other guys go on other guys and gals so he's been instrumental he was really critical in multiple deals could you share some insight into his role at VMware VMware and why it's been so important well I'll push them to get on especially now that you have remote you can probably grab him no he and Rajiv and andraia Ferrell just all the guys are I think he and regime basically split up half and half of the products but I know Raghu is very very similar in the whole cloud strategy that has clearly been working well he's good friend in a very smart guy well I want you to give me a personal word that you're gonna give him in a headlock and tell him to come on the cube this year we want him on he's a great great great guest he's certainly knowledgeable going forward Steve 10 years out we still got 10 more years of great change coming if you look at the wave that's coming you're out investing in companies again you had one big exit today with the billion dollar acquisition that was happening by Splunk and signal affects a lot more action you've been investing in security what's your outlook as you look at the next ten years there's a lot more action to happen we seem to be early days in this new modern era historic time in the computer industry has applications of now dictating infrastructure capabilities is still a lot more to do what are you excited about there's there's a million things I get to see everyday which are clearly where the world is headed but I think at the end of the day there's there's infrastructure which the job and life of infrastructure is to run applications and so then you look at applications how are they changing and and what is the underlying fabric gonna need to do to support them and if you look at the future of applications it's clearly some amazing things around artificial intelligence and machine learning to actually make them smarter it's all different factors form factors that they're running on and being displayed on I think we clearly have a world where with the next generation of networking you can do even more at the edge and communicate in a very different way with the backend so I kind of look at all these application patterns and really try to think about what is the change to the underlying clouds and fabrics and compute that's going to be needed to run them I think we have plenty of headroom of interesting ideas ahead stew Dave and I were talks to Dave Stuben they want this too many man died we're talking about you know as infrastructure and cloud get automated as automation comes in new waves are gonna be formed from it what new waves do you see is it's like RPAs a I I mean because as those things get sucked in and they ships in to new waves what are the some of the key ways people should pay attention to I'm not saying the inverse tress is going away but as it becomes automated and as the shift happens the value still is there where is those new waves well I think today it looks like most applications are going to be composed of a lot of services and I think they're gonna be able they're gonna need to be displaying on everything from big screens to small screens to purely as headless api friends and so again I think at the end of the day this this infrastructure is gonna have to have a lot of computation capability have to crunch through tons of data but also have to stitch together these connections between components and provide really good experiences and ability in the network and all those are very hard problems that we've been working on for a while I think we're gonna keep working on them and new forms for the next ten years at least awesome see thanks for being a friend with us in the cube what's your funny favorite moment of the Q can you share any observations about the cube and your experiences your observations over the 10 years we've come a long way you've come a long way actually I've enjoyed it I mean it's a microcosm of all the other stuff going on but I saw your first little box that you built and used for the cube like that was that was really cool but now the fact that I'm on my laptop you know doing this over the network and it's showing up is pretty awesome so I think you're following the same patterns of the other of the other applications moving to the cloud and having good user experience because cube native here software if the male native Steve thank you so much for staying the time commenting on the acquisition I know it's fresh on the press a lot more analysis and cut to come next week it's certainly I'll be co-hosting ATS plunks Kampf later in the year so I'm looking forward to connecting with the team there and again thanks for all your contribution into the cube community we really appreciate it one thank you for your time thanks John you guys are awesome thanks for chatting okay Steve Herod managing director at General Counsel top tier VC from here in Silicon Valley and they have offices around the world I'm Jean ferré breaking down the news as well as a VM real preview with the former CTO of VMware Steve hare now a big-time venture capitalist I'm John Ferrier thanks for watching [Music] you [Music]
SUMMARY :
on on the deal and or you know why this
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Rajiv | PERSON | 0.99+ |
Steve Herod | PERSON | 0.99+ |
Steve Herrod | PERSON | 0.99+ |
Dave Stuben | PERSON | 0.99+ |
August 2019 | DATE | 0.99+ |
John Ferrier | PERSON | 0.99+ |
Steve | PERSON | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
Pat Kelson | PERSON | 0.99+ |
Jean ferré | PERSON | 0.99+ |
Steve hare | PERSON | 0.99+ |
forty percent | QUANTITY | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
Silicon Valley | LOCATION | 0.99+ |
andraia Ferrell | PERSON | 0.99+ |
John | PERSON | 0.99+ |
2013 | DATE | 0.99+ |
ORGANIZATION | 0.99+ | |
Amazon | ORGANIZATION | 0.99+ |
ten years | QUANTITY | 0.99+ |
Pat Yeltsin | PERSON | 0.99+ |
Wayne Gretzky | PERSON | 0.99+ |
Citrix | ORGANIZATION | 0.99+ |
30 years | QUANTITY | 0.99+ |
Diane Greene | PERSON | 0.99+ |
10th year | QUANTITY | 0.99+ |
EMC | ORGANIZATION | 0.99+ |
10 more years | QUANTITY | 0.99+ |
Silicon Valley | LOCATION | 0.99+ |
Raghu | PERSON | 0.99+ |
10 billion dollar | QUANTITY | 0.99+ |
next week | DATE | 0.99+ |
50 plus people | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
Dave | PERSON | 0.99+ |
10 years | QUANTITY | 0.99+ |
over a billion dollars | QUANTITY | 0.98+ |
Jon | PERSON | 0.98+ |
Zin | ORGANIZATION | 0.98+ |
2010 | DATE | 0.98+ |
billion dollar | QUANTITY | 0.98+ |
next week | DATE | 0.98+ |
twenty | QUANTITY | 0.98+ |
VMworld | ORGANIZATION | 0.98+ |
tons of data | QUANTITY | 0.98+ |
10th anniversary | QUANTITY | 0.98+ |
General Catalyst | ORGANIZATION | 0.98+ |
ten times | QUANTITY | 0.98+ |
Linux | TITLE | 0.97+ |
Dell | ORGANIZATION | 0.96+ |
first cube | QUANTITY | 0.95+ |
first little box | QUANTITY | 0.95+ |
this year | DATE | 0.94+ |
both | QUANTITY | 0.94+ |
one | QUANTITY | 0.94+ |
two things | QUANTITY | 0.94+ |
wave | EVENT | 0.94+ |
sixty percent | QUANTITY | 0.93+ |
a lot of money | QUANTITY | 0.93+ |
about six years | QUANTITY | 0.92+ |
VMware VMware | ORGANIZATION | 0.92+ |
stew | PERSON | 0.92+ |
next next week | DATE | 0.92+ |
Splunk | ORGANIZATION | 0.92+ |
half and | QUANTITY | 0.91+ |
two important ones | QUANTITY | 0.91+ |
Palo Alto California | LOCATION | 0.9+ |
twenty fifteen | QUANTITY | 0.89+ |
ATS | ORGANIZATION | 0.89+ |
single clap | QUANTITY | 0.88+ |
DoD | TITLE | 0.88+ |
10 years | QUANTITY | 0.88+ |
Azure | TITLE | 0.84+ |
Mark Cranney, SignalFx & Chris Bunch, Cloudreach | AWS Summit London 2019
>> live from London, England. It's the queue covering a ws summat. London twenty nineteen Brought to you by Amazon Web services >> Welcome back to London Summit Everybody, this is David Lamont and you watching the Cube, the leader in live tech coverage. We loved to go out to the events. We extract the signal from the noise. This is our one day coverage of a WS summit London, and it's packed house twelve thousand people here. The twenty six thousand people registered, which is just outstanding. Chris Bunches. Here's the general manager of a MIA for cloud reach, and he's joined by Mark Randy, whose CEO of signal FX. Gentlemen, welcome to the Cube. >> Thank you. >> Okay, let's start with signal effects. What's going on at the show? What's the buzz like? >> Very busy. Dozens deep. A lot of demonstrations feature in our massively scalable metrics platform and distributed tracing platform. So we've had a very good show. Good showing in London. >> Good. We're going to get into some of that. Chris, tell us about cloud reach. What you guys do? >> Sure. So Cloud Reach was founded in two thousand and nine. So quite a long time ago in the history of cloud confusing, at least >> was right after the Cloud City with >> quite a pure vision around helping complex organizations to adults public cloud computing technologies to doom or faster and better. That's all we've ever done. It's all we ever intend to do way work these days with enterprise organizations across the cloud lifecycle starting with adoption, helping them to understand White Cloud. How am I going to do this? How am I going to move my data center's into the cloud? How am I gonna build new services moving on through the life cycle? We help them with that. At that migration, we helped them to shut down their data centers on rebuild them in a WS. We helped build New Cloud native Services. Using the latest offerings from from Amazon and other cloud providers, we worked with him on Data analytics, helping them to generate insights from their data. Data flows in an ever faster pace from across the across the world into their organization. On all of that is wraps with an MSP manage service twenty four hours a day, seven days a week. >> So, Mark, I gotta ask you so back back in the day, the narrative was that the public law was going to kill every man, his service provider out there. It's been nothing but a tailwind for your business. Business is booming. What's what actually happened to give you that? Left >> on the signal effects side I look, the big trends are the move to the cloud number one. The second piece is just a change in the architecture's you know, the move to communities, the introduction for elastic burst e type use cases of things like Lambda and and that even more importantly, just the process of developing software movement from, you know, waterfall, Dad, agile and the Whole Dev ops movement in introduction of micro services. So that's it's It's just a lot of a lot of these ways been going on for quite some time, but they're really starting to hit the shore to shore right now, and I think it's been a great great opportunity for companies like Cloud Reach Tio to take advantage of were very excited by the partnership. >> Well, it has. It has ripple effects on the rest of the business, doesn't it? I was saying earlier in a segment that it used to be the business of No, we can't do that because and now you look around this audience, it's all doers and builders, and, you know, it's it's actually great marketing because it works, doesn't it? So clouded has been a fundamental component of >> Yeah, I mean, our whole businesses around making t v enabler helping businesses to innovate. Once upon a time, the message was all around. Cost saving is the reason to move to the cloud, and there's still an element of that. Nobody wants to pay Mohr, but actually, increasingly, what we're seeing is organizations moving to Amazon because they want the agility, they want to move faster. And they don't want to be the the culture of no and have a process that takes six months to deliver a new service to the business. They want to be out of deliver things in hours or minutes in the some cases, and they want to do so quickly on they want to innovate, a pace that they've never been able to before, partly from a competitive threat perspective and partly from a market opportunity. There's so much, but we can deliver to customers if we put our minds to it and use the primitives, the Amazon providers, as building blocks to enable new >> services. You know where you live in the Bay Area. I spent a lot of time out there, were based in Palo Alto and use a vortex that unique that sometimes I think way think that that's where all the action is. You come to London and you see all these startups. Every business is becoming a software company. And you know, we don't in Silicon Valley in America have a monopoly on innovation anymore, >> not even close. So there's a lot of great innovation all over Europe. Uh, here in the U K. All the way to Northern Europe, Doc, uh, Paris Way we see it across the board. So >> So what are people doing? They building new cloud native APS in the public loud. Are they doing a lifted shift and trying to get more agility out of those traditional APs? What's the landscape? Looks like? >> It's ah, combination of the two. The startup organizations, of course, is starting with no legacy. There's nothing to my great and they are building cloud native and they're doing so far, >> we have no I d >> no. Yeah, technically, before nine years, four hundred on eBay test migrations. But that's the only hardware for the museum. Exactly the larger organizations. They have huge volumes of legacy infrastructure, some of it dating back to the seventies. In the case of financial institutions or public sector, then all of that is an opportunity to modernize, and not just for the agility and innovation but in some cases just to reduce risk. There is huge business risk in these old, untouched, dusty, cobweb ridden servers that nobody understands anymore. And there's a really opportunity to move that to the public cloud, reduce and remove that risk. And while you're there, take advantage of the new technologies and innovative deliver a better service to you or in consumer whoever that may be >> so prik uber, Netease and micro services, even though containers have been around for a while. But the modern doctors ascendancy. You know why? To K was the year of the decade of modernization. It was like four or five years leading up to y two K at some I T shop said, Okay, we're going to modernize, but but none of these micro services existed, so it really was. It was about dates, maybe some application portfolio rationalization. What's different today that I could take those apse that were written in the seventies with a lot of custom code? How am I able to modernize, though >> I think it's the maturity of the services. You look at something a platform like Amazon. There's one hundred twenty hundred thirty, or Mohr. It grows almost every week. Building blocks primitives, the Amazon are providing, and its a rating on it. At an incredible rate on DH, there's almost a service for everything. And when you think they've run out of services to introduce, a new services is created. And, you know, we talked about micro services. They introduced Lambda back in two thousand fourteen, which was there. Serve Elice environment driving event based micro services architectures, and it's ahead of the game. It's ahead of the curve. It's causing people to think very differently about what's even possible from a night perspective. And there's no way. In most organizations, you, Khun, build that kind of infrastructure on that kind of platform that is build and costs you on a Microsoft microsecond basis. I mean, it's it's >> incredible. It was amazing. I remember the first virtual machine. It would be anywhere that I saw spun up like, Wow, this is going to change the world. And then the cloud comes along like a while. This is going to change the world. And now survivalists. I don't even have to deploy servers anymore. It's side by Amazon >> way. See this? Even even in some of the more traditional organizations we we worked with in the UK and in Germany and France and elsewhere, you don't even need to be looking at service. Just the ability toe programmatically spin up a virtual machine without a human touching anything. That's incredible to some organizations, right? They're used to it, taking six months to provision of infrastructure to deploy an application. Now they can click a button, and by the time they've made a cup of coffee, it's it's up and running, and it's It changes the way people >> think So much Talk about Cloud Region signal effects. What's the partnership like between you two and what's your partnership like with eight of us? >> Um, on the cloud reach side, we went through an extensive evaluation by cloud reach, and over several months they evaluated all the alternatives on the market and ended up selecting us to be their standard for their many service provider business. It's We're super excited about that. On the go for it, we're rolling that out with them there. Current customer based on DH. We were hoping that, uh, using signal effects, that cloud reach that will help them be the point of spear on all cloud native. You know, in their marketplaces, they go pursue other customers, so it's pretty excited about. >> So it's not a pressure release deal, not a Barney deal. Like we like to say that >> they're up there, They're a paying customer. And, you know, I made a big bet on signal effects going forward. >> So why the choice to go with manage service provider? You have You could have built it yourself and take us through that. >> Yeah. I mean, the nature of the business we're in is very much predicated on the fact that you don't build it yourself. You know, you look at the market and if somebody is already doing it well and provides excellent service as a commodity, you use it. We've been in the MSP space since round about twenty ten very soon after the the company was was founded, and we know it pretty well. We have a large customer base. We are one of the top tier MSP for along the major cloud vendors in the world, lots of large organizations. However, as we look to refresh our tooling with a view on Maura, an application centric approach, which is what all of our customers want and expect a CZ we look to micro services and the very latest platforms and technologies he's being released by the hyper scale cloud vendors. We recognize the need for a newer, more modern tooling on DH. After a thorough evaluation, a CZ mark says signal effects came out on top. Why is that? Partly it's the cloud native element. You know, some of that sounds a little bit like a marketing buzzword, but in reality, what it means is the company was founded relatively recently and as a result, was geared towards modern technology. So out of the box they support doctor, they support containers, they understand, and they're orchestrated around micro services. It deals with scale on volume, and we we want to low test things in a big way. We only serve large scale and surprise customers. And they are going to throw tens of thousands of containers on micro services at their tooling, and it has to be able to track tto handle that massive volume of transactions. >> It's a complicated picture, actually. You know, sometimes micro services aren't so micro. Yes, and you've got to secure all these containers. Got spinning up of'Em is easy. >> Well, >> you see multiples. So how do you guys deal with that? I mean, you're obviously experts at it, but But give us the sales pitch >> on. Yeah. So I think you kind of you covered it earlier with, You know, all these great new technology with introduction of micro services. I mean, developers in our writing it the running it, they're pushing code directly into production environment. You know, you went from releasing code once or twice a year, a few years back now toe several releases and you know your people lifting shift. They're starting with a few micro services. Someone we're getting up into the hundreds, even thousands in our most advanced deployments. It it it ends up being worth a situation Where Alright, all this innovation is great, but it also introduces a ton of complexity. And based on the way we've architect of our system, really time streaming like within seconds, you're going to need to see it, to react to it, whatever the use cases. And that's what differentiates signal FX is this massively scalable streaming architect we built for from a Metrix platform standpoint and then from an Eastern West standpoint for your from your custom code are Micro Services, a PM solution on top of that to go help measure what those transactions air how they're performing across the entire complex environment. So we feel like we're just purpose built for today to help in the lift and shift crowd and or for the more advanced customers, they're intothe point dozens, if not hundreds of micro services. >> Tell me more about this metrics platform you mentioned a couple times. What is that all about? >> Well, we start with essentially, you know, the three big pillars are logs, metrics and eight p. M. And you know, our company was found it. We have deep roots. Back in the two thousand seven ranges, our founders were you know, they built the monitoring stack at Facebook and so had several years, you know, kind of earning and learning that secret. You know, in the early days, they didn't call it Dev Ops. Back then they called it move fast, break things, didn't call >> it. They didn't call it >> a micro services. I mean, and then twenty, twenty, thirteen, early, two thousand fourteen. That's when the founders got together and started. The company is also the same time frame. Doctor came out. Were just purpose built for this for this environment. >> Final thoughts. Yeah. Thie event where you guys were headed. Maybe little road map, if you could. >> The event has been incredible. Every year it gets a little bit bigger. It gets a little bit more exciting. There's, ah, bigger range of organizations, different industries. And it changes a little bit over time. This year, financial services has been particularly of interest for us, but this event is a lot of large large banks, investment houses, those kind of companies here on DH. That's been really exciting for us. I think trend I'm most excited about is really around machine learning. Amazon talked about it in the keynote this morning and democratization of very, very complex technology bring it to the masses is a as a manage service that can be provisioned in minutes and seconds. And to me that something that's that's really exciting and using the signal FX platform, we're now in a position to provide manage service wrappers around the machine learning based solutions that we build for our >> customers. Yeah, the financial services. Interesting. Back in two thousand nine when you started, a lot of the banks in New York thought they could scale and compete essentially with KWS >> world. The world changes very quickly. Absolutely >> final thoughts for you. >> Yeah, I think they think we're moving past that point. You know, even the later adopters. I think we're moving past that point and look at that name there getting pressure from the startup community, whether it's intact or or any industry's gonna have that type of pressure. You talked about that y two k moment. I think in any vertical out there, it's that you know those cloud native type companies the companies are becoming software companies were going toe transform yourself or you're going to have some pressure from the start up going forward. We're >> guys. I'm thrilled that you could make time to come in the queue. Thank you. Thank you. Thanks for having us. All right. Keep it right there. But it is. Dave Alonso will be back with our next guests right after this short break. You watching the Cube from London? Eight of US Summit right back.
SUMMARY :
It's the queue covering We extract the signal from the noise. What's going on at the show? So we've had a very good show. What you guys do? So quite a long time ago in the Data flows in an ever faster pace from across the across What's what actually happened to give you that? The second piece is just a change in the architecture's you know, the move to communities, It has ripple effects on the rest of the business, doesn't it? Cost saving is the reason to move to the cloud, and there's still an element of that. You come to London and you see all these startups. Uh, here in the U K. All the way to Northern Europe, Doc, uh, What's the landscape? It's ah, combination of the two. In the case of financial institutions or public sector, then all of that is an opportunity to But the modern doctors ascendancy. It's ahead of the curve. I remember the first virtual machine. Even even in some of the more traditional organizations we we worked with in the UK and in What's the partnership like between you two and Um, on the cloud reach side, we went through an extensive evaluation by cloud reach, Like we like to say that And, you know, I made a big bet on signal effects You have You could have built it yourself So out of the box they support doctor, they support containers, You know, sometimes micro services aren't so micro. So how do you guys deal with that? And based on the way we've architect of our system, really time streaming like within seconds, Tell me more about this metrics platform you mentioned a couple times. Back in the two thousand seven ranges, our founders were you The company is also the same time frame. if you could. the machine learning based solutions that we build for our Back in two thousand nine when you started, a lot of the banks in New York The world changes very quickly. You know, even the later adopters. I'm thrilled that you could make time to come in the queue.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Chris | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
six months | QUANTITY | 0.99+ |
Mark | PERSON | 0.99+ |
Mark Randy | PERSON | 0.99+ |
Germany | LOCATION | 0.99+ |
UK | LOCATION | 0.99+ |
David Lamont | PERSON | 0.99+ |
Mark Cranney | PERSON | 0.99+ |
London | LOCATION | 0.99+ |
Dave Alonso | PERSON | 0.99+ |
Europe | LOCATION | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
eight | QUANTITY | 0.99+ |
Chris Bunches | PERSON | 0.99+ |
New York | LOCATION | 0.99+ |
Silicon Valley | LOCATION | 0.99+ |
France | LOCATION | 0.99+ |
four | QUANTITY | 0.99+ |
London, England | LOCATION | 0.99+ |
second piece | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
five years | QUANTITY | 0.99+ |
Barney | ORGANIZATION | 0.99+ |
hundreds | QUANTITY | 0.99+ |
twenty six thousand people | QUANTITY | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
twelve thousand people | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
U K. | LOCATION | 0.99+ |
Northern Europe | LOCATION | 0.99+ |
one day | QUANTITY | 0.99+ |
Bay Area | LOCATION | 0.99+ |
Chris Bunch | PERSON | 0.99+ |
This year | DATE | 0.99+ |
four hundred | QUANTITY | 0.99+ |
America | LOCATION | 0.99+ |
KWS | ORGANIZATION | 0.98+ |
twenty four hours a day | QUANTITY | 0.98+ |
once | QUANTITY | 0.98+ |
thousands | QUANTITY | 0.98+ |
three big pillars | QUANTITY | 0.98+ |
Paris Way | LOCATION | 0.98+ |
dozens | QUANTITY | 0.98+ |
Cloudreach | ORGANIZATION | 0.98+ |
WS | ORGANIZATION | 0.98+ |
seventies | DATE | 0.97+ |
Dozens | QUANTITY | 0.97+ |
seven days a week | QUANTITY | 0.97+ |
London Summit | EVENT | 0.97+ |
twenty | QUANTITY | 0.97+ |
AWS Summit | EVENT | 0.97+ |
one | QUANTITY | 0.97+ |
about twenty ten | QUANTITY | 0.97+ |
thirteen | QUANTITY | 0.96+ |
Lambda | TITLE | 0.96+ |
twice a year | QUANTITY | 0.95+ |
today | DATE | 0.95+ |
uber | ORGANIZATION | 0.95+ |
eBay | ORGANIZATION | 0.94+ |
two thousand fourteen | QUANTITY | 0.94+ |
SignalFx | ORGANIZATION | 0.94+ |
Mohr | ORGANIZATION | 0.93+ |
two thousand nine | QUANTITY | 0.93+ |
Amazon Web | ORGANIZATION | 0.93+ |
signal FX | ORGANIZATION | 0.93+ |
Cloud Reach | ORGANIZATION | 0.93+ |
first virtual machine | QUANTITY | 0.9+ |
one hundred twenty hundred thirty | QUANTITY | 0.9+ |
this morning | DATE | 0.89+ |
two thousand seven ranges | QUANTITY | 0.87+ |
Netease | ORGANIZATION | 0.86+ |
tens of thousands of containers | QUANTITY | 0.84+ |
eight p. | QUANTITY | 0.83+ |
months | QUANTITY | 0.81+ |
US Summit | EVENT | 0.8+ |
2019 | EVENT | 0.8+ |
micro services | QUANTITY | 0.8+ |
Khun | ORGANIZATION | 0.79+ |
Cube | ORGANIZATION | 0.76+ |
Cloud Reach Tio | ORGANIZATION | 0.75+ |
two thousand and nine | QUANTITY | 0.74+ |
Google Next 2019 Show Analysis | Google Cloud Next 2019
>> fly from San Francisco. It's the Cube covering Google Cloud next nineteen Tio by Google Cloud and its ecosystem partners. >> Welcome back, everyone live coverage here in San Francisco for the Cube, Google Cloud next twenty nineteen to show around Cloud, Google Cloud, I'm John Forest Do Minimum and Dave along. We've been here all week, three days of wall to wall coverage here on the floor with all the exhibitors. Write the mean all the action we've talked to all the thought leaders, Google executives, entrepreneurs, experts are in the cloud and around the ecosystem. Dave's stew wrapping up the wrap up segment. Kind of can I put the show to rest and look to next year and possibly Google summits. There's one in New York and some other shows we're looking to also cover. But if you look encapsulate the show, I want to get your guys reaction, too. What the main themes have been, we're seeing obviously anthems was the big news. That's the big deal. That's their platform. They want to bring all the connective tissue around data security and really on prim hybrid cloud multi cloud application modernization. Clearly, during my open source and enterprise developers, plus the ability to hybrid and multi cloud stew. Your thoughts on the show. >> Yeah. So, John, you know, when I first saw Antos, I was like, Well, this is CSP that they announced last year We were excited about that talk about things like Azure Stack and eight of us Outpost. But the more I learn about it, the more I understand it. It's more than just kind of g k e and a little bit of packaging here, Eric for David. I just interviewed a Google fellow and, you know, you expect the the Google Fellow to really be able to articulate, You know, the history of Google and the distributor architect doing is like we're going to enable cloud native. Of course, we always had that in the Google Cloud, but now we're going to make that easier for you to do that in your own environment. So when you're thinking about modernizing your applications, you know, I was a little bit tough on Google when I said, Oh, I hear a lot about lift and shift. Well, most customers can't lifted, shifted, not change, because then I'LL pull it back. It's too expensive, but if I could modernize wherever it makes the most sense. I talked to some customers here that said, Look, I need to kick the team and get it into the cloud And then I could modernize and start falling apart. But for someone customers, I can't move that. And they need to modernize it here and that Antos is the key enabler and therefore it's a good message, its extension of what they done with Cuba. Netease. That's a lot of other pieces here. But you know, I'm pretty impressed. >> They want to get your thoughts is one of things I'm seeing and, you know, in sports they wanna team, plays a game and wins. They call it a statement game. I think Google Cloud next twenty nineteen is a statement by Google saying, We're into the enterprise. We're not goingto waiver. We got hired Thomas Curry and mid savory. They're going to keep all the great talent. No one's believing. It's not like a new regime. Change came in. They're pivoting. They knows there's no pivot here. They put a stake in the ground saying we are going to invest in the clouds soon. DARPA Kai, the CEO of Google said that on stage of day one, they're clearly putting all the window dressing around enterprise with all the great phrases that we love. Digital transformation, data centric architecture, multi cloud hybrid monitors that applications They're invested, Dave. They are in it to play. They recognize that they're not gonna win right away because it's a long game. So Google clearly is playing the cards properly. They're saying, Look, if we're going to bring a lot of the table and this long time table, but we're in it to play and we're going to play well when invest. >> Yeah, I think it took a while for me to get there Stew, too. He is. I heard a lot about what Right we do get a global distributed infrastructure or we're doing the applications for digital transformation. We got industry specific solutions. Is what way d'Oh. Okay. Great. And I heard a lot of you know differentiators are unique value proposition. So, for civil, what I would have liked to hear it right up front was okay. We know that eighty percent of your workloads are on Prem. Well, guess what, and we're investing in scale and all that stuff, but We're the best at cloud native and and we're going to take and we have the tools and expertise. We're gonna bring those to you on your premises and show you how to get there. And then when you're ready, come to the cloud. If you're never ready, that's fine. But we're going to earn the right for your future business. Hey said that Stead that >> right way, the things we're wondering your business. But I don't think they can yet say were the best that cloud native and that I think that's that's still good self awareness studio for Google. >> I think they could say it now. Maybe it's debatable. >> I would debate that I do not think that Google is the best cloud native cloud at this point. I don't think they have the breath and depth Amazon has, but I don't think that that's the hard core stick in the ground. Because Cloud native is early cnc F, they're investing heavily in open source is a big bet that they're talking about. They got a lot more work to do but cloud needed. Still, it's still early because you said the workloads is still on premise for most of the enterprises, so we got plenty of time. The point is, if they had overplayed that card, I would have been more cautious. >> Well, I mean, Okay, fine, huh? Let's talk talk about that a little bit because it's new. It's Would you? Would you disagree that internally, Google's got the most sophisticated, the best cloud in the world internally, globally for Google. And they make that comment when they make that claim, right? That start there, we get the best cloud in the world. Yeah, >> well, I think it's got a great cloud, >> too. Okay, so there's stuff on there. I mean, they've got least got some credibility there, so I would have come from that position straight now. The other criticism I heard was where the numbers. Now, that doesn't bother me so much. How long did it take Amazon to show us the numbers? Nine years? I think so. Good. We'LL get there, it's clear it's growing. You look around here. There's what thirty thirty five thousand people don't know what was there last year. Twenty. Twenty five thousand. It's growing, it's growing nicely and the quality of the people is good. >> Here's what I'd say about Google Cloud Steward? Let's get your reaction. Sudhir has Bay said this. He's the director product. Mentioning about cloud fusion, he said This from a customer quote. Google's cloud is like an awesome highway, but I can't get my car on the road. So that's the on ramp. >> I can't get by giving car. Okay, so so this note about you Look at the >> technology from Spanner Cooper duties, which was founded inside Google. And they did that right. Big queries. Amazing. They have freaking amazing tech because they had to do it for Google. So I think that is a key strategy. And I, like other clouds that have come in and then died away, didn't have a lot of tech chops. So Cultural Shift is one of the big teams, but on ramping, getting people on board and the bed another source. I think there's a gestation period that's gives Google some time. I don't think they gotta have it overnight there some table stakes, but they're there checking the boxes just kind of grind it out. >> I mean, look, the critique has been for years is you know, Google's too smart for all of us. you know, way have love reading the papers and were really impressed with the technology. But the term you heard over and over again this week, we're going to meet customers where they are. And I I almost failed. They dialled it down a little too much here because I didn't have anything that I'm like. Wow, blown away. Like, you know, they had er's up on stage and it's like I'm used to seeing him flying out of a plane with a Google glass on his head. >> I was started by the way that was Google. I o like, you're >> gay. But, you know, you know, one of that's what you expect from a googol is you know, some of those pieces and there wasn't a G wow amazing moment for me, but the messaging solid, they absolutely you know, understanding or solving some real customer problems today and, you know, solid >> well and one hundred percent of the cloud providers now have a coherent and explainable hybrid on Prem strategy. You know, frankly, it's about time. I mean, they were denying that for a long time, and I think it's clear that's where the business is >> well to me. The big criteria on the cloud game is Do they have the global footprint? They do. Do they have the software at scale Check? Do they have the connective tissue to bring these disparity opportunity data services together Check working on it, continue to improve. And are they on the philosophy side of things? Meaning one of things that I am made Amazon really great. Wass they from day one. We're a P I center who will always has been part of web services. So they have that DNA. I think apogee is going to be the secret little dark horse. And all this is going to tell Signe because as a p, I become programmable. You saw Sisko of'em wear on stage. Can they build on ecosystem? Can they work with multiple vendors? Because the fact is, from our data and we've been reporting on this on silicon angle and Wiki bomb is that big enterprises and governments, whether it's a d, o. D. Or a big bank, are gonna have hundreds of cloud projects, hundreds of workloads that's going to require unique clouds selection criteria because you cannot separate real time data from software, and that's just the facts of the databases are moving all over the place. If I gotta work Lodi, any data? I gotta be agile with the data, but I then need a data plane to connect across other workload. So workload conversation, I don't think was front and center enough where workloads are for the key criteria. >> And still some of the message on where Google fits in that hybrid and multi cloud world is a little bit muddy to me. So how did they get, you know, on those in your data center? Well, it's a deep partnership with V m where, uh, you know, I heard some people here. It's like, Oh, well, the current Amazon VM wear deal, you know, is like up for renewal soon. It's like I don't see Veum Where an Amazon separating that Latino way. People engineering partnerships. We've heard directly from Andy Jazz sees talked about on the Cube how important that relationship is. S O Veum was going to play across all the cloud environment. But you know, where does Google, you know, really make their money? They're going to partner with all the open source companies. And you know, you're going to own your data. We're going to make sure the prophecies there. So is Dave Said the numbers and the business of how Google Khun start slow scaling and really growing the enterprise business beyond, you know, G sweets now, part of it. And we saw some of the android for enterprise, and they have lots of pieces, but the cloud revenue gets a little bit muddy like a Microsoft. So, you know, from the cloud piece itself, I'm not sure where you know they start gaining on a Microsoft or an Amazon today. >> Well, I think that they could gain ground, take territories. That said on on Day one, Jennifer Linds, demo of no code modification, migration of workloads. If that actually happens, that's going to be a critical piece of the pie that's going to move. Move the needle very quickly for at Google. But I >> want to get you >> guys take on surprises. What surprised you here at the show? What was something that you didn't expect happen? That was a surprise on a good way. To me, the big surprise is that the word customer was used a lot more here than ever before. Customer is the key to success in the enterprise, listening to customer and customer choice. That's the playbook from Amazon. You don't hear Andy Jassy or any other executive Amazon go three words without saying the word customer. If you had a tag cloud and be like customers, the biggest font here we've heard customer choice. That's been a big one for me. >> Surprises. I was going to say when you were asking that question to get to me. It was customer related as well. You know clearly when you in Amazon show it's just customer. Just get inundated with a cool injection of customers. It's very impressive, but you don't have that scale here. However, What did see is a lot of Fortune. One thousand company's senior people were here. Yeah, still kicking the tires but learning. And I think that usually leads to something. So I think Google's developing a lot of pipeline at this show that I think next year is going to translate. We had conversations John with companies that we can't mention on air, but they are seriously substantively looking at moving workloads into Google's Cloud Number one. Number two is if you look around here, Deloitte, Accenture at toes. You know, some of the biggest. I'd like to see more of those global s eyes, and I think you will. And that's where you're going to really start to see customers. >> Dave took the customer. I'll say partner. So we said in one of our analysis segments, that logo slides Good. But, you know, compare itto Microsoft or Amazon. It needs to quadruple where it is today. But in the conversations that I had from startups through some of those big logo's on here, partnering with Google is good for them and they're excited by it. And that's not necessarily the clay case for every one of the big cloud providers out there. >> All right, so a lot of multi cloud talk. I've said multi clouds all the rage, but it's really more a symptom of sort of multi vendor people going best of breed with different departments. Big news last night on Jet I John, I want to get your take. Google really wasn't I don't think ever in the running, but certainly, you know Amazon was the lead Oracle, IBM, Microsoft share the news in your analysis of that news. >> Well, yesterday there was news that the Department of Defense, this Jet I contract joint defense initiative that's going on joining the Price Defense Initiative system. The military cloud ten billion dollar contract was under a lot of It's the biggest story in Tech and DC in generations. It's the confluence of procurement being outdated. Clouds selection, one soul cloud for that workload, multi cloud across in the department and a lot of lost business, potentially for Oracle in IBM. So Amazon, Microsoft, Amazon, Webster's, Microsoft, Oracle and IBM. We're all fighting for this business. The incumbents IBM and Oracle. We're potentially at risk billions of dollars. So it's been a lot of dirty pool, so to speak, a lot of dirty politics, a lot of dirty smear campaigns going on, from Oracle to to Amazon to try to discredit them. So the D. O d. Oracle soothe d o d. Saying is unfair process conflict of interest? The D. O. D made a final selection. Amazon Web services and Microsoft are the final selections and basically kicking out Oracle and IBM at the process. So Oracle, IBM are out. Oracle's lawsuit's still pending that'LL probably be dismissed because Oracle tried three different times to claim conflict of interest. They tried to claim conflict of interest in. And where has three in my notes here July twenty eighteen, November twenty eighteen and April twenty nineteen. All three times competition has been not proven, and Oracle and IBM or out. The analysis here is, is that this proves what we've been saying on the Q and that is, is that you can have one cloud soul cloud for a workload. So the Department of Defense has hundreds of projects. But for the military project that ten billion dollar one Amazon or Microsoft, probably the Amazon to the front runner can serve that cloud. And that's the best architecture. That means that Microsoft will probably win the eight billion dollar contract of the D. O. E s contract for collaboration again. Soul Cloud Soul workload. This is the trendy. My analysis is that Oracle on IBM, mainly Oracle, knew that they were going to lose. They tried to do whatever it takes to kill the deal. And now the D. O. D. Has brought forward and their modernizing the application and all these lawsuits about procurement rules from nineteen eighty five all this trip wires, all these little nuances. This is a great win for the Department of Defense, and I think it is a tell sign for large enterprises because you could be multiple. You'd have multiple clouds, but you can have one cloud work on one workload. It could be a big monster workload like a ten billion dollar >> workload. >> There could be a small work. >> All the tech vendors want to eat it. The government trough, We know that. And so the why is this relevant? It's relevant to me because you're you're absolutely right for a particular set of workloads. Mission critical workloads, especially a single cloud, is going to be more cost effective, more secure, uh, higher availability, less complex. And that's really what the debate is here now is multi cloud gonna happen? Of course, for different workloads is going to be horses for courses. So multi cloud is a huge opportunity. Everybody's going after it stew uh, Google through its hat in the ring in a big way. We seem to have a couple of camps lining up and read. Had interesting, interesting leads in both camps. Kind of got the IBM redhead camp and of'em wear with now with Google Really interesting sort of chessboard matches going on? >> Yeah, absolutely. Every customer we talked to hear. There's no like, Oh, you know, I might be moving most of my stuff or even all of my stuff to the public cloud, but it is workload dependent, and that's how I'm choosing it. Google has some key strength. I took a little while to get the data and I and ML pieces that we know Google has some strength here. One of the questions I had coming into it Can they reclaim kind of that thought leadership space. I'd love to hear whether you guys think I think that was the case, but, you know, messaging point on good speed. You know T K has them talking to the Enterprise in a way that won't scare them away as to oh, geez, I'm not smart enough to work with Google so >> well, I think I think Google has to get enterprise compatible and they've been working really hard to do that, and they got it. Just grind it out. I said this on Tuesday. It's a grinding out game. They've got a got a fight to the trenches. We've got to get the check boxes, and this is what Amazon did that early on and helped them a lot. Google has been working hard, I think, their security angle with the from a device. I phoned the Android phone and onboard security at the edge is huge. I think data and Big Query and those kinds of on boarding tools is going to be a great accelerant. I think cloud code cloud Run Cloud build is a phenomenal construct. I think that's absolutely delivered Ella for friendly. If they can continue to serve the developer for the enterprise and make it easy to build and stand up applications that hit that sweet spot of the trend, which is the modernization of enterprise APS not develop, perhaps not like a startup started sort. Different styles are cloud born in the cloud enterprise that's gonna deal with legacy and all these compliance and all this risk. They could make that easy and make it Dev ops like That's a great check boxes. >> Just a quick note on that, because there was a lot of enterprise talk there. There's a nice group inside a Google, working with a lot of the startups, got to talk to a couple of the start up there, and Google's definitely company there looking to partner with. All >> right, guys, let's wrap this up. Google really leaning into the enterprise heavily. Obviously, they're not. They're not blinking. They're going to continue power forward thinking. I like the mojo they have here. They got a new CEO. We interviewed George Curry, and Thomas's brother Thomas couldn't make it on the Cube. He's super busy talking to customers were gonna get him on the cue soon, but you got a culture here. Google and the culture is innovation, and the cultures Dev ops. The culture's developed for the country's AP eyes D. That puts him in a good position, >> their thoughts. I mean, I've been saying for a decade I feel like a broken record. I said it so much. I stopped saying it that the marginal economics of the Cloud service providers who have scale are driving towards zero. In other words, the more volume they do, they're there. The cost of adding an extra customer goes down to zero, just like software. There's three companies in United States who have that scale Google, Amazon and Microsoft. Obviously some guys outside the U. S. And you look at the cap Ex numbers forty seven billion over the last three years by Google. Thirteen and a half billion year to date US data centers alone. It would take IBM three and a half years to spend that much on Affects Who take Oracle six years. Okay, they just do not have the marginal economics to compete. They'LL compete in other ways, but though these three are in it to win it this big market, they're trillion dollar market. There's enough room for each to carve out an opportunity and continue to grow for quite some time. Do >> and Google lining up their ecosystem of partners to help them get deep into the enterprise. Absolutely, There's good opportunity for Google to do a number of acquisitions. They have, you know, a big bank spend a lot of money not just on infrastructure, but all the partner engagements and definitely some acquisition to help them get there. Wouldn't be surprised if they, you know, made some nice acquisition to help them grow that enterprise. I am in a modern way way now that was mentioned to it was carrying twins could be back together, but sure, >> awesome stuff. Guys, I think my my final take is I've always said Google's the Dark Horse and the Cloud game. They don't have a lot of baggage like a lot of work to do, and they're they're working hard and they really bring in tech to the table that bringing that culture of innovation, they're there behind this. Opportunities for them to move the ball down the field in a big way. I think they can take territory and gain share quickly if global things follow the place. If those bets come home, this dark horse will be right up on number two really quickly. So great job. Wanna thank Google, Google's team Cool calms Team, Google's CMO and executive Thomas carrying for letting us come to the Cube. Bring the Cube here. Google's very co creation oriented. We appreciate the location. I want to thank Google one. Thanks to our sponsors about our sponsors, we wouldn't be here, so he city signal FX. We got net app. We got Saada. We got some great clients here supporting us. You, Fio. Thanks to our sponsors, they signal to the community they care and they support our programs. Our tenth year of Cube coverage at events one. Thank everyone for watching, listening, sharing hit us up on Twitter at Cube and also silken angle dot com. We now are adding on a new feature to our Cube, which is on silicon angle dot com special reports where we flow as many stories as it takes to get the truth out there. Get the story's right, of course. Used the cube and stream the data with you here on the Cube. We're here. Google Next in San Francisco. I'm John Faria student Min David Long. Thanks for watching.
SUMMARY :
It's the Cube covering Kind of can I put the show to rest and You know, the history of Google and the distributor architect doing is like we're going to enable cloud native. So Google clearly is playing the cards properly. We're gonna bring those to you on your premises But I don't think they can yet say were the best that cloud I think they could say it now. I don't think they have the breath and depth Amazon has, but I don't think that that's the hard core stick in the ground. the best cloud in the world internally, globally for Google. It's growing, it's growing nicely and the quality of the people is good. Google's cloud is like an awesome highway, but I can't get my car on the road. note about you Look at the So Cultural Shift is one of the big teams, I mean, look, the critique has been for years is you know, Google's too smart for all of us. I was started by the way that was Google. but the messaging solid, they absolutely you know, understanding or solving some real customer I mean, The big criteria on the cloud game is Do they have the global footprint? So is Dave Said the numbers and the business of how Move the needle very quickly for at Customer is the key to success in the enterprise, I was going to say when you were asking that question to get to me. And that's not necessarily the clay case for every one of the big cloud in the running, but certainly, you know Amazon was the lead Oracle, IBM, probably the Amazon to the front runner can serve that cloud. And so the why is this relevant? One of the questions I had coming into it Can they reclaim kind of that thought the developer for the enterprise and make it easy to build and stand looking to partner with. I like the mojo they have here. I stopped saying it that the marginal economics of the Cloud service providers who have scale a big bank spend a lot of money not just on infrastructure, but all the partner engagements and definitely some Used the cube and stream the data with you here on the Cube.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
IBM | ORGANIZATION | 0.99+ |
Oracle | ORGANIZATION | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
Dave | PERSON | 0.99+ |
Sudhir | PERSON | 0.99+ |
Thomas | PERSON | 0.99+ |
Jennifer Linds | PERSON | 0.99+ |
John | PERSON | 0.99+ |
Andy Jassy | PERSON | 0.99+ |
New York | LOCATION | 0.99+ |
George Curry | PERSON | 0.99+ |
San Francisco | LOCATION | 0.99+ |
David | PERSON | 0.99+ |
Deloitte | ORGANIZATION | 0.99+ |
John Faria | PERSON | 0.99+ |
Department of Defense | ORGANIZATION | 0.99+ |
Andy Jazz | PERSON | 0.99+ |
Eric | PERSON | 0.99+ |
Min David Long | PERSON | 0.99+ |
United States | LOCATION | 0.99+ |
U. S. | LOCATION | 0.99+ |
three | QUANTITY | 0.99+ |
three companies | QUANTITY | 0.99+ |
yesterday | DATE | 0.99+ |
Arijit Mukherji, SignalFx & Karthik Rau, SignalFx | PagerDuty Summit 2018
>> From Union Square in downtown San Francisco, it's theCUBE covering PagerDuty Summit '18. Now here's Jeff Frick. >> Hey welcome back everybody. Jeff Frick here with theCUBe. We're at PagerDuty Summit at the Westin St. Francis in Union Square, historic venue. Our second time to this show, there's about 900 people here talking about kind of the future of dev ops, but going a lot further than dev ops. And we're excited to have a couple of CUBE alumni here at the conference from SignalFX. We've got Arjit Mukarji. >> Mukarji, yeah. >> Thank you. And Karthik Rao, co-founder and CEO of Signal FX. Gentlemen, welcome. >> Thank you very much. >> So what do you do at PagerDuty Summit? >> Well we've been partners with PagerDuty for a long time now, we've known them since the very early days, we share a common investor. But we both operate very squarely in the same space, which is companies moving towards dev ops development and deployment methodologies, leveraging cloud and native architectures. We solve a different part of the problem around monitoring and observation and we partner with them very closely around incident management Once a problem is detected, we typically integrate in with PagerDuty and trigger whatever incident management paths that our customers are orchestrating by PagerDuty. So, it's been really an integral part of our entire work flow since we started the company. So we're very close partners with them. >> Yeah, it's interesting 'cause Jen announced they have 300 integrations or 300+ integrations, whatever the number is, and to the outside looking in, it might look like a lot of those are competitive, like there's a lot of work flow and notification types of partners in that ecosystem, but in fact, lots of different people with lots of different slices of the pie. >> That is good. >> Yeah, absolutely. It's a really big problem space that everyone is trying to solve in this day and age. Some of our competitors are in that list, but you know we partner very closely with PagerDuty. As I mentioned earlier, our focus really is around problem detection and leveraging the most intelligent algorithms, statistical models in real time to detect patterns that are occurring in a production environment and triggering an alert, and typically we're integrating in with PagerDuty and PagerDuty deals with the human elements of once something has been detected, how do you manage that incident? How do you router to the appropriate people? One of the things that's really interesting as this world is changing towards these dev ops models is the number of people that have to get involved is substantially greater than it was before. In the old days, you would have an alert go into a knock and you have a specialist group of people with very specific runbooks because your software wasn't changing very often. In today's world, your software is changing sometimes on a daily basis, and it could be changing across dozens of teams, hundreds of teams in larger organizations. And so, there's a problem on the detection side because companies like SignalFX have to do a really great job of detecting problems as they emerge across these disparate teams, across a much, much, much, larger environment with much larger volumes of data and then companies like PagerDuty really have to deal with a far more complex set of requirements around making sure the right people get notified at the right time. And so they're two very different problems and we're very happy to- and have been partnering with them for a number of years now. >> And again, the complexity around the APIs where the app is running, there's so many levels now of new complexity compared to when it was just one app, running on one system, probably in your own data center, probably that you wrote, compared to this kind of API centric multi-cloud world that we live in today. >> That is exactly right because what's happening is our application architectures are changing 'cause we used to have these monoliths, we used to have three tiers and whatnot, and we're replacing that with the micro-services, loosely cabled systems, and whatnot. At the same time, the substrate on which we are running those services, those are also changing. Right, so instead of servers, now we have virtual machines, we have cloud distances and containers and pods and what-have-you. So in a way, we are sort of growing below too in some sense and so that's why sort of monitoring this kind of complex, more numerous environment is becoming a harder challenge. We're doing this for a good cause, because we want to move faster, we want to innovate faster, but at the same time, it's also making the established problems harder, which is sort of what requires newer tools, which sort of brings companies like us into the picture. >> Right, yep. And then just the shear scale, volume, number of data that's flowing through the pipes now on all these different applications is growing exponentially, right? We see time and time again, so it really begs for a smarter approach. >> Absolutely, I mean on two levels right? The number of minutes of software consumption is up exponentially, right? Since the smartphone came out in 2007, you've got billions of people connected to software now, connected all the time, so the load is up order sum magnitude which is driving, even if you didn't change the architectures, you would have to build out substantially more back-end systems, but now the architectures are changing as well, where every physical server is now parceled up into VMs which are parceled up into containers. And so the number of systems are also up by order sum magnitude. And so there's no possible way for a human to respond to individual alerts happening on individual systems, you're just going to drown in noise. So the requirements of this new world really are, you have to have an analytic spaced approach to monitoring and more automation, more intelligence around detecting the patterns that really matter. >> Right. Which is such a great opportunity for artificial intelligence, right, a machine learning. And we talk about it all the time, everyone wants to talk about those, kind of as a vendor-led something that you buy. Yeah, that's kind of okay, but really where the huge benefit is, companies like you guys and PagerDuty using that technology, integrated in with what you deliver on your core to do a much better job in this crazy increasing scale of volume that's run with these machines. >> Yes, because the systems are becoming so complex that even if you asked a human to go and set up the perfect monitoring or perfect alerting, et cetera, it might be quite a hard challenge, right? So, as a result sort of automation, computer intelligence, et cetera needs to be brought in to bear, because again, it's a more complex system, we need higher order systems that have dealed with them. >> Right. >> You are very, very right, yes. And that's a trend we are starting to see within the product, we are actually focusing a lot on sort of data science capabilities which too are sort of making them more and more sort of machine running and automation. In the future, we have capabilities in the product that can look at populations and identify outliers, look at cyclical problems and identify outliers again. So the idea is to make it easy for users to monitor a complex system without having to get into the guts, so to speak. >> Right. >> And to do it on various sorts of data, right? I think you have an interesting use case that we've been experimenting with recently. >> That's right. >> If you want to talk about that. >> Yeah, so I actually have a talk tomorrow, it's called "Interesting One." It's about monitoring social signals, monitoring humans. So we have these systems, we have these metrics platforms and they are quite generic, the tools that we have nowadays and are sort of available to us are quite powerful, and the set of inputs need not be isolated to what the computers are telling me. Why not look at other things, why not look at business signals? In my case, I'm going to talk about monitoring what the humans are doing on Slack as a way for me to know whether there's something of interest that's going on in my infrastructure, in my service that I need to be aware of, right? And you'll be shocked how surprisingly accurate it tends to be. It's just an interesting thing, and it makes one wonder what else is out there for us to sort of look at? Why confine ourselves, right? >> Right. It's funny because we hear about sentiment analysis in social media all the time, but more in the context of Pepsi or a big consumer brand that's trying to figure out how people feel. But to do it inside your own company on your own internal tool, like a Slack, that's a whole different level of insight. >> You'd be surprised at the number of companies that monitor Twitter to understand whether they have an adage. >> That's right. >> Yeah, because in this day and age, users are on Twitter within seconds if something is perceived to be slow, or something is perceived to be down, they're on Twitter. So there are all sorts of other interesting signals to potentially pull from. >> Right, right. Well and guess what, we were just at AT&T Spark yesterday and the 5G's coming and it's 100x more data'll be flowing through the mobiles, so the problem's not going to get any smaller any time soon. >> No. >> Absolutely. >> So what else have you guys been up to since we last spoke? Continuing to grow, making some interesting moves. >> Absolutely- >> Crossing oceans. >> We've been very, very busy, one of the big areas of investment for us has been international growth, so we've been investing quite a bit in Europe. We have just introduced an instance of our service that's based in a European data center. For a lot of our European-based clients, they prefer to have data locality, data residency within the European Union, so that's something new that we just introduced last month, continue to have a ton of momentum, outed AMIA, they're very much on the cloud journey, and embracing cloud and embracing dev ops, so it's really great to see that momentum out there. >> Right, and clearly with GDPR and those types of things, you have to have a presence for certain types of customers, certain types of data. Anything surprising in that move that you didn't expect or? >> No, I don't know, I'll let you. >> Not in that move, but it's just interesting to see how quickly some of these modern technologies are getting adopted and how- one of the things sort of we talk about a lot in our trade is ephemeral, right? So how things are short-lived nowadays, and you used to lease these servers that used to stay in your data center for three years, then you went to Amazon and you leased your instances, which probably lived for a few months or a few days, then they became containers, and the containers sometimes only for a few hours or for- you know. And then, if you think about serverless and whatnot, it's in a whole different level, and the amount of ephemeral that's going on, especially in the more cloud native companies, was a little bit of a surprise in the sense that, it actually poses a very interesting challenge in how do you monitor something that's changing so fast? And we had to have a lot of engineering put in to sort of make that problem more tractable for us. And it continues to be an area of investment. That to me, was something that was a little bit of a surprise when we started off. Much of this doctorization and coordinating was not yet in place, and so that was an interesting technical challenge as well as a surprise. >> Well I'm curious too as instances, right so there's the core instances that are running core businesses that don't change that much, but it's a promotion, it's a this or that, right? It's a spin up app and a spin down app. Are those even going up on the same infrastructure from the first time they do it to the second time they do it. I mean, how much are you learning that you can leverage as people are doing things differently over and over again as their objectives change, their applications change, they're going to go to market around that specific application. That's changing all the time as well. >> Yeah, so I think the challenge there is to sort of build, at least from a technical point of view, from SignalFX point of view, is build something that is versatile enough to handle these different use cases. We've got new use cases, new ways of doing things are going to continue to happen, probably going to keep on accelerating. So the challenge for us is good and bad, is how do we make a platform that is generic, that can be used for anything that may come down the pike, not only just now. At the second time, how do we innovate to continue to be up to speed with the latest of that's what's going on in terms of infrastructure trends, software delivery trends, and whatnot. Because if we're not able to do that, then that puts us sort of behind. >> Right, right. >> So it's a sort of lot of phonetic innovation, but it's also exciting at the same time. >> Right, right, right. And just the whole concept too, where I think what's best practice quickly becomes expected baseline really, really fast. I mean, what's cutting edge, innovative now unfortunately or fortunately, that become the benchmark by which everything else is measured overnight. That's the thing that just amazes me, what was magical yesterday is just expected, boring behavior today. Alright good, so as we get to the end of the year a lot of exciting stuff, you guys said you're going to be at Reinvent, we will see you there. Anything else that you're looking forward to over the next couple months? >> Just, we're really excited about Reinvent's big show for us, and we'll have some good announcements around the show. And yeah, looking forward to just continuing to do what we've been doing and deliver more rally to our customers. >> Love it, just keep working hard. >> Yep. >> Alright. Arjit, hope your throat gets better before your big talk tomorrow. >> Yeah, that's right. >> Alright, thanks for stopping by Karthik, it was great to see you. >> Great to see you. >> I'm Jeff, you're watching theCUBE, we're at PagerDuty Summit at the Westin St. Francis in San Francisco. Thanks for watching, see you next time.
SUMMARY :
From Union Square in downtown San Francisco, kind of the future of dev ops, And Karthik Rao, co-founder and CEO of Signal FX. since the very early days, we share a common investor. of different slices of the pie. is the number of people that have to get involved of new complexity compared to when it was just one app, to move faster, we want to innovate faster, And then just the shear scale, volume, number of data And so the number of systems are also with what you deliver on your core to do a much better job et cetera needs to be brought in to bear, because again, So the idea is to make it easy for users And to do it on various sorts of data, right? and are sort of available to us are quite powerful, in social media all the time, but more in the context that monitor Twitter to understand is perceived to be slow, or something is perceived and the 5G's coming and it's 100x more data'll be flowing So what else have you guys been up to since we last spoke? so it's really great to see that momentum out there. Anything surprising in that move that you didn't expect or? Not in that move, but it's just interesting to see That's changing all the time as well. of doing things are going to continue to happen, but it's also exciting at the same time. And just the whole concept too, where I think to do what we've been doing and deliver Arjit, hope your throat gets better it was great to see you. at the Westin St. Francis in San Francisco.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Arjit Mukarji | PERSON | 0.99+ |
Jeff | PERSON | 0.99+ |
Arijit Mukherji | PERSON | 0.99+ |
Karthik Rao | PERSON | 0.99+ |
2007 | DATE | 0.99+ |
Jeff Frick | PERSON | 0.99+ |
Europe | LOCATION | 0.99+ |
Arjit | PERSON | 0.99+ |
Signal FX | ORGANIZATION | 0.99+ |
Karthik | PERSON | 0.99+ |
three years | QUANTITY | 0.99+ |
Union Square | LOCATION | 0.99+ |
SignalFX | ORGANIZATION | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
300 integrations | QUANTITY | 0.99+ |
second time | QUANTITY | 0.99+ |
yesterday | DATE | 0.99+ |
Pepsi | ORGANIZATION | 0.99+ |
Karthik Rau | PERSON | 0.99+ |
300+ integrations | QUANTITY | 0.99+ |
Jen | PERSON | 0.99+ |
tomorrow | DATE | 0.99+ |
SignalFx | ORGANIZATION | 0.99+ |
GDPR | TITLE | 0.99+ |
AMIA | ORGANIZATION | 0.99+ |
PagerDuty | ORGANIZATION | 0.99+ |
one system | QUANTITY | 0.99+ |
today | DATE | 0.98+ |
last month | DATE | 0.98+ |
dozens of teams | QUANTITY | 0.98+ |
AT&T Spark | ORGANIZATION | 0.98+ |
Slack | TITLE | 0.98+ |
one app | QUANTITY | 0.98+ |
Mukarji | PERSON | 0.98+ |
PagerDuty Summit '18 | EVENT | 0.98+ |
both | QUANTITY | 0.97+ |
ORGANIZATION | 0.97+ | |
Reinvent | ORGANIZATION | 0.97+ |
San Francisco | LOCATION | 0.97+ |
about 900 people | QUANTITY | 0.97+ |
PagerDuty Summit | EVENT | 0.97+ |
first time | QUANTITY | 0.96+ |
CUBE | ORGANIZATION | 0.96+ |
two levels | QUANTITY | 0.95+ |
two very different problems | QUANTITY | 0.95+ |
Westin St. Francis | LOCATION | 0.94+ |
PagerDuty Summit 2018 | EVENT | 0.94+ |
hundreds of teams | QUANTITY | 0.93+ |
three tiers | QUANTITY | 0.9+ |
days | QUANTITY | 0.9+ |
one | QUANTITY | 0.89+ |
5G | ORGANIZATION | 0.87+ |
One | QUANTITY | 0.86+ |
theCUBe | ORGANIZATION | 0.85+ |
next couple months | DATE | 0.84+ |
100x more | QUANTITY | 0.76+ |
billions of people | QUANTITY | 0.76+ |
end of | DATE | 0.71+ |
European | LOCATION | 0.67+ |
few months | QUANTITY | 0.63+ |
seconds | QUANTITY | 0.63+ |
few hours | QUANTITY | 0.62+ |
year | DATE | 0.61+ |
Union | ORGANIZATION | 0.59+ |
European | OTHER | 0.53+ |
theCUBE | ORGANIZATION | 0.52+ |
Carl Jaspersohn & Jason O'Brien, Boston Architectural College | WTG Transform 2018
from Boston Massachusetts it's the cube covering wtg transform 2018 brought to you by Winslow technology group welcome back I'm Stu minimun and you're watching the cube at wtg transform 2018 happy to welcome to the program two gentlemen from the Boston Architectural College to my left is Carl Jasperson who is the systems administrator and to his left is Jason O'Brien who's the director of IT gentlemen thanks so much for joining us thank you for having us all right so Jason why don't we start with you help us power up this conversation to tell us a little bit about the college so Boston Architectural college we started in the late 1800s it's a small design at school and we offer programs in landscape interior and traditional architecture yeah so I love that to talk to a little bit more about you know that the charter of the school and how IT fits into that so we we are a mission of the schools to provide excellent education to a diverse population technology factors in is very important and over the last ten years the Carll I've been at the school technology has use has increased immensely our students are using it more and more every year and meeting those needs has become you know difficult and it's a challenge we we strive to achieve every year well Design Thinking is is so important these days I I studied engineering as an undergrad in which I've learned more about design one of my favorite authors so I have an interview about a month ago Walter Isaacson you know the ones he studies are the ones that can take that design thinking and technology and bring them together Carles bring us up to speed on from from the IT standpoint you know how big of a team do you have what are you involved with I said you know things have been changing over the last few years yeah so I mean we've got Jason in addition to running the department he runs our online learning system I'm responsible for all the backend its infrastructure servers networking backup virtualization we recently hired a junior systems administrator to help me out we've got a web guy we've got a DBA to the woodshop is under IT because we have a fabrication guy so 3d printing laser cutting we have the help desk and the help desk manager who also does our purchasing and she and I will take escalations so it's there's not a lot of crossover you know skill crossover in the group but we managed to keep everything going yeah but as you said they've been you know woodworking not something you think of in Italy as you know an IT thing IT an OT or you know really converging a lot when you talk about manufacturing as you know we talk about sensors and IOT it's it's hitting everywhere yeah for us you know 3d printing and laser cutting and we also have a CNC router they all started as experiments at the school and have turned into a major factor in for our students it's a resource that they demand and the increasing use every single year and how we meet those demands is is becoming tricky to accomplish in our you know we're in the Back Bay real estate is very expensive and we have to make our space do amazing things Jason that's great points I mean I've talked to lots of higher education and even you talk to the K 2 through 12 it was you know what mobility has had a huge impact you know therefore stresses and strains on wireless you know how do I get devices into the classroom how do I manage it I had gentleman from bu who's here at the show last year we were talking a lot about MOOCs so you know it's that that role of i TS but it's expanding but luckily they're throwing way more money at you I'm sure well we've been flat headcount over the last eight years we lost someone last year and gain someone this year so you know we we basically have to do more with less every year like most IT departments so you know we've we redesign our spaces periodically to meet those our students needs you know and turn returning what was labs just computer labs into more flexible space where students are can move the tables around and you the computers are available sometimes there we have high end alien wares in a in a cabinet they pull out news or they can use it to make models we have they can put up their designs on a 3d TV they're using VR headsets to walk around their own designs it's really fascinating where the technologies okay I wish we could spend more time anywhere in VR stuff and everything like that our production crews gamers my son's into this stuff but but Karl I'm hearing things like space constrained we need to do more with less we need to simplify this environment wow that seems like a really good set up for kind of infrastructure modernization so how long have you guys been there about 10 years right yeah so it's a change don't want one in ten years so walk us back 10 years ago and give us that point when you went to modernize yeah well when we started there's no virtualization 3 server racks in a room in the basement for 10 years that we've been there there's been water in that room twice so that always gave us the warm fuzzies you're saying it wasn't water cooling I mean no we tried for that but it didn't you know it didn't work out last year we moved to Colo facility in Summerville so and by the time we did that move yeah we did we started virtualization with VMware like three five within a year or two of me starting and the racks got you know less and less full and now in the fall we rolled out VX rail and we're in a single rack in a data center and there's I think three physical servers in that rack that aren't the VX rail at this point so it's it's consolidation power savings stuffs in a much better physical location than it used to be moving that server room out we were able to free up that space for you know the students to be able to have it's a it's a meditation space now so it's it's been really interesting kind of going through all that great what I wanted you know we don't have a ton of time but let's talk about that VX rail was your team were you looking for HCI was it you know just time for a server refresh you know what what kind of led to that was there a specific application that you started with so this event two years ago we saw Brian from bu give this presentation on their tan and that really turns us on to the whole hyper-converged option we we worked with Winslow we actually talked to another vendor and we looked at Nutanix we looked at pivot three we looked at rolling our own you know visa non FX 2 and after kind of comparing everything and seeing the pros and cons VX rail made the most sense from management perspective and a price perspective our old cluster was coming up on the five-year mark things were going out of warranty we had ecologic sand with 7200 rpm drives one gig I scuzzy just flow for most of its life we were just doing lightweight servers and applications two years ago we needed to virtualize our database server and we threw her Knicks in there with 800 gig on VM e drives and that was a great stopgap but you know we we needed something more permanent more robust - that's how we got to be X ray from a management standpoint the hyper-converged model gave us more flexibility it's easier to expand and since we're small we're not talking about you know racks and racks working together ryote you started with just three hosts so from a overview standpoint it's easy for us as we grow to just add another node and we get the compute we get the storage and we get the memory all at once as an expansion so it's the model is just fantastic for our workload that we put on it we've got like 70 servers in there the only stuff that's not in there yet is our student file server and exchange and they're going in there in the next six months yeah yeah good great and that's so so it sounds like you're real happy with the solution you've been with Dell for four years so from an Operations standpoint was there you know a lot of steep learning curve or was this pretty straightforward and very easy I mean I was I was already really familiar with the VMware piece going into this so that you know that wasn't a big deal we were already on Ruby sphere 6 and we started in the it's row of B so 6px role manager is it's kind of a stupid easy interface you know you can go in you can see are there alerts is there an update you know can it see my hardware is all that good there's not a whole lot to learn from there if we were doing V San on our own my understanding is that some a lot more complicated to stand up once you have it going you're good until you try to make a change so the VX rail manager extract abstracts all that away and just kind of gives you the the VMware experience that you're used to yeah any commentary on the economic service you know we actually found it was very interesting because our original assessment of our own needs were there was no way we could afford all flash and we started we focused exclusively on hybrid solutions and after a certain point we saw I think a presentation from Rick on the external platform and we saw the VX rail as inline dedupe and compression with the all flash and we thought wait maybe we could make this work with all flash and so we actually had a very slight reduction in RAW storage in our new platform but the percentage that we're actually consuming is far less than on our old platform simply because of those gains and it is the performance is far far faster and it's a we've just been very pleased with the implementation from a cost perspective the all-flash VX rail came in under the hybrid pivot 3 and the hybrid Nutanix products so you know we it was a huge win from that perspective we were shocked we could be able to do it thrilled with it ok final word it sounds like you're real happy with the solution when it smoothly operates well economics were good what final takeaways would you give for your peers I mean I'd say the implementation was you know the VX rail platform the the installation is as advertised it was it's basically a wizard that walks you through the installation process the very few minor issues we encountered the winslow team and the is EMC no support support people had no problem solving for us it was really a pretty easy migration to the new platform and we were able to do it with essentially zero downtime yeah awesome well gentlemen thanks so much for joining that's the promise is to get that easy button for IT HD I definitely helping to move in that direction next time we'll get to talk a little bit more about cloud and everything like that be back with lots more coverage here from wtg transform 2018 I'm Stu minimun thanks for watching the Q
**Summary and Sentiment Analysis are not been shown because of improper transcript**
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jason O'Brien | PERSON | 0.99+ |
Jason | PERSON | 0.99+ |
Carl Jasperson | PERSON | 0.99+ |
Boston Architectural College | ORGANIZATION | 0.99+ |
7200 rpm | QUANTITY | 0.99+ |
Walter Isaacson | PERSON | 0.99+ |
four years | QUANTITY | 0.99+ |
800 gig | QUANTITY | 0.99+ |
10 years | QUANTITY | 0.99+ |
Rick | PERSON | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
two | QUANTITY | 0.99+ |
Summerville | LOCATION | 0.99+ |
Karl | PERSON | 0.99+ |
one gig | QUANTITY | 0.99+ |
last year | DATE | 0.99+ |
Italy | LOCATION | 0.99+ |
Ruby sphere 6 | TITLE | 0.99+ |
2018 | DATE | 0.99+ |
Brian | PERSON | 0.99+ |
Colo | LOCATION | 0.99+ |
two years ago | DATE | 0.99+ |
two years ago | DATE | 0.99+ |
Boston Architectural college | ORGANIZATION | 0.99+ |
Nutanix | ORGANIZATION | 0.99+ |
three hosts | QUANTITY | 0.99+ |
Carl Jaspersohn | PERSON | 0.99+ |
five-year | QUANTITY | 0.98+ |
70 servers | QUANTITY | 0.98+ |
Boston Architectural College | ORGANIZATION | 0.98+ |
10 years ago | DATE | 0.98+ |
late 1800s | DATE | 0.97+ |
Stu minimun | PERSON | 0.97+ |
ten years | QUANTITY | 0.97+ |
VX rail | COMMERCIAL_ITEM | 0.97+ |
single rack | QUANTITY | 0.97+ |
this year | DATE | 0.97+ |
Winslow | ORGANIZATION | 0.97+ |
twice | QUANTITY | 0.96+ |
EMC | ORGANIZATION | 0.96+ |
two gentlemen | QUANTITY | 0.96+ |
about 10 years | QUANTITY | 0.94+ |
a year | QUANTITY | 0.94+ |
Carles | PERSON | 0.93+ |
3 server racks | QUANTITY | 0.92+ |
hybrid pivot 3 | COMMERCIAL_ITEM | 0.92+ |
one | QUANTITY | 0.92+ |
Boston Massachusetts | LOCATION | 0.91+ |
three physical servers | QUANTITY | 0.89+ |
last eight years | DATE | 0.88+ |
about a month ago | DATE | 0.87+ |
next six months | DATE | 0.83+ |
San | TITLE | 0.82+ |
VX rail | COMMERCIAL_ITEM | 0.74+ |
every single year | QUANTITY | 0.73+ |
VX rail | COMMERCIAL_ITEM | 0.7+ |
VX rail | ORGANIZATION | 0.69+ |
hybrid | COMMERCIAL_ITEM | 0.67+ |
last few years | DATE | 0.65+ |
WTG Transform | ORGANIZATION | 0.64+ |
every | QUANTITY | 0.62+ |
FX | TITLE | 0.58+ |
VMware | ORGANIZATION | 0.56+ |
2 | COMMERCIAL_ITEM | 0.55+ |
zero | QUANTITY | 0.54+ |
last | QUANTITY | 0.54+ |
12 | TITLE | 0.48+ |
K 2 | TITLE | 0.46+ |
6px | TITLE | 0.44+ |
HCI | ORGANIZATION | 0.44+ |
five | QUANTITY | 0.4+ |
Sheri Bachstein & Mary Glackin | IBM Think 2018
>> Narrator: From Las Vegas, it's the Cube, covering IBM Think 2018, brought to you by IBM. >> Welcome back to Las Vegas, everybody. You're watching the Cube, the leader in live tech coverage. My name is Dave Vellante, and this is day three of our wall-to-wall coverage of IBM's inaugural Think conference. Mary Glackin's here, she's the vice president of weather business solutions, public, private partnerships, IBM Watson, and she's joined by Sheri Bachstein as the global head of consumer business at the Weather Company, an IBM company. Ladies, welcome to the Cube, thanks so much for coming on. >> Thank you, you're welcome. >> Thanks. >> Alright, Mary, going to start with the Weather Company. When IBM acquired the Weather Company, a lot of people were like, "What?", and they said, "Okay, data science, I get that.", and then, there was an IoT spin on that. Obviously, you have a lot of data, but, I got to ask you, what business are you in? >> So, what we like to say is we're in, not in the weather business, we're in the decision business. We're really dedicated, everyday, to help businesses, make the best decisions possible, and Sheri works on the consumer end of the business to do exactly the same thing. >> So, talk about your respective roles. Sheri, you're on the consumer side, as Mary just said, what does that entail? >> So, the consumer side is any touchpoint where we're bringing weather and weather insights to our consumers, whether it's on our weather channel app, whether it's on our web platform, mobile web, on wearables, so, it's anywhere where we're connecting with consumers, and, as Mary said, it's really about helping consumers make decisions. In our field, the forecast and some of the weather data has become a commodity almost, and we've actually shared our weather data with a lot of partners, and, so, now, we're using machine learning and data science to really come up with weather insights to help consumers make decisions, and it could be something just as simple as what to wear today, what's going to happen for a big event, or it can be around how do I keep people safe during severe weather. >> Yeah, I mean, we all look at the weather. I mean, I look at it everyday. >> Yeah. >> Of course, when you travel, like, what do I bring, what do I wear? Living in the East Coast these days, a lot of storms that we've >> That's right. >> encountered in the East Coast. I wonder if you could talk about life at IBM. I mean, again, it was a curious acquisition to a lot of people. Have you guys assimilated, how has it changed your business? >> I would say pretty dramatically. So, coming back to IBM acquiring us, they acquired us, really, for two reasons. One is we had some underlying technology that was really of interest to them that they're leveraging today, but the other part was because weather impacts so many businesses. So, as we've come into IBM, we've had alliances with IBM research. We're working on a pretty exciting project in bringing the next generation weather model to market, using high performance computing there. We've had alliances, definitely, through Watson in bringing AI into our products, and then, our product lines marry up with a lot of IBM product lines. So, we've rolled out a really exciting offering in closed captioning, and it really works well with some of the classical media business, weather media business that we have been providing. >> So, how do you guys make money? Maybe we could talk about the consumer side and the business side. A lot of people must ask that question. >> Yeah. >> They're advertising, okay, fine, >> Yeah. >> but that's not the core of what you guys do. >> Yeah, so, on the consumer side, a big majority of our revenue is drive by advertising, but we had to look at that business as well, 'cause as programmatic advertising has kind of taken up the landscape, how did we pivot to really generate more revenue, and, so, we've done that by creating Watson advertising, and that was one of the first implementations of Watson after the acquisition on the consumer side, and what we've done is we've created an open, scalable environment that, now, we can not only sell meaningful insights on our platform, but we can now give that to our partners, that they can go off our property and use the weather insights, we can use different data around location and media to help our partners really have a better experience, not only on our platform, but on any publisher's platform. >> So, that's your customers using Watson for advertising to drive their business. >> That's right. >> It's not like IBM is getting into the advertising business, per se, directly, is that right? >> Right, well, we're leveraging the power of Watson to create these insights. One of the products we created is called Weather FX, and, really, what it's doing, it's taking predictive analytics on the retail side, which is really an underused technology for retailers, but taking our historical weather data, mixing it with their retail data' to come up with insights so we can come up with interesting things that, say, in the northeast, like right now, during the winter, soda sells tremendously during very snowy or rainy winters. We can look at, you know, strawberry Pop-Tarts sell fairly well right before a hurricane, and, so, these are insights that we can bring to retailers, but it helps them with their supply chain, it helps them with their inventory, it can actually even help them with pricing, and, so, this is one of the ways we're taking our weather technology and marrying it with the advertising world to help provide those insights. >> For real, with the strawberry Pop-Tarts? >> For real, yeah, I guess, you know, you don't have to cook 'em or something. I don't know, so, yeah. >> Right, yeah, it's simple if the lights go out, okay. I mean, we want to ask you about your title, public and private partnerships. It's interesting, what is that all about? >> So, it's really about the fact that weather has really been something that's been shared globally around the world for hundreds of years at this point, and, so, the Weather Company and IBM take it very seriously that we be good partners in that community of weather providers. So, one of the things that we feel passionately about is we have a shared safety mission with national meteorological services globally. So, here in the US, we transmit, Sheri's team does, the warnings that come from the National Weather Service unaltered with attribution to the National Weather Service. We feel that it's really important that there's a sole authoritative voice when there's really danger. So, we share that safety mission, and then, we're trying to help in other parts of the world. We've had some partnerships to try to increase the observing in Africa which is really a part of the world that's under-observed. So, some of IBM's philanthropic efforts have been helping to fill in there and work with those national met services. So, it's really one of the really fun parts of my job. >> You know, we talk a lot about digital transformation, and Ginni Rometty was talking about the incumbent disruptors, and we've been riffing on that all week. We've made the observation that companies that are digital have data at their core, and they've organized, sort of, human expertise around that data. Most companies, Fortune 1000, are built around human expertise and built around other assets, the bottling plant or the factory, et cetera. I look at the Weather Company as a data company, that's probably fair. Did you evolve into that data is clearly at your core? Has it always been, and it's very interesting that IBM has acquired this company as it changes its DNA. I wonder if you could address that. >> Go ahead (laughs). >> So, I think there's a couple aspects around our data. There's obviously the weather data which is really powerful, but then, there's also location data. We're one of the largest location data providers besides Google and some of the others, because our weather accuracy starts with location which is really important. We have 250 million users that use our application, and we want to give them the most accurate forecast, and that starts with location. Because we add value, users will opt in to give us that data which is really important to us that we do keep their data private and opt in to that to get that location data. So, that's really powerful, because, now we can deliver products based on time and location and weather, and it just makes for better weather insights for, not only our consumers, but for our businesses. >> Yeah, yeah. >> Do you use, I mean, how do you use social? I mean, you know how Waze tells you where the traffic is and you report back. Do you guys rely heavily on that, or do you more rely on machines to help you with your forecast? Is it a combination? >> So, I could talk a little bit. One of our new market areas we've been going into is ground transportation. So, we do have a partner that's providing us some transportation, traffic information, but what we bring to it is being able to do, the predictive thing, is to take the weather piece and how that's going to influence that traffic. So, as the storm comes through, we know by looking at past events what that will mean and we bring that piece to the table. So, it's an example of how we go, not just giving you a weather forecast, but really forecasting the impacts and giving you insights, so that if you're running a large trucking operation, you can reroute fleets around it and avoid weather like that and keep people safe. >> Talk about, oh, go ahead, please. >> One of the brands within our portfolio is Weather Underground, and what they brought to the table for us is a personal weather station that works. So, we have about 270,000 around the world, and these are people that just really love the weather. They have a personal weather station in their backyard and they provide that data that then goes into Mary's team in helping looking at the forecast. So, that's one of the ways that we're using kind of a social network in sensoring to influence some of the work that we're doing. >> I mean, the weather forecast, for years, have been the butt of many jokes. You guys are data science oriented, data scientists, the data doesn't lie. We just keep iterating >> Yeah. >> and make it better and better and better. What could you tell us about the improvements of the forecast over the last decade? Maybe Bill Belichick makes jokes about the weather and you hear it, you say, "You know, actually "the weather's predictions have gotten much better." You guys measure it, what can you share with us? >> Oh, it's gotten so much better over the course of my career, it's pretty dramatic and it's getting better still. You're going to see some real breakthroughs coming up. So, one of the things that we've really put a lot of bets on in IBM is the internet of things, >> Dave: Right. >> and, so, we are, today, pulling off of cellphones atmospheric pressure data and that's going into our next generation model. So, this'll be more data than anybody has powering that model. So, you're able to augment traditional data sources like, you may or may not know, we still launch weather balloons twice a day to measure through the atmosphere, but, in our technology, we take data off of airplanes, we take data off of cellphones, we'll soon be taking data off of cars which will tell us when the windshield wipers are moving, is it raining or not, when the anti-lock brakes things lock, that roads are icy, all of that. So, all of that will come in to improve forecasting. >> So, this requires partnerships with all that and amazing supply chain. >> Absolutely. >> I presume IBM helps there as well, but did you have a lot of that in motion prior to the acquisition, how does that all work? >> I think we've really been empowered by IBM. >> Yep, absolutely. >> Yeah. >> There's no question about that, and it's about finding the win-win. When we work with car manufacturers they're looking to have safe experiences for their drivers and we can help in that regard, and, as we move into autonomous vehicles, there's just going to be even more demand for very high resolution, accurate weather information. >> Am I correct at all, the weather data from all these devices actually goes back to the IBM cloud, is that right, and that's where the models are iterated and developed, is that correct, or does some of it stay out in the network? >> It's all a cloud-based operation that's here. We do do some, I mentioned before that we're working with IBM research on next generation high-performance computing which is actually, it can be cloud-based, but it's also on Prim-based, because of the very large cores we need for computing these models. We're going to run a very high-resolution model globally at a very high frequency. >> So, thinking about some of the industries that you're helping, I mean, you mentioned retail before. Obviously, government's very interested in this. I would imagine investors are interested in the weather in a big way. >> Yeah. >> Maybe you could talk about some of the more interesting industries, use cases, business models. >> Yeah, there's a lot out there, there's traditional ones we've served for years like energy traders that are very interested in, you know, because they're trying to make decisions about that. The financial services sector is also very interested. When they can get some additional insights through footfall traffic, if they know certain stores are seeing more footfall traffic, that will give them some indication, a little edge up in the marketplace for that. So, we see those kind of things, and other traditional areas as well, agriculture, what you would expect there. >> So people, you know, you hear a lot of talk in the press about artificial intelligence and Elon Musk predictions and the like, but here's an example where machine intelligence, everybody welcomes, keeps getting better and better and better. How far could we take AI and weather? Where do you see this going in the next 10 years? >> So, on the consumer side, I think it's really about transforming the way that we're delivering weather on the digital platform, the new age of the weather app will say, and, really, users want a personalized experience. They want to know how the weather's going to impact me, but they don't want to personalize, right? So, that's where machine learning is coming in, that we can be able to provide those insights. We'll know that, maybe, you're an allergy sufferer or migraine sufferer, and we're going to tell you that the conditions are right for that you might have symptoms related to that around health. So, there's a lot of ways, on the consumer side, more personalized experience, giving you more assurance that you don't have to, necessarily, go to the app to find information. We're going to send it to you more proactively, and, so, machine learning is helping us do that cognitive science as well. So, it's a pretty exciting time to be part of the weather. >> Yeah, that bum knee I have, you know, you might want to get ahead of the pain. >> That's right, with the arthritis, yes, yes, so, definitely. >> Alright, Mary, we'll give you last word on IBM Think and, you know, the whole trend of AI and weather. >> So, I think it's really exciting. I think Ginni says it really well. It's about AI and the person as well. You know, AI doesn't take over. It's really finding the way to AI to really assist decision makers and that's we're going on the business end of things is really sorting through tons and tons of data to really provide the insights that people can make, businesses can make really great decisions. >> Well, it's always been a really fascinating acquisition to me, and, now, just to see how it's evolving is really amazing. So, Sheri and Mary, thanks very much for coming on the Cube >> Thank you. >> and sharing your experiences. >> Thanks so much. >> Great, thank you. >> You're welcome, alright, keep it right there, everybody, you're watching the Cube. We're live from Think 2018 and we'll be right back. (techno beat)
SUMMARY :
Narrator: From Las Vegas, it's the Cube, as the global head of consumer business When IBM acquired the Weather Company, of the business to do exactly the same thing. So, talk about your respective roles. In our field, the forecast and some of the weather data Yeah, I mean, we all look at the weather. encountered in the East Coast. in bringing the next generation weather model to market, So, how do you guys make money? of Watson after the acquisition on the consumer side, So, that's your customers using Watson One of the products we created is called Weather FX, For real, yeah, I guess, you know, I mean, we want to ask you about your title, So, here in the US, we transmit, I look at the Weather Company as There's obviously the weather data which is really powerful, to help you with your forecast? So, as the storm comes through, go ahead, please. So, that's one of the ways that we're using I mean, the weather forecast, for years, of the forecast over the last decade? So, one of the things that we've really So, all of that will come in to improve forecasting. So, this requires partnerships with all that and it's about finding the win-win. on Prim-based, because of the very large cores that you're helping, I mean, you mentioned retail before. the more interesting industries, use cases, that are very interested in, you know, and the like, but here's an example of the weather app will say, and, really, of the pain. with the arthritis, yes, yes, so, definitely. and, you know, the whole trend of AI and weather. It's about AI and the person as well. So, Sheri and Mary, thanks very much We're live from Think 2018 and we'll be right back.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave Vellante | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Sheri Bachstein | PERSON | 0.99+ |
Mary Glackin | PERSON | 0.99+ |
Mary | PERSON | 0.99+ |
National Weather Service | ORGANIZATION | 0.99+ |
Sheri | PERSON | 0.99+ |
Bill Belichick | PERSON | 0.99+ |
Ginni Rometty | PERSON | 0.99+ |
US | LOCATION | 0.99+ |
ORGANIZATION | 0.99+ | |
Dave | PERSON | 0.99+ |
Africa | LOCATION | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
hundreds of years | QUANTITY | 0.99+ |
Weather Company | ORGANIZATION | 0.99+ |
One | QUANTITY | 0.99+ |
Ginni | PERSON | 0.99+ |
250 million users | QUANTITY | 0.99+ |
two reasons | QUANTITY | 0.99+ |
Watson | TITLE | 0.98+ |
about 270,000 | QUANTITY | 0.98+ |
twice a day | QUANTITY | 0.98+ |
one | QUANTITY | 0.97+ |
East Coast | LOCATION | 0.97+ |
today | DATE | 0.97+ |
Elon Musk | PERSON | 0.97+ |
last decade | DATE | 0.95+ |
tons and tons of data | QUANTITY | 0.92+ |
Waze | ORGANIZATION | 0.9+ |
Weather Underground | ORGANIZATION | 0.87+ |
Fortune | ORGANIZATION | 0.83+ |
Watson | ORGANIZATION | 0.82+ |
next 10 years | DATE | 0.8+ |
IBM Watson | ORGANIZATION | 0.79+ |
Think conference | EVENT | 0.77+ |
first implementations | QUANTITY | 0.76+ |
Cube | COMMERCIAL_ITEM | 0.75+ |
Think 2018 | EVENT | 0.73+ |
couple aspects | QUANTITY | 0.69+ |
IBM Think | ORGANIZATION | 0.68+ |
brands | QUANTITY | 0.6+ |
day | QUANTITY | 0.59+ |
Weather FX | ORGANIZATION | 0.54+ |
2018 | EVENT | 0.52+ |
years | QUANTITY | 0.49+ |