Image Title

Search Results for 10 public clouds:

Jack Greenfield, Walmart | A Dive into Walmart's Retail Supercloud


 

>> Welcome back to SuperCloud2. This is Dave Vellante, and we're here with Jack Greenfield. He's the Vice President of Enterprise Architecture and the Chief Architect for the global technology platform at Walmart. Jack, I want to thank you for coming on the program. Really appreciate your time. >> Glad to be here, Dave. Thanks for inviting me and appreciate the opportunity to chat with you. >> Yeah, it's our pleasure. Now we call what you've built a SuperCloud. That's our term, not yours, but how would you describe the Walmart Cloud Native Platform? >> So WCNP, as the acronym goes, is essentially an implementation of Kubernetes for the Walmart ecosystem. And what that means is that we've taken Kubernetes off the shelf as open source, and we have integrated it with a number of foundational services that provide other aspects of our computational environment. So Kubernetes off the shelf doesn't do everything. It does a lot. In particular the orchestration of containers, but it delegates through API a lot of key functions. So for example, secret management, traffic management, there's a need for telemetry and observability at a scale beyond what you get from raw Kubernetes. That is to say, harvesting the metrics that are coming out of Kubernetes and processing them, storing them in time series databases, dashboarding them, and so on. There's also an angle to Kubernetes that gets a lot of attention in the daily DevOps routine, that's not really part of the open source deliverable itself, and that is the DevOps sort of CICD pipeline-oriented lifecycle. And that is something else that we've added and integrated nicely. And then one more piece of this picture is that within a Kubernetes cluster, there's a function that is critical to allowing services to discover each other and integrate with each other securely and with proper configuration provided by the concept of a service mesh. So Istio, Linkerd, these are examples of service mesh technologies. And we have gone ahead and integrated actually those two. There's more than those two, but we've integrated those two with Kubernetes. So the net effect is that when a developer within Walmart is going to build an application, they don't have to think about all those other capabilities where they come from or how they're provided. Those are already present, and the way the CICD pipelines are set up, it's already sort of in the picture, and there are configuration points that they can take advantage of in the primary YAML and a couple of other pieces of config that we supply where they can tune it. But at the end of the day, it offloads an awful lot of work for them, having to stand up and operate those services, fail them over properly, and make them robust. All of that's provided for. >> Yeah, you know, developers often complain they spend too much time wrangling and doing things that aren't productive. So I wonder if you could talk about the high level business goals of the initiative in terms of the hardcore benefits. Was the real impetus to tap into best of breed cloud services? Were you trying to cut costs? Maybe gain negotiating leverage with the cloud guys? Resiliency, you know, I know was a major theme. Maybe you could give us a sense of kind of the anatomy of the decision making process that went in. >> Sure, and in the course of answering your question, I think I'm going to introduce the concept of our triplet architecture which we haven't yet touched on in the interview here. First off, just to sort of wrap up the motivation for WCNP itself which is kind of orthogonal to the triplet architecture. It can exist with or without it. Currently does exist with it, which is key, and I'll get to that in a moment. The key drivers, business drivers for WCNP were developer productivity by offloading the kinds of concerns that we've just discussed. Number two, improving resiliency, that is to say reducing opportunity for human error. One of the challenges you tend to run into in a large enterprise is what we call snowflakes, lots of gratuitously different workloads, projects, configurations to the extent that by developing and using WCNP and continuing to evolve it as we have, we end up with cookie cutter like consistency across our workloads which is super valuable when it comes to building tools or building services to automate operations that would otherwise be manual. When everything is pretty much done the same way, that becomes much simpler. Another key motivation for WCNP was the ability to abstract from the underlying cloud provider. And this is going to lead to a discussion of our triplet architecture. At the end of the day, when one works directly with an underlying cloud provider, one ends up taking a lot of dependencies on that particular cloud provider. Those dependencies can be valuable. For example, there are best of breed services like say Cloud Spanner offered by Google or say Cosmos DB offered by Microsoft that one wants to use and one is willing to take the dependency on the cloud provider to get that functionality because it's unique and valuable. On the other hand, one doesn't want to take dependencies on a cloud provider that don't add a lot of value. And with Kubernetes, we have the opportunity, and this is a large part of how Kubernetes was designed and why it is the way it is, we have the opportunity to sort of abstract from the underlying cloud provider for stateless workloads on compute. And so what this lets us do is build container-based applications that can run without change on different cloud provider infrastructure. So the same applications can run on WCNP over Azure, WCNP over GCP, or WCNP over the Walmart private cloud. And we have a private cloud. Our private cloud is OpenStack based and it gives us some significant cost advantages as well as control advantages. So to your point, in terms of business motivation, there's a key cost driver here, which is that we can use our own private cloud when it's advantageous and then use the public cloud provider capabilities when we need to. A key place with this comes into play is with elasticity. So while the private cloud is much more cost effective for us to run and use, it isn't as elastic as what the cloud providers offer, right? We don't have essentially unlimited scale. We have large scale, but the public cloud providers are elastic in the extreme which is a very powerful capability. So what we're able to do is burst, and we use this term bursting workloads into the public cloud from the private cloud to take advantage of the elasticity they offer and then fall back into the private cloud when the traffic load diminishes to the point where we don't need that elastic capability, elastic capacity at low cost. And this is a very important paradigm that I think is going to be very commonplace ultimately as the industry evolves. Private cloud is easier to operate and less expensive, and yet the public cloud provider capabilities are difficult to match. >> And the triplet, the tri is your on-prem private cloud and the two public clouds that you mentioned, is that right? >> That is correct. And we actually have an architecture in which we operate all three of those cloud platforms in close proximity with one another in three different major regions in the US. So we have east, west, and central. And in each of those regions, we have all three cloud providers. And the way it's configured, those data centers are within 10 milliseconds of each other, meaning that it's of negligible cost to interact between them. And this allows us to be fairly agnostic to where a particular workload is running. >> Does a human make that decision, Jack or is there some intelligence in the system that determines that? >> That's a really great question, Dave. And it's a great question because we're at the cusp of that transition. So currently humans make that decision. Humans choose to deploy workloads into a particular region and a particular provider within that region. That said, we're actively developing patterns and practices that will allow us to automate the placement of the workloads for a variety of criteria. For example, if in a particular region, a particular provider is heavily overloaded and is unable to provide the level of service that's expected through our SLAs, we could choose to fail workloads over from that cloud provider to a different one within the same region. But that's manual today. We do that, but people do it. Okay, we'd like to get to where that happens automatically. In the same way, we'd like to be able to automate the failovers, both for high availability and sort of the heavier disaster recovery model between, within a region between providers and even within a provider between the availability zones that are there, but also between regions for the sort of heavier disaster recovery or maintenance driven realignment of workload placement. Today, that's all manual. So we have people moving workloads from region A to region B or data center A to data center B. It's clean because of the abstraction. The workloads don't have to know or care, but there are latency considerations that come into play, and the humans have to be cognizant of those. And automating that can help ensure that we get the best performance and the best reliability. >> But you're developing the dataset to actually, I would imagine, be able to make those decisions in an automated fashion over time anyway. Is that a fair assumption? >> It is, and that's what we're actively developing right now. So if you were to look at us today, we have these nice abstractions and APIs in place, but people run that machine, if you will, moving toward a world where that machine is fully automated. >> What exactly are you abstracting? Is it sort of the deployment model or, you know, are you able to abstract, I'm just making this up like Azure functions and GCP functions so that you can sort of run them, you know, with a consistent experience. What exactly are you abstracting and how difficult was it to achieve that objective technically? >> that's a good question. What we're abstracting is the Kubernetes node construct. That is to say a cluster of Kubernetes nodes which are typically VMs, although they can run bare metal in certain contexts, is something that typically to stand up requires knowledge of the underlying cloud provider. So for example, with GCP, you would use GKE to set up a Kubernetes cluster, and in Azure, you'd use AKS. We are actually abstracting that aspect of things so that the developers standing up applications don't have to know what the underlying cluster management provider is. They don't have to know if it's GCP, AKS or our own Walmart private cloud. Now, in terms of functions like Azure functions that you've mentioned there, we haven't done that yet. That's another piece that we have sort of on our radar screen that, we'd like to get to is serverless approach, and the Knative work from Google and the Azure functions, those are things that we see good opportunity to use for a whole variety of use cases. But right now we're not doing much with that. We're strictly container based right now, and we do have some VMs that are running in sort of more of a traditional model. So our stateful workloads are primarily VM based, but for serverless, that's an opportunity for us to take some of these stateless workloads and turn them into cloud functions. >> Well, and that's another cost lever that you can pull down the road that's going to drop right to the bottom line. Do you see a day or maybe you're doing it today, but I'd be surprised, but where you build applications that actually span multiple clouds or is there, in your view, always going to be a direct one-to-one mapping between where an application runs and the specific cloud platform? >> That's a really great question. Well, yes and no. So today, application development teams choose a cloud provider to deploy to and a location to deploy to, and they have to get involved in moving an application like we talked about today. That said, the bursting capability that I mentioned previously is something that is a step in the direction of automatic migration. That is to say we're migrating workload to different locations automatically. Currently, the prototypes we've been developing and that we think are going to eventually make their way into production are leveraging Istio to assess the load incoming on a particular cluster and start shedding that load into a different location. Right now, the configuration of that is still manual, but there's another opportunity for automation there. And I think a key piece of this is that down the road, well, that's a, sort of a small step in the direction of an application being multi provider. We expect to see really an abstraction of the fact that there is a triplet even. So the workloads are moving around according to whatever the control plane decides is necessary based on a whole variety of inputs. And at that point, you will have true multi-cloud applications, applications that are distributed across the different providers and in a way that application developers don't have to think about. >> So Walmart's been a leader, Jack, in using data for competitive advantages for decades. It's kind of been a poster child for that. You've got a mountain of IP in the form of data, tools, applications best practices that until the cloud came out was all On Prem. But I'm really interested in this idea of building a Walmart ecosystem, which obviously you have. Do you see a day or maybe you're even doing it today where you take what we call the Walmart SuperCloud, WCNP in your words, and point or turn that toward an external world or your ecosystem, you know, supporting those partners or customers that could drive new revenue streams, you know directly from the platform? >> Great questions, Dave. So there's really two things to say here. The first is that with respect to data, our data workloads are primarily VM basis. I've mentioned before some VMware, some straight open stack. But the key here is that WCNP and Kubernetes are very powerful for stateless workloads, but for stateful workloads tend to be still climbing a bit of a growth curve in the industry. So our data workloads are not primarily based on WCNP. They're VM based. Now that said, there is opportunity to make some progress there, and we are looking at ways to move things into containers that are currently running in VMs which are stateful. The other question you asked is related to how we expose data to third parties and also functionality. Right now we do have in-house, for our own use, a very robust data architecture, and we have followed the sort of domain-oriented data architecture guidance from Martin Fowler. And we have data lakes in which we collect data from all the transactional systems and which we can then use and do use to build models which are then used in our applications. But right now we're not exposing the data directly to customers as a product. That's an interesting direction that's been talked about and may happen at some point, but right now that's internal. What we are exposing to customers is applications. So we're offering our global integrated fulfillment capabilities, our order picking and curbside pickup capabilities, and our cloud powered checkout capabilities to third parties. And this means we're standing up our own internal applications as externally facing SaaS applications which can serve our partners' customers. >> Yeah, of course, Martin Fowler really first introduced to the world Zhamak Dehghani's data mesh concept and this whole idea of data products and domain oriented thinking. Zhamak Dehghani, by the way, is a speaker at our event as well. Last question I had is edge, and how you think about the edge? You know, the stores are an edge. Are you putting resources there that sort of mirror this this triplet model? Or is it better to consolidate things in the cloud? I know there are trade-offs in terms of latency. How are you thinking about that? >> All really good questions. It's a challenging area as you can imagine because edges are subject to disconnection, right? Or reduced connection. So we do place the same architecture at the edge. So WCNP runs at the edge, and an application that's designed to run at WCNP can run at the edge. That said, there are a number of very specific considerations that come up when running at the edge, such as the possibility of disconnection or degraded connectivity. And so one of the challenges we have faced and have grappled with and done a good job of I think is dealing with the fact that applications go offline and come back online and have to reconnect and resynchronize, the sort of online offline capability is something that can be quite challenging. And we have a couple of application architectures that sort of form the two core sets of patterns that we use. One is an offline/online synchronization architecture where we discover that we've come back online, and we understand the differences between the online dataset and the offline dataset and how they have to be reconciled. The other is a message-based architecture. And here in our health and wellness domain, we've developed applications that are queue based. So they're essentially business processes that consist of multiple steps where each step has its own queue. And what that allows us to do is devote whatever bandwidth we do have to those pieces of the process that are most latency sensitive and allow the queue lengths to increase in parts of the process that are not latency sensitive, knowing that they will eventually catch up when the bandwidth is restored. And to put that in a little bit of context, we have fiber lengths to all of our locations, and we have I'll just use a round number, 10-ish thousand locations. It's larger than that, but that's the ballpark, and we have fiber to all of them, but when the fiber is disconnected, When the disconnection happens, we're able to fall back to 5G and to Starlink. Starlink is preferred. It's a higher bandwidth. 5G if that fails. But in each of those cases, the bandwidth drops significantly. And so the applications have to be intelligent about throttling back the traffic that isn't essential, so that it can push the essential traffic in those lower bandwidth scenarios. >> So much technology to support this amazing business which started in the early 1960s. Jack, unfortunately, we're out of time. I would love to have you back or some members of your team and drill into how you're using open source, but really thank you so much for explaining the approach that you've taken and participating in SuperCloud2. >> You're very welcome, Dave, and we're happy to come back and talk about other aspects of what we do. For example, we could talk more about the data lakes and the data mesh that we have in place. We could talk more about the directions we might go with serverless. So please look us up again. Happy to chat. >> I'm going to take you up on that, Jack. All right. This is Dave Vellante for John Furrier and the Cube community. Keep it right there for more action from SuperCloud2. (upbeat music)

Published Date : Feb 17 2023

SUMMARY :

and the Chief Architect for and appreciate the the Walmart Cloud Native Platform? and that is the DevOps Was the real impetus to tap into Sure, and in the course And the way it's configured, and the humans have to the dataset to actually, but people run that machine, if you will, Is it sort of the deployment so that the developers and the specific cloud platform? and that we think are going in the form of data, tools, applications a bit of a growth curve in the industry. and how you think about the edge? and allow the queue lengths to increase for explaining the and the data mesh that we have in place. and the Cube community.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Dave VellantePERSON

0.99+

Jack GreenfieldPERSON

0.99+

DavePERSON

0.99+

JackPERSON

0.99+

MicrosoftORGANIZATION

0.99+

Martin FowlerPERSON

0.99+

WalmartORGANIZATION

0.99+

USLOCATION

0.99+

Zhamak DehghaniPERSON

0.99+

TodayDATE

0.99+

eachQUANTITY

0.99+

OneQUANTITY

0.99+

twoQUANTITY

0.99+

GoogleORGANIZATION

0.99+

todayDATE

0.99+

two thingsQUANTITY

0.99+

threeQUANTITY

0.99+

firstQUANTITY

0.99+

each stepQUANTITY

0.99+

FirstQUANTITY

0.99+

early 1960sDATE

0.99+

StarlinkORGANIZATION

0.99+

oneQUANTITY

0.98+

a dayQUANTITY

0.97+

GCPTITLE

0.97+

AzureTITLE

0.96+

WCNPTITLE

0.96+

10 millisecondsQUANTITY

0.96+

bothQUANTITY

0.96+

KubernetesTITLE

0.94+

Cloud SpannerTITLE

0.94+

LinkerdORGANIZATION

0.93+

tripletQUANTITY

0.92+

three cloud providersQUANTITY

0.91+

CubeORGANIZATION

0.9+

SuperCloud2ORGANIZATION

0.89+

two core setsQUANTITY

0.88+

John FurrierPERSON

0.88+

one more pieceQUANTITY

0.86+

two public cloudsQUANTITY

0.86+

thousand locationsQUANTITY

0.83+

Vice PresidentPERSON

0.8+

10-ishQUANTITY

0.79+

WCNPORGANIZATION

0.75+

decadesQUANTITY

0.75+

three different major regionsQUANTITY

0.74+

Jack Greenfield, Walmart | A Dive into Walmart's Retail Supercloud


 

>> Welcome back to SuperCloud2. This is Dave Vellante, and we're here with Jack Greenfield. He's the Vice President of Enterprise Architecture and the Chief Architect for the global technology platform at Walmart. Jack, I want to thank you for coming on the program. Really appreciate your time. >> Glad to be here, Dave. Thanks for inviting me and appreciate the opportunity to chat with you. >> Yeah, it's our pleasure. Now we call what you've built a SuperCloud. That's our term, not yours, but how would you describe the Walmart Cloud Native Platform? >> So WCNP, as the acronym goes, is essentially an implementation of Kubernetes for the Walmart ecosystem. And what that means is that we've taken Kubernetes off the shelf as open source, and we have integrated it with a number of foundational services that provide other aspects of our computational environment. So Kubernetes off the shelf doesn't do everything. It does a lot. In particular the orchestration of containers, but it delegates through API a lot of key functions. So for example, secret management, traffic management, there's a need for telemetry and observability at a scale beyond what you get from raw Kubernetes. That is to say, harvesting the metrics that are coming out of Kubernetes and processing them, storing them in time series databases, dashboarding them, and so on. There's also an angle to Kubernetes that gets a lot of attention in the daily DevOps routine, that's not really part of the open source deliverable itself, and that is the DevOps sort of CICD pipeline-oriented lifecycle. And that is something else that we've added and integrated nicely. And then one more piece of this picture is that within a Kubernetes cluster, there's a function that is critical to allowing services to discover each other and integrate with each other securely and with proper configuration provided by the concept of a service mesh. So Istio, Linkerd, these are examples of service mesh technologies. And we have gone ahead and integrated actually those two. There's more than those two, but we've integrated those two with Kubernetes. So the net effect is that when a developer within Walmart is going to build an application, they don't have to think about all those other capabilities where they come from or how they're provided. Those are already present, and the way the CICD pipelines are set up, it's already sort of in the picture, and there are configuration points that they can take advantage of in the primary YAML and a couple of other pieces of config that we supply where they can tune it. But at the end of the day, it offloads an awful lot of work for them, having to stand up and operate those services, fail them over properly, and make them robust. All of that's provided for. >> Yeah, you know, developers often complain they spend too much time wrangling and doing things that aren't productive. So I wonder if you could talk about the high level business goals of the initiative in terms of the hardcore benefits. Was the real impetus to tap into best of breed cloud services? Were you trying to cut costs? Maybe gain negotiating leverage with the cloud guys? Resiliency, you know, I know was a major theme. Maybe you could give us a sense of kind of the anatomy of the decision making process that went in. >> Sure, and in the course of answering your question, I think I'm going to introduce the concept of our triplet architecture which we haven't yet touched on in the interview here. First off, just to sort of wrap up the motivation for WCNP itself which is kind of orthogonal to the triplet architecture. It can exist with or without it. Currently does exist with it, which is key, and I'll get to that in a moment. The key drivers, business drivers for WCNP were developer productivity by offloading the kinds of concerns that we've just discussed. Number two, improving resiliency, that is to say reducing opportunity for human error. One of the challenges you tend to run into in a large enterprise is what we call snowflakes, lots of gratuitously different workloads, projects, configurations to the extent that by developing and using WCNP and continuing to evolve it as we have, we end up with cookie cutter like consistency across our workloads which is super valuable when it comes to building tools or building services to automate operations that would otherwise be manual. When everything is pretty much done the same way, that becomes much simpler. Another key motivation for WCNP was the ability to abstract from the underlying cloud provider. And this is going to lead to a discussion of our triplet architecture. At the end of the day, when one works directly with an underlying cloud provider, one ends up taking a lot of dependencies on that particular cloud provider. Those dependencies can be valuable. For example, there are best of breed services like say Cloud Spanner offered by Google or say Cosmos DB offered by Microsoft that one wants to use and one is willing to take the dependency on the cloud provider to get that functionality because it's unique and valuable. On the other hand, one doesn't want to take dependencies on a cloud provider that don't add a lot of value. And with Kubernetes, we have the opportunity, and this is a large part of how Kubernetes was designed and why it is the way it is, we have the opportunity to sort of abstract from the underlying cloud provider for stateless workloads on compute. And so what this lets us do is build container-based applications that can run without change on different cloud provider infrastructure. So the same applications can run on WCNP over Azure, WCNP over GCP, or WCNP over the Walmart private cloud. And we have a private cloud. Our private cloud is OpenStack based and it gives us some significant cost advantages as well as control advantages. So to your point, in terms of business motivation, there's a key cost driver here, which is that we can use our own private cloud when it's advantageous and then use the public cloud provider capabilities when we need to. A key place with this comes into play is with elasticity. So while the private cloud is much more cost effective for us to run and use, it isn't as elastic as what the cloud providers offer, right? We don't have essentially unlimited scale. We have large scale, but the public cloud providers are elastic in the extreme which is a very powerful capability. So what we're able to do is burst, and we use this term bursting workloads into the public cloud from the private cloud to take advantage of the elasticity they offer and then fall back into the private cloud when the traffic load diminishes to the point where we don't need that elastic capability, elastic capacity at low cost. And this is a very important paradigm that I think is going to be very commonplace ultimately as the industry evolves. Private cloud is easier to operate and less expensive, and yet the public cloud provider capabilities are difficult to match. >> And the triplet, the tri is your on-prem private cloud and the two public clouds that you mentioned, is that right? >> That is correct. And we actually have an architecture in which we operate all three of those cloud platforms in close proximity with one another in three different major regions in the US. So we have east, west, and central. And in each of those regions, we have all three cloud providers. And the way it's configured, those data centers are within 10 milliseconds of each other, meaning that it's of negligible cost to interact between them. And this allows us to be fairly agnostic to where a particular workload is running. >> Does a human make that decision, Jack or is there some intelligence in the system that determines that? >> That's a really great question, Dave. And it's a great question because we're at the cusp of that transition. So currently humans make that decision. Humans choose to deploy workloads into a particular region and a particular provider within that region. That said, we're actively developing patterns and practices that will allow us to automate the placement of the workloads for a variety of criteria. For example, if in a particular region, a particular provider is heavily overloaded and is unable to provide the level of service that's expected through our SLAs, we could choose to fail workloads over from that cloud provider to a different one within the same region. But that's manual today. We do that, but people do it. Okay, we'd like to get to where that happens automatically. In the same way, we'd like to be able to automate the failovers, both for high availability and sort of the heavier disaster recovery model between, within a region between providers and even within a provider between the availability zones that are there, but also between regions for the sort of heavier disaster recovery or maintenance driven realignment of workload placement. Today, that's all manual. So we have people moving workloads from region A to region B or data center A to data center B. It's clean because of the abstraction. The workloads don't have to know or care, but there are latency considerations that come into play, and the humans have to be cognizant of those. And automating that can help ensure that we get the best performance and the best reliability. >> But you're developing the dataset to actually, I would imagine, be able to make those decisions in an automated fashion over time anyway. Is that a fair assumption? >> It is, and that's what we're actively developing right now. So if you were to look at us today, we have these nice abstractions and APIs in place, but people run that machine, if you will, moving toward a world where that machine is fully automated. >> What exactly are you abstracting? Is it sort of the deployment model or, you know, are you able to abstract, I'm just making this up like Azure functions and GCP functions so that you can sort of run them, you know, with a consistent experience. What exactly are you abstracting and how difficult was it to achieve that objective technically? >> that's a good question. What we're abstracting is the Kubernetes node construct. That is to say a cluster of Kubernetes nodes which are typically VMs, although they can run bare metal in certain contexts, is something that typically to stand up requires knowledge of the underlying cloud provider. So for example, with GCP, you would use GKE to set up a Kubernetes cluster, and in Azure, you'd use AKS. We are actually abstracting that aspect of things so that the developers standing up applications don't have to know what the underlying cluster management provider is. They don't have to know if it's GCP, AKS or our own Walmart private cloud. Now, in terms of functions like Azure functions that you've mentioned there, we haven't done that yet. That's another piece that we have sort of on our radar screen that, we'd like to get to is serverless approach, and the Knative work from Google and the Azure functions, those are things that we see good opportunity to use for a whole variety of use cases. But right now we're not doing much with that. We're strictly container based right now, and we do have some VMs that are running in sort of more of a traditional model. So our stateful workloads are primarily VM based, but for serverless, that's an opportunity for us to take some of these stateless workloads and turn them into cloud functions. >> Well, and that's another cost lever that you can pull down the road that's going to drop right to the bottom line. Do you see a day or maybe you're doing it today, but I'd be surprised, but where you build applications that actually span multiple clouds or is there, in your view, always going to be a direct one-to-one mapping between where an application runs and the specific cloud platform? >> That's a really great question. Well, yes and no. So today, application development teams choose a cloud provider to deploy to and a location to deploy to, and they have to get involved in moving an application like we talked about today. That said, the bursting capability that I mentioned previously is something that is a step in the direction of automatic migration. That is to say we're migrating workload to different locations automatically. Currently, the prototypes we've been developing and that we think are going to eventually make their way into production are leveraging Istio to assess the load incoming on a particular cluster and start shedding that load into a different location. Right now, the configuration of that is still manual, but there's another opportunity for automation there. And I think a key piece of this is that down the road, well, that's a, sort of a small step in the direction of an application being multi provider. We expect to see really an abstraction of the fact that there is a triplet even. So the workloads are moving around according to whatever the control plane decides is necessary based on a whole variety of inputs. And at that point, you will have true multi-cloud applications, applications that are distributed across the different providers and in a way that application developers don't have to think about. >> So Walmart's been a leader, Jack, in using data for competitive advantages for decades. It's kind of been a poster child for that. You've got a mountain of IP in the form of data, tools, applications best practices that until the cloud came out was all On Prem. But I'm really interested in this idea of building a Walmart ecosystem, which obviously you have. Do you see a day or maybe you're even doing it today where you take what we call the Walmart SuperCloud, WCNP in your words, and point or turn that toward an external world or your ecosystem, you know, supporting those partners or customers that could drive new revenue streams, you know directly from the platform? >> Great question, Steve. So there's really two things to say here. The first is that with respect to data, our data workloads are primarily VM basis. I've mentioned before some VMware, some straight open stack. But the key here is that WCNP and Kubernetes are very powerful for stateless workloads, but for stateful workloads tend to be still climbing a bit of a growth curve in the industry. So our data workloads are not primarily based on WCNP. They're VM based. Now that said, there is opportunity to make some progress there, and we are looking at ways to move things into containers that are currently running in VMs which are stateful. The other question you asked is related to how we expose data to third parties and also functionality. Right now we do have in-house, for our own use, a very robust data architecture, and we have followed the sort of domain-oriented data architecture guidance from Martin Fowler. And we have data lakes in which we collect data from all the transactional systems and which we can then use and do use to build models which are then used in our applications. But right now we're not exposing the data directly to customers as a product. That's an interesting direction that's been talked about and may happen at some point, but right now that's internal. What we are exposing to customers is applications. So we're offering our global integrated fulfillment capabilities, our order picking and curbside pickup capabilities, and our cloud powered checkout capabilities to third parties. And this means we're standing up our own internal applications as externally facing SaaS applications which can serve our partners' customers. >> Yeah, of course, Martin Fowler really first introduced to the world Zhamak Dehghani's data mesh concept and this whole idea of data products and domain oriented thinking. Zhamak Dehghani, by the way, is a speaker at our event as well. Last question I had is edge, and how you think about the edge? You know, the stores are an edge. Are you putting resources there that sort of mirror this this triplet model? Or is it better to consolidate things in the cloud? I know there are trade-offs in terms of latency. How are you thinking about that? >> All really good questions. It's a challenging area as you can imagine because edges are subject to disconnection, right? Or reduced connection. So we do place the same architecture at the edge. So WCNP runs at the edge, and an application that's designed to run at WCNP can run at the edge. That said, there are a number of very specific considerations that come up when running at the edge, such as the possibility of disconnection or degraded connectivity. And so one of the challenges we have faced and have grappled with and done a good job of I think is dealing with the fact that applications go offline and come back online and have to reconnect and resynchronize, the sort of online offline capability is something that can be quite challenging. And we have a couple of application architectures that sort of form the two core sets of patterns that we use. One is an offline/online synchronization architecture where we discover that we've come back online, and we understand the differences between the online dataset and the offline dataset and how they have to be reconciled. The other is a message-based architecture. And here in our health and wellness domain, we've developed applications that are queue based. So they're essentially business processes that consist of multiple steps where each step has its own queue. And what that allows us to do is devote whatever bandwidth we do have to those pieces of the process that are most latency sensitive and allow the queue lengths to increase in parts of the process that are not latency sensitive, knowing that they will eventually catch up when the bandwidth is restored. And to put that in a little bit of context, we have fiber lengths to all of our locations, and we have I'll just use a round number, 10-ish thousand locations. It's larger than that, but that's the ballpark, and we have fiber to all of them, but when the fiber is disconnected, and it does get disconnected on a regular basis. In fact, I forget the exact number, but some several dozen locations get disconnected daily just by virtue of the fact that there's construction going on and things are happening in the real world. When the disconnection happens, we're able to fall back to 5G and to Starlink. Starlink is preferred. It's a higher bandwidth. 5G if that fails. But in each of those cases, the bandwidth drops significantly. And so the applications have to be intelligent about throttling back the traffic that isn't essential, so that it can push the essential traffic in those lower bandwidth scenarios. >> So much technology to support this amazing business which started in the early 1960s. Jack, unfortunately, we're out of time. I would love to have you back or some members of your team and drill into how you're using open source, but really thank you so much for explaining the approach that you've taken and participating in SuperCloud2. >> You're very welcome, Dave, and we're happy to come back and talk about other aspects of what we do. For example, we could talk more about the data lakes and the data mesh that we have in place. We could talk more about the directions we might go with serverless. So please look us up again. Happy to chat. >> I'm going to take you up on that, Jack. All right. This is Dave Vellante for John Furrier and the Cube community. Keep it right there for more action from SuperCloud2. (upbeat music)

Published Date : Jan 9 2023

SUMMARY :

and the Chief Architect for and appreciate the the Walmart Cloud Native Platform? and that is the DevOps Was the real impetus to tap into Sure, and in the course And the way it's configured, and the humans have to the dataset to actually, but people run that machine, if you will, Is it sort of the deployment so that the developers and the specific cloud platform? and that we think are going in the form of data, tools, applications a bit of a growth curve in the industry. and how you think about the edge? and allow the queue lengths to increase for explaining the and the data mesh that we have in place. and the Cube community.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
StevePERSON

0.99+

Dave VellantePERSON

0.99+

Jack GreenfieldPERSON

0.99+

DavePERSON

0.99+

JackPERSON

0.99+

MicrosoftORGANIZATION

0.99+

WalmartORGANIZATION

0.99+

Martin FowlerPERSON

0.99+

USLOCATION

0.99+

Zhamak DehghaniPERSON

0.99+

TodayDATE

0.99+

eachQUANTITY

0.99+

OneQUANTITY

0.99+

twoQUANTITY

0.99+

StarlinkORGANIZATION

0.99+

GoogleORGANIZATION

0.99+

two thingsQUANTITY

0.99+

todayDATE

0.99+

threeQUANTITY

0.99+

firstQUANTITY

0.99+

each stepQUANTITY

0.99+

FirstQUANTITY

0.99+

early 1960sDATE

0.98+

oneQUANTITY

0.98+

a dayQUANTITY

0.98+

GCPTITLE

0.97+

AzureTITLE

0.96+

WCNPTITLE

0.96+

10 millisecondsQUANTITY

0.96+

bothQUANTITY

0.96+

KubernetesTITLE

0.94+

Cloud SpannerTITLE

0.94+

LinkerdORGANIZATION

0.93+

CubeORGANIZATION

0.93+

tripletQUANTITY

0.92+

three cloud providersQUANTITY

0.91+

two core setsQUANTITY

0.88+

John FurrierPERSON

0.86+

one more pieceQUANTITY

0.86+

SuperCloud2ORGANIZATION

0.86+

two public cloudsQUANTITY

0.86+

thousand locationsQUANTITY

0.83+

Vice PresidentPERSON

0.8+

10-ishQUANTITY

0.79+

WCNPORGANIZATION

0.75+

decadesQUANTITY

0.75+

three different major regionsQUANTITY

0.74+

Andy Goldstein & Tushar Katarki, Red Hat | KubeCon + CloudNativeCon NA 2022


 

>>Hello everyone and welcome back to Motor City, Michigan. We're live from the Cube and my name is Savannah Peterson. Joined this afternoon with my co-host John Ferer. John, how you doing? Doing >>Great. This next segment's gonna be awesome about application modernization, scaling pluses. This is what's gonna, how are the next generation software revolution? It's gonna be >>Fun. You know, it's kind of been a theme of our day today is scale. And when we think about the complex orchestration platform that is Kubernetes, everyone wants to scale faster, quicker, more efficiently, and our guests are here to tell us all about that. Please welcome to Char and Andy, thank you so much for being here with us. You were on the Red Hat OpenShift team. Yeah. I suspect most of our audience is familiar, but just in case, let's give 'em a quick one-liner pitch so everyone's on the same page. Tell us about OpenShift. >>I, I'll take that one. OpenShift is our ES platform is our ES distribution. You can consume it as a self-managed platform or you can consume it as a managed service on on public clouds. And so we just call it all OpenShift. So it's basically Kubernetes, but you know, with a CNCF ecosystem around it to make things more easier. So maybe there's two >>Lights. So what does being at coupon mean for you? How does it feel to be here? What's your initial takes? >>Exciting. I'm having a fantastic time. I haven't been to coupon since San Diego, so it's great to be back in person and see old friends, make new friends, have hallway conversations. It's, it's great as an engineer trying to work in this ecosystem, just being able to, to be in the same place with these folks. >>And you gotta ask, before we came on camera, you're like, this is like my sixth co con. We were like, we're seven, you know, But that's a lot of co coupons. It >>Is, yes. I mean, so what, >>Yes. >>Take us status >>For sure. Where we are now. Compare and contrast co. Your first co con, just scope it out. What's the magnitude of change? If you had to put a pin on that, because there's a lot of new people coming in, they might not have seen where it's come from and how we got here is maybe not how we're gonna get to the next >>Level. I've seen it grow tremendously since the first one I went to, which I think was Austin several years ago. And what's great is seeing lots of new people interested in contributing and also seeing end users who are trying to figure out the best way to take advantage of this great ecosystem that we have. >>Awesome. And the project management side, you get the keys to the Kingdom with Red Hat OpenShift, which has been successful. Congratulations by the way. Thank you. We watched that grow and really position right on the wave. It's going great. What's the update on on the product? Kind of, you're in a good, good position right now. Yeah, >>No, we we're feeling good about it. It's all about our customers. Obviously the fact that, you know, we have thousands of customers using OpenShift as the cloud native platform, the container platform. We're very excited. The great thing about them is that, I mean you can go to like OpenShift Commons is kind of a user group that we run on the first day, like on Tuesday we ran. I mean you should see the number of just case studies that our customers went through there, you know? And it is fantastic to see that. I mean it's across so many different industries, across so many different use cases, which is very exciting. >>One of the things we've been reporting here in the Qla scene before, but here more important is just that if you take digital transformation to the, to its conclusion, the IT department and developers, they're not a department to serve the business. They are the business. Yes. That means that the developers are deciding things. Yeah. And running the business. Prove their code. Yeah. Okay. If that's, if that takes place, you gonna have scale. And we also said on many cubes, certainly at Red Hat Summit and other ones, the clouds are distributed computer, it's distributed computing. So you guys are focusing on this project, Andy, that you're working on kcp. >>Yes. >>Which is, I won't platform Kubernetes platform for >>Control >>Planes. Control planes. Yes. Take us through, what's the focus on why is that important and why is that relate to the mission of developers being in charge and large scale? >>Sure. So a lot of times when people are interested in developing on Kubernetes and running workloads, they need a cluster of course. And those are not cheap. It takes time, it takes money, it takes resources to get them. And so we're trying to make that faster and easier for, for end users and everybody involved. So with kcp, we've been able to take what looks like one normal Kubernetes and partition it. And so everybody gets a slice of it. You're an administrator in your little slice and you don't have to ask for permission to install new APIs and they don't conflict with anybody else's APIs. So we're really just trying to make it super fast and make it super flexible. So everybody is their own admin. >>So the developer basically looks at it as a resource blob. They can do whatever they want, but it's shared and provisioned. >>Yes. One option. It's like, it's like they have their own cluster, but you don't have to go through the process of actually provisioning a full >>Cluster. And what's the alternative? What's the what's, what's the, what's the benefit and what was the alternative to >>This? So the alternative, you spin up a full cluster, which you know, maybe that's three control plane nodes, you've got multiple workers, you've got a bunch of virtual machines or bare metal, or maybe you take, >>How much time does that take? Just ballpark. >>Anywhere from five minutes to an hour you can use cloud services. Yeah. Gke, E Ks and so on. >>Keep banging away. You're configuring. Yeah. >>Those are faster. Yeah. But it's still like, you still have to wait for that to happen and it costs money to do all of that too. >>Absolutely. And it's complex. Why do something that's been done, if there's a tool that can get you a couple steps down the path, which makes a ton of sense. Something that we think a lot when we're talking about scale. You mentioned earlier, Tohar, when we were chatting before the cams were alive, scale means a lot of different things. Can you dig in there a little bit? >>Yeah, I >>Mean, so when, when >>We talk about scale, >>We are talking about from a user perspective, we are talking about, you know, there are more users, there are more applications, there are more workloads, there are more services being run on Kubernetes now, right? So, and OpenShift. So, so that's one dimension of this scale. The other dimension of the scale is how do you manage all the underlying infrastructure, the clusters, the name spaces, and all the observability data, et cetera. So that's at least two levels of scale. And then obviously there's a third level of scale, which is, you know, there is scale across not just different clouds, but also from cloud to the edge. So there is that dimension of scale. So there are several dimensions of this scale. And the one that again, we are focused on here really is about, you know, this, the first one that I talk about is a user. And when I say user, it could be a developer, it could be an application architect, or it could be an application owner who wants to develop Kubernetes applications for Kubernetes and wants to publish those APIs, if you will, and make it discoverable and then somebody consumes it. So that's the scale we are talking about >>Here. What are some of the enterprise, you guys have a lot of customers, we've talked to you guys before many, many times and other subjects, Red Hat, I mean you guys have all the customers. Yeah. Enterprise, they've been there, done that. And you know, they're, they're savvy. Yeah. But the cloud is a whole nother ballgame. What are they thinking about? What's the psychology of the customer right now? Because now they have a lot of choices. Okay, we get it, we're gonna re-platform refactor apps, we'll keep some legacy on premises for whatever reasons. But cloud pretty much is gonna be the game. What's the mindset right now of the customer base? Where are they in their, in their psych? Not the executive, but more of the the operators or the developers? >>Yeah, so I mean, first of all, different customers are at different levels of maturity, I would say in this. They're all on a journey how I like to describe it. And in this journey, I mean, I see a customers who are really tip of the sphere. You know, they have containerized everything. They're cloud native, you know, they use best of tools, I mean automation, you know, complete automation, you know, quick deployment of applications and all, and life cycle of applications, et cetera. So that, that's kind of one end of this spectrum >>Advanced. Then >>The advances, you know, and, and I, you know, I don't, I don't have any specific numbers here, but I'd say there are quite a few of them. And we see that. And then there is kind of the middle who are, I would say, who are familiar with containers. They know what app modernization, what a cloud application means. They might have tried a few. So they are in the journey. They are kind of, they want to get there. They have some other kind of other issues, organizational or talent and so, so on and so forth. Kinds of issues to get there. And then there are definitely the quota, what I would call the lag arts still. And there's lots of them. But I think, you know, Covid has certainly accelerated a lot of that. I hear that. And there is definitely, you know, more, the psychology is definitely more towards what I would say public cloud. But I think where we are early also in the other trend that I see is kind of okay, public cloud great, right? So people are going there, but then there is the so-called edge also. Yeah. That is for various regions. You, you gotta have a kind of a regional presence, a edge presence. And that's kind of the next kind of thing taking off here. And we can talk more >>About it. Yeah, let's talk about that a little bit because I, as you know, as we know, we're very excited about Edge here at the Cube. Yeah. What types of trends are you seeing? Is that space emerges a little bit more firmly? >>Yeah, so I mean it's, I mean, so we, when we talk about Edge, you're talking about, you could talk about Edge as a, as a retail, I mean locations, right? >>Could be so many things edges everywhere. Everywhere, right? It's all around us. Quite literally. Even on the >>Scale. Exactly. In space too. You could, I mean, in fact you mentioned space. I was, I was going to >>Kinda, it's this world, >>My space actually Kubernetes and OpenShift running in space, believe it or not, you know, So, so that's the edge, right? So we have Industrial Edge, we have Telco Edge, we have a 5g, then we have, you know, automotive edge now and, and, and retail edge and, and more, right? So, and space, you know, So it's very exciting there. So the reason I tag back to that question that you asked earlier is that that's where customers are. So cloud is one thing, but now they gotta also think about how do I, whatever I do in the cloud, how do I bring it to the edge? Because that's where my end users are, my customers are, and my data is, right? So that's the, >>And I think Kubernetes has brought that attention to the laggards. We had the Laed Martin on yesterday, which is an incredible real example of Kubernetes at the edge. It's just incredible story. We covered it also wrote a story about it. So compelling. Cuz it makes it real. Yes. And Kubernetes is real. So then the question is developer productivity, okay, Things are starting to settle in. We've got KCP scaling clusters, things are happening. What about the tool chains? And how do I develop now I got scale of development, more code coming in. I mean, we are speculating that in the future there's so much code in open source that no one has to write code anymore. Yeah. At some point it's like this gluing things together. So the developers need to be productive. How are we gonna scale the developer equation and eliminate the, the complexity of tool chains and environments. Web assembly is super hyped up at this show. I don't know why, but sounds good. No one, no one can tell me why, but I can kind of connect the dots. But this is a big thing. >>Yeah. And it's fitting that you ask about like no code. So we've been working with our friends at Cross Plain and have integrated with kcp the ability to no code, take a whole bunch of configuration and say, I want a database. I want to be a, a provider of databases. I'm in an IT department, there's a bunch of developers, they don't wanna have to write code to create databases. So I can just take, take my configuration and make it available to them. And through some super cool new easy to use tools that we have as a developer, you can just say, please give me a database and you don't have to write any code. I don't have to write any code to maintain that database. I'm actually using community tooling out there to get that spun up. So there's a lot of opportunities out there. So >>That's ease of use check. What about a large enterprise that's got multiple tool chains and you start having security issues. Does that disrupt the tool chain capability? Like there's all those now weird examples emerging, not weird, but like real plumbing challenges. How do you guys see that evolving with Red >>Hat and Yeah, I mean, I mean, talking about that, right? The software, secure software supply chain is a huge concern for everyone after, especially some of the things that have happened in the past few >>Years. Massive team here at the show. Yeah. And just within the community, we're all a little more aware, I think, even than we were before. >>Before. Yeah. Yeah. And, and I think the, so to step back, I mean from, so, so it's not just even about, you know, run time vulnerability scanning, Oh, that's important, but that's not enough, right? So we are talking about, okay, how did that container, or how did that workload get there? What is that workload? What's the prominence of this workload? How did it get created? What is in it? You know, and what, what are, how do I make, make sure that there are no unsafe attack s there. And so that's the software supply chain. And where Red Hat is very heavily invested. And as you know, with re we kind of have roots in secure operating system. And rel one of the reasons why Rel, which is the foundation of everything we do at Red Hat, is because of security. So an OpenShift has always been secure out of the box with things like scc, rollbacks access control, we, which we added very early in the product. >>And now if you kind of bring that forward, you know, now we are talking about the complete software supply chain security. And this is really about right how from the moment the, the, the developer rights code and checks it into a gateway repository from there on, how do you build it? How do you secure it at each step of the process, how do you sign it? And we are investing and contributing to the community with things like cosign and six store, which is six store project. And so that secures the supply chain. And then you can use things like algo cd and then finally we can do it, deploy it onto the cluster itself. And then we have things like acs, which can do vulnerability scanning, which is a container security platform. >>I wanna thank you guys for coming on. I know Savannah's probably got a last question, but my last question is, could you guys each take a minute to answer why has Kubernetes been so successful today? What, what was the magic of Kubernetes that made it successful? Was it because no one forced it? Yes. Was it lightweight? Was it good timing, right place at the right time community? What's the main reason that Kubernetes is enabling all this, all this shift and goodness that's coming together, kind of defacto unifies people, the stacks, almost middleware markets coming around. Again, not to use that term middleware, but it feels like it's just about to explode. Yeah. Why is this so successful? I, >>I think, I mean, the shortest answer that I can give there really is, you know, as you heard the term, I think Satya Nala from Microsoft has used it. I don't know if he was the original person who pointed, but every company wants to be a software company or is a software company now. And that means that they want to develop stuff fast. They want to develop stuff at scale and develop at, in a cloud native way, right? You know, with the cloud. So that's, and, and Kubernetes came at the right time to address the cloud problem, especially across not just one public cloud or two public clouds, but across a whole bunch of public clouds and infrastructure as, and what we call the hybrid clouds. I think the ES is really exploded because of hybrid cloud, the need for hybrid cloud. >>And what's your take on the, the magic Kubernetes? What made it, what's making it so successful? >>I would agree also that it came about at the right time, but I would add that it has great extensibility and as developers we take it advantage of that every single day. And I think that the, the patterns that we use for developing are very consistent. And I think that consistency that came with Kubernetes, just, you have so many people who are familiar with it and so they can follow the same patterns, implement things similarly, and it's just a good fit for the way that we want to get our software out there and have, and have things operate. >>Keep it simple, stupid almost is that acronym, but the consistency and the de facto alignment Yes. Behind it just created a community. So, so then the question is, are the developers now setting the standards? That seems like that's the new way, right? I mean, >>I'd like to think so. >>So I mean hybrid, you, you're touching everything at scale and you also have mini shift as well, right? Which is taking a super macro micro shift. You ma micro shift. Oh yeah, yeah, exactly. It is a micro shift. That is, that is fantastic. There isn't a base you don't cover. You've spoken a lot about community and both of you have, and serving the community as well as your engagement with them from a, I mean, it's given that you're both leaders stepping back, how, how Community First is Red Hat and OpenShift as an organization when it comes to building the next products and, and developing. >>I'll take and, and I'm sure Andy is actually the community, so I'm sure he'll want to a lot of it. But I mean, right from the start, we have roots in open source. I'll keep it, you know, and, and, and certainly with es we were one of the original contributors to Kubernetes other than Google. So in some ways we think about as co-creators of es, they love that. And then, yeah, then we have added a lot of things in conjunction with the, I I talk about like SCC for Secure, which has become part security right now, which the community, we added things like our back and other what we thought were enterprise features needed because we actually wanted to build a product out of it and sell it to customers where our customers are enterprises. So we have worked with the community. Sometimes we have been ahead of the community and we have convinced the community. Sometimes the community has been ahead of us for other reasons. So it's been a great collaboration, which is I think the right thing to do. But Andy, as I said, >>Is the community well set too? Are well said. >>Yes, I agree with all of that. I spend most of my days thinking about how to interact with the community and engage with them. So the work that we're doing on kcp, we want it to be a community project and we want to involve as many people as we can. So it is a heavy focus for me and my team. And yeah, we we do >>It all the time. How's it going? How's the project going? You feel good >>About it? I do. It is, it started as an experiment or set of prototypes and has grown leaps and bounds from it's roots and it's, it's fantastic. Yeah. >>Controlled planes are hot data planes control planes. >>I >>Know, I love it. Making things work together horizontally scalable. Yeah. Sounds like cloud cloud native. >>Yeah. I mean, just to add to it, there are a couple of talks that on KCP at Con that our colleagues s Stephan Schemanski has, and I, I, I would urge people who have listening, if they have, just Google it, if you will, and you'll get them. And those are really awesome talks to get more about >>It. Oh yeah, no, and you can tell on GitHub that KCP really is a community project and how many people are participating. It's always fun to watch the action live to. Sure. Andy, thank you so much for being here with us, John. Wonderful questions this afternoon. And thank all of you for tuning in and listening to us here on the Cube Live from Detroit. I'm Savannah Peterson. Look forward to seeing you again very soon.

Published Date : Oct 27 2022

SUMMARY :

John, how you doing? This is what's gonna, how are the next generation software revolution? is familiar, but just in case, let's give 'em a quick one-liner pitch so everyone's on the same page. So it's basically Kubernetes, but you know, with a CNCF ecosystem around it to How does it feel to be here? I haven't been to coupon since San Diego, so it's great to be back in And you gotta ask, before we came on camera, you're like, this is like my sixth co con. I mean, so what, What's the magnitude of change? And what's great is seeing lots of new people interested in contributing And the project management side, you get the keys to the Kingdom with Red Hat OpenShift, I mean you should see the number of just case studies that our One of the things we've been reporting here in the Qla scene before, but here more important is just that if you mission of developers being in charge and large scale? And so we're trying to make that faster and easier for, So the developer basically looks at it as a resource blob. It's like, it's like they have their own cluster, but you don't have to go through the process What's the what's, what's the, what's the benefit and what was the alternative to How much time does that take? Anywhere from five minutes to an hour you can use cloud services. Yeah. do all of that too. Why do something that's been done, if there's a tool that can get you a couple steps down the And the one that again, we are focused And you know, they're, they're savvy. they use best of tools, I mean automation, you know, complete automation, And there is definitely, you know, more, the psychology Yeah, let's talk about that a little bit because I, as you know, as we know, we're very excited about Edge here at the Cube. Even on the You could, I mean, in fact you mentioned space. So the reason I tag back to So the developers need to be productive. And through some super cool new easy to use tools that we have as a How do you guys see that evolving with Red I think, even than we were before. And as you know, with re we kind of have roots in secure operating And so that secures the supply chain. I wanna thank you guys for coming on. I think, I mean, the shortest answer that I can give there really is, you know, the patterns that we use for developing are very consistent. Keep it simple, stupid almost is that acronym, but the consistency and the de facto alignment Yes. and serving the community as well as your engagement with them from a, it. But I mean, right from the start, we have roots in open source. Is the community well set too? So the work that we're doing on kcp, It all the time. I do. Yeah. And those are really awesome talks to get more about And thank all of you

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
John FererPERSON

0.99+

Stephan SchemanskiPERSON

0.99+

AndyPERSON

0.99+

CharPERSON

0.99+

Savannah PetersonPERSON

0.99+

JohnPERSON

0.99+

MicrosoftORGANIZATION

0.99+

Andy GoldsteinPERSON

0.99+

San DiegoLOCATION

0.99+

five minutesQUANTITY

0.99+

Tushar KatarkiPERSON

0.99+

TuesdayDATE

0.99+

thousandsQUANTITY

0.99+

Satya NalaPERSON

0.99+

sevenQUANTITY

0.99+

yesterdayDATE

0.99+

twoQUANTITY

0.99+

EdgeORGANIZATION

0.99+

DetroitLOCATION

0.99+

Motor City, MichiganLOCATION

0.99+

third levelQUANTITY

0.99+

bothQUANTITY

0.99+

Cross PlainORGANIZATION

0.99+

six storeQUANTITY

0.99+

CubeORGANIZATION

0.99+

one-linerQUANTITY

0.99+

One optionQUANTITY

0.99+

GoogleORGANIZATION

0.98+

OpenShiftTITLE

0.98+

CovidPERSON

0.98+

oneQUANTITY

0.98+

an hourQUANTITY

0.98+

Red HatORGANIZATION

0.98+

Telco EdgeORGANIZATION

0.98+

KubeConEVENT

0.98+

first oneQUANTITY

0.98+

CloudNativeConEVENT

0.98+

AustinLOCATION

0.98+

OpenShiftORGANIZATION

0.97+

sixth co con.QUANTITY

0.97+

each stepQUANTITY

0.97+

ESTITLE

0.97+

several years agoDATE

0.97+

todayDATE

0.97+

KubernetesTITLE

0.96+

first co conQUANTITY

0.96+

KCPORGANIZATION

0.95+

OneQUANTITY

0.95+

both leadersQUANTITY

0.94+

cosignORGANIZATION

0.94+

two public cloudsQUANTITY

0.94+

Community FirstORGANIZATION

0.93+

one dimensionQUANTITY

0.91+

Red Hat OpenShiftORGANIZATION

0.91+

first dayQUANTITY

0.91+

Industrial EdgeORGANIZATION

0.9+

SCCORGANIZATION

0.89+

eachQUANTITY

0.89+

one thingQUANTITY

0.88+

customersQUANTITY

0.86+

NA 2022EVENT

0.86+

GitHubORGANIZATION

0.85+

single dayQUANTITY

0.85+

a minuteQUANTITY

0.83+

Red Hat SummitEVENT

0.79+

Cube LiveTITLE

0.77+

Steve Mullaney, Aviatrix | Supercloud22


 

[Music] we're here with steve melanie the president and ceo of aviatrix steve john and i started this whole super cloud narrative as a way to describe that something different is happening specifically within the aws ecosystem but more broadly across the cloud landscape at re invent last year you and i spoke on the cube and you said one of your investors guy named nick sterile said to you at the show it's happening steve welcome to the cube what's happening what did nick mean by that yeah we were we were just getting ready to go on and i leaned over and he looked at me and he whispered in my ear and said it's happening he said it just like that and and you're right it was it was kind of funny and we talked about that and what he means is enterprises you know this is why i went to aviatrix three and a half years ago is the the the flip switch for enterprises and they said now we mean it we've been talking about cloud for 12 years or 15 years now we mean it we are digitally transforming we are the movement to cloud is going to make that happen and oh by the way of course it's multi-cloud because enterprises put workloads where they run best where they have the best security the best performance the best cost and the business is driving this transformation and they decide that i'm going to use that azure and another business unit decides i'm using google and another one says i'm using aws and so of course it's going to be multi-cloud and i think we're going to start seeing actual multi-cloud applications once that infrastructure and you know you call it the super cloud once that starts getting built developers are going to go wait a minute so i can pick this feature from google and and that service from azure and that service from aws easily without any hesitation once that happens they're going to start really developing today there aren't multi-cloud applications but but but the what's happening is the enterprise embracing public cloud they're using multiple clouds many of them call it four plus one right they're four different public clouds plus what they have on prem that to me is what's happening i am now re-architecting my enterprise infrastructure from applications all the way down to the network and i am embracing uh uh public clouds in that in that process so i mean you nailed us so many things in there i mean digitally transforming to me this is the digital transformation it's leveraging embracing the capex from the hyperscalers now you know people in the industry we're not trying to do what gartner does and create a new category per se but we do use super cloud as a metaphor so i don't expect necessarily vendors to use it or not but but i and i get that but when you talk about multi-cloud what specifically is new in other words what you touched on some of this stuff what constitutes a modern multi-cloud or what we would call a super cloud you know network architecture what are the salient attributes yeah i would say today so two years ago there was no such thing even as multiple clouds it was aws let's be clear everything was aws and for people to even back then two three years ago to even envision that there would be anything else other than aws people couldn't even envision now people kind of go yeah that was done we now see that we're going to use multiple clouds we're going to use azure we're going to use gcp and we're going to use this and we'll guess we're going to use oracle and even ollie cloud we're going to use five or four or five different public clouds what's but that would be i think of as multiple clouds but from an i.t perspective they need to be able to support all those clouds in these shared services and what they're going to do i actually think we're starting and you may have hit on something in the super cloud or i know you've talked about metacloud that that's got bad connotations for facebook i know everybody's like no please not another meta thing but there is that concept of this abstracted layer above you know writing we call it you know altitude you know aviatrix everything's you know riding above the clouds right that that that common abstracted layer this application infrastructure that runs the application that rides above all the different public clouds and i think once we do that you know dave what's going to happen is i think really what's going to happen is you're going to start seeing these these multi-cloud applications which to my knowledge really doesn't exist today i i think that might be the next phase and in order for that to happen you have to have all of the infrastructure be multi-cloud meaning not just networking and network security from from from aviation but you need snowflake you need hashtag you need datadog you need all the new horsemen of the new multi-cloud which isn't the old guys right this is all new people aviatrix dashie snowflake datadonk you name it that are going to be able to deliver all this multi-cloud cross-cloud wherever you want to talk about it such that application development and deployment can happen seamlessly and frictionlessly across multi-cloud once that happens the entire stack then you're going to start seeing and that to me starts enabling this what you guys call you know the super cloud the meta cloud the whatever cloud but that then rides above all the individual clouds that that's going to start getting a whole new realm of application development in my mind so we've got some work to do to basic do some basic blocking and tackling then the application developers can really build on top of that so so some of the skeptics on on this topic would ask how do you envision this changing networking versus it just being a bolt-on to existing fossilized network infrastructure in other words yeah how do we get from point a where we are today to point b you know so-called networking so we can actually build those uh super cloud applications yeah so you know what it is it's interesting because it goes back to my background at nasira and what we used to talk about then it isn't about managing complexity it's about creating simplicity it's very different and when you put the intelligence into the software right this is what computer science is all about we're turning networking into computer science when you create an abstraction layer we are not just an overlay day we dave we actually integrate in with the native services of the cloud we are not managing the complexity of these multi-clouds we are using it you know controlling the native constructs adding our own intelligence to this and then creating what is basically simplification for the people above it so we're simplifying things not just managing the complexity that's how you get the agility for cloud that's how you get to be able to do this because if all you are is a veneer on top of complexity you're just hiding complexity you're not creating simplicity and what happens is it actually probably gets more complex because if all you're doing is hiding the bad stuff you're not getting rid of it i love that i love that we're doing that at the networking and network security layer you're going to see snowflake and datadog and other people do it at their layers you know i reminds of a conversation i had with cause the one of the founders of pure storage who they're all about simplicity this idea of of creating simplicity versus like you said just creating you know a way to handle the complexity compare you know pure storage with the sort of old legacy emc storage devices and that's what you had you had you you had emc managing the complexity at pure storage disrupting by creating simplicity so what are the challenges of creating that simplicity and delivering that seamless experience that continuous experience across cloud is it engineering is it mindset is it culture is it technology what is it well i mean look at look you see the recession that we're we're hitting you see there is a significant problem that we have in the general it industry right now and it's called skills gap skills shortage it's two problems we don't have enough people and we don't have enough people that know cloud and the reason is everybody on the same tuesday three and a half years ago all said now i mean i'm moving the cloud we're a technology company we don't make sneakers anymore we don't make beer we're a technology company and we're going to digitally transform and we're going to move the cloud guess what three years ago there were probably seven people that understood cloud now everyone on the same tuesday morning all decides to try to hire those same seven people there's just not enough people around so you're going to need software and you're going to have to put the intelligence into the software because you're not going to be able to a hire those people and b even if you hire them you can't keep them as soon as they learn cloud guess what happens dave they're off they're on to the next job at the next highest bidder so how are you going to handle that you have to have software that intelligent software that is going to simplify things for you we have people managing massive multi-cloud network and network security people with two people on-prem they got hundreds right you it's not about taking that complex model that it had on-prem and jam it into the cloud you don't have the people to do it and you're not going to get the people to do it you know i want to ask you yeah so i want to ask you about the go to market challenges because we our industry gets a bad rap for for selling we're really good at selling and then but but actually delivering what we sell sometimes we fall down there so so i love tom sweet as cfo of of dell he talks about the the say do ratio uh how that's actually got to be low but you know but you know what i mean uh the math the fraction guy right so but do do what you say you're going to do are there specific go to market challenges related to this type of cross cloud selling where you can set you have to set the customer's expectations because what you're describing is not going to happen overnight it's a journey but how do you handle that go to market challenge in terms of setting those customer expectations and actually delivering what you say you can sell and selling enough to actually have a successful business um so i think everything's outside in so so i think the the what really is exciting to me about this cloud computing model that with the transformation that we're going through is it is business-led and it is led by the ceo and it is led by the business units they run the business it is all about agility is about enabling my developers and it's all about driving the business market share revenue all these kind of things you know the last transformation of mainframe to on to pc client server was led by technologists it wasn't led by the business and it was it was really hard to tie that to the business so then so this is great because we can look at the initiatives you can look at the the the initiatives of the ceo in your company and now as an i.t person you can tie to that and they're going to have two or three or four initiatives and you can actually map it to that so that's where we start is let's look at what the c your ceo cares about he cares about this he cares about that he cares about driving revenue he cares about agility of getting new applications out to the market sooner to get more revenue there's this and oh by the way transfer made transforming your infrastructure to the cloud is the number one thing so it's all about agility so guess what you need to be able to respond to that immediately because tomorrow the business is going to go to you and say great news dave we're moving to gcp wait what no one told me about that well we're telling you now and uh you need to be ready tomorrow and if you're sitting there and you're tied to the low-level constructs and all you know is aws well i don't have those people and even if i have even if i could hire them i'm not allowed to because i can't hire anybody how am i going to respond to the business and the needs of the business now all of a sudden i'm in the way as the infrastructure team of the ceo's goals because we decided we need to we need to get the ai capabilities of gcp and we're moving to gcp or i just did a big deal with gcp and uh miraculously they said i need to run on gcp right i did a big deal with google right guess what comes along with that oh you're moving to gcp great the business says we're moving to gcp and the i.t guys are sitting there going well no one told me well sorry so it's all about agility it's all about that and the and and complexity is the killer to agility this is all about business they're going to come to you and say we just acquired a company we need to integrate them oh but they got they use the same ip address range as we do there's overlapping ips and oh by the way they're in a different cloud how do i do that no one cares the business doesn't care they're like me they're very impatient get it done or we'll find someone who will yeah so you've got to get ahead of that and so when we in terms of when we talk to customers that's what we do this isn't just about defenses this is about making you get promoted making you do good for your company such that you can respond to that and maybe even enable the company to go do that like we're going to enable people to do true multi-cloud applications because the infrastructure has to come first right you you put the foundation in your big skyscraper like the crew behind me and the plumbing before you start building the floors right so infrastructure comes first then comes then comes the applications yeah so you know again some people call it super cloud like us multi-cloud 2.0 but the the real mega trend that i see steve and i'd love you to bottom line this and bring us home is you know andreessen's all companies are software companies it's like version 2.0 of that and the applications that are going to be built on that top this tie into the digital transformations it was goldman it's jpmc it's walmart it's capital one b of a oracle's acquisition of cerner is going to be really interesting to see these super clouds form within industries bringing their data their tooling and their specific software expertise built on top of that hyperscale infrastructure and infrastructure for companies like yours so bottom line is stephen steve what's the future of cloud how do you see it the future is n plus one so two years ago people had one plus one i had what i had on prem and then what i had in aws they today if you talk to an enterprise they'll have what they call four plus one right which is four public clouds plus what i have on prem it's going to n plus one right and what's going to happen is exactly what you said you're going to have industry clouds you're going to the the multi-cloud aspect of it is going to end it's not going to go from four to one some people think oh it's not going to be four it's going down to one or two bs it's going to end it's going to a lot as they start extending to the edge and they start integrating out to the to the branch offices it's not going to be about that branch offer so that edge iot or edge computing or data centers or campus connecting into the cloud it's going to be the other way around the cloud is going to extend to those areas and you're going to have ai clouds you know whether it's you know ultra beauty who's a customer of ours who's starting to roll out ar and vr out to their retail stores to show you know makeup and this and the other thing these are new applications transformations are always driven by new applications that don't exist this isn't about lift and shift of the existing applications the 10x tam in this market is going to becomes all the new things that's where the explosion is going to happen and you're going to see end level those those branch offices are going to look like clouds and they're going to need to be stitched together and treated like one infrastructure so it's going to go from four plus one to n plus one and that's what you're gonna want as an enterprise i'm gonna want n clouds so we're gonna see an explosion it's not going to be four it's going to be end now at the end underneath all of that will be leveraging and effectively commoditizing the existing csps yeah and but you're going to have an explosion of people commoditizing them and just like the goldmans and the industry clubs are going to do they're going to build their own eye as well right no way no way it's that's what's going to happen it's going to be a 10x on what we saw last decade with sas it's all going to happen around clouds and supercloud steve malini thanks so much for coming back in the cube and helping us sort of formulate this thinking i mean it really started with with with you and myself and john and nick and really trying to think this through and watching this unfold before our eyes so great to have you back thank you yeah it's fun thanks for having me are you welcome but keep it right there for more action from super cloud 22 be right back [Music] you

Published Date : Sep 9 2022

SUMMARY :

that to me starts enabling this what you

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
12 yearsQUANTITY

0.99+

threeQUANTITY

0.99+

twoQUANTITY

0.99+

tomorrowDATE

0.99+

Steve MullaneyPERSON

0.99+

nick sterilePERSON

0.99+

15 yearsQUANTITY

0.99+

fourQUANTITY

0.99+

fiveQUANTITY

0.99+

stevePERSON

0.99+

steve johnPERSON

0.99+

two problemsQUANTITY

0.99+

hundredsQUANTITY

0.99+

seven peopleQUANTITY

0.99+

awsORGANIZATION

0.99+

johnPERSON

0.99+

two years agoDATE

0.99+

todayDATE

0.99+

facebookORGANIZATION

0.99+

AviatrixORGANIZATION

0.98+

three years agoDATE

0.98+

nickPERSON

0.98+

gartnerORGANIZATION

0.98+

two peopleQUANTITY

0.98+

steve maliniPERSON

0.98+

steve melaniePERSON

0.98+

last yearDATE

0.97+

tuesdayDATE

0.97+

two three years agoDATE

0.97+

tuesday morningDATE

0.97+

oneQUANTITY

0.97+

googleORGANIZATION

0.96+

walmartORGANIZATION

0.96+

three and a half years agoDATE

0.96+

aviatrixORGANIZATION

0.96+

azureORGANIZATION

0.94+

last decadeDATE

0.94+

Supercloud22ORGANIZATION

0.93+

firstQUANTITY

0.93+

version 2.0OTHER

0.93+

three and a half years agoDATE

0.89+

a minuteQUANTITY

0.88+

10xQUANTITY

0.88+

four initiativesQUANTITY

0.85+

stephenPERSON

0.84+

supercloudORGANIZATION

0.82+

ultra beautyORGANIZATION

0.8+

super cloud 22ORGANIZATION

0.8+

andreessenPERSON

0.72+

pointOTHER

0.72+

nasiraORGANIZATION

0.72+

goldmansORGANIZATION

0.67+

oracleORGANIZATION

0.63+

tom sweetPERSON

0.62+

number oneQUANTITY

0.61+

dellORGANIZATION

0.57+

public cloudsQUANTITY

0.57+

premORGANIZATION

0.54+

snowflakeEVENT

0.52+

presidentPERSON

0.5+

azureTITLE

0.46+

cloudsORGANIZATION

0.43+

Tom Anderson, Joe Fitzgerald & Alessandro Perilli, Red Hat | AnsibleFest 2021


 

(cheerful music) >> Hello everyone, welcome to theCUBE's coverage of AnsibleFest 2021, with Red Hat. Topic of this power panel is the future of automation, we've got a great lineup of CUBE alumni, Joe Fitzgerald, vice president, general manager of the Red Hat business unit, thanks for coming on, Tom Anderson, vice president, product manager of Red Hat, and Alessandro Perilli, the senior director of product market at Red, all good CUBE alumni. Distinct power panel, Joe we'll start out with you, what have you seen in automation game right now, 'cause it continues to evolve. I mean you can't go to an event, a virtual event, or read anything online without hearing AI automation, automation hybrid, automation hybrid hybrid hybrid hybrid, I mean automation is the top conversation in almost all verticals. What do you see happening right now? >> Yeah, it's sort of amazing, you know? Automation is quite fashionable these days, as you pointed out. Automation's always been on the radar of a lot of enterprises, and I think it was always perceived as sort of like that, an efficiency, a task model thing, that people did. Now automation is, if you believe some of the analysts, it's up to a board room imperative in some cases. So we are seeing with our customers that the level of complexity they're dealing with, particularly exaggerated by what's gone past year and a half in the world, is putting a tremendous amount of pressure, attention and importance on automation. So automation's definitely one of the busiest places to be right now. >> What's the big change this year, though? I mean we love the automation conversation, we had it last year a lot too, as well. What's the change, what's the trend right now that's driving this next level automation conversation with customers? >> Well, I'll ask my colleagues to comment on that in a second, but, the challenges here with automation, is people are constrained now, they can't access facilities as easy as they used to be able to. They still need to go fast, some businesses have had to expand dramatically, and introduce new services to handle all sorts of new scenarios, they've had to deploy things faster. Security, not a week goes by you don't read about something going on regarding security and breaches and hacking and things like that, so they're trying to secure things as fast as possible, right, and deploy critical fixes and patches and things like that. So there's just tremendous amount of activity, that's really been exaggerated by what's gone on over the past year. >> And all of this is being compounded with a nature of increasing complexity, that we're seeing in the architecture, explosion microservices, the adoption en masse of containers, and the adoption of multiple clouds for most customers around the world. So really, the extension of the IT environment, especially for large enterprises, enormous for any team, no matter how big it is, so how scale it is, to really go after and look for all the systems, and then the complexity of the architectures, is enormous within that IT environment. It is impossible to scale the applications and to scale the infrastructure, and not scale the IT operations. And so automation becomes really a way to scale IT operations, rather than just keep repeating the same steps over and over, in an attempt to simplify, or to reduce costs. It's well beyond that at this point. >> That's a great point. Tom, what's your reaction to this, because Alessandro brings up a good point, developers are going faster than ever before. The changes of speed and complexity have gone up, so the demand for the IT and/or security groups, or anyone, to be faster, not weeks, minutes. We're talking about a complete time shift here. >> Yeah, so I talk to a lot of customers, and what I keep hearing again and again from them is kind of two things, which is, a need for skills, and reskilling existing staff. When Alessandro talks about the complexity and the scale, think about all the different new tools, new environments, new platforms that these employees and these associates are being exposed to and expected to be able to handle. So, a real, not a skill shortage, but a stress on the skills of the organization. And then secondly, really, our customers are talking to us about the culture in the environment itself, the culture of collaboration, the culture of automation, and the kind of impact that has in our organization, the way teams are now expected to work together, to share information, to share automation, to push, you know, we talk about shifting left in a lot of things now in IT, automation is now shifting left, pushing automation and access to subsystems, IT subsystems and resources, into the hands of people who traditionally haven't had direct access to those resources. So really kind of shift in skills, and a shift in culture I see. >> Ah, the culture. (indistinct), I want to come back to that culture thing, but I want to ask you specifically on that point, do you think automation users still view automation as just repeating and simplifying processes that they already are doing? You've heard the term, "Done it three times, automate it." Is that definition changing and evolving, what's your thoughts? >> Yeah, IT is really changing, going from the traditional, "I'm a network engineer and I use a command line to update my devices I'm responsible for, the config devices, and then I decide to write a playbook using a really cool product like Ansible to drive automation into my daily tasks." And then it comes up to exposing, again, exposing that subsystem I'm responsible for, whatever it is, storage, network, compute, whatever it is, exposing that op so other people can consume it without me being involved, right? So that's a real change in a mindset, and tooling, and approach, that I'm going to expose that op to a set of workflows, business workflows, that drive automation throughout an organization. So that's a real kind of evolution of automation, (indistinct) first, and that's usually focused mostly on day zero, provisioning of a new service. Now we see a lot more focus, or a lot of additional focus on day two operations. How do I automate my day two operations to make them a lot more efficient, as my scale and complexity grows? How do I take the human element out of operating this on a day to day basis? >> So you're saying basically, if I understand you correctly, the system's architecture view, or mindset, around automation, it moves from "Hey, I'm going to use," and Ansible by the way is great for "Hey, I want to automate something, I'm doing a lot," that's cool. But you're looking at it differently. If I understand you correctly, you're saying the automation has to be a system view, meaning you create the rules of the road so that automation can happen at the front lines of the CICD pipeline. You mentioned shift left, is that the difference, is that kind of what's happening here, that's beyond just doing automation, because you can automate it, so you've done that, this is like the next level, is that what you're getting at? >> It is, and we joke about it a little bit, crushing silos, right? Breaking down silos, and again, I keep talking about culture, it really is important, tools are important and technology's important, but the culture's super important, and trying to think of that thing from a systems mindset, of sort of workflows and orchestration of a business process that touches IT components, and how do I automate that and expose that to that workflow, without a human having to touch it, right? Yet still enforce my security protocols, my performance expectations, my compliance stuff, all of that stuff still needs to be enforced, and that's where repeatable automation comes in, of being able to expose this stuff up into these system-level workflows. >> And then there is another element to this (indistinct), I think it's really important to attach to this, the element of speed. We talk about complexity, we talk about scale, but then there is this emerging third dimension, as I call it, that is the speed. And the speed has a number of different articulation, it's the speed when you're thinking about how quickly you need to deliver the application. If you're in a very competitive environment, think about web scale startups for example, or companies in an emerging market, and then you have the speed in terms of reacting to a cybersecurity attack, which Tom just mentioned. And then you have the third kind of speed I'm thinking about right now, which is the increasing amount of artificial intelligence, so an algorithmic kind of operation that is taking place in the organization. For now it's still very limited, but it's not unthinkable that going forward, the operations will be driven, or at least assisted by artificial intelligence. This speed, just like the scale and the complexity we mentioned before, are impossible to be addressed by a single team, and so automation becomes indispensable. >> Yeah, that's a great point, I want to just double click on that, I mean both Tom and Joe were just talking about system, they used the word system. In a subsystem, if one is going faster than the other, to your point, there's a bottleneck there. So if the IT group or security groups are going to take time to approve things, they're not putting rules to the road together to automate and help developers be faster, because look, it's clear, we've been reporting on this in theCUBE, cloud developers are fast. They're moving really fast with code. And so what happens is, if they're going to shift left, that means they're going to be at the point of coding to set policies on security. So, that's going to put pressure on the other subsystems to go faster, so they have to then expose rules of the road, or I'm just making that up, but policy base, or have some systems thinking. They can't just be the old way of saying "No, slow it down." So this is a cultural thing, I think Joe, you brought up culture, Alessandro, you brought up culture. Is that still there? That speed, fast team here and a slow team here? Is that still around, or people getting faster on both sides? And I'm kind of talking about IT, generally speaking, they tend to be slower than the developers. >> Well, just a couple comments, first of all, you heard silos, you heard complexity, you heard speed, talked about shift left. Let me sort of maybe tie those together, right? What's happened to date is every silo has their own set of tooling, right? And so one silo might move very fast, with a very private set of tools, or network management, or security, or whatever, right? And if you think about it, one of the number one skills gaps right now is for automation people. But if an automation person has to learn 17 different tools, 'cause I'm running on three public clouds, I'm on-premise, edge, and I'm doing things to move network storage, compute, security, all sorts of different systems, the tooling is so complicated, right, that I end up with a bunch of specialists. Which can only do one or two things, because they don't know the other domains and they don't know the skills. One of the things we've seen from our customers, I think this is a fundamental shift in automation, is that what we've done with Ansible in particular is, we actually adopted Ansible because of its simplicity. It's actually human-readable, you don't have to be a hardcore programmer to write automation. So that allows the emergence of citizen creators of automation. There's not like a group in some ivory tower that now can make automation and they do it for the masses. Individuals can now use Ansible to create automation. Going cross-domain, Ansible automation touches networks, security, storage, compute, cloud, edge, Linux, Windows, containers, traditional, ITSM, it touches so many systems, that basically what you have is you have a set of power tooling, in Ansible, that allows you now to share automation across teams, 'cause they speak the same language, right? And that's how you go faster. If every silo is fast, but when you have to go inter-silo you slow down, or have to open a ticket, or have some (indistinct) mismatch, it causes delays, errors, and exposures. >> I think that is a very key point, I mean that delay of opening up tickets, not being responsive, Alessandro, you put up machine learning and AI, I mean if you think about what that could do from an automation standpoint, if you can publish the HIPAA rules for your healthcare, you can just traverse that with a bot, right? I mean this is the new... This just saves so much time, why even open up a ticket? So if you can shift left and do the security, and there's kind of rules there, this is a trend, how do you make that happen, how do you bust the silos, and I guess that's the question I'd love to get everyone to react to, because that implies some sort of horizontally scalable control plane. How does someone do that in an architectural way, that doesn't really kind of, maybe break everything, or make the (indistinct) go into a cultural sideways situation? >> Maybe I can jump in, and grab this one, and then maybe ask Alessandro to weigh in afterwards, but, what we've seen and what you'll see some of the speakers at AnsibleFest this year talk about, from a cultural perspective is bringing teams together across automation guilds, JPMC calls it a community of practice, where they're bringing hundreds and thousands of individuals in the organization together virtually, into these teams that share best practices, and processes and automation that they've created. Secondly, and this is a little bit of a shameless plug for Ansible, which is having a common language, a common automation language across these teams, so that sharing becomes obviously a lot easier when you're using the same language. And then thirdly, what we see a lot now is people treating automation as code. Storing that, and get version managing and version controlling and checking in, checking out, really thinking of automation differently from an individual writing a script, to this being infrastructure or whatever my subsystem is, managed it and automated it as code, and thinking of themselves as people responsible for code. >> These are all great points. I think that on top of all these things, there is an additional element which is change management. You cannot count on technology alone to change something that is purely cultural, as we kept saying during this video right now. So, I believe that a key element to win, to succeed in an automation project, is to couple the technology, great technology, easy to understand, able to become the common language as Tom just said, with an effort in change management that starts from the top. It's something you don't see very often because a technology vendor rarely works with a more consulting firm, but it's definitely an area that I think would be very interesting to explore for our customers. >> That's a great point on the change management, but let me ask you, what do you think it needs to make automation more frictionless for users, what do you see that needs to happen, Alessandro? >> I think there are at least a couple of elements that need to change. The first one is that, the effort that we're seeing right now in the industry, to further democratize the capability to automate has to go one notch further. And by that I mean, implementing cell service provisioning portals and ways for automatically execute an automation workflow that already exists, so that an end user, somebody that works in the line of business, and doesn't understand necessarily what the automation workflow, the script is doing, still able to use it, to consume it when it, she or he needs to use it. This is the first element, and then the second element that is definitely more ambitious, is about the language, about how do I actually write the automation workflow? This is a key problem. It's true that some automation engines and some workflows have done, historically speaking, a better job than others, in simplifying the way we write automation workflows, and definitely this is much simpler than writing code with a programming language, and it's simpler than writing automation compared to a tool that we use 10, 15 years ago. But still, there is a certain amount of complexity, because you need to understand how to write in a way that the automation framework understands, and you need even before that, you need to express what you want to achieve, and in a way that the automation engine understands. So, I'm thinking that going forward we'll start to see artificial intelligence being applied to this problem, in a way that's very similar to what OpenAI Microsoft are doing with Codex, the capability that is a model that allows a person to write in plain English through a comment in code, to translate that comment into actual code, taken from GitHub or through the machine learning process that's been done. I'm really thinking that going forward, we will start to see some effort in the same direction, but applied to automation. What if the AI could assist us, not replace us, in writing the automation workflow so that more people are capable to translating what they want to achieve, in a way that is automatable? >> So you're saying the language, making it easy to program, or write, or create. Being a creator of automation. And then having that be available as code, with other code, so there's kind of this new paradigm of automating the automation. >> In a sense, this is absolutely true, yes. >> In addition to that, John, I think there's another dimension here which is often overlooked, which we do spend a lot of time on. It's one thing to have things like Alessandro mentioned, that are front edge in terms of helping you write code, but you want to know something? In big organizations, a lot of times what we find is, someone's already written the code that you need. You know what the problem is? You don't know about it, you can't find it, you can't share it and you can't collaborate on it, so the best code is something that somebody's already invested the time to write, test, burn in, certify, what if they could share it, and what if people could find it, and then reuse it? Right, everybody's talking about low code, no code, well, reuse is the best, right? Because you've already invested expertise into doing it. So we've spent a lot of time working with our customers based on their feedback, on building the tools necessary for them to share automation, to collaborate on it, certify it, and also to create that supply chain from partners who create integrations and interfaces to their systems, and to be able to share that content through the supply chain out to our customers and have them be able to share automation across very large globally distributed organizations. Very powerful. >> That's a powerful point, I mean reuse, leverage there, is phenomenal. Discovery engine's got to be built. You got to know, I mean someone's got to build a search engine for the code. "Hey code, who's written some code?" But just a whole 'nother mindset, so this brings up my next question for you guys, 'cause this is really, we're teasing out the biggest things coming next in automation. These are all great points, they're all about the future, where will the puck be, let's skate to where the puck will be, but it's computer science and automation that's being democratized and opened up more, so it's, what do you guys think is the biggest thing coming next for automation? >> Joe, you want to go next? >> Sure. Sure. Yeah, I'll take it. So we're getting a glimpse of that with a number of customers right now that we're working with that are doing things around concepts like self-healing infrastructures. Well what the heck is that? Basically, it's tying event systems, and AI, which is looking at what's going on in an environment, and deciding that something is broken, sub-optimal, spending too much, there's some issue that needs to be dealt with. In the old days, it was, that system would stop with opening a ticket, dispatch some people who were either manually or semi-automated go fix their whatever. Now people are connecting these systems and saying "Wait a minute. I've got all this rich data coming through my eventing systems. I can make some sense out of it with AI or machine learning. Then I can drive automation, I just eliminated a whole bunch of people, time, exposure, cost, everything else." So I think that, sort of a ventureman automation is going to be huge. I'm going to argue that every single system in the world that uses AI, the result of that's going to be, I want to go do something, I want to change, optimize my move, secure, stop, start, relocate, how's that going to get done? It's going to get done with automation. >> And what Joe just said is really highly successful in the consumer space. If you think about solutions like If This Then That, or Zapier for example, those are examples of event-driven automation. They've been in the consumer space for a long time, and they are wildly popular to the point that there are dozens of clones and competitors. The enterprise space, it didn't adopt the same approach so far, but we start to see event bridges, and event hubs that can really help with this. And this really connects to the previous point, at this point I'm a broken record, which is about the speed and the complexity. If the environment is so spread out, so complex, and it goes all the way to the edge, and all these events take place at a neck-breaking pace, the only way for you is to tie the automation workflows that you have written, to a trigger, an event that takes place at some point, according to your logic. >> Tom, what are your thoughts? >> Yeah, last but not least on that kind of thread, which is sort of the architectures as we get out to the edge, what does it take to automate things at the edge? We thought there was a big jump from data center to cloud, and now when you start extending that out to the edge, am I going to need a new automation platform to handle those edge devices? Will I need a new language, will I need a new team, or can I connect these things together using a common platform to develop the automate at the edge? And I think that's where we see some of our customers moving now, which is automating those edge environments which have become critical to their business. >> Awesome, I want to ask one final question while I've got you guys here in this power panel, great insights here. Operational complexity was mentioned, skills gap was mentioned earlier, I want to ask you guys about the organizational behavior and dynamic going on with this change. Automation, hybrid, multi-cloud, all happening. When you start getting into speed of application development for the modern app, opensource where things are opening up and things are going to be democratized with automation and code and writing automation, and scaling that, you're going to have a cultural battle that's happening, and we're kind of seeing it play out in real time. DevOps has kind of gone and been successful, and we're seeing cloud-native bring new innovation, people are refactoring their business models with cloud technologies, now the edge is here, so this idea of speed, shifting left, from a developer standpoint, is putting pressure on the old, incumbent systems, like the security group, or the IT group that's still holding onto their ticketing system, and they're slower, they're getting requests, and the developer's like "Okay, go faster, I want this done faster." So we're seeing departments reorganizing. What do you guys see, 'cause Red Hat, you guys have been in there, all these big accounts for the generation of this modern era. What's the cultural dynamics happening, and what can companies do to be successful, to get to the next level? >> So I think for us, John, we certainly see it and we experience it, across thousands of customers, and what we've done as an organization is put together adoption journeys, a consulting engagement for our customers around an automation adoption journey, and that isn't just about the technology, it's all throughout that technology, it's about those cultural things, thinking differently about the way I automate and the way I share, and the way I do these tasks. So it's as much about cultural and process as it is about technology. And our customers are asking us for that help. Red Hat, you have thousands of customers that are using this product, surely you can come and tell us how we can achieve more with automation, how can we break down these silos, how can we move faster, and so we've put together these offerings, both directly as well as with our partners, to try and help these customers kind of get over that cultural hump. >> Awesome. Anyone else want to react to the cultural shift and dynamics and how it can play out in a positive way? >> Yeah, I think that it's a huge issue. We always talk about people, processes, and technology. Well the people issue's a really big deal here. We're seeing customers, huge organizations, with really capable teams building apps and services and infrastructures, saying "Help me think about automation in a new way." The old days, it was "Hey, I'm thinking about it as a cost savings thing." Yeah, there's still cost savings in there. To your point, John, now they're talking about speed, and security, and things like that. How fast, zero day exploits, now it's like zero hour exploits. How fast can I think about securing something? You know, time to heal, time to secure, time to optimize, so people are asking us, "What are the best practices? What is the best way to look at what I've got, my automation deficits," used to have tech deficits, now you got automation deficits, right? "What do I need to do culturally?" It's very similar to what happened with DevOps, right? Getting teams to get together and think about it differently and holistically, that same sort of transition is happening, and we're helping customers do that, 'cause we're talking to a lot of them where you've got the scholars have been through it. >> Awesome. Alessandro, your thoughts on this issue. >> I think that what Tom and Joe just said is going to further aggravate, it's going to happen more and more going forward, and there is a reason for that. And this connects back with the skill problem, that we discussed before. In the last 10 years, I've seen growing demand for developers to become experts in a lot of areas that have nothing to do with development, code development. They had to become experts in cloud infrastructures, they had to become experts in security because, you've probably heard this many times, security's everybody's responsibility. Now they've been asked to become experts in artificial intelligence, transforming their title into something like ML engineer. The amount of skills and disciplines that they need to master, alone, by themself, would require a lifetime of work. And we're asking human beings to get better and better at all of these things, and all of the best practice. It's absolutely impossible. And so the only way for them, yeah, five jobs in one, six jobs in one, right? Probably for the same seller, and the only way that these people can execute the best practice, enforce the best practice, if the best practices are encoded in automation workflow, not necessarily written by them, but by somebody else, and execute them at the right time, the right context, and for the right reason. >> It's like the five tool player in baseball, you got to do five different things, I mean this is, you got to do AI, you got to do machine learning, you got to have access to all the data, you got to do all these different things. This is the future of automation, and automation's critical. I've never heard that term, automation deficit or automation debt, we used to talk about tech debt, but I think automation is so important because the only way to go fast is to have automation, kind of at the center of it. This is a huge, huge topic. Thank you very much for coming on, power panel on the future of automation, Joe, Tom, Alessandro from Red Hat, thanks for coming on, everyone, really appreciate the insight, great conversation. >> Thanks, John. >> 'Kay, this is theCUBE's coverage of AnsibleFest 2021 virtual. This is theCUBE, I'm John Furrier, your host, thanks for watching. (calm music)

Published Date : Oct 1 2021

SUMMARY :

is the future of automation, one of the busiest places to be right now. What's the change, what's in a second, but, the and the adoption of multiple clouds or anyone, to be faster, and the kind of impact that back to that culture thing, that I'm going to expose that the automation has to be a system view, and expose that to that workflow, as I call it, that is the speed. that means they're going to and I'm doing things to and I guess that's the question in the organization together virtually, So, I believe that a key element to win, the capability to automate of automating the automation. In a sense, this is already invested the time to write, test, I mean someone's got to build the result of that's going to be, the only way for you is to extending that out to the edge, and things are going to be democratized and that isn't just about the technology, to the cultural shift What is the best way to your thoughts on this issue. and the only way that these people kind of at the center of it. of AnsibleFest 2021 virtual.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
JohnPERSON

0.99+

TomPERSON

0.99+

Tom AndersonPERSON

0.99+

Alessandro PerilliPERSON

0.99+

JoePERSON

0.99+

Red HatORGANIZATION

0.99+

John FurrierPERSON

0.99+

Joe FitzgeraldPERSON

0.99+

AlessandroPERSON

0.99+

five jobsQUANTITY

0.99+

CUBEORGANIZATION

0.99+

oneQUANTITY

0.99+

second elementQUANTITY

0.99+

six jobsQUANTITY

0.99+

first elementQUANTITY

0.99+

KayPERSON

0.99+

17 different toolsQUANTITY

0.99+

last yearDATE

0.99+

HIPAATITLE

0.99+

JPMCORGANIZATION

0.99+

zero hourQUANTITY

0.99+

RedORGANIZATION

0.99+

two thingsQUANTITY

0.99+

MicrosoftORGANIZATION

0.99+

EnglishOTHER

0.98+

OneQUANTITY

0.98+

five toolQUANTITY

0.98+

one final questionQUANTITY

0.98+

bothQUANTITY

0.98+

thirdQUANTITY

0.98+

both sidesQUANTITY

0.98+

WindowsTITLE

0.97+

AnsibleFestEVENT

0.97+

LinuxTITLE

0.96+

first oneQUANTITY

0.96+

GitHubORGANIZATION

0.96+

this yearDATE

0.96+

zero dayQUANTITY

0.95+

AnsibleORGANIZATION

0.94+

day twoQUANTITY

0.94+

CodexTITLE

0.94+

secondlyQUANTITY

0.94+

thirdlyQUANTITY

0.94+

three timesQUANTITY

0.92+

firstQUANTITY

0.92+

one thingQUANTITY

0.91+

single teamQUANTITY

0.91+

day zeroQUANTITY

0.9+

last 10 yearsDATE

0.89+

SecondlyQUANTITY

0.88+

hundreds and thousandsQUANTITY

0.87+

dozens of clonesQUANTITY

0.86+

thousands of customersQUANTITY

0.86+

10, 15 years agoDATE

0.86+

Michael McCarthy and Jurgen Grech, Gamesys | AnsibleFest 2020


 

>> Announcer: From around the globe, it's The Cube. With digital coverage of Ansible Fest 2020 brought to you by Red Hat. >> Hello, welcome back to The Cube's coverage of Ansible Fest 2020. This is The Cube. Cube Virtual. I'm your host, John Furrier with The Cube and Silicon Angle. Two great guests here. Two engineers and architects. Michael McCarthy who is a architect at Delivery Engineering, who's giving a talk with Gamesys and Jurgen Grech who's a technical architect for the platform engineering team at Gamesys. Gentlemen, welcome to The Cube, thanks for coming on. >> Hello. >> Nice to see you. >> Coming in from London, coming in from Malta, you guys are doing a lot of engineering. You're a customer of Ansible, want to get into some of the cool things you're doing obviously Kubernetes automation, platform engineering, this is what everyone's working on right now that's going to be positioned for the future. Before we get started though, tell me a little bit about what Gamesys does and you guys' role. Michael, we'll start with you. >> Sure, so we're a gaming operator, we run multiple bingo-led and casino-led gaming websites, some of them are B2B, some are B2C. I think we've been doing it now for probably 14 or 15 years at least. I've been there for 12 and a half of those. So we essentially run gaming websites where people come and play their favorite games. >> And what's your role there? What do you do? >> So I'm in the operation side of things, I used to be a developer for 12 or so years. We make sure that everything's kind of up and running, we keep the systems running. My team in particular focuses on the speed of delivery for developers so we're constantly looking at, how long has it taken to get things in front of the customers, can we make it faster, can we make it easier, can we put cool stuff out there quicker? So it's a kind of platformy type role that I do, and I enjoy it a lot, so it's good. >> Jurgen you're platform engineering that sounds deep. >> Yes. >> Which is your role? (laughing) >> Well, I've been with Gamesys also for eight and a half years now. I hold the position of technical architect at the moment within this platform engineering group which is mostly tasked with all things ops related. I am responsible for designing, implementing and validating strategies for continuous deployment, whilst always ensuring high availability on both production and pre-production systems. I'm also responsible for the design and implementation of automated dynamic environment to support the needs of the development teams and also collaborating with other architects, especially those on the development floors in order to optimize the deployment and operational strategies for both existing and new types of services alike. >> Awesome, thanks for sharing that. Good, good context. Well, I mean, you don't have to be a rocket scientist to figure out that when you talk about gaming it's uptime and a high availability is critical. You know, having people, being the login you got to have the right data strategies, it can't be down, right. (laughs) It's a critical app. People are not going to enjoy it if they're not at, so I can see how scale's huge. Can you guys talk about how Ansible fits in because automation's been the theme here, you guys have been having a journey with automation. What's been your automation solution with Ansible? >> I'll go Michael. >> Yeah sure. >> So, basically back in July 2014, we started to look at Ansible to replace those commonly used, day to day, best scripts, which our ops team use to execute and which could lead to some human error. That was our main original goal of using Ansible at the time. At the time was our infrastructure looked considerably different. Definitely much, much smaller than the current private cloud footprint. And as I said, as early adopters within the operations team it was imperative for us to automate as much as possible. Those repetitive tasks, which involved the execution of various scripts and were prone to human error. Since then however, aware Ansible usage, it worked quickly. Since 2014, we went through two major infrastructure overhauls and automation using Ansible was always at the heart of each of those overhauls. In fact, our latest private cloud which is based on OpenStack is completely built from the ground up using Ansible code. So this includes the provision and co-visual machines, our entire networking stacks, so switches, routers, firewall, the SDN which OpenStack is built up on, our internal DNS system. Basically all you need to have a fully functional private cloud. At Gamesys we also have some workloads running in two different public clouds. And even in this case, we are running against the build code to set up all the required infrastructure components. Again, since we were fairly new adopters at the time of this technology, without all of those Ansible code, using the original as the case, cover now this has worked considerably and with enhancements of litigated modules polished public cloud, we've made the code look much cleaner, readable and ad approved. >> You made some great progress. Michael, you want to weigh in on this? Any thoughts on? >> Yeah, I think it's kind of, I mean, adding to what Jurgen said I think it's kind of everywhere. So, you know, you mentioned, you mentioned high availability, you mentioned kind of uptime, you know, imagine the people that operate the infra, the people who get called out and they're working 24 seven, you know, a lot of the things that they would do, the kind of run books they would use to, you know, restart something they're Ansible as well. So it's the deployment scripts, it's the kind of scripts that keep things running, it's the stuff that spins up the environments as Jurgen said. I've noticed a lot on the development side where, you know, we look at continuous delivery, people are running their own build servers. A lot of the scripting that people do, which, you know you'd imagine, might be done with say Bash, I think I've seen a lot of Ansible being used there amongst developers, I guess. Yeah, it's got an easy learning curve. It's all of those modules. A lot of the scripting around CD I think is Ansible. It plays quite nicely, you know, URI module and file modules and yeah, I think it's kind of everywhere I think. It's quite pervasive. >> Once again I said, when to get something going. Good, it's awesome. >> Yeah. Automation get great success. So it's been a big theme of Ansible Fest 2020 automation collectors, et cetera. But the question I have for you guys as customers, is how large of an IT estate were you looking to automate and where was the most imperative places to automate first? >> The most imperative items we wanted to automate first as I said, were those operational day to day tasks handled by our network operations team. Our estate is massive. So we are running our infrastructure across five different data centers around the world, thousands of virtual machines, hundreds of network components. So we, we deal with customers all around the world. So our point of presence is spread out around the world as well. And you can't really handle such kind of size without some sort of automation. And Ansible fit the bill perfectly, in my opinion. >> And so your goal is to automate the entire landscape. Are you there now? Where are you on that progress? >> I would say we're at a very advanced stage in that process. Since 2014 we've made huge strides. All of our most recent private cloud setups as I said, have been built from the ground up using Ansible. And I would say a good 90% plus of our operational tasks are handled using some kind of Ansible playbook. >> Yeah, that makes total sense. Michael you brought up the, you start early in people's, it spreads. Those are my words, but you were saying that. What kind of systems do people tend to start with at Ansible? And what's, where's that first sticky moment where it lands and expands and which teams jump on it first? Is it the developers? Is it more the IT? Take us through some of the how this all gets started and how it spreads. >> I think in the, the first time I remember using it was probably I think 2014, 2015. And it was what Jurgen mentioned. I was on the Dev side and we wanted a way to have consistency in how we deployed. We wanted to be able to deploy the exact same way, you know into earlier environments, into Dev environments as we did in staging and production. And, you know, someone kind of found Ansible and then someone in operations kind of saw it and they were happy with it and they felt comfortable using the, kind of getting up to speed. And I think it was hard to know where it really started first, but you sort of looked around and every team, every team kind of had it. So, you know, who actually started I'm not sure, but it's all over the place. >> He did. (laughs) >> Yeah. I think, you know, where people start with it first it probably depends if you're on the ops or the dev side, I think on the dev side you know, we're encouraging people to own their own deployment playbooks you know, you're responsible for the deployment of your system to production. Obviously you've got the network operations the not group sort of doing it for you, but you know, your first exposure is probably going to be writing a playbook to deploy your app or maybe it's around some build tooling, spinning up your own build environment but that's something you'll be doing. I know with Ansible and it's especially around this point of stuff because everything's in git, there's that collaboration which I never saw, obviously I saw people chatting over kind of slack in teams but in terms of being able to sort of raise PR's having developers raise PR's, having operations comment on them the same the other way around, that's been a massive change which I think has come from using Ansible. >> The collaboration piece is huge. And I think it's one of those things early on out of all the Ansible friends that I know that use it and customers and in the company product was just good. It just word of mouth, spreads it around and be like, this is workable, saves a lot of time and it's a pain point remover. Also enables some things to happen with now automation, but now it's mature. Right? So Jurgen I got to ask you in the maturation of all this automation you're talking about scale, you mentioned it. OpenStack, you guys got the private clouds, people use it for public cloud, I now see Red Hat has a angle on that. But when you think about the current modern state of the art today, you can't go anywhere without talking about Kubernetes. >> Yup. >> Kubernetes has really emerged on the scene to manage these clusters but yet it's just getting started. You have a lot of experience with Ansible and Kubernetes. Can you share your journey with Kubernetes and Ansible, and what's your reaction to that? >> Yes, so back in June 2016 Gamesys was developing a new gaming platform which was stood on now Kubernetes. Kubernetes at the time was fairly new to many at an enterprise level with only a handful of production systems online. So we were tasked to assess how we're going to bring Kubernetes into production. So we first, we identified the requirements to set up a production grade cluster and given our experience with Ansible, we embarked on a journey to automate the installation process. Again using Ansible this would ensure that all the required installation and configuration parameters as Michael mentioned, we are committing it, the code is shared with all the respective development teams for ease of collaboration and feedback. And we decided to logically divide our code into two. And we said, we're going to have an installation code in order to provide Kubernetes as a service. So this basically installs Docker onto every worker node. It installs cube lit, all the master playing components of Kubernetes installs core DNS, the container storage interface, and they full blown and cluster monitoring stack. Then we also had our configuration code which basically sets up name spaces, it labels nodes for specific uses at certain security policies according to the cluster use case and creates all the required role based access configurations. This need to split the code in two came about really with the growing adoption of Kubernetes because at the inception stage we only had the one team which had a requirement to use Kubernetes. However, with various teams getting on board each required their own flavor with their particular unique configurations. This is of course well managed quite easily to reduce of different Ansible inventories. And it's all integrated now within Ansible Tower with different unique drop templates to install and configure the Kubernetes clusters. We started as I said with just one pre-production or staging cluster in 2010 16. Today we manage 42 different Kubernetes clusters including six which are in production. >> What problems >> So, as I mentioned earlier >> I got to ask you 'cause Kubernetes certainly when it came out, I mean, that was a big fan boy of that. I was promoting Kubernetes from the beginning. I saw it as a really great opportunity to bring things together with containers. It turns out that developers love it for that reason. What, so getting your hands on is great, but as you moved it in to practice, what problems did it solve for you? >> So using Ansible, definitely solve the problem of ensuring that all of our 42 clusters across all the different data centers are running the same configuration. So they're running the same version. They're running the same security policies. They're running the same name space, according to the type. Each team has a similar deployment token. And it's very, very convenient to roll out changes and upgrades especially when all of our code has been integrated with Ansible Tower through a simple user interface click. >> How's Ansible Tower working for you? Is that going well? Ansible Tower? >> Eh, I would say so, yes. Most of our code now is integrated with Ansible Tower. It's allowed us to also share some of the tasks with a wider group of people. Within Peg we are the guardians of the production environments really. However, we share the responsibility of staging environments with the respective development teams, who primarily those environments. So as such, through the use of Ansible Tower we've managed to also securely and consistently share the same way how they can install and upgrade these clusters themselves without our involvement. >> Thank you. Michael you're giving, oh sorry go ahead. Go ahead Jurgen. >> Sorry is no no. >> Michael, you're giving a presentation breakout session at Ansible Fest. Can you give us a sneak peek >> Yup. >> Of what you're going to talk about? >> Yeah sure. So we, I said we've been using Tower for a long time. We've been using it since 2015 I think. Think we've probably made some mistakes along the way, I guess, or we've learned a lot of stuff from how we started then to now. So what it does is it follows this sort of timeline of how we started, why there was this big move to making an effort to put all of our deployment playbooks in Ansible. Why you would go to Tower over and above Ansible itself. It talks about our early interactions with quite an old version of Tower and now version two, things that we struggled with, then we saw version three came out there was loads and loads of really good stuff in version three. And it's really about kind of how we've used the new features, how it's worked out for us. It's kind of about what Gamesys have done with Tower but I think it's probably applicable to everyone and anyone that uses Tower I think will, they'll probably come across the same things, how do I scale it for multiple teams? How do I give teams the ownership to kind of own their own playbooks? How do I automate Tower itself? It talks about that. Sort of check pointing every few years about where we'd got to and what was going well and what was going less well. So, and a bit of a look forward to, what's going to come next with Tower. So we're constantly keeping up to date and we've got kind of roadmap for where we want to go. >> What's interesting about you guys is you think about look at OpenStack and then how Cloud came on the scene and Private Cloud has emerged with hybrid and obviously public, you guys are right on the wave of all this large scale stuff and your gaming app really kind of highlights that. And you've been through the paces with Ansible. So I guess my question, and you've got a lot of scar tissue and you got success to show for it too, a lot of great stuff. What advice would you give people who are now getting on the new wave, the bigger wave that's coming which is more users, more scale, more features more automation, microservices are coming around the corner. As long as I get more scale. What advice would you give someone who's coming on board with Ansible for the first time? >> I think there was, you were talking before about Kubernetes and it was so where we were, I think we'd got into containers kind of relatively early. And we were deploying Docker and we had some pretty big, kind of scary playbooks and they managed low balances and deployed Docker containers. And it was always interesting thinking how is this all going to change when Kubernetes comes along? And I think that's been really smooth. I think there's a really nice Ansible module that's just called gates. And I think it's really simple actually, it simplified a lot of the playbooks. And I think that the technologies can coexist quite happily. I don't think you have to feel like Kubernetes is going to change all of the investment you've made into Ansible. Even if you go down the route of Kubernetes operators, you can write them in Ansible. So I still think it's a very relevant tool even with Kubernetes being so kind of prevalent. >> Jurgen what's your thoughts on folks getting in now, who want to jump in and take advantage of the automation, all the cool stuff with Ansible? What advice would you give them? >> Yes, I would definitely recommend to look at their infrastructure set ups as they would look at their code. So break it down into small manageable components, start small, build your roles, make sure to build your roles properly for each of that small component. And then definitely look at Ansible Tower as a way to visualize and control the execution of your code. Make sure you're running it with the proper security policies with the proper credentials and all, they're not, of course so break anything which is at the production level. >> Michael McCarthy, Jurgen Grech two great engineers at Gamesys. Congratulations on your success and love to unpack the infrastructure and the scale you have and certainly automation, great success path. And it's going to get easier. I mean, that's what everyone's saying, it's going to get easier. Thanks for coming on. I appreciate the conversation. Thank you very much. >> Thank you, welcome >> Thank you, take care. Bye bye. >> I'm John Furrier with The Cube here in Palo Alto California. We're virtual, The Cube virtual for Ansible Fest 2020 virtual. Thank you for watching. (upbeat music)

Published Date : Oct 5 2020

SUMMARY :

brought to you by Red Hat. for the platform and you guys' role. and a half of those. So I'm in the operation side of things, engineering that sounds deep. I hold the position of technical because automation's been the theme here, At the time was our infrastructure Michael, you want to weigh in on this? A lot of the scripting that people do, Good, it's awesome. But the question I have And Ansible fit the bill automate the entire landscape. from the ground up using Ansible. Is it more the IT? the exact same way, you know (laughs) or the dev side, I think on the dev side and in the company emerged on the scene the code is shared with all the I got to ask you 'cause are running the same configuration. of the production environments really. Michael you're giving, oh sorry go ahead. Can you give us a sneak peek So, and a bit of a look forward to, the paces with Ansible. of the investment you've and control the execution of your code. the infrastructure and the scale you have Thank you, take care. Thank you for watching.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Michael McCarthyPERSON

0.99+

MichaelPERSON

0.99+

July 2014DATE

0.99+

John FurrierPERSON

0.99+

June 2016DATE

0.99+

MaltaLOCATION

0.99+

LondonLOCATION

0.99+

JurgenPERSON

0.99+

Jurgen GrechPERSON

0.99+

sixQUANTITY

0.99+

12QUANTITY

0.99+

14QUANTITY

0.99+

2014DATE

0.99+

90%QUANTITY

0.99+

Red HatORGANIZATION

0.99+

eight and a half yearsQUANTITY

0.99+

42 clustersQUANTITY

0.99+

GamesysORGANIZATION

0.99+

Palo Alto CaliforniaLOCATION

0.99+

AnsibleORGANIZATION

0.99+

one teamQUANTITY

0.99+

15 yearsQUANTITY

0.99+

Each teamQUANTITY

0.99+

twoQUANTITY

0.99+

2015DATE

0.99+

Two engineersQUANTITY

0.99+

Two great guestsQUANTITY

0.99+

TodayDATE

0.98+

TowerTITLE

0.98+

Ansible Fest 2020EVENT

0.98+

bothQUANTITY

0.98+

KubernetesTITLE

0.98+

12 and a halfQUANTITY

0.98+

eachQUANTITY

0.97+

first timeQUANTITY

0.97+

first exposureQUANTITY

0.97+

The CubeORGANIZATION

0.96+

five different data centersQUANTITY

0.96+

firstQUANTITY

0.96+

two great engineersQUANTITY

0.96+

new waveEVENT

0.95+

Joy King, Vertica | Virtual Vertica BDC 2020


 

>>Yeah, it's the queue covering the virtual vertical Big Data Conference 2020 Brought to You by vertical. >>Welcome back, everybody. My name is Dave Vellante, and you're watching the Cube's coverage of the verdict of Virtual Big Data conference. The Cube has been at every BTC, and it's our pleasure in these difficult times to be covering BBC as a virtual event. This digital program really excited to have Joy King joining us. Joy is the vice president of product and go to market strategy in particular. And if that weren't enough, he also runs marketing and education curve for him. So, Joe, you're a multi tool players. You've got the technical side and the marketing gene, So welcome to the Cube. You're always a great guest. Love to have you on. >>Thank you so much, David. The pleasure, it really is. >>So I want to get in. You know, we'll have some time. We've been talking about the conference and the virtual event, but I really want to dig in to the product stuff. It's a big day for you guys. You announced 10.0. But before we get into the announcements, step back a little bit you know, you guys are riding the waves. I've said to ah, number of our guests that that brick has always been good. It riding the wave not only the initial MPP, but you you embraced, embraced HD fs. You embrace data science and analytics and in the cloud. So one of the trends that you see the big waves that you're writing >>Well, you're absolutely right, Dave. I mean, what what I think is most interesting and important is because verdict is, at its core a true engineering culture founded by, well, a pretty famous guy, right, Dr Stone Breaker, who embedded that very technical vertical engineering culture. It means that we don't pretend to know everything that's coming, but we are committed to embracing the tech. An ology trends, the innovations, things like that. We don't pretend to know it all. We just do it all. So right now, I think I see three big imminent trends that we are addressing. And matters had we have been for a while, but that are particularly relevant right now. The first is a combination of, I guess, a disappointment in what Hadoop was able to deliver. I always feel a little guilty because she's a very reasonably capable elephant. She was designed to be HD fs highly distributed file store, but she cant be an entire zoo, so there's a lot of disappointment in the market, but a lot of data. In HD FM, you combine that with some of the well, not some the explosion of cloud object storage. You're talking about even more data, but even more data silos. So data growth and and data silos is Trend one. Then what I would say Trend, too, is the cloud Reality Cloud brings so many events. There are so many opportunities that public cloud computing delivers. But I think we've learned enough now to know that there's also some reality. The cloud providers themselves. Dave. Don't talk about it well, because not, is it more agile? Can you do things without having to manage your own data center? Of course you can. That the reality is it's a little more pricey than we expected. There are some security and privacy concerns. There's some workloads that can go to the cloud, so hybrid and also multi cloud deployments are the next trend that are mandatory. And then maybe the one that is the most exciting in terms of changing the world we could use. A little change right now is operationalize in machine learning. There's so much potential in the technology, but it's somehow has been stuck for the most part in science projects and data science lab, and the time is now to operationalize it. Those are the three big trends that vertical is focusing on right now. >>That's great. I wonder if I could ask you a couple questions about that. I mean, I like you have a soft spot in my heart for the and the thing about the Hadoop that that was, I think, profound was it got people thinking about, you know, bringing compute to the data and leaving data in place, and it really got people thinking about data driven cultures. It didn't solve all the problems, but it collected a lot of data that we can now take your third trend and apply machine intelligence on top of that data. And then the cloud is really the ability to scale, and it gives you that agility and that it's not really that cloud experience. It's not not just the cloud itself, it's bringing the cloud experience to wherever the data lives. And I think that's what I'm hearing from you. Those are the three big super powers of innovation today. >>That's exactly right. So, you know, I have to say I think we all know that Data Analytics machine learning none of that delivers real value unless the volume of data is there to be able to truly predict and influence the future. So the last 7 to 10 years has been correctly about collecting the data, getting the data into a common location, and H DFS was well designed for that. But we live in a capitalist world, and some companies stepped in and tried to make HD Fs and the broader Hadoop ecosystem be the single solution to big data. It's not true. So now that the key is, how do we take advantage of all of that data? And now that's exactly what verdict is focusing on. So as you know, we began our journey with vertical back in the day in 2007 with our first release, and we saw the growth of the dupe. So we announced many years ago verdict a sequel on that. The idea to be able to deploy vertical on Hadoop nodes and query the data in Hadoop. We wanted to help. Now with Verdict A 10. We are also introducing vertical in eon mode, and we can talk more about that. But Verdict and Ian Mode for HDs, This is a way to apply it and see sequel database management platform to H DFS infrastructure and data in each DFS file storage. And that is a great way to leverage the investment that so many companies have made in HD Fs. And I think it's fair to the elephant to treat >>her well. Okay, let's get into the hard news and auto. Um, she's got, but you got a mature stack, but one of the highlights of append auto. And then we can drill into some of the technologies >>Absolutely so in well in 2018 vertical announced vertical in Deon mode is the separation of compute from storage. Now this is a great example of vertical embracing innovation. Vertical was designed for on premises, data centers and bare metal servers, tightly coupled storage de l three eighties from Hewlett Packard Enterprises, Dell, etcetera. But we saw that cloud computing was changing fundamentally data center architectures, and it made sense to separate compute from storage. So you add compute when you need compute. You add storage when you need storage. That's exactly what the cloud's introduced, but it was only available on the club. So first thing we did was architect vertical and EON mode, which is not a new product. Eight. This is really important. It's a deployment option. And in 2018 our customers had the opportunity to deploy their vertical licenses in EON mode on AWS in September of 2019. We then broke an important record. We brought cloud architecture down to earth and we announced vertical in eon mode so vertical with communal or shared storage, leveraging pure storage flash blade that gave us all the advantages of separating compute from storage. All of the workload, isolation, the scale up scale down the ability to manage clusters. And we did that with on Premise Data Center. And now, with vertical 10 we are announcing verdict in eon mode on HD fs and vertically on mode on Google Cloud. So what we've got here, in summary, is vertical Andy on mode, multi cloud and multiple on premise data that storage, and that gives us the opportunity to help our customers both with the hybrid and multi cloud strategies they have and unifying their data silos. But America 10 goes farther. >>Well, let me stop you there, because I just wanna I want to mention So we talked to Joe Gonzalez and past Mutual, who essentially, he was brought in. And one of this task was the lead into eon mode. Why? Because I'm asking. You still had three separate data silos and they wanted to bring those together. They're investing heavily in technology. Joe is an expert, though that really put data at their core and beyond Mode was a key part of that because they're using S three and s o. So that was Ah, very important step for those guys carry on. What else do we need to know about? >>So one of the reasons, for example, that Mass Mutual is so excited about John Mode is because of the operational advantages. You think about exactly what Joe told you about multiple clusters serving must multiple use cases and maybe multiple divisions. And look, let's be clear. Marketing doesn't always get along with finance and finance doesn't necessarily get along with up, and I t is often caught the middle. Erica and Dion mode allows workload, isolation, meaning allocating the compute resource is that different use cases need without allowing them to interfere with other use cases and allowing everybody to access the data. So it's a great way to bring the corporate world together but still protect them from each other. And that's one of the things that Mass Mutual is going to benefit from, as well, so many of >>our other customers I also want to mention. So when I saw you, ah, last last year at the Pure Storage Accelerate conference just today we are the only company that separates you from storage that that runs on Prem and in the cloud. And I was like I had to think about it. I've researched. I still can't find anybody anybody else who doesn't know. I want to mention you beat actually a number of the cloud players with that capability. So good job and I think is a differentiator, assuming that you're giving me that cloud experience and the licensing and the pricing capability. So I want to talk about that a little >>bit. Well, you're absolutely right. So let's be clear. There is no question that the public cloud public clouds introduced the separation of compute storage and these advantages that they do not have the ability or the interest to replicate that on premise for vertical. We were born to be software only. We make no money on underlying infrastructure. We don't charge as a package for the hardware underneath, so we are totally motivated to be independent of that and also to continuously optimize the software to be as efficient as possible. And we do the exact same thing to your question about life. Cloud providers charge for note indignance. That's how they charge for their underlying infrastructure. Well, in some cases, if you're being, if you're talking about a use case where you have a whole lot of data, but you don't necessarily have a lot of compute for that workload, it may make sense to pay her note. Then it's unlimited data. But what if you have a huge compute need on a relatively small data set that's not so good? Vertical offers per node and four terabyte for our customers, depending on their use case, we also offer perpetual licenses for customers who want capital. But we also offer subscription for companies that they Nope, I have to have opt in. And while this can certainly cause some complexity for our field organization, we know that it's all about choice, that everybody in today's world wants it personalized just for me. And that's exactly what we're doing with our pricing in life. >>So just to clarify, you're saying I can pay by the drink if I want to. You're not going to force me necessarily into a term or Aiken choose to have, you know, more predictable pricing. Is that, Is that correct? >>Well, so it's partially correct. The first verdict, a subscription licensing is a fixed amount for the period of the subscription. We do that so many of our customers cannot, and I'm one of them, by the way, cannot tell finance what the budgets forecast is going to be for the quarter after I spent you say what it's gonna be before, So our subscription facing is a fixed amount for a period of time. However, we do respect the fact that some companies do want usage based pricing. So on AWS, you can use verdict up by the hour and you pay by the hour. We are about to launch the very same thing on Google Cloud. So for us, it's about what do you need? And we make it happen natively directly with us or through AWS and Google Cloud. >>So I want to send so the the fixed isn't some floor. And then if you want a surge above that, you can allow usage pricing. If you're on the cloud, correct. >>Well, you actually license your cluster vertical by the hour on AWS and you run your cluster there. Or you can buy a license from vertical or a fixed capacity or a fixed number of nodes and deploy it on the cloud. And then, if you want to add more nodes or add more capacity, you can. It's not usage based for the license that you bring to the cloud. But if you purchase through the cloud provider, it is usage. >>Yeah, okay. And you guys are in the marketplace. Is that right? So, again, if I want up X, I can do that. I can choose to do that. >>That's awesome. Next usage through the AWS marketplace or yeah, directly from vertical >>because every small business who then goes to a salesforce management system knows this. Okay, great. I can pay by the month. Well, yeah, Well, not really. Here's our three year term in it, right? And it's very frustrating. >>Well, and even in the public cloud you can pay for by the hour by the minute or whatever, but it becomes pretty obvious that you're better off if you have reserved instance types or committed amounts in that by vertical offers subscription. That says, Hey, you want to have 100 terabytes for the next year? Here's what it will cost you. We do interval billing. You want to do monthly orderly bi annual will do that. But we won't charge you for usage that you didn't even know you were using until after you get the bill. And frankly, that's something my finance team does not like. >>Yeah, I think you know, I know this is kind of a wonky discussion, but so many people gloss over the licensing and the pricing, and I think my take away here is Optionality. You know, pricing your way of That's great. Thank you for that clarification. Okay, so you got Google Cloud? I want to talk about storage. Optionality. If I found him up, I got history. I got I'm presuming Google now of you you're pure >>is an s three compatible storage yet So your story >>Google object store >>like Google object store Amazon s three object store HD fs pure storage flash blade, which is an object store on prim. And we are continuing on this theft because ultimately we know that our customers need the option of having next generation data center architecture, which is sort of shared or communal storage. So all the data is in one place. Workloads can be managed independently on that data, and that's exactly what we're doing. But what we already have in two public clouds and to on premise deployment options today. And as you said, I did challenge you back when we saw each other at the conference. Today, vertical is the only analytic data warehouse platform that offers that option on premise and in multiple public clouds. >>Okay, let's talk about the ah, go back through the innovation cocktail. I'll call it So it's It's the data applying machine intelligence to that data. And we've talked about scaling at Cloud and some of the other advantages of Let's Talk About the Machine Intelligence, the machine learning piece of it. What's your story there? Give us any updates on your embracing of tooling and and the like. >>Well, quite a few years ago, we began building some in database native in database machine learning algorithms into vertical, and the reason we did that was we knew that the architecture of MPP Columbia execution would dramatically improve performance. We also knew that a lot of people speak sequel, but at the time, not so many people spoke R or even Python. And so what if we could give act us to machine learning in the database via sequel and deliver that kind of performance? So that's the journey we started out. And then we realized that actually, machine learning is a lot more as everybody knows and just algorithms. So we then built in the full end to end machine learning functions from data preparation to model training, model scoring and evaluation all the way through to fold the point and all of this again sequel accessible. You speak sequel. You speak to the data and the other advantage of this approach was we realized that accuracy was compromised if you down sample. If you moved a portion of the data from a database to a specialty machine learning platform, you you were challenged by accuracy and also what the industry is calling replica ability. And that means if a model makes a decision like, let's say, credit scoring and that decision isn't anyway challenged, well, you have to be able to replicate it to prove that you made the decision correctly. And there was a bit of, ah, you know, blow up in the media not too long ago about a credit scoring decision that appeared to be gender bias. But unfortunately, because the model could not be replicated, there was no way to this Prove that, and that was not a good thing. So all of this is built in a vertical, and with vertical 10. We've taken the next step, just like with with Hadoop. We know that innovation happens within vertical, but also outside of vertical. We saw that data scientists really love their preferred language. Like python, they love their tools and platforms like tensor flow with vertical 10. We now integrate even more with python, which we have for a while, but we also integrate with tensorflow integration and PM ML. What does that mean? It means that if you build and train a model external to vertical, using the machine learning platform that you like, you can import that model into a vertical and run it on the full end to end process. But run it on all the data. No more accuracy challenges MPP Kilometer execution. So it's blazing fast. And if somebody wants to know why a model made a decision, you can replicate that model, and you can explain why those are very powerful. And it's also another cultural unification. Dave. It unifies the business analyst community who speak sequel with the data scientist community who love their tools like Tensorflow and Python. >>Well, I think joy. That's important because so much of machine intelligence and ai there's a black box problem. You can't replicate the model. Then you do run into a potential gender bias. In the example that you're talking about there in their many you know, let's say an individual is very wealthy. He goes for a mortgage and his wife goes for some credit she gets rejected. He gets accepted this to say it's the same household, but the bias in the model that may be gender bias that could be race bias. And so being able to replicate that in and open up and make the the machine intelligence transparent is very, very important, >>It really is. And that replica ability as well as accuracy. It's critical because if you're down sampling and you're running models on different sets of data, things can get confusing. And yet you don't really have a choice. Because if you're talking about petabytes of data and you need to export that data to a machine learning platform and then try to put it back and get the next at the next day, you're looking at way too much time doing it in the database or training the model and then importing it into the database for production. That's what vertical allows, and our customers are. So it right they reopens. Of course, you know, they are the ones that are sort of the Trailblazers they've always been, and ah, this is the next step. In blazing the ML >>thrill joint customers want analytics. They want functional analytics full function. Analytics. What are they pushing you for now? What are you delivering? What's your thought on that? >>Well, I would say the number one thing that our customers are demanding right now is deployment. Flexibility. What? What the what the CEO or the CFO mandated six months ago? Now shout Whatever that thou shalt is is different. And they would, I tell them is it is impossible. No, what you're going to be commanded to do or what options you might have in the future. The key is not having to choose, and they are very, very committed to that. We have a large telco customer who is multi cloud as their commit. Why multi cloud? Well, because they see innovation available in different public clouds. They want to take advantage of all of them. They also, admittedly, the that there's the risk of lock it right. Like any vendor, they don't want that either, so they want multi cloud. We have other customers who say we have some workloads that make sense for the cloud and some that we absolutely cannot in the cloud. But we want a unified analytics strategy, so they are adamant in focusing on deployment flexibility. That's what I'd say is 1st 2nd I would say that the interest in operationalize in machine learning but not necessarily forcing the analytics team to hammer the data science team about which tools or the best tools. That's the probably number two. And then I'd say Number three. And it's because when you look at companies like Uber or the Trade Desk or A T and T or Cerner performance at scale, when they say milliseconds, they think that flow. When they say petabytes, they're like, Yeah, that was yesterday. So performance at scale good enough for vertical is never good enough. And it's why we're constantly building at the core the next generation execution engine, database designer, optimization engine, all that stuff >>I wanna also ask you. When I first started following vertical, we covered the cube covering the BBC. One of things I noticed was in talking to customers and people in the community is that you have a community edition, uh, free addition, and it's not neutered ais that have you maintain that that ethos, you know, through the transitions into into micro focus. And can you talk about that a little bit >>absolutely vertical community edition is vertical. It's all of the verdict of functionality geospatial time series, pattern matching, machine learning, all of the verdict, vertical neon mode, vertical and enterprise mode. All vertical is the community edition. The only limitation is one terabyte of data and three notes, and it's free now. If you want commercial support, where you can file a support ticket and and things like that, you do have to buy the life. But it's free, and we people say, Well, free for how long? Like our field? I've asked that and I say forever and what he said, What do you mean forever? Because we want people to use vertical for use cases that are small. They want to learn that they want to try, and we see no reason to limit that. And what we look for is when they're ready to grow when they need the next set of data that goes beyond a terabyte or they need more compute than three notes, then we're here for them, and it also brings up an important thing that I should remind you or tell you about Davis. You haven't heard it, and that's about the Vertical Academy Academy that vertical dot com well, what is that? That is, well, self paced on demand as well as vertical essential certification. Training and certification means you have seven days with your hands on a vertical cluster hosted in the cloud to go through all the certification. And guess what? All of that is free. Why why would you give it for free? Because for us empowering the market, giving the market the expert East, the learning they need to take advantage of vertical, just like with Community Edition is fundamental to our mission because we see the advantage that vertical can bring. And we want to make it possible for every company all around the world that take advantage >>of it. I love that ethos of vertical. I mean, obviously great product. But it's not just the product. It's the business practices and really progressive progressive pricing and embracing of all these trends and not running away from the waves but really leaning in joy. Thanks so much. Great interview really appreciate it. And, ah, I wished we could have been faced face in Boston, but I think it's prudent thing to do, >>I promise you, Dave we will, because the verdict of BTC and 2021 is already booked. So I will see you there. >>Haas enjoyed King. Thanks so much for coming on the Cube. And thank you for watching. Remember, the Cube is running this program in conjunction with the virtual vertical BDC goto vertical dot com slash BBC 2020 for all the coverage and keep it right there. This is Dave Vellante with the Cube. We'll be right back. >>Yeah, >>yeah, yeah.

Published Date : Mar 31 2020

SUMMARY :

Yeah, it's the queue covering the virtual vertical Big Data Conference Love to have you on. Thank you so much, David. So one of the trends that you see the big waves that you're writing Those are the three big trends that vertical is focusing on right now. it's bringing the cloud experience to wherever the data lives. So now that the key is, how do we take advantage of all of that data? And then we can drill into some of the technologies had the opportunity to deploy their vertical licenses in EON mode on Well, let me stop you there, because I just wanna I want to mention So we talked to Joe Gonzalez and past Mutual, And that's one of the things that Mass Mutual is going to benefit from, I want to mention you beat actually a number of the cloud players with that capability. for the hardware underneath, so we are totally motivated to be independent of that So just to clarify, you're saying I can pay by the drink if I want to. So for us, it's about what do you need? And then if you want a surge above that, for the license that you bring to the cloud. And you guys are in the marketplace. directly from vertical I can pay by the month. Well, and even in the public cloud you can pay for by the hour by the minute or whatever, and the pricing, and I think my take away here is Optionality. And as you said, I'll call it So it's It's the data applying machine intelligence to that data. So that's the journey we started And so being able to replicate that in and open up and make the the and get the next at the next day, you're looking at way too much time doing it in the What are they pushing you for now? commanded to do or what options you might have in the future. And can you talk about that a little bit the market, giving the market the expert East, the learning they need to take advantage of vertical, But it's not just the product. So I will see you there. And thank you for watching.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
DavidPERSON

0.99+

Dave VellantePERSON

0.99+

September of 2019DATE

0.99+

Joe GonzalezPERSON

0.99+

DavePERSON

0.99+

2007DATE

0.99+

DellORGANIZATION

0.99+

Joy KingPERSON

0.99+

JoePERSON

0.99+

JoyPERSON

0.99+

UberORGANIZATION

0.99+

2018DATE

0.99+

BostonLOCATION

0.99+

Vertical Academy AcademyORGANIZATION

0.99+

AWSORGANIZATION

0.99+

seven daysQUANTITY

0.99+

one terabyteQUANTITY

0.99+

pythonTITLE

0.99+

three notesQUANTITY

0.99+

TodayDATE

0.99+

Hewlett Packard EnterprisesORGANIZATION

0.99+

GoogleORGANIZATION

0.99+

BBCORGANIZATION

0.99+

AmazonORGANIZATION

0.99+

100 terabytesQUANTITY

0.99+

Ian ModePERSON

0.99+

six months agoDATE

0.99+

PythonTITLE

0.99+

first releaseQUANTITY

0.99+

1st 2ndQUANTITY

0.99+

three yearQUANTITY

0.99+

Mass MutualORGANIZATION

0.99+

EightQUANTITY

0.99+

next yearDATE

0.99+

Stone BreakerPERSON

0.99+

firstQUANTITY

0.99+

oneQUANTITY

0.98+

America 10TITLE

0.98+

KingPERSON

0.98+

todayDATE

0.98+

four terabyteQUANTITY

0.97+

John ModePERSON

0.97+

HaasPERSON

0.97+

yesterdayDATE

0.97+

first verdictQUANTITY

0.96+

one placeQUANTITY

0.96+

s threeCOMMERCIAL_ITEM

0.96+

singleQUANTITY

0.95+

first thingQUANTITY

0.95+

OneQUANTITY

0.95+

bothQUANTITY

0.95+

TensorflowTITLE

0.95+

HadoopTITLE

0.95+

third trendQUANTITY

0.94+

MPP ColumbiaORGANIZATION

0.94+

HadoopPERSON

0.94+

last last yearDATE

0.92+

three big trendsQUANTITY

0.92+

vertical 10TITLE

0.92+

two public cloudsQUANTITY

0.92+

Pure Storage Accelerate conferenceEVENT

0.91+

AndyPERSON

0.9+

few years agoDATE

0.9+

next dayDATE

0.9+

MutualORGANIZATION

0.9+

ModePERSON

0.89+

telcoORGANIZATION

0.89+

three bigQUANTITY

0.88+

eonTITLE

0.88+

VerdictPERSON

0.88+

three separate dataQUANTITY

0.88+

CubeCOMMERCIAL_ITEM

0.87+

petabytesQUANTITY

0.87+

Google CloudTITLE

0.86+

Aviatrix Altitude 2020, Full Event | Santa Clara, CA


 

(electronic music) >> From Santa Clara, California in the heart of Silicon Valley, its theCUBE. Covering Altitude 2020, brought to you by Aviatrix. (electronic music) >> Female pilot: Good morning, ladies and gentlemen, this is your captain speaking, we will soon be taking off on our way to altitude. (upbeat music) Please keep your seat belts fastened and remain in your seat. We will be experiencing turbulence, until we are above the clouds. (thunder blasting) (electronic music) (seatbelt alert sounds) Ladies and gentlemen, we are now cruising at altitude. Sit back and enjoy the ride. (electronic music) >> Female pilot: Altitude is a community of thought leaders and pioneers, cloud architects and enlightened network engineers, who have individually and are now collectively, leading their own IT teams and the industry. On a path to lift cloud networking above the clouds. Empowering enterprise IT to architect, design and control their own cloud network, regardless of the turbulent clouds beneath them. It's time to gain altitude. Ladies and gentlemen, Steve Mullaney, president and CEO of Aviatrix. The leader of multi-cloud networking. (electronic music) (audience clapping) >> Steve: All right. (audience clapping) Good morning everybody, here in Santa Clara as well as to the millions of people watching the livestream worldwide. Welcome to Altitude 2020, all right. So, we've got a fantastic event, today, I'm really excited about the speakers that we have today and the experts that we have and really excited to get started. So, one of the things I wanted to share was this is not a one-time event. This is not a one-time thing that we're going to do. Sorry for the Aviation analogy, but, you know, Sherry Wei, aviatrix means female pilot so everything we do has an aviation theme. This is a take-off, for a movement. This isn't an event, this is a take-off of a movement. A multi-cloud networking movement and community that we're inviting all of you to become part of. And why we're doing that, is we want to enable enterprises to rise above the clouds, so to speak and build their network architecture, regardless of which public cloud they're using. Whether it's one or more of these public clouds. So the good news, for today, there's lots of good news but this is one good news, is we don't have any PowerPoint presentations, no marketing speak. We know that marketing people have their own language. We're not using any of that, and no sales pitches, right? So instead, what are we doing? We're going to have expert panels, we've got Simon Richard, of Gartner here. We've got ten different network architects, cloud architects, real practitioners that are going to share their best practices and their real world experiences on their journey to the multi-cloud. So, before we start, everybody know what today is? In the U.S., it's Super Tuesday. I'm not going to get political, but Super Tuesday there was a bigger, Super Tuesday that happened 18 months ago. And Aviatrix employees know what I'm talking about. Eighteen months ago, on a Tuesday, every enterprise said, "I'm going to go to the cloud". And so what that was, was the Cambrian explosion, for cloud, for the enterprise. So, Frank Cabri, you know what a Cambrian explosion is. He had to look it up on Google. 500 million years ago, what happened, there was an explosion of life where it went from very simple single-cell organisms to very complex, multi-cell organisms. Guess what happened 18 months ago, on a Tuesday, I don't really know why, but every enterprise, like I said, all woke up that day and said, "Now I'm really going to go to cloud" and that Cambrian explosion of cloud meant that I'm moving from a very simple, single cloud, single-use case, simple environment, to a very complex, multi-cloud, complex use case environment. And what we're here today, is we're going to go undress that and how do you handle those, those complexities? And, when you look at what's happening, with customers right now, this is a business transformation, right? People like to talk about transitions, this is a transformation and it's actually not just a technology transformation, it's a business transformation. It started from the CEO and the Boards of enterprise customers where they said, "I have an existential threat to the survival of my company." If you look at every industry, who they're worried about is not the other 30-year-old enterprise. What they're worried about is the three year old enterprise that's leveraging cloud, that's leveraging AI, and that's where they fear that they're going to actually wiped out, right? And so, because of this existential threat, this is CEO led, this is Board led, this is not technology led, it is mandated in the organizations. We are going to digitally transform our enterprise, because of this existential threat and the movement to cloud is going to enable us to go do that. And so, IT is now put back in charge. If you think back just a few years ago, in cloud, it was led by DevOps, it was led by the applications and it was, like I said, before the Cambrian explosion, it was very simple. Now, with this Cambrian explosion, an enterprise is getting very serious and mission critical. They care about visibility, they care about control, they care about compliance, conformance, everything, governance. IT is in charge and that's why we're here today to discuss that. So, what we're going to do today, is much of things but we're going to validate this journey with customers. >> Steve: Did they see the same thing? We're going to validate the requirements for multi-cloud because, honestly, I've never met an enterprise that is not going to be multicloud. Many are one cloud today but they all say, " I need to architect my network for multiple clouds", because that's just what, the network is there to support the applications and the applications will run in whatever cloud it runs best in and you have to be prepared for that. The second thing is, is architecture. Again, with IT in charge, you, architecture matters. Whether its your career, whether its how you build your house, it doesn't matter. Horrible architecture, your life is horrible forever. Good architecture, your life is pretty good. So, we're going to talk about architecture and how the most fundamental and critical part of that architecture and that basic infrastructure is the network. If you don't get that right, nothing works, right? Way more important than compute. Way more important than storage. Network is the foundational element of your infrastructure. Then we're going to talk about day two operations. What does that mean? Well day one is one day of your life, where you wire things up they do and beyond. I tell everyone in networking and IT -- it's every day of your life. And if you don't get that right, your life is bad forever. And so things like operations, visibility, security, things like that, how do I get my operations team to be able to handle this in an automated way because it's not just about configuring it in the cloud, it's actually about how do I operationalize it? And that's a huge benefit that we bring as Aviatrix. And then the last thing we're going to talk and it's the last panel we have, I always sayyou can't forget about the humans, right? So all this technology, all these things that we're doing, it's always enabled by the humans. At the end of the day, if the humans fight it, it won't get deployed. And we have a massive skills gap, in cloud and we also have a massive skills shortage. You have everyone in the world trying to hire cloud network architects, right? There's just not enough of them going around. So, at Aviatrix, we said as leaders do, "We're going to help address that issue and try to create more people." We created a program, what we call the ACE Program, again, aviation theme, it stands for Aviatrix Certified Engineer. Very similar to what Cisco did with CCIEs where Cisco taught you about IP networking, a little bit of Cisco, we're doing the same thing, we're going to teach network architects about multicloud networking and architecture and yeah, you'll get a little bit of Aviatrix training in there, but this is the missing element for people's careers and also within their organizations. So we're going to go talk about that. So, great, great event, great show. We're going to try to keep it moving. I next want to introduce, my host, he is the best in the business, you guys have probably seen him multiple, many times, he is the co-CEO and co founder of theCUBE, John Furrier. (audience clapping) (electronic music) >> John: Okay, awesome, great speech there, awesome. >> Yeah. >> I totally agree with everything you said about the explosion happening and I'm excited, here at the heart of silicon valley to have this event. It's a special digital event with theCUBE and Aviatrix, where we're live-streaming to, millions of people, as you said, maybe not a million. >> Maybe not a million. (laughs) Really to take this program to the world and this is really special for me, because multi-cloud is the hottest wave in cloud. And cloud-native networking is fast becoming the key engine, of the innovations, so we got an hour and a half of action-packed programming. We have a customer panel. Two customer panels. Before that Gartner's going to come out, talk about the industry. We have global system integrators, that will talk about, how their advising and building these networks and cloud native networking. And then finally the ACE's, the Aviatrix Certified Engineers, are going to talk more about their certifications and the expertise needed. So, let's jump right in, let's ask, Simon Richard to come on stage, from Gartner. We'll kick it all off. (electronic music) (clapping) >> John: Hi, can I help you. Okay, so kicking things off, getting started. Gartner, the industry experts on cloud. Really kind of more, cue your background. Talk about your background before you got to Gartner? >> Simon: Before being at Gartner, I was a chief network architect, of a Fortune 500 company, that with thousands of sites over the world and I've been doing everything in IT from a C programmer, in the 90, to a security architect, to a network engineer, to finally becoming a network analyst. >> So you rode the wave. Now you're covering the marketplace with hybrid cloud and now moving quickly to multi-cloud, is really what everyone is talking about. >> Yes. >> Cloud-native's been discussed, but the networking piece is super important. How do you see that evolving? >> Well, the way we see Enterprise adapting, cloud. The first thing you do about networking, the initial phases they either go in a very ad hoc way. Is usually led by none IT, like a shadow IT, or application people, sometime a DevOps team and it just goes as, it's completely unplanned. They create VPC's left and right with different account and they create mesh to manage them and they have Direct Connect or Express Route to any of them. So that's the first approach and on the other side. again within our first approach you see what I call, the lift and shift. Where we see like enterprise IT trying to, basically replicate what they have in a data center, in the Cloud. So they spend a lot of time planning, doing Direct Connect, putting Cisco routers and F5 and Citrix and any checkpoint, Palo Alto device, that in a sense are removing that to the cloud. >> I got to ask you, the aha moment is going to come up a lot, in one our panels, is where people realize, that it's a multi-cloud world. I mean, they either inherit clouds, certainly they're using public cloud and on-premises is now more relevant than ever. When's that aha moment? That you're seeing, where people go, "Well I got to get my act together and get on this cloud." >> Well the first, right, even before multi-cloud. So there is two approach's. The first one, like the adult way doesn't scare. At some point IT has to save them, 'cause they don't think about the tools, they don't think about operation, they have a bunch of VPC and multiple cloud. The other way, if you do the lift and shift way, they cannot take any advantages of the cloud. They lose elasticity, auto-scaling, pay by the drink. All these agility features. So they both realize, okay, neither of these ways are good, so I have to optimize that. So I have to have a mix of what I call, the cloud native services, within each cloud. So they start adapting, like all the AWS Construct, Azure Construct or Google Construct and that's what I call the optimal phase. But even that they realize, after that, they are all very different, all these approaches different, the cloud are different. Identities is constantly, difficult to manage across clouds. I mean, for example, anybody who access' accounts, there's subscription, in Azure and GCP, their projects. It's a real mess, so they realized, well I don't really like constantly use the cloud product and every cloud, that doesn't work. So I have, I'm going multi-cloud, I like to abstract all of that. I still want to manage the cloud from an EPI point of view, I don't necessarily want to bring my incumbent data center products, but I have to do that and in a more EPI driven cloud environment. >> So, the not scaling piece that you where mentioning, that's because there's too many different clouds? >> Yes. >> That's the least they are, so what are they doing? What are they, building different development teams? Is it software? What's the solution? >> Well, the solution is to start architecting the cloud. That's the third phase. I called that the multi-cloud architect phase, where they have to think about abstraction that works across cloud. Fact, even across one cloud it might not scale as well, If you start having like ten thousand security agreement, anybody who has that doesn't scale. You have to manage that. If you have multiple VPC, it doesn't scale. You need a third-party, identity provider. In variously scales within one cloud, if you go multiple cloud, it gets worse and worse. >> Steve, weigh in here. What's your thoughts? >> I thought we said this wasn't going to be a sales pitch for Aviatrix. (laughter) You just said exactly what we do, so anyway, that's a joke. What do you see in terms of where people are, in that multi-cloud? So, like lot of people, you know, everyone I talk to, started at one cloud, right, but then they look and then say okay but I'm now going to move to Azure and I'm going to move to... (trails off) Do you see a similar thing? >> Well, yes. They are moving but there's not a lot of application, that uses three cloud at once, they move one app in Azure, one app in AWS and one app in Google. That's what we see so far. >> Okay, yeah, one of the mistakes that people think, is they think multi-cloud. No one is ever going to go multi-cloud, for arbitrage. They're not going to go and say, well, today I might go into Azure, 'cause I get a better rate on my instance. Do you agree? That's never going to happen. What I've seen with enterprise, is I'm going to put the workload in the app, the app decides where it runs best. That may be Azure, maybe Google and for different reasons and they're going to stick there and they're not going to move. >> Let me ask you guys-- >> But the infrastructure, has to be able to support, from a networking team. >> Yes. >> Be able to do that. Do you agree with that? >> Yes, I agree. And one thing is also very important, is connecting to the cloud, is kind of the easiest thing. So, the wide area network part of the cloud, connectivity to the cloud is kind of simple. >> Steve: I agree. >> IP's like VPN, Direct Connect, Express Route. That's the simple part, what's difficult and even the provisioning part is easy. You can use Terraform and create VPC's and Vnet's across your three cloud provider. >> Steve: Right. >> What's difficult is that they choose the operation. So we'll define day two operation. What does that actually mean? >> Its just the day to day operations, after you know, the natural, lets add an app, lets add a server, lets troubleshoot a problem. >> Something changes, now what do you do? >> So what's the big concerns? I want to just get back to the cloud native networking, because everyone kind of knows what cloud native apps are. That's been the hot trend. What is cloud native networking? How do you guys, define that? Because that seems to be the hardest part of the multi-cloud wave that's coming, is cloud native networking. >> Well there's no, you know, official Gartner definition but I can create one on the spot. >> John: Do it. (laughter) >> I just want to leverage the Cloud Construct and the cloud EPI. I don't want to have to install, like a... (trails off) For example, the first version was, let's put a virtual router that doesn't even understand the cloud environment. >> Right. If I have if I have to install a virtual machine, it has to be cloud aware. It has to understand the security group, if it's a router. It has to be programmable, to the cloud API. And understand the cloud environment. >> And one thing I hear a lot from either CSO's, CIO's or CXO's in general, is this idea of, I'm definitely not going API. So, its been an API economy. So API is key on that point, but then they say. Okay, I need to essentially have the right relationship with my suppliers, aka you called it above the clouds. So the question is... What do I do from an architectural standpoint? Do I just hire more developers and have different teams, because you mentioned that's a scale point. How do you solve this problem of, okay, I got AWS, I got GCP, or Azure, or whatever. Do I just have different teams or do I just expose EPI's? Where is that optimization? Where's the focus? >> Well, I think what you need, from a network point of view is a way, a control plane across the three clouds. And be able to use the API's of the cloud, to build networks but also to troubleshoot them and do day to day operation. So you need a view across the three clouds, that takes care of routing, connectivity. >> Steve: Performance. >> John: That's the Aviatrix plugin, right there. >> Steve: Yeah. So, how do you see, so again, your Gartner, you see the industry. You've been a network architect. How do you see this this playing out? What are the legacy incumbent client server, On Prem networking people, going to do? >> Well they need to.. >> Versus people like a Aviatrix? How do you see that playing out? >> Well obviously, all the incumbents, like Arista, Cisco, Juniper, NSX. >> Steve: Right. >> They want to basically do the lift and shift part, they want to bring, and you know, VMware want to bring in NSX on the cloud, they call that "NSX everywhere" and Cisco want to bring in ACI to the cloud, they call that "ACI Anywhere". So, everyone's.. (trails off) And then there's CloudVision from Arista, and Contrail is in the cloud. So, they just want to bring the management plane, in the cloud, but it's still based, most of them, is still based on putting a VM in them and controlling them. You extend your management console to the cloud, that's not truly cloud native. >> Right. >> Cloud native you almost have to build it from scratch. >> We like to call that cloud naive. >> Cloud naive, yeah. >> So close, one letter, right? >> Yes. >> That was a big.. (slurs) Reinvent, take the T out of Cloud Native. It's Cloud Naive. (laughter) >> That went super viral, you guys got T-shirts now. I know you're loving that. >> Steve: Yeah. >> But that really, ultimately, is kind of a double-edged sword. You can be naive on the architecture side and ruleing that. And also suppliers or can be naive. So how would you define who's naive and who's not? >> Well, in fact, their evolving as well, so for example, in Cisco, it's a little bit more native than other ones, because there really is, "ACI in the cloud", you can't really figure API's out of the cloud. NSX is going that way and so is Arista, but they're incumbent, they have their own tools, its difficult for them. They're moving slowly, so it's much easier to start from scratch. Even you, like, you know, a network company that started a few years ago. There's only really two, Aviatrix was the first one, they've been there for at least three or four years. >> Steve: Yeah. >> And there's other one's, like Akira, for example that just started. Now they're doing more connectivity, but they want to create an overlay network, across the cloud and start doing policies and things. Abstracting all the clouds within one platform. >> So, I got to ask you. I interviewed an executive at VMware, Sanjay Poonen, he said to me at RSA last week. Oh, there'll only be two networking vendors left, Cisco and VMware. (laughter) >> What's you're response to that? Obviously when you have these waves, these new brands that emerge, like Aviatrix and others. I think there'll be a lot of startups coming out of the woodwork. How do you respond to that comment? >> Well there's still a data center, there's still, like a lot, of action on campus and there's the wan. But from the cloud provisioning and cloud networking in general, I mean, they're behind I think. You know, you don't even need them to start with, you can, if you're small enough, you can just keep.. If you have AWS, you can use the AWS construct, they have to insert themselves, I mean, they're running behind. From my point of view. >> They are, certainly incumbents. I love the term Andy Jess uses at Amazon web services. He uses "Old guard, new guard", to talk about the industry. What does the new guard have to do? The new brands that are emerging. Is it be more DevOp's oriented? Is it NetSec ops? Is it NetOps? Is it programmability? These are some of the key discussions we've been having. What's your view, on how you see this programmability? >> The most important part is, they have to make the network simple for the Dev teams. You cannot make a phone call and get a Vline in two weeks anymore. So if you move to the cloud, you have to make that cloud construct as simple enough, so that for example, a Dev team could say, "Okay, I'm going to create this VPC, but this VPC automatically associates your account, you cannot go out on the internet. You have to go to the transit VPC, so there's lot of action in terms of, the IAM part and you have to put the control around them to. So to make it as simple as possible. >> You guys, both. You're the CEO of Aviatrix, but also you've got a lot of experience, going back to networking, going back to the, I call it the OSI days. For us old folks know what that means, but, you guys know what this means. I want to ask you the question. As you look at the future of networking, you hear a couple objections. "Oh, the cloud guys, they got networking, we're all set with them. How do you respond to the fact that networking's changing and the cloud guys have their own networking. What's some of the paying points that's going on premises of these enterprises? So are they good with the clouds? What needs... What are the key things that's going on in networking, that makes it more than just the cloud networking? What's your take on it? >> Well as I said earlier. Once you could easily provision in the cloud, you can easily connect to the cloud, its when you start troubleshooting applications in the cloud and try to scale. So that's where the problem occurred. >> Okay, what's your take on it. >> And you'll hear from the customers, that we have on stage and I think what happens is all the clouds by definition, designed to the 80-20 rule which means they'll design 80% of the basic functionality. And then lead to 20% extra functionality, that of course every Enterprise needs, to leave that to ISV's, like Aviatrix. Because why? Because they have to make money, they have a service and they can't have huge instances, for functionality that not everybody needs. So they have to design to the common and that, they all do it, right? They have to and then the extra, the problem is, that Cambrian explosion, that I talked about with enterprises. That's what they need. They're the ones who need that extra 20%. So that's what I see, there's always going to be that extra functionality. In an automated and simple way, that you talked about, but yet powerful. With the up with the visibility and control, that they expect of On Prem. That kind of combination, that Yin and the Yang, that people like us are providing. >> Simon I want to ask you? We're going to ask some of the cloud architect, customer panels, that same question. There's pioneer's doing some work here and there's also the laggards who come in behind their early adopters. What's going to be the tipping point? What are some of these conversations, that the cloud architects are having out there? Or what's the signs, that they need to be on this, multi-cloud or cloud native networking trend? What are some of the signal's that are going on in the environment? What are some of the thresholds? Are things that are going on, that they can pay attention to? >> Well, once they have the application on multiple cloud and they have to get wake up at two in the morning, to troubleshoot them. They'll know it's important. (laughter) So, I think that's when the rubber will hit the road. But, as I said, it's easier to prove, at any case. Okay, it's AWS, it's easy, user transit gateway, put a few VPC's and you're done. And you create some presents like Equinox and do a Direct Connect and Express Route with Azure. That looks simple, its the operations, that's when they'll realize. Okay, now I need to understand! How cloud networking works? I also need a tool, that gives me visibility and control. But not only that, I need to understand the basic underneath it as well. >> What are some of the day in the life scenarios. you envision happening with multi-cloud, because you think about what's happening. It kind of has that same vibe of interoperability, choice, multi-vendor, 'cause they're multi-cloud. Essentially multi-vendor. These are kind of old paradigms, that we've lived through with client server and internet working. What are some of the scenarios of success, that might be possible? Will be possible, with multi-cloud and cloud native networking. >> Well, I think, once you have good enough visibility, to satisfy your customers, not only, like to, keep the service running and application running. But to be able to provision fast enough, I think that's what you want to achieve. >> Simon, final question. Advice for folks watching on the Livestream, if they're sitting there as a cloud architect or CXO. What's your advice to them right now, in this market, 'cause obviously, public cloud check, hybrid cloud, they're working on that. That gets on premises done, now multi-cloud's right behind it. What's your advice? >> The first thing they should do, is really try to understand cloud networking. For each of their cloud providers and then understand the limitations. And, is what the cloud service provider offers enough? Or you need to look to a third party, but you don't look at a third party to start with. Especially an incumbent one, so it's tempting to say "I have a bunch of F5 experts", nothing against F5. I'm going to bring my F5 in the Cloud, when you can use an ELB, that automatically understand eases and auto scaling and so on. And you understand that's much simpler, but sometimes you need your F5, because you have requirements. You have like iRules and that kind of stuff, that you've used for years. 'cause you cannot do it. Okay, I have requirement and that's not met, I'm going to use Legacy Star and then you have to start thinking, okay, what about visibility control, above the true cloud. But before you do that you have to understand the limitations of the existing cloud providers. First, try to be as native as possible, until things don't work, after that you can start thinking of the cloud. >> Great insight, Simon. Thank you. >> That's great. >> With Gartner, thank you for sharing. (electronic music) >> Welcome back to ALTITUDE 2020. For the folks in the live stream, I'm John Furrier, Steve Mullaney, CEO of Aviatrix. For our first of two customer panels with cloud network architects, we've got Bobby Willoughby, AEGON Luis Castillo from National Instruments and David Shinnick with FactSet. Guys, welcome to the stage for this digital event. Come on up. (audience clapping) (upbeat music) Hey good to see you, thank you. Customer panel, this is my favorite part. We get to hear the real scoop, we get the Gardener giving us the industry overview. Certainly, multi-cloud is very relevant, and cloud-native networking is a hot trend with the live stream out there in the digital events. So guys, let's get into it. The journey is, you guys are pioneering this journey of multi-cloud and cloud-native networking and are soon going to be a lot more coming. So I want to get into the journey. What's it been like? Is it real? You've got a lot of scar tissue? What are some of the learnings? >> Absolutely. Multi-cloud is whether or not we accept it, as network engineers is a reality. Like Steve said, about two years ago, companies really decided to just bite the bullet and move there. Whether or not we accept that fact, we need to not create a consistent architecture across multiple clouds. And that is challenging without orchestration layers as you start managing different tool sets and different languages across different clouds. So it's really important to start thinking about that. >> Guys on the other panelists here, there's different phases of this journey. Some come at it from a networking perspective, some come in from a problem troubleshooting, what's your experiences? >> From a networking perspective, it's been incredibly exciting, it's kind of once in a generational opportunity to look at how you're building out your network. You can start to embrace things like infrastructure as code that maybe your peers on the systems teams have been doing for years, but it just never really worked on-prem. So it's really exciting to look at all the opportunities that we have and all of the interesting challenges that come up that you get to tackle. >> And effects that you guys are mostly AWS, right? >> Yeah. Right now though, we are looking at multiple clouds. We have production workloads running in multiple clouds today but a lot of the initial work has been with Amazon. >> And you've seen it from a networking perspective, that's where you guys are coming at it from? >> Yup. >> Awesome. How about you? >> We evolve more from a customer requirement perspective. Started out primarily as AWS, but as the customer needed more resources from Azure like HPC, Azure AD, things like that, even recently, Google analytics, our journey has evolved into more of a multi-cloud environment. >> Steve, weigh in on the architecture because this is going to be a big conversation, and I wanted you to lead this section. >> I think you guys agree the journey, it seems like the journey started a couple of years ago. Got real serious, the need for multi-cloud, whether you're there today. Of course, it's going to be there in the future. So that's really important. I think the next thing is just architecture. I'd love to hear what you, had some comments about architecture matters, it all starts, every enterprise I talked to. Maybe talk about architecture and the importance of architects, maybe Bobby. >> From architecture perspective, we started our journey five years ago. >> Wow, okay. >> And we're just now starting our fourth evolution over network architect. And we call it networking security net sec, versus just as network. And that fourth-generation architecture should be based primarily upon the Palo Alto Networks and Aviatrix. Aviatrix to new orchestration piece of it. But that journey came because of the need for simplicity, the need for a multi-cloud orchestration without us having to go and do reprogramming efforts across every cloud as it comes along. >> I guess the other question I also had around architecture is also... Luis maybe just talk about it. I know we've talked a little bit about scripting, and some of your thoughts on that. >> Absolutely. So for us, we started creating the network constructs with cloud formation, and we've stuck with that for the most part. What's interesting about that is today, on-premise, we have a lot of automation around how we provision networks, but cloud formation has become a little bit like the new manual for us. We're now having issues with having to automate that component and making it consistent with our on-premise architecture and making it consistent with Azure architecture and Google cloud. So, it's really interesting to see companies now bring that layer of abstraction that SD-WAN brought to the wound side, now it's going up into the cloud networking architecture. >> Great. So on the fourth generation, you mentioned you're on the fourth-gen architecture. What have you learned? Is there any lessons, scratch issue, what to avoid, what worked? What was the path that you touched? >> It's probably the biggest lesson there is that when you think you finally figured it out, you haven't. Amazon will change something, Azure change something. Transit Gateway is a game-changer. And listening to the business requirements is probably the biggest thing we need to do upfront. But I think from a simplicity perspective, like I said, we don't want to do things four times. We want to do things one time, we want be able to write to an API which Aviatrix has and have them do the orchestration for us. So that we don't have to do it four times. >> How important is architecture in the progression? Is it do you guys get thrown in the deep end, to solve these problems, are you guys zooming out and looking at it? How are you guys looking at the architecture? >> You can't get off the ground if you don't have the network there. So all of those, we've gone through similar evolutions, we're on our fourth or fifth evolution. I think about what we started off with Amazon without Direct Connect Gateway, without Transit Gateway, without a lot of the things that are available today, kind of the 80, 20 that Steve was talking about. Just because it wasn't there doesn't mean we didn't need it. So we needed to figure out a way to do it, we couldn't say, "Oh, you need to come back to the network team in a year, and maybe Amazon will have a solution for it." We need to do it now and evolve later and maybe optimize or change the way you're doing things in the future. But don't sit around and wait, you can't. >> I'd love to have you guys each individually answer this question for the live streams that comes up a lot. A lot of cloud architects out in the community, what should they be thinking about the folks that are coming into this proactively and, or realizing the business benefits are there? What advice would you guys give them on architecture? What should be they'd be thinking about, and what are some guiding principles you could share? >> So I would start with looking at an architecture model that can spread and give consistency to the different cloud vendors that you will absolutely have to support. Cloud vendors tend to want to pull you into using their native tool set, and that's good if only it was realistic to talk about only one cloud. But because it doesn't, it's super important to talk about, and have a conversation with the business and with your technology teams about a consistent model. >> And how do I do my day one work so that I'm not spending 80% of my time troubleshooting or managing my network? Because if I'm doing that, then I'm missing out on ways that I can make improvements or embrace new technologies. So it's really important early on to figure out, how do I make this as low maintenance as possible so that I can focus on the things that the team really should be focusing on? >> Bobby, your advice there, architecture. >> I don't know what else I can add to that. Simplicity of operations is key. >> So the holistic view of day two operations you mentioned, let's can jump in day one as you're getting stuff set up, day two is your life after. This is kind of of what you're getting at, David. So what does that look like? What are you envisioning as you look at that 20-mile stair, out post multi-cloud world? What are some of the things that you want in the day two operations? >> Infrastructure as code is really important to us. So how do we design it so that we can start fit start making network changes and fitting them into a release pipeline and start looking at it like that, rather than somebody logging into a router CLI and troubleshooting things in an ad hoc nature? So, moving more towards a dev-ops model. >> You guys, anything to add on that day two? >> Yeah, I would love to add something. In terms of day two operations you can either sort of ignore the day two operations for a little while, where you get your feet wet, or you can start approaching it from the beginning. The fact is that the cloud-native tools don't have a lot of maturity in that space and when you run into an issue, you're going to end up having a bad day, going through millions and millions of logs just to try to understand what's going on. That's something that the industry just now is beginning to realize it's such a big gap. >> I think that's key because for us, we're moving to more of an event-driven or operations. In the past, monitoring got the job done. It's impossible to monitor something that is not there when the event happens. So the event-driven application and then detection is important. >> Gardner is all about the cloud-native wave coming into networking. That's going to be a serious thing. I want to get your guys' perspective, I know you have each different views of how you come into the journey and how you're executing. And I always say the beauty's in the eye of the beholder and that applies to how the network's laid out. So, Bobby, you guys do a lot of high-performance encryption, both on AWS and Azure. That's a unique thing for you. How are you seeing that impact with multi-cloud? >> That's a new requirement for us too, where we have an increment to encrypt. And then if you ever get the question, should I encrypt, should I not encrypt? The answer is always yes. You should encrypt when you can encrypt. For our perspective, we need to migrate a bunch of data from our data centers. We have some huge data centers, and getting that data to the cloud is a timely expense in some cases. So we have been mandated, we have to encrypt everything, leave in the data center. So we're looking at using the Aviatrix insane mode appliances to be able to encrypt 10, 20 gigabits of data as it moves to the cloud itself. >> David, you're using Terraform, you've got FireNet, you've got a lot of complexity in your network. What do you guys look at the future for your environment? >> So many exciting that we're working on now as FireNet. So for our security team that obviously have a lot of knowledge base around Palo Alto, and with our commitments to our clients, it's not very easy to shift your security model to a specific cloud vendor. So there's a lot of SOC 2 compliance and things like that were being able to take some of what you've worked on for years on-prem and put it in the cloud and have the same type of assurance that things are going to work and be secure in the same way that they are on-prem, helps make that journey into the cloud a lot easier. >> And Louis, you guys got scripting, you got a lot of things going on. What's your unique angle on this? >> Absolutely. So for disclosure, I'm not an Aviatrix customer yet. (laughs) >> It's okay, we want to hear the truth, so that's good. Tell us, what are you thinking about? What's on your mind? >> When you talk about implementing a tool like this, it's really just really important to talk about automation focus on value. When you talk about things like encryption and things like so you're encrypting tunnels and encrypting the path, and those things should be second nature really. When you look at building those back-ends and managing them with your team, it becomes really painful. So tools like Aviatrix that add a lot automation it's out of sight, out of mind. You can focus on the value, and you don't have to focus on this. >> So I got to ask you guys. I see Aviatrix was here, they're supplier to this sector, but you guys are customers. Everyone's pitching your stuff, people knock on you, "Buy my stuff." How do you guys have that conversation with the suppliers, like the cloud vendors and other folks? What's it like? We're API all the way? You've got to support this? What are some of your requirements? How do you talk to and evaluate people that walk in and want to knock on your door and pitch you something? What's the conversation like? >> It's definitely API driven. We definitely look at the API structure that the vendors provide before we select anything. That is always first of mine and also, what problem are we really trying to solve? Usually, people try to sell or try to give us something that isn't really valuable, like implementing a Cisco solution on the cloud doesn't really add a lot of value, that's where we go. >> David, what's your conversation like with suppliers? Do you have a certain new way to do things? As it becomes more agile, essentially networking, and getting more dynamic, what are some of the conversations with either in commits or new vendors that you're having? What do you require? >> Ease of use is definitely high up there. We've had some vendors come in and say, "Hey, when you go to set this up, "we're going to want to send somebody on-site." And they're going to sit with you for a day to configure it. And that's a red flag. Well, wait a minute, do we really, if one of my really talented engineers can't figure it out on his own, what's going on there and why is that? Having some ease of use and the team being comfortable with it and understanding it is really important. >> Bobby, how about you? Old days was, do a bake-off and the winner takes all. Is it like that anymore? What's evolving? Bake-off last year for but still win. But that's different now because now when you get the product, you can install the product in AWS and Azure, have it up running in a matter of minutes. So the key is that can you be operational within hours or days instead of weeks? But do we also have the flexibility to customize it, to meet your needs? Because you don't want to be put into a box with the other customers when you have needs that are past their needs. >> I can almost see the challenge that you guys are living, where you've got the cloud immediate value, depending how you can roll up any solutions, but then you might have other needs. So you've got to be careful not to buy into stuff that's not shipping. So you're trying to be proactive and at the same time, deal with what you got. How do you guys see that evolving? Because multi-cloud to me is definitely relevant, but it's not yet clear how to implement across. How do you guys look at this baked versus future solutions coming? How do you balance that? >> Again, so right now, we're taking the ad hoc approach and experimenting what the different concepts of cloud are and really leveraging the native constructs of each cloud. But there's a breaking point for sure. You don't get to scale this like someone said, and you have to focus on being able to deliver, developers their sandbox or their play area for the things that they're trying to build quickly. And the only way to do that is with some consistent orchestration layer that allows you to-- >> So you expect a lot more stuff to becoming pretty quickly in that area. >> I do expect things to start maturing quite quickly this year. >> And you guys see similar trend, new stuff coming fast? >> Yeah. Probably the biggest challenge we've got now is being able to segment within the network, being able to provide segmentation between production, non-production workloads, even businesses, because we support many businesses worldwide and isolation between those is a key criteria there. So the ability to identify and quickly isolate those workloads is key. So the CIOs that are watching are saying, "Hey, take that hill, do multi-cloud." And then you have the bottoms up organization, "Pause, you're like off a little bit, it's not how it works." What is the reality in terms of implementing as fast as possible? Because the business benefits are clear, but it's not always clear on the technology how to move that fast. What are some of the barriers, what are the blockers, what are the enablers? >> I think the reality is that you may not think you're multi-cloud, but your business is. So I think the biggest barrier there is understanding what the requirements are and how best to meet those requirements in a secure manner. Because you need to make sure that things are working from a latency perspective that things work the way they did and get out of the mind shift that it was a tier-three application and the data center, it doesn't have to be a tier-three application in the cloud. So, lift and shift is not the way to go. >> Scale is a big part of what I see is the competitive advantage by these clouds and used to be proprietary network stacks in the old days, and then open systems came, that was a good thing. But as cloud has become bigger, there's an inherent lock-in there with the scale. How do you guys keep the choice open? How are you guys thinking about interoperability? What are some of the conversations that you guys are having around those key concepts? >> When we look at from a networking perspective, it's really key for you to just enable all the class to be able to communicate between them. Developers will find a way to use the cloud that best suits their business needs. And like you said, it's whether you're in denial or not, of the multi-cloud fact that your company is in already that's it becomes really important for you to move quickly. >> Yeah. And a lot of it also hinges on how well is the provider embracing what that specific cloud is doing? So, are they swimming with Amazon or Azure and just helping facilitate things, and they're doing the heavy lifting API work for you? Or are they swimming upstream and they're trying to hack it all together in messy way? And so that helps you stay out of the lock-in because there, if they're using Amazon native tools to help you get where you need to be, it's not like Amazon is going to release something in the future that completely makes you have designed yourself into a corner. So the closer, more than cloud-native they are, the more, the easier it is to deploy. >> Which also need to be aligned in such a way that you can take advantage of those cloud-native technologies. Will it make sense? TGW is a gamechanger in terms of cost and performance. So to completely ignore that, would be wrong. But if you needed to have encryption, TGW is not encrypted, so you need to have some type of Gateway to do the VPN encryption. So, the Aviatrix tool will give you the beauty of both worlds. You can use TGW or the Gateway. Real quick on the last minute we have, I want to just get a quick feedback from you guys. I hear a lot of people say to me, "Hey, pick the best cloud for the workload you got, then figure out multicloud behind the scenes." Do you guys agree with that? Do I go more to one cloud across the whole company or this workload works great on AWS, that workload works great on this. From a cloud standpoint, do you agree with that premise, and then when is multi-cloud stitching altogether? >> From an application perspective, it can be per workload, but it can also be an economical decision, certain enterprise contracts will pull you in one direction to add value, but the network problem is still the same. >> It doesn't go away. >> You don't want to be trying to fit a square into a round hall. If it works better on that cloud provider, then it's our job to make sure that service is there and people can use it. >> I agree, you just need to stay ahead of the game, make sure that the network infrastructure is there, security is available and is multi-cloud capable. >> At the end of the day, you guys are just validating that it's the networking game now. Cloud storage, compute check, networking is where the action is. Awesome. Thanks for your insights guys, appreciate you coming on the panel. Appreciate it, thanks. (upbeat music) >> John: Our next customer panel, got great another set of cloud network architects, Justin Smith with Zuora, Justin Brodley with EllieMae and Amit Utreja with Coupa. Welcome to stage. (audience applauds) (upbeat music) >> All right, thank you. >> How are ya? >> Thank you. Thank You. >> Hey Amit. How are ya? >> Did he say it right? >> Yeah. >> Okay he's got all the cliff notes from the last session, welcome back. Rinse and repeat. We're going to go into the hood a little bit. And I think they nailed what we've been reporting, we've been having this conversation around, networking is where the action is because that's at the end of the day you got to move packet from A to B and you got workloads exchanging data. So it's really killer. So let's get started. Amit, what are you seeing as the journey of multicloud as you go under the hood and say, "Okay, I got to implement this. "I have to engineer the network, "make it enabling, make it programmable, "make it interoperable across clouds." That almost sounds impossible to me. What's your take? >> Yeah, it seems impossible but if you are running an organization which is running infrastructure as a code it is easily doable. Like you can use tools out there that's available today, you can use third party products that can do a better job. But put your architecture first, don't wait. Architecture may not be perfect, put the best architecture that's available today and be agile, to iterate and make improvements over the time. >> We get to Justin's over here, so I have to be careful when I point a question to Justin, they both have the answer. Okay, journeys, what's the journey been like? Is there phases, We heard that from Gardner, people come into multicloud and cloud native networking from different perspectives? What's your take on the journey, Justin? >> Yeah, from our perspective, we started out very much focused on one cloud and as we've started doing acquisitions, we started doing new products to the market, the need for multicloud becomes very apparent, very quickly for us. And so having an architecture that we can plug and play into and be able to add and change things as it changes is super important for what we're doing in the space. >> Justin, your journey. >> Yes. For us, we were very ad hoc oriented and the idea is that we were reinventing all the time, trying to move into these new things and coming up with great new ideas. And so rather than it being some iterative approach with our deployments that became a number of different deployments. And so we shifted that toward and the network has been a real enabler of this. There's one network and it touches whatever cloud we want it to touch, and it touches the data centers that we need it to touch, and it touches the customers that we needed to touch. Our job is to make sure that the services that are available in one of those locations are available in all of the locations. So the idea is not that we need to come up with this new solution every time, it's that we're just iterating on what we've already decided to do. >> Before we get the architecture section, I want to ask you guys a question? I'm a big fan of let the app developers have infrastructure as code, so check. But having the right cloud run that workload, I'm a big fan of that, if it works great. But we just heard from the other panel, you can't change the network. So I want to get your thoughts, what is cloud native networking? And is that the engine really, that's the enabler for this multicloud trend? What's you guys take? We'll start with Amit, what do you think about that? >> Yeah, so you're going to have workloads running in different clouds and the workloads would have affinity to one cloud or other. But how you expose that it's a matter of how you are going to build your networks. How you're going to run security. How you're going to do egress, ingress out of it so -- >> You said networking is the big problem to solve. >> Yes. >> What's the solution? What's the key pain points and problem statement? >> The key pain point for most companies is how do you take your traditionally on premise network and then blow it out to the cloud in a way that makes sense. You have IP conflicts, you have IP space, you have public IPs on premise as well as in the cloud. And how do you kind of make sense of all of that? And I think that's where tools like Aviatrix make a lot of sense in that space. >> From our side, it's really simple. It's a latency, it's bandwidth and availability. These don't change whether we're talking about cloud or data center, or even corporate IT networking. So our job when these all of these things are simplified into like, S3, for instance and our developers want to use those. We have to be able to deliver that and for a particular group or another group that wants to use just just GCP resources. We have to support these requirements and these wants, as opposed to saying, "Hey, that's not a good idea." No, our job is to enable them not to disable them. >> Do you guys think infrastructure is code? Which I love that, I think that's the future in this. We even saw that with DevOps. But as you start getting the networking, is it getting down to the network portion where its network as code? Because storage and compute working really well, we're seeing all Kubernetes on service mesh trend. Network has code, reality is it there? Is it still got work to do? >> It's absolutely there, you mentioned net DevOps and it's very real. In Coupa we build our networks through terraform and not only just terraform, build an API so that we can consistently build VNets and VPC all across in the same way. >> So you guys are doing it? >> Yup. And even security groups. And then on top and Aviatrix comes in, we can peer the networks bridge all the different regions through code. >> Same with you guys. >> Yeah. >> What do you think about this? >> Everything we deploy is done with automation and then we also run things like Lambda on top to make changes in real time, we don't make manual changes on our network. In the data center, funny enough, it's still manual but the cloud has enabled us to move into this automation mindset. And all my guys, that's what they focus on is bringing, now what they're doing in the cloud into the data center, which is kind of opposite of what it should be or what it used to be. >> It's full DevOps then? >> Yes. >> For us, it was similar on-prem is still somewhat very manual, although we're moving more and more to ninja and terraform type concepts. But everything in the production environment is code, confirmation terraform code and now coming into the data center same (mumbles). >> So I just wanted to jump in Justin Smith, one of the comment that you made, because it's something that we always talk about a lot is that the center of gravity of architecture used to be an on-prem and now it's shifted in the cloud. And once you have your strategic architecture, what do you do? You push that everywhere. So what you used to see at the beginning of cloud was pushing the architecture on-prem into cloud. Now, I want to pick up on what you said, do you others agree that the center of gravity is here, I'm now pushing what I do in the cloud back into on-prem? And then so first that and then also in the journey, where are you at from zero to 100 of actually in the journey to cloud? Are you 50% there, are you 10%? Are you evacuating data centers next year? Where are you guys at? >> Yeah, so there's there's two types of gravity that you typically are dealing with, with the migration. First is data, gravity and your data set, and where that data lives. And then the second is the network platform that wraps all that together. In our case, the data gravity solely mostly on-prem but our network is now extending out to the app tier, it's going to be in cloud. Eventually, that data, gravity will also move to cloud as we start getting more sophisticated but in our journey, we're about halfway there. About halfway through the process, we're taking a handle of lift and shift and -- >> Steve: And when did that start? >> We started about three years ago. >> Okay, okay. >> Well for Coupa it's a very different story. It started from a garage and 100% on the cloud. So it's a business plan management platform, software as a service run 100% on the cloud. >> That was was like 10 years ago, right? >> Yes. >> Yeah. >> You guys are riding the wave of the architecture. Justin I want to ask you, Zuora, you guys mentioned DevOps. Obviously, we saw the huge observability wave, which essentially network management for the cloud, in my opinion. It's more dynamic, but this is about visibility. We heard from the last panel you don't know what's being turned on or turned off from a services standpoint, at any given time. How is all this playing out when you start getting into the DevOps down (mumbles)? >> This is the big challenge for all of us is visibility. When you talk transport within a cloud, very interestingly we we have moved from having a backbone that we bought, that we own, that would be data center connectivity. Zuora's a subscription billing company, so we want to support the subscription mindset. So rather than going and buying circuits and having to wait three months to install and then coming up with some way to get things connected and resiliency and redundancy. My backbone is in the cloud. I use the cloud providers interconnections between regions to transport data across and so if you do that with their native solutions, you do lose visibility. There are areas in that that you don't get, which is why controllers and having some type of management plane is a requirement for us to do what we're supposed to do and provide consistency while doing it. >> Great conversation. I loved what you said earlier latency, bandwidth, I think availability were your top three things. Guys SLA, just do ping times between clouds it's like, you don't know what you're getting for round trip time. This becomes a huge kind of risk management, black hole, whatever you want to call it, blind spot. How are you guys looking at the interconnect between clouds? Because I can see that working from ground to cloud on per cloud but when you start dealing with multiclouds workloads, SLAs will be all over the map, won't they just inherently. How do you guys view that? >> Yeah, I think we talked about workload and we know that the workloads are going to be different in different clouds, but they're going to be calling each other. So it's very important to have that visibility, that you can see how data is flowing at what latency and what availability is there and our authority needs to operate on that. >> So use the software dashboard, look at the times and look at the latency -- >> In the old days, Strongswan Openswan you try to figure it out, in the new days you have to figure out. >> Justin, what's your answer to that because you're in the middle of it? >> Yeah, I think the key thing there is that we have to plan for that failure, we have to plan for that latency in our applications. If certain things are tracking in your SLI, certain things are planning for and you loosely coupled these services in a much more microservices approach. So you actually can handle that kind of failure or that type of unknown latency and unfortunately, the cloud has made us much better at handling exceptions in a much better way. >> You guys are all great examples of cloud native from day one. When did you have the tipping point moment or the epiphany of saying a multiclouds real, I can't ignore it, I got to factor that into all my design principles and everything you're doing? Was there a moment or was it from day one? >> There are two reasons, one was the business. So in business, there were some affinity to not be in one cloud or to be in one cloud and that drove from the business side. So as a cloud architect our responsibility was to support that business. Another is the technology, some things are really running better in, like if you're running Dotnet workload or your going to run machine learning or AI so that you would have that preference of one cloud over other. >> Guys, any thoughts on that? >> That was the bill that we got from AWS. That's what drives a lot of these conversations is the financial viability of what you're building on top of. This failure domain idea which is fairly interesting. How do I solve our guarantee against a failure domain? You have methodologies with back end direct connects or interconnect with GCP. All of these ideas are something that you have to take into account but that transport layer should not matter to whoever we're building this for. Our job is to deliver the frames and the packets, what that flows across, how you get there? We want to make that seamless. And so whether it's a public internet API call or it's a back end connectivity through direct connect, it doesn't matter. It just has to meet a contract that you've signed with your application, folks. >> Yeah, that's the availability piece. >> Justin, your thoughts on that, any comment on that? >> So actually multiclouds become something much more recent in the last six to eight months, I'd say. We always kind of had a very much an attitude of like moving to Amazon from our private cloud is hard enough, why complicate it further? But the realities of the business and as we start seeing, improvements in Google and Azure and different technology spaces, the need for multicloud becomes much more important. As well as our acquisition strategies are matured, we're seeing that companies that used to be on premise that we typically acquire are now very much already on a cloud. And if they're on a cloud, I need to plug them into our ecosystem. And so that's really changed our multicloud story in a big way. >> I'd love to get your thoughts on the clouds versus the clouds, because you compare them Amazon's got more features, they're rich with features. Obviously, the bills are high to people using them. But Google's got a great network, Google's networks pretty damn good And then you got Azure. What's the difference between the clouds? Where do they fall? Where do they peak in certain areas better than others? What are the characteristics, which makes one cloud better? Do they have a unique feature that makes Azure better than Google and vice versa? What do you guys think about the different clouds? >> Yeah, to my experience, I think the approach is different in many places. Google has a different approach very DevOps friendly and you can run your workloads with your network can span regions. But our application ready to accept that. Amazon is evolving. I remember 10 years back Amazon's network was a flat network, we would be launching servers in 10.0.0/8, right. And then the VPCs came out. >> We'll have to translate that to English for the live feed. Not good. So the VPCs concept came out, multi account came out, so they are evolving. Azure had a late start but because they have a late start, they saw the pattern and they have some mature setup on the network. >> They've got around the same price too. >> I think they're all trying to say they're equal in their own ways. I think they all have very specific design philosophies that allow them to be successful in different ways and you have to kind of keep that in mind as you architect your own solution. For example, Amazon has a very regional affinity, they don't like to go cross region in their architecture. Whereas Google is very much it's a global network, we're going to think about as a global solution. I think Google also has advantage that it's third to market and so has seen what Azure did wrong, it seeing what AWS did wrong and it's made those improvements and I think that's one of their big advantage. >> They got great scale too. Justin thoughts on the cloud. >> So yeah, Amazon built from the system up and Google built from the network down. So their ideas and approaches are from a global versus original, I agree with you completely that is the big number one thing. But the if you look at it from the outset, interestingly, the inability or the ability for Amazon to limit layer to broadcasting and what that really means from a VPC perspective, changed all the routing protocols you can use. All the things that we had built inside of a data center to provide resiliency and make things seamless to users, all of that disappeared. And so because we had to accept that at the VPC level, now we have to accept that at the WAN level. Google's done a better job of being able to overcome those things and provide those traditional network facilities to us. >> Just a great panel, we could go all day here, it's awesome. So I heard, we will get to the cloud native naive questions. So kind of think about what's naive and what's cloud, I'll ask that next but I got to ask you I had a conversation with a friend he's like, "WAN is the new LAN?" So if you think about what the LAN was at a data center, WAN is the new LAN, cause you keep talking about the cloud impact? So that means ST-WAN, the old ST-WAN kind of changing. There's a new LAN. How do you guys look at that? Because if you think about it, what LANs were for inside a premises was all about networking, high speed. But now when you take the WAN and make it, essentially a LAN, do you agree with that? And how do you view this trend? Is it good or bad or is it ugly? What you guys take on this? >> Yeah, I think it's a thing that you have to work with your application architects. So if you are managing networks and if you're a server engineer, you need to work with them to expose the unreliability that it would bring in. So the application has to handle a lot of the difference in the latencies and the reliability has to be worked through the application there. >> LAN, WAN, same concept is that BS? Can you give some insight? >> I think we've been talking about for a long time the erosion of the edge. And so is this just a continuation of that journey we've been on for last several years. As we get more and more cloud native and we talked about API's, the ability to lock my data in place and not be able to access it really goes away. And so I think this is just continuation. I think it has challenges. We start talking about WAN scale versus LAN scale, the tooling doesn't work the same, the scale of that tooling is much larger. and the need to automation is much, much higher in a WAN than it wasn't a LAN. That's why you're seeing so much infrastructure as code. >> Yeah. So for me, I'll go back again to this, it's bandwidth and its latency that define those two LAN versus WAN. But the other thing that's comes up more and more with cloud deployments is whereas our security boundary and where can I extend this secure aware appliance or set of rules to protect what's inside of it. So for us, we're able to deliver VRFs or route forwarding tables for different segments wherever we're at in the world. And so they're trusted to talk to each other but if they're going to go to someplace that's outside of their network, then they have to cross the security boundary, where we enforce policy very heavily. So for me, there's it's not just LAN, WAN it's how does environment get to environment more importantly. >> That's a great point in security, we haven't talked it yet but that's got to be baked in from the beginning, this architecture. Thoughts on security, how you guys are dealing with it? >> Yeah, start from the base, have app to app security built in. Have TLS, have encryption on the data at transit, data at rest. But as you bring the application to the cloud and they're going to go multicloud, talking to over the internet, in some places, well have app to app security. >> Our principles day, security is day zero every day. And so we always build it into our design, build into our architecture, into our applications. It's encrypt everything, it's TLS everywhere. It's make sure that that data is secure at all times. >> Yeah, one of the cool trends at RSA, just as a side note was the data in use encryption piece, which is homomorphic stuff was interesting. Alright guys, final question. We heard on the earlier panel was also trending at re:Invent, we think the T out of cloud native, it spells cloud naive. They have shirts now, Aviatrix kind of got this trend going. What does that mean to be naive? To your peers out there watching the live stream and also the suppliers that are trying to supply you guys with technology and services, what's naive look like and what's native look like? When is someone naive about implementing all this stuff? >> So for me, because we are in 100% cloud, for us its main thing is ready for the change. And you will find new building blocks coming in and the network design will evolve and change. So don't be naive and think that it's static, evolve with the change. >> I think the biggest naivety that people have is that well, I've been doing it this way for 20 years, I've been successful, it's going to be successful in cloud. The reality is that's not the case. You got to think some of the stuff a little bit differently and you need to think about it early enough, so that you can become cloud native and really enable your business on cloud. >> Yeah for me it's being open minded. Our industry, the network industry as a whole, has been very much I'm smarter than everybody else and we're going to tell everybody how it's going to be done. And we fell into a lull when it came to producing infrastructure and so embracing this idea that we can deploy a new solution or a new environment in minutes as opposed to hours, or weeks or months in some cases, is really important in and so >> - >> It's naive being closed minded, native being open minded. >> Exactly. For me that was a transformative kind of where I was looking to solve problems in a cloud way as opposed to looking to solve problems in this traditional old school way. >> All right, I know we're at a time but I got to asked one more question, so you guys so good. Give me a quick answer. What's the BS language when you, the BS meter goes off when people talk to you about solutions? What's the kind of jargon that you hear, that's the BS meter going off? What are people talking about that in your opinion you here you go, "That's total BS?" What triggers you? >> So that I have two lines out of movies if I say them without actually thinking them. It's like 1.21 gigawatts are you out of your mind from Back to the Future right? Somebody's giving you all these wiz bang things. And then Martin Maul and Michael Keaton in Mr Mom when he goes to 220, 221, whatever it takes. >> Yeah. >> Those two right there, if those go off in my mind where somebody's talking to me, I know they're full of baloney. >> So a lot of speeds and feeds, a lot of speeds and feeds a lot of -- >> Just data. Instead of talking about what you're actually doing and solutioning for. You're talking about, "Well, it does this this this." Okay to 220, 221. (laughter) >> Justin, what's your take? >> Anytime I start seeing the cloud vendors start benchmarking against each other. Your workload is your workload, you need to benchmark yourself. Don't listen to the marketing on that, that's just awful. >> Amit, what triggers you in the BS meter? >> I think if somebody explains to you are not simple, they cannot explain you in simplicity, then it's all bull shit. >> (laughs) That's a good one. Alright guys, thanks for the great insight, great panel. How about a round of applause to practitioners. (audience applauds) (upbeat music) >> John: Okay, welcome back to Altitude 2020 for the digital event for the live feed. Welcome back, I'm John Furrier with theCUBE with Steve Mullaney, CEO Aviatrix. For the next panel from Global System Integrated, the folks who are building and working with folks on their journey to multicloud and cloud-native networking. We've got a great panel, George Buckman with DXC and Derrick Monahan with WWT, welcome to the stage. (Audience applauds) >> Hey >> Thank you >> Groovy spot >> All right (upbeat music) >> Okay, you guys are the ones out there advising, building, and getting down and dirty with multicloud and cloud-native networking, we just heard from the customer panel. You can see the diversity of where people come in to the journey of cloud, it kind of depends upon where you are, but the trends are all clear, cloud-native networking, DevOps, up and down the stack, this has been the main engine. What's your guys' take of this journey to multicloud? What do you guys think? >> Yeah, it's critical, I mean we're seeing all of our enterprise customers enter into this, they've been through the migrations of the easy stuff, ya know? Now they're trying to optimize and get more improvements, so now the tough stuff's coming on, right? They need their data processing near where their data is. So that's driving them to a multicloud environment. >> Yeah, we've heard some of the Edge stuff, I mean, you guys are-- >> Exactly. >> You've seen this movie before, but now it's a whole new ballgame, what's your take? Yeah, so, I'll give you a hint, our practice is not called the cloud practice, it's the multicloud practice, and so if that gives you a hint of how we approach things. It's very consultative. And so when we look at what the trends are, like a year ago. About a year ago we were having conversations with customers, "Let's build a data center in the cloud. Let's put some VPCs, let's throw some firewalls, let's put some DNS and other infrastructure out there and let's hope it works." This isn't a science project. What we're starting to see is customers are starting to have more of a vision, we're helping with that consultative nature, but it's totally based on the business. And you've got to start understanding how lines of business are using the apps and then we evolve into the next journey which is a foundational approach to-- >> What are some of the problems some of your customers are solving when they come to you? What are the top things that are on their mind, obviously the ease of use, agility, all that stuff, what specifically are they digging into? >> Yeah, so complexity, I think when you look at a multicloud approach, in my view is, network requirements are complex. You know, I think they are, but I think the approach can be, "Let's simplify that." So one thing that we try to do, and this is how we talk to customers is, just like you simplify in Aviatrix, simplifies the automation orchestration of cloud networking, we're trying to simplify the design, the plan, and implementation of the infrastructure across multiple workloads, across multiple platforms. And so the way we do it, is we sit down, we look at not just use cases, not just the questions we commonly anticipate, we actually build out, based on the business and function requirements, we build out a strategy and then create a set of documents, and guess what? We actually build it in a lab, and that lab that we platform rebuilt, proves out this reference architectural actually works. >> Absolutely, we implement similar concepts. I mean, they're proven practices, they work, right? >> But George, you mentioned that the hard part's now upon us, are you referring to networking, what specifically were you getting at there when you said, "The easy part's done, now the hard part?" >> So for the enterprises themselves, migrating their more critical apps or more difficult apps into the environments, ya know, we've just scratched the surface, I believe, on what enterprises are doing to move into the cloud, to optimize their environments, to take advantage of the scale and speed to deployment and to be able to better enable their businesses. So they're just now really starting to-- >> So do you guys see what I talked about? I mean, in terms of that Cambrian explosion, I mean, you're both monster system integrators with top fortune enterprise customers, you know, really rely on you for guidance and consulting and so forth, and deploy their networks. Is that something that you've seen? I mean, does that resonate? Did you notice a year and a half ago all of a sudden the importance of cloud for enterprise shoot up? >> Yeah, I mean, we're seeing it now. >> Okay. >> In our internal environment as well, ya know, we're a huge company ourselves, customer zero, our internal IT, so, we're experiencing that internally and every one of our other customers as well. >> So I have another question and I don't know the answer to this, and a lawyer never asks a question that you don't know the answer to, but I'm going to ask it anyway. DXC and WWT, massive system integrators, why Aviatrix? >> Great question, Steve, so I think the way we approach things, I think we have a similar vision, a similar strategy, how you approach things, how we approach things, at World Wide Technology. Number one, we want a simplify the complexity. And so that's your number one priority. Let's take the networking, let's simplify it, and I think part of the other point I'm making is we see this automation piece as not just an after thought anymore. If you look at what customers care about, visibility and automation is probably at the top three, maybe the third on the list, and I think that's where we see the value. I think the partnership that we're building and what I get excited about is not just putting yours and our lab and showing customers how it works, it's co-developing a solution with you. Figuring out, "Hey, how can we make this better?" >> Right >> Visibility is a huge thing, just in security alone, network everything's around visibility. What automation do you see happening, in terms of progression, order of operations, if you will? What's the low hanging fruit? What are people working on now? What are some of the aspirational goals around when you start thinking about multicloud and automation? >> So I wanted to get back to his question. >> Answer that question. >> I wanted to answer your question, you know, what led us there and why Aviatrix. You know, in working some large internal IT projects, and looking at how we were going to integrate those solutions, you know, we like to build everything with recipes. Network is probably playing catch-up in the DevOps world but with a DevOps mindset, looking to speed to deploy, support, all those things, so when you start building your recipe, you take a little of this, a little of that, and you mix it all together, well, when you look around, you say, "Wow, look, there's this big bag of Aviatrix. "Let me plop that in. That solves a big part "of my problems that I had, the speed to integrate, "the speed to deploy, and the operational views "that I need to run this." So that was what led me to-- >> John: So how about reference architectures? >> Yeah, absolutely, so, you know, they came with a full slate of reference architectures already out there and ready to go that fit our needs, so it was very easy for us to integrate those into our recipes. >> What do you guys think about all the multi-vendor inter-operability conversations that have been going on? Choice has been a big part of multicloud in terms of, you know, customers want choice, they'll put a workload in the cloud if it works, but this notion of choice and interoperability has become a big conversation. >> It is, and I think that our approach, and that's the way we talk to customers is, "Let's speed and de-risk that decision making process, "and how do we do that?" Because interoperability is key. You're not just putting, it's not just a single vendor, we're talking, you know, many many vendors, I mean think about the average number of cloud applications a customer uses, a business, an enterprise business today, you know, it's above 30, it's skyrocketing and so what we do, and we look at it from an interoperability approach is, "How do things inter-operate?" We test it out, we validate it, we build a reference architecture that says, "These are the critical design elements, "now let's build one with Aviatrix "and show how this works with Aviatrix." And I think the important part there, though, is the automation piece that we add to it and visibility. So I think the visibility is what I see lacking across industry today. >> In cloud-native that's been a big topic. >> Yep >> Okay, in terms of Aviatrix, as you guys see them coming in, they're one of the ones that are emerging and the new brands emerging with multicloud, you've still got the old guard encumbered with huge footprints. How are customers dealing with that kind of component in dealing with both of them? >> Yeah, I mean, we have customers that are ingrained with a particular vendor and you know, we have partnerships with many vendors. So our objective is to provide the solution that meets that client. >> John: And they all want multi-vendor, they all want interoperability. >> Correct. >> All right, so I got to ask you guys a question while we were defining Day-2 operations. What does that mean? You guys are looking at the big business and technical components of architecture, what does Day-2 operations mean, what's the definition of that? >> Yeah, so I think from our perspective, with my experience, we, you know, Day-2 operations, whether it's not just the orchestration piece in setting up and let it automate and have some, you know, change control, you're looking at this from a Day-2 perspective, "How do I support this ongoing "and make it easy to make changes as we evolve?" The cloud is very dynamic. The nature of how fast it's expanding, the number features is astonishing. Trying to keep up to date with the number of just networking capabilities and services that are added. So I think Day-2 operations starts with a fundamental understanding of building out supporting a customer's environments, and making the automation piece easy from a distance, I think. >> Yeah and, you know, taking that to the next level of being able to enable customers to have catalog items that they can pick and choose, "Hey I need this network connectivity "from this cloud location back to this on-prem." And being able to have that automated and provisioned just simply by ordering it. >> For the folks watching out there, guys, take a minute to explain as you guys are in the trenches doing a lot of good work. What are some of the engagements that you guys get into? How does that progress? What happens there, they call you up and say, "Hey I need some multicloud," or you're already in there? I mean, take us through how someone can engage to use a global SI, they come in and make this thing happen, what's the typical engagement look like? >> Derrick: Yeah, so from our perspective, we typically have a series of workshops in the methodology that we kind of go along the journey. Number one, we have a foundational approach. And I don't mean foundation meaning the network foundation, that's a very critical element, we got to factor in security and we got to factor in automation. So when you think about foundation, we do a workshop that starts with education. A lot of times we'll go in and we'll just educate the customer, what is VPC sharing? You know, what is a private link in Azure? How does that impact your business? We have customers that want to share services out in an ecosystem with other customers and partners. Well there's many ways to accomplish that. Our goal is to understand those requirements and then build that strategy with them. >> Thoughts George, on-- >> Yeah, I mean, I'm one of the guys that's down in the weeds making things happen, so I'm not the guy on the front line interfacing with the customers every day. But we have a similar approach. We have a consulting practice that will go out and apply their practices to see what those-- >> And when do you parachute in? >> Yeah, when I parachute in is, I'm on the back end working with our offering development leads for networking, so we understand and are seeing what customers are asking for and we're on the back end developing the solutions that integrate with our own offerings as well as enable other customers to just deploy quickly to meet their connectivity needs. So the patterns are similar. >> Right, final question for you guys, I want to ask you to paint a picture of what success looks like. You don't have to name customers, you don't have to get in and reveal who they are, but what does success look like in multicloud as you paint a picture for the folks here and watching on the live stream, if someone says, "Hey I want to be multicloud, I got to to have my operations Agile, I want full DevOps, I want programmability and security built in from Day-zero." What does success look like? >> Yeah, I think success looks like this, so when you're building out a network, the network is a harder thing to change than some other aspects of cloud. So what we think is, even if you're thinking about that second cloud, which we have most of our customers are on two public clouds today, they might be dabbling in it. As you build that network foundation, that architecture, that takes in to consideration where you're going, and so once we start building that reference architecture out that shows, this is how to approach it from a multicloud perspective, not a single cloud, and let's not forget our branches, let's not forget our data centers, let's not forget how all this connects together because that's how we define multicloud, it's not just in the cloud, it's on-prem and it's off-prem. And so collectively, I think the key is also is that we provide them an HLD. You got to start with a high level design that can be tweaked as you go through the journey but you got to give it a solid structural foundation, and that networking which we think, most customers think as not the network engineers, but as an after thought. We want to make that the most critical element before you start the journey. >> George, from your seat, how does success look for you? >> So, you know it starts out on these journeys, often start out people not even thinking about what is going to happen, what their network needs are when they start their migration journey to the cloud. So I want, success to me looks like them being able to end up not worrying about what's happening in the network when they move to the cloud. >> Steve: Good point. >> Guys, great insight, thanks for coming on and sharing. How about a round of applause for the global system integrators? (Audience applauds) (Upbeat music) >> The next panel is the AVH certified engineers, also known as ACEs. This is the folks that are certified, they're engineering, they're building these new solutions. Please welcome Toby Foss from Informatica, Stacey Lanier from Teradata, and Jennifer Reed with Viqtor Davis to the stage. (upbeat music) (audience cheering) (panelists exchanging pleasantries) >> You got to show up. Where's your jacket Toby? (laughing) You get it done. I was just going to rib you guys and say, where's your jackets, and Jen's got the jacket on. Okay, good. >> Love the Aviatrix, ACEs Pilot gear there above the Clouds. Going to new heights. >> That's right. >> So guys Aviatrix aces, I love the name, think it's great, certified. This is all about getting things engineered. So there's a level of certification, I want to get into that. But first take us through the day in the life of an ACE, and just to point out, Stacy is a squad leader. So he's, he's like a-- >> Squadron Leader. >> Squadron Leader. >> Yeah. >> Squadron Leader, so he's got a bunch of ACEs underneath him, but share your perspective a day in the Life. Jennifer, we'll start with you. >> Sure, so I have actually a whole team that works for me both in the North America, both in the US and in Mexico. So I'm eagerly working to get them certified as well, so I can become a squad leader myself. But it's important because one of the critical gaps that we've found is people having the networking background because you graduate from college, and you have a lot of computer science background, you can program you've got Python, but networking in packets they just don't get. So, just taking them through all the processes that it's really necessary to understand when you're troubleshooting is really critical. Because you're going to get an issue where you need to figure out where exactly is that happening on the network, Is my issue just in the VPCs? Is it on the instance side is a security group, or is it going on prem? This is something actually embedded within Amazon itself? I mean, I troubleshot an issue for about six months going back and forth with Amazon, and it was the VGW VPN. Because they were auto scaling on two sides, and we ended up having to pull out the Cisco's, and put in Aviatrix so I could just say, " okay, it's fixed," and actually helped the application teams get to that and get it solved. But I'm taking a lot of junior people and getting them through that certification process, so they can understand and see the network, the way I see the network. I mean, look, I've been doing this for 25 years when I got out. When I went in the Marine Corps, that's what I did, and coming out, the network is still the network. But people don't get the same training they got in the 90s. >> Was just so easy, just write some software, and they were, takes care of itself. I know, it's pixie dust.  >> I'll come back to that, I want to come back to that, the problem solved with Amazon, but Toby. >> I think the only thing I have to add to that is that it's always the network's fault. As long as I've been in networking, it's always been the network's fault. I'm even to this day, it's still the network's fault, and part of being a network guy is that you need to prove when it is and when it's not your fault. That means you need to know a little bit about 100 different things, to make that work. >> Now you got a full stack DevOps, you got to know a lot more times another hundred. >> Toby: And the times are changing, yeah. >> This year the Squadron Leader and get that right. What is the Squadron Leader firstly? Describe what it is. >> I think is probably just leading on the network components of it. But I think, from my perspective, when to think about what you asked them was, it's about no issues and no escalations. So of my day is like that, I'm happy to be a squadron leader. >> That is a good outcome, that's a good day. >> Yeah, sure, it is. >> Is there good days? You said you had a good day with Amazon? Jennifer, you mentioned the Amazon, and this brings up a good point, when you have these new waves come in, you have a lot of new things, new use cases. A lot of the finger pointing it's that guy's problem , that girl's problems, so how do you solve that, and how do you get the Young Guns up to speed? Is there training, is it this where the certification comes in? >> This is where the certifications really going to come in. I know when we got together at Reinvent, one of the questions that we had with Steve and the team was, what should our certification look like? Should we just be teaching about what AVH troubleshooting brings to bear, but what should that be like? I think Toby and I were like, No, no, no, no. That's going a little too high, we need to get really low because the better someone can get at actually understanding what's actually happening in the network, and where to actually troubleshoot the problem, how to step back each of those processes. Because without that, it's just a big black box, and they don't know. Because everything is abstracted, in Amazon and in Azure and in Google, is abstracted, and they have these virtual gateways, they have VPNs, that you just don't have the logs on, is you just don't know. So then what tools can you put in front of them of where they can look? Because there are full logs. Well, as long as they turned on the flow logs when they built it, and there's like, each one of those little things that well, if they'd had decided to do that, when they built it, it's there. But if you can come in later to really supplement that with training to actual troubleshoot, and do a packet capture here, as it's going through, then teaching them how to read that even. >> Yeah, Toby, we were talking before we came on up on stage about your career, you've been networking all your time, and then, you're now mentoring a lot of younger people. How is that going? Because the people who come in fresh they don't have all the old war stories, like they don't talk about it, There's never for, I walk in bare feet in the snow when I was your age, I mean, it's so easy now, right, they say. What's your take on how you train the young People. >> So I've noticed two things. One is that they are up to speed a lot faster in generalities of networking. They can tell you what a network is in high school level now, where I didn't learn that til midway through my career, and they're learning it faster, but they don't necessarily understand why it's that way here. Everybody thinks that it's always slash 24 for a subnet, and they don't understand why you can break it down smaller, why it's really necessary. So the ramp up speed is much faster for these guys that are coming in. But they don't understand why and they need some of that background knowledge to see where it's coming from, and why is it important, and that's old guys, that's where we thrive. >> Jennifer, you mentioned you got in from the Marines, it helps, but when you got into networking, what was it like then and compare it now? Because most like we heard earlier static versus dynamic Don't be static is like that. You just set the network, you got a perimeter. >> Yeah, no, there was no such thing. So back in the day, I mean, we had Banyan vines for email, and we had token ring, and I had to set up token ring networks and figure out why that didn't work. Because how many of things were actually sharing it. But then actually just cutting fiber and running fiber cables and dropping them over shelters to plug them in and all crap, they swung it too hard and shattered it and now I got to figure eight Polish this thing and actually should like to see if it works. I mean, that was the network , current cat five cables to run an Ethernet, and then from that I just said, network switches, dumb switches, like those were the most common ones you had. Then actually configuring routers and logging into a Cisco router and actually knowing how to configure that. It was funny because I had gone all the way up, I was the software product manager for a while. So I've gone all the way up the stack, and then two and a half, three years ago, I came across to work with Entity group that became Viqtor Davis. But we went to help one of our customers Avis, and it was like, okay, so we need to fix the network. Okay, I haven't done this in 20 years, but all right, let's get to it. Because it really fundamentally does not change. It's still the network. I mean, I've had people tell me, Well, when we go to containers, we will not have to worry about the network. And I'm like, yeah, you don't I do. >> And that's within programmability is a really interesting, so I think this brings up the certification. What are some of the new things that people should be aware of that come in with the Aviatrix A certification? What are some of the highlights? Can you guys share some of the highlights around the certifications? >> I think some of the importance is that it doesn't need to be vendor specific for network generality or basic networking knowledge, and instead of learning how Cisco does something, or how Palo Alto does something, We need to understand how and why it works as a basic model, and then understand how each vendor has gone about that problem and solved it in a general. That's true in multicloud as well. You can't learn how Cloud networking works without understanding how AWS and Azure and GCP are all slightly the same but slightly different, and some things work and some things don't. I think that's probably the number one take. >> I think having a certification across Clouds is really valuable because we heard the global s eyes as you have a business issues. What does it mean to do that? Is it code, is it networking? Is it configurations of the Aviatrix? what is, he says,the certification but, what is it about the multiCloud that makes it multi networking and multi vendor? >> The easy answer is yes, >> Yes is all of us. >> All of us. So you got to be in general what's good your hands and all You have to be. Right, it takes experience. Because every Cloud vendor has their own certification. Whether that's SOPs and advanced networking and event security, or whatever it might be, yeah, they can take the test, but they have no idea how to figure out what's wrong with that system. The same thing with any certification, but it's really getting your hands in there, and actually having to troubleshoot the problems, actually work the problem, and calm down. It's going to be okay. I mean, because I don't know how many calls I've been on or even had aviators join me on. It's like, okay, so everyone calm down, let's figure out what's happening. It's like, we've looked at that screen three times, looking at it again is not going to solve that problem, right. But at the same time, remaining calm but knowing that it really is, I'm getting a packet from here to go over here, it's not working, so what could be the problem? Actually stepping them through those scenarios, but that's like, you only get that by having to do it, and seeing it, and going through it, and then you get it. >> I have a question, so, I just see it. We started this program maybe six months ago, we're seeing a huge amount of interest. I mean, we're oversubscribed on all the training sessions. We've got people flying from around the country, even with Coronavirus, flying to go to Seattle to go to these events where we're subscribed, is that-- >> A good emerging leader would put there. >> Yeah. So, is that something that you see in your organizations? Are you recommending that to people? Do you see, I mean, I'm just, I guess I'm surprised or not surprised. But I'm really surprised by the demand if you would, of this MultiCloud network certification because there really isn't anything like that. Is that something you guys can comment on? Or do you see the same things in your organization? >> I see from my side, because we operate in a multiCloud environments that really helps and some beneficial for us. >> Yeah, true. I think I would add that networking guys have always needed to use certifications to prove that they know what they know. >> Right. >> It's not good enough to say, Yeah, I know IP addresses or I know how a network works. A couple little check marks or a little letters body writing helps give you validity. So even in our team, we can say, Hey, we're using these certifications to know that you know enough of the basics and enough of the understandings, that you have the tools necessary, right. >> I guess my final question for you guys is, why an ACE certification is relevant, and then second part is share with the live stream folks who aren't yet ACE certified or might want to jump in to be aviatrix certified engineers. Why is it important, so why is it relevant and why should someone want to be a certified aviatrix certified engineer? >> I think my views a little different. I think certification comes from proving that you have the knowledge, not proving that you get a certification to get an army there backwards. So when you've got the training and the understanding and you use that to prove and you can, like, grow your certification list with it, versus studying for a test to get a certification and have no understanding of it. >> Okay, so that who is the right person that look at this and say, I'm qualified, is it a network engineer, is it a DevOps person? What's your view, a little certain. >> I think Cloud is really the answer. It's the, as we talked like the edges getting eroded, so is the network definition getting eroded? We're getting more and more of some network, some DevOps, some security, lots and lots of security, because network is so involved in so many of them. That's just the next progression. >> Do you want to add something there? >> I would say expand that to more automation engineers, because we have those now, so I probably extend it beyond this one. >> Jennifer you want to? >> Well, I think the training classes themselves are helpful, especially the entry level ones for people who may be "Cloud architects" but have never done anything in networking for them to understand why we need those things to really work, whether or not they go through to eventually get a certification is something different. But I really think fundamentally understanding how these things work, it makes them a better architect, makes them better application developer. But even more so as you deploy more of your applications into the Cloud, really getting an understanding, even from people who have traditionally done Onprem networking, they can understand how that's going to work in Cloud. >> Well, I know we've got just under 30 seconds left. I want to get one more question then just one more, for the folks watching that are maybe younger than, that don't have that networking training. From your experiences each of you can answer why should they know about networking, what's the benefit? What's in it for them? Motivate them, share some insights of why they should go a little bit deeper in networking. Stacy, we'll start with you, we'll go then. >> I'll say it's probably fundamental, right? If you want to deliver solutions, networking is the very top. >> I would say if you, fundamental of an operating system running on a machine, how those machines start together is a fundamental changes, something that start from the base and work your way up. >> Jennifer? >> Right, well, I think it's a challenge. Because you've come from top down, now you're going to start looking from bottom up, and you want those different systems to cross-communicate, and say you've built something, and you're overlapping IP space, note that that doesn't happen. But how can I actually make that still operate without having to re IP re platform. Just like those challenges, like those younger developers or assistant engineers can really start to get their hands around and understand those complexities and bring that forward in their career. >> They get to know then how the pipes are working, and they're got to know it--it's the plumbing. >> That's right, >> They got to know how it works, and how to code it. >> That's right. >> Awesome, thank you guys for great insights, ACE Certified Engineers, also known as ACEs, give them a round of applause. (audience clapping) (upbeat music) >> Thank you, okay. All right, that concludes my portion. Thank you, Steve Thanks for having me. >> John, thank you very much, that was fantastic. Everybody round of applause for John Furrier. (audience applauding) Yeah, so great event, great event. I'm not going to take long, we got lunch outside for the people here, just a couple of things. Just to call the action, right? So we saw the ACEs, for those of you out of the stream here, become a certified, right, it's great for your career, it's great for not knowledge, is fantastic. It's not just an aviator's thing, it's going to teach you about Cloud networking, MultiCloud networking, with a little bit of aviatrix, exactly like the Cisco CCIE program was for IP network, that type of the thing, that's number one. Second thing is learning, right? So there's a link up there to join the community. Again like I started this, this is a community, this is the kickoff to this community, and it's a movement. So go to community.avh.com, starting a community of multiCloud. So get get trained, learn. I'd say the next thing is we're doing over 100 seminars across the United States and also starting into Europe soon, we will come out and we'll actually spend a couple hours and talk about architecture, and talk about those beginning things. For those of you on the livestream in here as well, we're coming to a city near you, go to one of those events, it's a great way to network with other people that are in the industry, as well as to start alone and get on that MultiCloud journey. Then I'd say the last thing is, we haven't talked a lot about what Aviatrix does here, and that's intentional. We want you leaving with wanting to know more, and schedule, get with us and schedule a multi hour architecture workshop session. So we sit down with customers, and we talk about where they're at in that journey, and more importantly, where they're going, and define that end state architecture from networking, computer, storage, everything. Everything you've heard today, everybody panel kept talking about architecture, talking about operations. Those are the types of things that we solve, we help you define that canonical architecture, that system architecture, that's yours. So many of our customers, they have three by five, plotted lucid charts, architecture drawings, and it's the customer name slash Aviatrix, network architecture, and they put it on their whiteboard. That's the most valuable thing they get from us. So this becomes their 20 year network architecture drawing that they don't do anything without talking to us and look at that architecture. That's what we do in these multi hour workshop sessions with customers, and that's super, super powerful. So if you're interested, definitely call us, and let's schedule that with our team. So anyway, I just want to thank everybody on the livestream. Thank everybody here. Hopefully it was it was very useful. I think it was, and Join the movement, and for those of you here, join us for lunch, and thank you very much. (audience applauding) (upbeat music)

Published Date : Mar 4 2020

SUMMARY :

2020, brought to you by Aviatrix. Sit back and enjoy the ride. of the turbulent clouds beneath them. for the Aviation analogy, but, you know, Sherry and that basic infrastructure is the network. John: Okay, awesome, great speech there, I totally agree with everything you said of the innovations, so we got an hour and background before you got to Gartner? IT from a C programmer, in the 90, to a security So you rode the wave. Cloud-native's been discussed, but the Well, the way we see Enterprise adapting, I got to ask you, the aha moment is going So I have to have a mix of what I call, the Well, the solution is to start architecting What's your thoughts? like lot of people, you know, everyone I talk not a lot of application, that uses three enterprise, is I'm going to put the workload But the infrastructure, has to be able Do you agree with that? network part of the cloud, connectivity to and even the provisioning part is easy. What's difficult is that they choose the Its just the day to day operations, after Because that seems to be the hardest definition but I can create one on the spot. John: Do it. and the cloud EPI. to the cloud API. So the question is... of the cloud, to build networks but also to John: That's the Aviatrix plugin, right What are the legacy incumbent Well obviously, all the incumbents, like and Contrail is in the cloud. Cloud native you almost have to build it the T out of Cloud Native. That went super viral, you guys got T-shirts the architecture side and ruleing that. really is, "ACI in the cloud", you can't really an overlay network, across the cloud and start So, I got to ask you. How do you respond to that comment? them to start with, you can, if you're small These are some of the key discussions we've So if you move to the at the future of networking, you hear a couple connect to the cloud, its when you start troubleshooting So they have to What are some of the signal's that multiple cloud and they have to get wake up What are some of the day in the life scenarios. fast enough, I think that's what you want What's your advice? to bring my F5 in the Cloud, when you can Thank you. With Gartner, thank you for sharing. We get to hear the real scoop, we really decided to just bite the bullet and Guys on the other panelists here, there's that come up that you get to tackle. of the initial work has been with Amazon. How about you? but as the customer needed more resources I wanted you to lead this section. I think you guys agree the journey, it From architecture perspective, we started of the need for simplicity, the need for a I guess the other question I also had around that SD-WAN brought to the wound side, now So on the fourth generation, you is that when you think you finally figured You can't get off the ground if you don't I'd love to have you guys each individually tend to want to pull you into using their as possible so that I can focus on the things I don't know what else I can add to that. What are some of the things that you to us. The fact is that the cloud-native tools don't So the And I always say the of data as it moves to the cloud itself. What do you guys look at the of assurance that things are going to work And Louis, you guys got scripting, you an Aviatrix customer yet. Tell us, what are you thinking on the value, and you don't have to focus So I got to ask you guys. look at the API structure that the vendors going to sit with you for a day to configure So the key is that can you be operational I can almost see the challenge that you orchestration layer that allows you to-- So you expect a lot more stuff to becoming I do expect things to start maturing quite So the ability to identify I think the reality is that you may not What are some of the conversations that you the class to be able to communicate between are, the more, the easier it is to deploy. So, the Aviatrix tool will give you the beauty the network problem is still the same. cloud provider, then it's our job to make I agree, you just need to stay ahead of At the end of the day, you guys are just Welcome to stage. Thank you. Hey because that's at the end of the day you got Yeah, it seems impossible but if you are to be careful when I point a question to Justin, doing new products to the market, the need and the idea is that we were reinventing all the other panel, you can't change the network. you are going to build your networks. You said networking is the big problem how do you take your traditionally on premise We have to support these getting down to the network portion where in the same way. all the different regions through code. but the cloud has enabled us to move into But everything in the production of actually in the journey to cloud? that you typically are dealing with, with It started from a garage and 100% on the cloud. We heard from the last panel you don't know to transport data across and so if you do I loved what you said important to have that visibility, that you In the old days, Strongswan Openswan you So you actually can handle that When did you have the and that drove from the business side. are something that you have to take into account much more recent in the last six to eight Obviously, the bills are high to you can run your workloads with your network So the VPCs concept that it's third to market and so has seen on the cloud. all the routing protocols you can use. I'll ask that next but I got to ask you I So the application has to handle and the need to automation is much, much higher their network, then they have to cross the from the beginning, this architecture. Yeah, start from the base, have app to And so we always build it into that are trying to supply you guys with technology in and the network design will evolve and that you can become cloud native and really it's going to be done. It's naive being closed minded, native to looking to solve problems in this traditional the kind of jargon that you hear, that's the It's like 1.21 gigawatts are you out of your to me, I know they're full of baloney. Okay to 220, 221. Anytime I start seeing the cloud vendors I think if somebody explains to you are thanks for the great insight, great panel. for the digital event for the live feed. and down the stack, this has been the main So that's driving them to a multicloud is not called the cloud practice, it's the And so the way we do it, is we sit down, we I mean, they're proven practices, they work, take advantage of the scale and speed to deployment So do you guys see what I talked about? that internally and every one of our other know the answer to this, and a lawyer never the partnership that we're building and what What are some of the "of my problems that I had, the speed to integrate, already out there and ready to go that fit What do you guys think about all the multi-vendor that's the way we talk to customers is, "Let's that are emerging and the new brands emerging So our objective is to provide the solution John: And they all want multi-vendor, they All right, so I got to ask you guys a question I support this ongoing "and make it easy to next level of being able to enable customers are some of the engagements that you guys the methodology that we kind of go along the Yeah, I mean, I'm one of the guys that's So the patterns to ask you to paint a picture of what success out that shows, this is how to approach it journey to the cloud. the global system integrators? This is the folks that going to rib you guys and say, where's your Love the Aviatrix, ACEs Pilot gear there So guys Aviatrix aces, I love the name, a day in the Life. and see the network, the way I see the network. and they were, takes care of itself. back to that, the problem solved with Amazon, of being a network guy is that you need to Now you got a full stack DevOps, you got What is the Squadron Leader firstly? my perspective, when to think about what you lot of the finger pointing it's that guy's have VPNs, that you just don't have the logs Because the people who come that background knowledge to see where it's You just set the network, you got a the network , current cat five cables to run What are some of the and GCP are all slightly the same but slightly Is it configurations of the Aviatrix? got to be in general what's good your hands the country, even with Coronavirus, flying I'm really surprised by the demand if you I see from my side, because we operate to prove that they know what they know. these certifications to know that you know I guess my final question for you guys and you use that to prove and you can, like, Okay, so that who is the right person that so is the network definition getting eroded? engineers, because we have those now, so I you deploy more of your applications into each of you can answer why should they know is the very top. that start from the base and work your way start to get their hands around and understand They get to know then how the pipes are They got to know how it works, and how Awesome, thank you guys for great insights, All right, that concludes and Join the movement, and for those of you

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
DavidPERSON

0.99+

StevePERSON

0.99+

GeorgePERSON

0.99+

CiscoORGANIZATION

0.99+

David ShinnickPERSON

0.99+

DerrickPERSON

0.99+

Steve MullaneyPERSON

0.99+

AmazonORGANIZATION

0.99+

JustinPERSON

0.99+

Steve MullaneyPERSON

0.99+

Jennifer ReedPERSON

0.99+

Toby FossPERSON

0.99+

AviatrixORGANIZATION

0.99+

Frank CabriPERSON

0.99+

Justin BrodleyPERSON

0.99+

Sanjay PoonenPERSON

0.99+

SimonPERSON

0.99+

JohnPERSON

0.99+

Justin SmithPERSON

0.99+

JenniferPERSON

0.99+

George BuckmanPERSON

0.99+

Amit UtrejaPERSON

0.99+

StacyPERSON

0.99+

Bobby WilloughbyPERSON

0.99+

VMwareORGANIZATION

0.99+

GoogleORGANIZATION

0.99+

USLOCATION

0.99+

AWSORGANIZATION

0.99+

Andy JessPERSON

0.99+

GartnerORGANIZATION

0.99+

Stacey LanierPERSON

0.99+

Sherry WeiPERSON

0.99+

NSXORGANIZATION

0.99+

Santa ClaraLOCATION

0.99+

20%QUANTITY

0.99+

Derrick MonahanPERSON

0.99+

MexicoLOCATION

0.99+

80%QUANTITY

0.99+

EuropeLOCATION

0.99+

Silicon ValleyLOCATION

0.99+

John FurrierPERSON

0.99+

Simon RichardPERSON

0.99+

SeattleLOCATION

0.99+

Prashanth Shenoy, Cisco | Cisco Live EU Barcelona 2020


 

>>Ply from Barcelona, Spain. It's the cube covering Cisco live 2020 route to you by Cisco and its ecosystem partners. >>Hi buddy. Welcome back to the queue, the leader in live tech coverage. My name is Dave Volante with cohost Humanum and John furriers. Here we go out to the events, we extract the signal from the noise and of course this is day one of Cisco live Barcelona. Very excited to have Presant Shanola. He's the vice president of marketing enterprise networks for IOT and the developer platform at Cisco for sounds good to see you. Good to see you folks too. So right now we're in the middle of the the DNA center takeover in the dev net zone network's getting more complex. You need a command center to understand what's going on. >>Yeah, give us the update Y DNA. Yeah. So this has been a journey for Cisco and for our customers for the last three years or so. Right. So a few things happened in the last decade, like mobile, IOT, cloud, and the world of security. All of those came together in one place. And if you look at it, these are very network centric technologies, right? There'd be no cloud without networking or mobile or IOT. So when our customers started investing heavily in the world of applications in the cloud environment, mobile and IOT, the network was slightly left behind. The network that they had created and built was meant for the internet era, not for this multicloud mobile and IOT era. So we had to rethink networking fundamentally from the ground up to how do you help our customers design, build, scale, manage and deploy networks for this new era of digital transformation driven by mobile and cloud. >>And that was the Genesis of our intent based networking strategy, right? So that was like three years back. Then we designed a networking architecture that focuses on the business intent and lets you figure out the how part of it. Then NATO figures it out. So the DNS center was the command center as Dave, you put it to help manage design and build this network from the ground up. And it's been a journey for us and it's been a very, very exciting journey for us where we are getting a lot of positive feedback from the customer, whether it's to deploy their access infrastructure, wired wireless are more into the wide area network extending into data center and public cloud environment. >>So when we went from internet to the cloud, yoga talks about the flattening of the network and now I know we're going to talk about it. >>Yeah, yeah. Are we going to need a new DNA center for that next wave or no, it's the pendulum swing, right? Like it's all this meaning interesting mainframes, centralized and decentralized edges. Then again, centralized in the cloud and now cloud moving to the edge. So this is always going to be an interesting phenomenon and it's mainly because the world around both sides of the networking has become highly hyper connected and highly dynamic, right? Like users are mobile devices are everywhere, applications are everywhere. A single application is split into 500 different pieces run in containers and microservices across four different public clouds and three different data centers, right? Like, how do you manage this dynamic environment? How do you set the policy? How do you guarantee an application experience? So this has been a very challenging environment. So the idea of DNS entry is to provide you that single command center, right? >>No matter whether you want to deploy it as a Wachtel service, a physical service in the cloud, in a hardware platform, doesn't matter. Right? So how do you get all of your data? How do you get a single place to provision the system? Well, I'm glad you've mentioned scale quite a few times talking about this for the longest time it was how do we get the network people to get off of their CLI and go to the gooey? Well, I don't care if you've got the best goo in the world, the, the hyper connectivity, the amount of changes going on, people can't do this alone. So talk to us a little bit about know tooling, the automation, the API APIs, connect all these things and make sure that our people don't become the bottleneck for innovation. >> Frankly, the complexity has exceeded human scale. It's just impossible. >>It's funny because I was talking to the CIO for a pretty large global bank. I can't tell the name who was saying like, Hey, a few years back I had one it person to manage around thousand devices, all the devices. Right? And then that year when I was talking, and this was 2016 he had one is to 10,000 device, one it for 10,000 devices to manage. And he said, I'm looking in 2020 to be one it for 250,000 devices going up to a million devices. I'm like, dude, you're doing some funky Matthew. It's like, that looks like that hockey stick curve. Right? And I'm like, he was right. Now I don't even know what's on my network, what's connected to my network. I have, I'm flying blind. And that opens up a lot of security issues. That opens up a lot of operational challenges. In fact, for every dollar our customer spends on cap X for buying the network, they spend $3 on opics managing the network, monitoring and troubleshooting the network. >>So that's the key point saying that you can hire a hundred more it staff, you're just not going to be able to manage the complexity. So there has to be an automation world, right? We live in a world where repetitive tasks should be done by machines and not human beings. It's happened and the rest of the lives and networks, operations is just one part of that. So the concept of controller led architectures, which was the Genesis of SDN is now being applied to this world of intern based networking. But we also get the data to provide you insight on how things are behaving and how to take actions before it happens. >> Well, yeah, you brought up, are you used to, how many devices the enterprise can manage was something we measured for the longest time and used to compare to the hyperscalers and I said, well, here's the myth there. >>It's not that they're managing two of magnitude more equipment. They architect completely different Zack. They build the applications with the expectation that everything underneath is going to change. It's going to fail, it's going to be upgraded. So you don't have somebody inside of Yahoo in Google and all these hyperscalers running around patching and updating things. They build a data center and they keep adding environments and they throw things in the woodchipper when they're done and they break things down. So it's a completely different mindset. And part of SDN was the promise of it was to take some of those hyperscaler methodologies and bring it to Massell enterprise. So tell us how your software today is delivering kind of that, that hyperscale architecture and that's a little bit of a culture change for the enterprise. It's been a huge culture change, right? Like the concept of like abstracting the underlay complexity of all the network physical connections and giving an oral a, what we call a fabric. >>So underlying network works as a single integrated system, right? It's not like switches, routers, controllers, access point. All of that complexity is taken out. So you're programming a single fabric, putting the right policy and the controller will figure out how do I enforce that policy in this switch, that place, this controller, this access point? Right? So that was the complexity the Netflix operators of yesteryears we're dealing with. Right? They had to go and configure Mitzi Elias and now API, since we are in dev net is the new CLI. Right? Like, and that becomes a culture shift for network operators. Like I've been in the networking space for like 20 years. I was born on CLI, right? Like, and even when I created systems like access control lists, QRS and I had to system test my own code is fricking nightmare. It is tough. It is tough to manage that as a single system. >>Right? And that's why the role of controller to abstract the complexity of a, to program the infrastructure and then expose this intelligence to other systems, whether it's it systems, but it's business applications goes a long way. So that's why this journey is really exciting for us. So it sounds like we're entering the era of self-driving networks that, I mean you've got to even visualize this virtually possible unless it's at that abstraction layer. Yeah, absolutely. I mean there are new technologies that a lot of consumer markets and other places I've used like machine learning right? Like we have so much data within the network, the network sees everything, right? Because the connection point from mobile IOT to applications and cloud, right? But we haven't really leveraged the power of the data and the intelligence, right? And now that we have all of the data and now we have things like machine learning, it can identify traffic patterns and provide you more insights around your business, around your it and security, right? >>So that really takes the guesswork away. And the good part is with machine learning, the more data you feed it, the more it's learning from the data, not just your own local networks but the net folks across the world. And that makes it constantly adapting to changing conditions and constantly learning based on the traffic patterns and your environment. And that's a pretty exciting field, right? Because we've implemented that in the security field to predict threats before they happen. We've implemented that in parts of application performance and now you're bringing it to the wall of networking at cost access branch ran and campus to like help it move from a reactive world to more of a proactive world. To a predictive world, right? So they can spend less time looking for the needle in a haystack and focus more on solving strategic >>problems. So when you get into discussions about machine intelligence, oftentimes there's discussions about Oh, replacing jobs and you know, blah blah blah. And so it'll, it'll turn to a discussion of augmented intelligence, which very reasonable thing, what you just described as removing mundane tasks. Nobody wants to do those anymore. Here's my question. You talked about your CLI experience over the last 20 years. Is that CLI sort of tribal knowledge still vital as part, you know, part of the art of networking or does the machine essentially >>take over and humans you'll go on to other things? Yeah, I think that's a great question Dave. Like I call these next generation of network operators, the unicorns. So you do need to have the tribal knowledge of networking, not necessarily CLI, but the concept of networking. How do these protocols work? Right? Like this is not easy. It's, there are very, very few network engineers compared to application developers and software engineers in the world. So this is always going to be critical. But now if you marry this knowledge and compliment this knowledge with programmability and automation and application, you got yourself a unicorn that is going to be very, very strategic to the business because now the world of infrastructure and applications are coming together so he can truly focus on your business, which is run on applications, right? How can you, our applications run Foster's mater better with the network and how can your network understand how the applications are behaving becomes a whole new world. So you seek a new roles of network practitioners emerging. I feel like the data scientist after network, like the security defender of the network, the wall of security ops and networks are coming together. So that's what is exciting for us because you get bored in your life if you're doing just repetitive tasks and not learning new. And this provides a new way of ruining. So for me it's not taking jobs away. It's like upgrading your skillset to a whole new level. That's a lot more, >>well this is the secret of Cisco still. We've talked about this. All these hundreds of thousands of network engineers with growth path, income develop. What >>I've found fascinating is really unlocking that data because for the last decade we've talked about, well there's the network flows and there's analytics in the network streams, but what had been missing and what I think is starting to be there, as you said, that connectivity between the application and the actual data for the business, it isn't just some arcane dark art of networking and we're making that run better, faster, better, cheaper. But it's what that enables for the business, the data and the applications that there is a tighter, relevant they are today. That's the key thing, right? I mean everybody has been talking about data now, I dunno for 1520 years. It's the new crude aisle if you will. Right? But everybody has access to data and nobody knows what to do with it, right? Like this philosophical thing of data to knowledge to wisdom is like what we are all striving towards. >>Right? And now that we have access to this data and we have this intelligence system, which is a multi software that ingest data from not just networking but devices connected to the network, the security trends that we are seeing, the application data that you're seeing and provides this context and provide two very key insights around how does that impact your business, how does that impact your ID? How does that impact your security is a very powerful thing. Um, and you don't find that and you need to have that breadth of portfolio and system to be able to get all of the data and consume that at a hyperscale level, if you will. We often say in the cubit that data is plentiful insights or not, and you need insights in order to be able to take action. And that's where automation comes in for shot. Great segment. Thank you very much for coming on the cube. Really appreciate it. Thank you today. Thanks to pleasure. Awesome. All right. Thank you for watching. This is the cube live from Barcelona, Cisco live 2020 Dave Volante for stupid event and John furrier, we'll be right back.

Published Date : Jan 28 2020

SUMMARY :

Cisco live 2020 route to you by Cisco and its ecosystem for IOT and the developer platform at Cisco for sounds good to see you. to rethink networking fundamentally from the ground up to how do you help So the DNS center was the command center as Dave, you put it to help manage So when we went from internet to the cloud, yoga talks about the flattening of the network So the idea of DNS entry is to provide you that single command center, So how do you get all of your data? Frankly, the complexity has exceeded human scale. on cap X for buying the network, they spend $3 on opics managing So that's the key point saying that you can hire a hundred more it staff, Well, yeah, you brought up, are you used to, how many devices the enterprise can manage was something So you don't have somebody inside So that was the complexity the Netflix operators Because the connection point from mobile IOT to applications and cloud, right? So that really takes the guesswork away. So when you get into discussions about machine intelligence, oftentimes there's So this is always going to be critical. All these hundreds of thousands of network engineers It's the new crude aisle if you will. all of the data and consume that at a hyperscale level, if you will.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Dave VolantePERSON

0.99+

CiscoORGANIZATION

0.99+

Prashanth ShenoyPERSON

0.99+

NATOORGANIZATION

0.99+

$3QUANTITY

0.99+

10,000 devicesQUANTITY

0.99+

DavePERSON

0.99+

250,000 devicesQUANTITY

0.99+

2020DATE

0.99+

20 yearsQUANTITY

0.99+

2016DATE

0.99+

NetflixORGANIZATION

0.99+

500 different piecesQUANTITY

0.99+

twoQUANTITY

0.99+

John furrierPERSON

0.99+

hundredsQUANTITY

0.99+

YahooORGANIZATION

0.99+

WachtelORGANIZATION

0.99+

Barcelona, SpainLOCATION

0.99+

both sidesQUANTITY

0.99+

10,000 deviceQUANTITY

0.98+

GoogleORGANIZATION

0.98+

HumanumORGANIZATION

0.98+

MatthewPERSON

0.98+

todayDATE

0.98+

BarcelonaLOCATION

0.97+

singleQUANTITY

0.97+

one partQUANTITY

0.97+

last decadeDATE

0.97+

three years backDATE

0.97+

three different data centersQUANTITY

0.97+

single applicationQUANTITY

0.96+

single systemQUANTITY

0.96+

Presant ShanolaPERSON

0.95+

oneQUANTITY

0.94+

last three yearsDATE

0.92+

one placeQUANTITY

0.92+

MassellORGANIZATION

0.92+

ZackPERSON

0.91+

around thousand devicesQUANTITY

0.88+

single placeQUANTITY

0.87+

SDNORGANIZATION

0.87+

a million devicesQUANTITY

0.86+

nextEVENT

0.83+

1520 yearsQUANTITY

0.83+

last 20 yearsDATE

0.83+

furriersORGANIZATION

0.82+

JohnPERSON

0.82+

single commandQUANTITY

0.81+

single fabricQUANTITY

0.79+

few years backDATE

0.77+

a hundredQUANTITY

0.77+

day oneQUANTITY

0.75+

CLITITLE

0.75+

key insightsQUANTITY

0.72+

upQUANTITY

0.7+

thousandsQUANTITY

0.7+

waveEVENT

0.69+

four different public cloudsQUANTITY

0.68+

EULOCATION

0.62+

Mitzi EliasPERSON

0.59+

FosterPERSON

0.5+

live 2020COMMERCIAL_ITEM

0.5+

SDNTITLE

0.38+

LiveCOMMERCIAL_ITEM

0.37+

liveEVENT

0.32+

Tom Barton, Diamanti | CUBEConversations, August 2019


 

>> from our studios in the heart of Silicon Valley, Palo Alto, California It is a cute conversation. >> Welcome to this Cube conversation here in Palo Alto, California. At the Cube Studios. I'm John for a host of the Cube. We're here for a company profile coming called De Monte. Here. Tom Barton, CEO. As V M World approaches a lot of stuff is going to be talked about kubernetes applications. Micro Service's will be the top conversation, Certainly in the underlying infrastructure to power that Tom Barton is the CEO of De Monte, which is in that business. Tom, we've known each other for a few years. You've done a lot of great successful ventures. Thehe Monty's new one. Your got on your plate here right now? >> Yes, sir. And I'm happy to be here, so I've been with the Amante GIs for about a year or so. Um, I found out about the company through a head turner. Andi, I have to admit I had not heard of the company before. Um, but I was a huge believer in containers and kubernetes. So has already sold on that. And so I had a friend of mine. His name is Brian Walden. He had done some massive kubernetes cloud based deployments for us at Planet Labs, a company that I was out for a little over three years. So I had him do technical due diligence. Brian was also the number three guy, a core OS, um, and so deeply steeped in all of the core technologies around kubernetes, including things like that CD and other elements of the technology. So he looked at it, came back and gave me two thumbs up. Um, he liked it so much that I then hired him. So he is now our VP of product management. And the the cool thing about the Amanti is essentially were a purpose built solution for running container based workloads in kubernetes on premises and then hooking that in with the cloud. So we believe that's very much gonna be a hybrid cloud world where for the major corporations that we serve Fortune 500 companies like banks like energy and utilities and so forth Ah, lot of their workload will maintain and be maintained on premises. They still want to be cloud compatible. So you need a purpose built platform to sort of manage both environments >> Yeah, we certainly you guys have compelling on radar, but I was really curious to see when you came in and took over at the helm of the CEO. Because your entrepreneurial career really has been unique. You're unique. Executive. Both lost their lands. And as an operator you have an open source and software background. And also you have to come very successful companies and exits there as well as in the hardware side with trackable you took. That company went public. So you got me. It's a unique and open source software, open source and large hardware. Large data center departments at scale, which is essentially the hybrid cloud market right now. So you kind of got the unique. You have seen the view from all the different sides, and I think now more than ever, with Public Cloud certainly being validated. Everyone knows Amazon of your greenfield. You started the cloud, but the reality is hybrid. Cloud is the operating model of the genesis. Next generation of companies drive for the next 20 to 30 years, and this is the biggest conversation. The most important story in tech. You're in the middle of it with a hot start up with a name that probably no one's ever heard of, >> right? We hope to change that. >> Wassily. Why did you join this company? What got your attention? What was the key thing once you dug in there? What was the secret sauce was what Got your attention? Yes. So to >> me again, the market environment. I'm a huge believer that if you look at the history of the last 15 years, we went from an environment that was 0% virtualized too. 95% virtualized with, you know, Vienna based technologies from VM Wear and others. I think that fundamentally, containers in kubernetes are equally as important. They're going to be equally as transformative going forward and how people manage their workloads both on premises and in the clouds. Right? And the fact that all three public cloud providers have anointed kubernetes as the way of the future and the doctor image format and run time as the wave of the future means, you know, good things were gonna happen there. What I thought was unique about the company was for the first time, you know, surprisingly, none of the exit is sick. Senders, um, in companies like Nutanix that have hyper converse solutions. They really didn't have anything that was purpose built for native container support. And so the founders all came from Cisco UCS. They had a lot of familiarity with the underpinnings of hyper converged architectures in the X 86 server landscape and networking, subsistence and storage subsystems. But they wanted to build it using the latest technologies, things like envy and me based Flash. Um, and they wanted to do it with a software stack that was native containers in Kubernetes. And today we support two flavors of that one that's fully open source around upstream kubernetes in another that supports our partner Red hat with open shift. >> I think you're really onto something pretty big here because one of things that day Volonte and Mine's too many men and our team had been looking at is we're calling a cloud to point over the lack of a better word kind of riff on the Web to point out concept. But cloud one daughter was Amazon. Okay, Dev ops agile, Great. Check the box. They move on with life. It's always a great resource, is never gonna stop. But cloud 2.0, is about networking. It's about securities but data. And if you look at all the innovation startups, we'll have one characteristic. They're all playing in this hyper converged hardware meat software stack with data and agility, kind of to make the original Dev ops monocle better. The one daughter which was storage and compute, which were virtualization planes. So So you're seeing that pattern and it's wide ranging at security is data everything else So So that's kind of what we call the Cloud two point game. So if you look at V m World, you look at what's going on the conversations around micro service red. It's an application centric conversation in an infrastructure show. So do you see that same vision? And if so, how do you guys see you enabling the customer at this saying, Hey, you know what? I have all this legacy. I got full scale data centers. I need to go full scale cloud and I need zero and disruption to my developer. Yeah, so >> this is the beauty of containers and kubernetes, which is they know it'll run on the premises they know will run in the cloud, right? Um and it's it is all about micro service is so whether they're trying to adopt them on our database, something like manga TB or Maria de B or Crunchy Post Grey's, whether it's on the operational side to enable sort of more frequent and incremental change, or whether it's on a developer side to take advantage of new ways of developing and delivering APS with C I. C. D. Tools and so forth. It's pretty much what people want to do because it's future proofing your software development effort, right? So there's sort of two streams of demand. One is re factoring legacy applications that are insufficiently kind of granule, arised on, behave and fail in a monolithic way. Um, as well as trying to adopt modern, modern, cloud based native, you know, solutions for things like databases, right? And so that the good news is that customers don't have to re factor everything. There are logical break points in their applications stack where they can say, Okay, maybe I don't have the time and energy and resource is too totally re factor a legacy consumer banking application. But at least I can re factor the data based here and serve up you know container in Kubernetes based service is, as Micro Service's database is, a service to be consumed by. >> They don't need to show the old to bring in the new right. It's used containers in our orchestration, Layla Kubernetes, and still be positioned for whether it's service measures or other things. Floor That piece of the shirt and everything else could run, as is >> right, and there are multiple deployments scenarios. Four containers. You can run containers, bare metal. Most of our customers choose to do that. You can also run containers on top of virtual machines, and you can actually run virtual machines on top of containers. So one of our major media customers actually run Splunk on top of K B M on top of containers. So there's a lot of different deployment scenarios. And really, a lot of the genius of our architecture was to make it easy for people that are coming from traditional virtualized environments to remap system. Resource is from the bm toe to a container at a native level or through Vienna. >> You mentioned the history lesson there around virtualization. How 15 years ago there was no virtualization now, but everything's virtualized we agree with you that containers and compares what is gonna change that game for the next 15 years? But what's it about VM? Where would made them successful was they could add virtualization without requiring code modification, right? And they did it kind of under the covers. And that's a concern Customs have. I have developers out there. They're building stacks. The building code. I got preexisting legacy. They don't really want to change their code, right? Do you guys fit into that narrative? >> We d'oh, right, So every customer makes their own choice about something like that. At the end of the day, I mentioned Splunk. So at the time that we supported this media customer on Splunk, Splunk had not yet provided a container based version for their application. Now they do have that, but at the time they supported K B M, but not native containers and so unmodified Splunk unmodified application. We took them from a batch job that ran for 23 hours down the one hour based on accelerating and on our perfect converged appliance and running unmodified code on unmodified K B m on our gear. Right, So some customers will choose to do that. But there are also other customers, particularly at scale for transaction the intensive applications like databases and messaging and analytics, where they say, You know, we could we could preserve our legacy virtualized infrastructure. But let's try it as a pair a metal container approach. And they they discovered that there's actually some savings from both a business standpoint and a technology tax standpoint or an overhead standpoint. And so, as I mentioned most of our customers, actually really. Deficiencies >> in the match is a great example sticking to the product technology differentiate. What's the big secret sauce describe the product? Why are you winning in accounts? What's the lift in your business right now? You guys were getting some traction from what I'm hearing. Yeah, >> sure. So look at the at the highest level of value Proposition is simplicity. There is no other purpose built, you know, complete hardware software stack that delivers coup bernetti coproduction kubernetes environment up and running in 15 minutes. Right. The X 86 server guys don't really have it. Nutanix doesn't really have it. The software companies that are active in this space don't really have it. So everything that you need that? The hardware platform, the storage infrastructure, the actual distribution of the operating system sent the West, for example. We distribute we actually distributed kubernetes distribution upstream and unmodified. And then, very importantly, in the combinations landscape, you have to have a storage subsystem in a networking subsystem using something called C s I container storage interface in C N I. Container networking interface. So we've got that full stack solution. No one else has that. The second thing is the performance. So we do a certain amount of hardware offload. Um, and I would say, Amazons purchase of Annapurna so Amazon about a company called Annapurna its basis of their nitro technology and its little known. But the reality is more than 50% of all new instances at E. C to our hardware assisted with the technology that they thought were offloaded. Yeah, exactly. So we actually offload storage and network processing via to P C I. D cards that can go into any industry server. Right? So today we ship on until whites, >> your hyper converge containers >> were African verge containers. Yeah, exactly. >> So you're selling a box. We sell a box with software that's the >> with software. But increasingly, our customers are asking us to unbundle it. So not dissimilar from the sort of journey that Nutanix went through. If a customer wants to buy and l will support Del customer wants to buy a Lenovo will support Lenovo and we'll just sell >> it. Or have you unbundled? Yetta, you're on bundling. >> We are actively taking orders for on bundling at the present time in this quarter, we have validated Del and Lenovo as alternate platforms, toothy intel >> and subscription revenue. On that, we >> do not yet. But that's the golden mask >> Titanic struggle with. So, yeah, and then they had to take their medicine. >> They did. But, you know, they had to do that as a public company. We're still a private company, so we can do that outside the limelight of the public >> markets. So, um, I'm expecting that you guys gonna get pretty much, um I won't say picked off, but certainly I think your doors are gonna be knocked on by the big guys. Certainly. Delic Deli and see, for instance, I think it's dirty. And you said yes. You're doing business with del name. See, >> um, we are doing as a channel partner and as an OM partner with them at the present time there, I wouldn't call them a customer. >> How do you look at V M were actually there in the V M, where business impact Gelsinger's on the record. It'll be on the Cube, he said. You know Cu Bernays the dial tone of the Internet, they're investing their doubling down on it. They bought Hep D O for half a billion dollars. They're big and cloud native. We expect to see a V M World tons of cloud Native conversation. Yes, good, bad for you. What's the take? The way >> legitimizes what we're doing right? And so obviously, VM, where is a large and successful company? That kind of, you know, legacy and presence in the data center isn't gonna go anywhere overnight. There's a huge set of tooling an infrastructure that bm where has developed in offers to their customers. But that said, I think they've recognized in their acquisition of Hep Theo is is indicative of the fact that they know that the world's moving this way. I think that at the end of the day, it's gonna be up to the customer right. The customer is going to say, Do I want to run containers inside? Of'em? Do I want to run on bare metal? Um, but importantly, I think because of, you know, the impact of the cloud providers in particular. If you think of the lingua franca of cloud Native, it's gonna be around Dr Image format. It's gonna be around kubernetes. It's not necessarily gonna be around V M, d K and BMX and E s X right. So these are all very good technologies, but I think increasingly, you know, the open standard and open source community >> people kubernetes on switches directly is no. No need, Right. Have anything else there? So I gotta ask you on the customer equation. You mentioned you, you get so you're taking orders. How you guys doing business today? Where you guys winning, given example of of why people while you're winning And then for anyone watching, how would they know if they should be a customer of yours? What's is there like? Is there any smoke signs and signals? Inside the enterprise? They mentioned batch to one hour. That's just music. Just a lot of financial service is used, for instance, you know they have timetables, and whether they're pulling back ups back are doing all the kinds of things. Timing's critical. What's the profile customer? Why would someone call you? What's the situation? The >> profile is heavy duty production requirements to run in both the developer context and an operating contact container in kubernetes based workloads on premises. They're compatible with the cloud right so increasingly are controlled. Plane makes it easy to manage workloads not just on premises but also back and forth to the public cloud. So I would argue that essentially all Fortune 500 companies Global 1000 companies are all wrestling with what's the right way to implement industry standard X 86 based hardware on site that supports containers and kubernetes in his cloud compatible Right? So that that is the number one question then, >> so I can buy a box and or software put it on my data center. Yes, and then have that operate with Amazon? Absolutely. Or Google, >> which is the beauty of the kubernetes standards, right? As long as you are kubernetes certified, which we are, you can develop and run any workload on our gear on the cloud on anyone else that's carbonated certified, etcetera. So you know that there isn't >> given example the workload that would be indicative. >> So Well, I'll cite one customer, Right. So, um, the reason that I feel confident actually saying the name is that they actually sort of went public with us at the recent Gardner conference a week or so ago when the customer is Duke Energy. So very typical trajectory of journey for a customer like this, which is? A couple years ago, they decided that they wanted re factor some legacy applications to make them more resilient to things like hurricanes and weather events and spikes in demand that are associated with that. And so they said, What's the right thing to do? And immediately they pick containers and kubernetes. And then he went out and they looked at five different vendors, and we were the only vendor that got their POC up and running in the required time frame and hit all five use case scenarios that they wanted to do right. So they ended up a re factoring core applications for how they manage power outages using containers and kubernetes, >> a real production were real. Production were developing standout, absolutely in a sandbox, pushing into production, working Absolutely. So you sounds like you guys were positioned to handle any workload. >> We can handle any workload, but I would say that where we shine is things that transaction the intensive because we have the hardware assist in the I o off load for the storage and the networking. You know, the most demanding applications, things like databases, things like analytics, things like messaging, Kafka and so forth are where we're really gonna >> large flow data, absolutely transactional data. >> We have customers that are doing simpler things like C I. C D. Which at the end of the day involves compiling things right and in managing code bases. But so we certainly have customers in less performance intensive applications, but where nobody can really touch us in morning. What I mean is literally sort of 10 to 30 times faster than something that Nutanix could do, for example, is just So >> you're saying you're 30 times faster Nutanix >> absolutely in trans actually intensive applications >> just when you sell a prescription not to dig into this small little bit. But does the customer get the hardware assist on that as well >> it is. To date, we've always bundled everything together. So the customers have automatically got in the heart >> of the finest on the hard on box. Yes. If I buy the software, I got a loaded on a machine. That's right. But that machine Give me the hardware. >> You will not unless you have R two p C I. D. Cards. Right? And so this is how you know we're just in the very early stages of negotiating with companies like Dell to make it easy for them to integrate her to P. C. I. D cards into their server platform. >> So the preferred flagship is the is the device. It's a think if they want the hardware sit, that they still need to software meeting at that intensive. It's right. If they don't need to have 30 times faster than Nutanix, they can just get the software >> right, right. And that will involve RCS. I plug in RCN I plug in our OS distribution are kubernetes distribution, and the control plane that manages kubernetes clusters >> has been great to get the feature on new company, um, give a quick plug for the company. What's your objectives? Were you trying to do. I'll see. Probably hiring. Get some financing, Any news, Any kind of Yeah, we share >> will be. And we will be announcing some news about financing. I'm not prepared to announce that today, but we're in very good shape with respected being funded for our growth. Um, and consequently, so we're now in growth mode. So today we're 55 people. I want to double back over the course of the next 4/4 and increasingly just sort of build out our sales force. Right? We didn't have a big enough sales force in North America. We've gotta establish a beachhead in India. We do have one large commercial banking customer in Europe right now. Um, we also have a large automotive manufacturer in a pack. But, um, you know, the total sales and marketing reach has been too low. And so a huge focus of what I'm doing now is building out our go to market model and, um, sort of 10 Xing the >> standing up, a lot of field going, going to market. How about on the biz, Dev side? I might imagine that you mentioned delicate. Imagine that there's a a large appetite for the hardware offload >> absolution? Absolutely. So something is. Deb boils down to striking partnerships with the cloud providers really on two fronts, both with respect the hardware offload and assist, but also supporting their on premises strategy. So Google, for example, is announced. Antos. This is their approach to supporting, you know, on premises, kubernetes workloads and how they interact with cool cloud. Right. As you can imagine, Microsoft and Amazon also have on premises aspirations and strategies, and we want to support those as well. This goes well beyond something like Amazon Outpost, which is really a narrow use case in point solution for certain markets. So cloud provider partnerships are very important. Exit E six server vendor partnership. They're very important. And then major, I s V. So we've announced some things with red hat. We were at the Red Hat Open summit in Boston a few months ago and announced our open ship project and product. Um, that is now G a. Also working with eyes, he's like Maria de be Mondo di B Splunk and others to >> the solid texting product team. You guys are solid. You feel good on the product. I feel very good about the product. What aboutthe skeptics are out there? Just to put the hard question to use? Man, it's crowded field. How do you gonna compete? What do you chances? How do you like your chances known? That's a very crowded field. You're going to rely on your fastballs, they say. And on the speed, what's the what's What's your thinking? Well, it's unique. >> And so part of the way or approve point that I would cite There is the channel, right? So when you go to the channel and channel is afraid that you're gonna piss off Del or E M. C or Net app or Nutanix or somebody you know, then they're not gonna promote you. But our channel partners air promoting us and talking about companies like Life Boat at the distribution level. Talking about companies like CD W S H. I, um, you know, W W t these these major North American distributors and resellers have basically said, Look, we have to put you in our line car because you're unique. There is no other purpose built >> and why that, like they get more service is around that they wrap service's around it. >> They want to kill the murder where they want to. Wrap service's around it, absolutely, and they want to do migrations from legacy environments towards Micro Service's etcetera. >> Great to have you on share the company update. Just don't get personal. If you don't mind personal perspective. You've been on the hardware side. You've seen the large scale data centers from racquetball and that experience you'll spit on the software side. Open source. What's your take on the industry right now? Because you're seeing, um, I talked a lot of sea cells around the security space and, you know, they all say, Oh, multi clouds a bunch of B s because I'm not going to split my development team between four clouds. I need to have my people building software stacks for my AP eyes, and then I go to the vendors. They support my AP eyes where you can't be a supplier. Now that's on the sea suicide. But the big mega trend is there's software stacks being built inside the premise of the enterprise. Yes, that not mean they had developers before building. You know, Kobol, lapse in the old days, mainframes to client server wraps. But now you're seeing a Renaissance of developers building a stack for the domain specific applications that they need. I think that requires that they have to run on premise hyper scale like environment. What's your take on it >> might take is it's absolutely right. There is more software based innovation going on, so customers are deciding to write their own software in areas where they could differentiate right. They're not gonna do it in areas that they could get commodities solutions from a sass standpoint or from other kinds of on Prem standpoint. But increasingly they are doing software development, but they're all 99% of the time now. They're choosing doctor and containers and kubernetes as the way in which they're going to do that, because it will run either on Prem or in the Cloud. I do think that multi cloud management or a multi multi cloud is not a reality. Are our primary modality that we see our customers chooses tons of on premises? Resource is, that's gonna continue for the foreseeable future one preferred cloud provider, because it's simply too difficult to to do more than one. But at the same time they want an environment that will not allow themselves to be locked into that cloud bender. Right? So they want a potentially experiment with the second public cloud provider, or just make sure that they adhere to standards like kubernetes that are universally shared so that they can't be held hostage. But in practice, people don't. >> Or if they do have a militant side, it might be applications. Like if you're running office 3 65 right, That's Microsoft. It >> could be Yes, exactly. On one >> particular domain specific cloud, but not core cloud. Have a backup use kubernetes as the bridge. Right that you see that. Do you see that? I mean, I would agree with by the way we agreed to you on that. But the question we always ask is, we think you Bernays is gonna be that interoperability layer the way T c p I. P was with an I p Networks where you had this interoperability model. We think that there will be a future state of some point us where I could connect to Google and use that Microsoft and use Amazon. That's right together, but not >> this right. And so nobody's really doing that today, But I believe and we believe that there is, ah, a future world where a vendor neutral vendor, neutral with respect to public cloud providers, can can offer a hybrid cloud control plane that manages and brokers workloads for both production, as well as data protection and disaster recovery across any arbitrary cloud vendor that you want to use. Um, and so it's got to be an independent third party. So you know you're never going to trust Amazon to broker a workload to Google. You're never going to trust Google to broker a workload of Microsoft. So it's not gonna be one of the big three. And if you look at who could it be? It could be VM where pivotal. Now it's getting interesting. Appertaining. Cisco's got an interesting opportunity. Red hats got an interesting opportunity, but there is actually, you know, it's less than the number of companies could be counted on one hand that have the technical capability to develop hybrid cloud abstraction that that spans both on premises and all three. And >> it's super early. Had to peg the inning on this one first inning, obviously first inning really early. >> Yeah, we like our odds, though, because the disruption, the fundamental disruption here is containers and kubernetes and the interest that they're generating and the desire on the part of customers to go to micro service is so a ton of application re factoring in a ton of cloud native application development is going on. And so, you know, with that kind of disruption, you could say >> you're targeting opening application re factoring that needs to run on a cloud operating >> model on premise in public. That's correct. In a sense, dont really brings the cloud to theon premises environment, right? So, for example, we're the only company that has the concept of on premises availability zones. We have synchronous replication where you can have multiple clusters that air synchronously replicated. So if one fails the other one, you have no service disruption or loss of data, even for a state full application, right? So it's cloud like service is that we're bringing on Prem and then providing the links, you know, for both d. R and D P and production workloads to the public Cloud >> block locked Unpack with you guys. You might want to keep track of humaneness. Stateville date. It's a whole nother topic, as stateless data is easy to manage with AP Eyes and Service's wouldn't GET state. That's when it gets interesting. Com Part in the CEO. The new chief executive officer. Demonte Day How long you guys been around before you took over? >> About five years. Four years before me about been on board about a year. >> I'm looking forward to tracking your progress. We'll see ya next week and seven of'em Real Tom Barton, Sea of de Amante Here inside the Cube Hot startup. I'm John Ferrier. >> Thanks for watching.

Published Date : Aug 22 2019

SUMMARY :

from our studios in the heart of Silicon Valley, Palo Alto, power that Tom Barton is the CEO of De Monte, which is in that business. And the the cool thing about the Amanti is essentially Next generation of companies drive for the next 20 to 30 years, and this is the biggest conversation. We hope to change that. What was the key thing once you dug I'm a huge believer that if you look at the history of the last 15 years, So if you look at V m World, But at least I can re factor the data based here and serve up you know Floor That piece of the shirt and everything else could run, as is And really, a lot of the genius of our architecture was to make it easy now, but everything's virtualized we agree with you that containers and compares what is gonna So at the time that we supported this media customer on Splunk, in the match is a great example sticking to the product technology differentiate. So everything that you need Yeah, exactly. So you're selling a box. from the sort of journey that Nutanix went through. it. Or have you unbundled? On that, we But that's the golden mask So, yeah, and then they had to take their medicine. But, you know, they had to do that as a public company. And you said yes. um, we are doing as a channel partner and as an OM partner with them at the present time there, How do you look at V M were actually there in the V M, where business impact Gelsinger's on the record. Um, but importantly, I think because of, you know, the impact of the cloud providers in particular. So I gotta ask you on the customer equation. So that that is the number one question Yes, and then have that operate with Amazon? So you know that there isn't saying the name is that they actually sort of went public with us at the recent Gardner conference a So you sounds like you guys were positioned to handle any workload. the most demanding applications, things like databases, things like analytics, We have customers that are doing simpler things like C I. C D. Which at the end of the day involves compiling But does the customer get the hardware assist So the customers have automatically got in the heart But that machine Give me the hardware. And so this is how you know we're just in the very early So the preferred flagship is the is the device. are kubernetes distribution, and the control plane that manages kubernetes clusters give a quick plug for the company. But, um, you know, the total sales and marketing reach has been too low. I might imagine that you mentioned delicate. This is their approach to supporting, you know, on premises, kubernetes workloads And on the speed, what's the what's What's your thinking? And so part of the way or approve point that I would cite There is the channel, right? They want to kill the murder where they want to. Great to have you on share the company update. But at the same time they want an environment that will not allow themselves to be locked into that cloud Or if they do have a militant side, it might be applications. On one But the question we always ask is, we think you Bernays is gonna be that interoperability layer the of companies could be counted on one hand that have the technical capability to develop hybrid Had to peg the inning on this one first inning, obviously first inning really And so, you know, with that kind of disruption, So if one fails the other one, you have no service disruption or loss of data, block locked Unpack with you guys. Four years before me about been on board about a year. Sea of de Amante Here inside the Cube Hot startup.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Diane GreenePERSON

0.99+

Eric HerzogPERSON

0.99+

James KobielusPERSON

0.99+

Jeff HammerbacherPERSON

0.99+

DianePERSON

0.99+

IBMORGANIZATION

0.99+

Mark AlbertsonPERSON

0.99+

MicrosoftORGANIZATION

0.99+

AmazonORGANIZATION

0.99+

Rebecca KnightPERSON

0.99+

JenniferPERSON

0.99+

ColinPERSON

0.99+

Dave VellantePERSON

0.99+

CiscoORGANIZATION

0.99+

Rob HofPERSON

0.99+

UberORGANIZATION

0.99+

Tricia WangPERSON

0.99+

FacebookORGANIZATION

0.99+

SingaporeLOCATION

0.99+

James ScottPERSON

0.99+

ScottPERSON

0.99+

Ray WangPERSON

0.99+

DellORGANIZATION

0.99+

Brian WaldenPERSON

0.99+

Andy JassyPERSON

0.99+

VerizonORGANIZATION

0.99+

Jeff BezosPERSON

0.99+

Rachel TobikPERSON

0.99+

AlphabetORGANIZATION

0.99+

Zeynep TufekciPERSON

0.99+

TriciaPERSON

0.99+

StuPERSON

0.99+

Tom BartonPERSON

0.99+

GoogleORGANIZATION

0.99+

Sandra RiveraPERSON

0.99+

JohnPERSON

0.99+

QualcommORGANIZATION

0.99+

Ginni RomettyPERSON

0.99+

FranceLOCATION

0.99+

Jennifer LinPERSON

0.99+

Steve JobsPERSON

0.99+

SeattleLOCATION

0.99+

BrianPERSON

0.99+

NokiaORGANIZATION

0.99+

EuropeLOCATION

0.99+

Peter BurrisPERSON

0.99+

Scott RaynovichPERSON

0.99+

RadisysORGANIZATION

0.99+

HPORGANIZATION

0.99+

DavePERSON

0.99+

EricPERSON

0.99+

Amanda SilverPERSON

0.99+

Dominic Deacon, CenturyLink | AWS Summit London 2019


 

>> Narrator: Live from London, England. It's theCUBE, covering AWS Summit London 2019. Brought to you by Amazon Web Services. >> Welcome back to Excel London everybody. My name is Dave Vellante, and you're watching theCUBE, the leader in live tech coverage, we go out to the events, we extract the signal from the noise, this is our day long coverage of the AWS Summit in London, 12,000 people here. It's a Summit, it's like a mini reinvent. Dominic Deacon is here, he's the sales director for cloud and alliances at CenturyLink, Dominic, thanks for coming on theCUBE. >> Thanks very much for having me. >> So, what's going on here at the show, what's CenturyLink showing? What are the conversations like, and what are you guys up to? >> Well, it's been a fantastic day for us here at CenturyLink, we've got a big stand presence out on our floor here, it's been fantastic to see the vast number of people here today, and fascinating from all different types of industries, different types of technology companies, manufacturing companies, it's just a vast, different array of people. And some fantastic conversations on the stand today. >> So cloud computing when it came in, a lot of people sort of didn't understand it. A lot of people ignored it. A lot of people thought they could replicate it. But now, it's starting to come into focus, now that we're in, you know, whatever it is, 15 years in. >> Dominic: Yeah. >> 12, 13 years in. It's been a real tailwind for your business. Describe why that is, where you fit in the value chain of the ecosystem. >> Sure, so you know, CenturyLink is a global IT network technology organization. So we operate in many many different countries, 60 off countries globally. And for us the value proposition with CenturyLink is around connecting customers to AWS cloud. It's around then helping do the migration and transition of workloads to AWS and the cloud. And then for us, a key part of our heritage is the managed services, so then we are able, once applications have been, and workloads, have been transitioned to AWS, we're able to managed those as a managed service provider for the organizations, and a lot of enterprises now are on this digital transformation journey, you know, a lot of industries today are being disrupted by new entrants, and we've seen a lot of those over the past, kind of five to ten years. Probably name a, you know, 25 of them off the top of my head if we wanted to right now. So industries are being disrupted, and we're there to really help organizations in that digital transformation journey through connecting, through migration, and then through the management aspect. >> So the early days of cloud, of course you saw a lot of startups, and a lot of innovators moving to the cloud. You saw large corporations maybe doing a little shadow IT... >> Dominic: Yeah. >> You saw IT maybe throwing up some crapplications, you know, we used to jokingly call them in the cloud. Now the cloud is essentially running, you know, any workload, any application, anywhere in the world. What are you seeing in terms of some of the trends, in terms of what people are doing with the cloud, what they're putting in the cloud, who are they, what's your customer based look on it? >> Yeah, I mean it's, you know, it's been a fascinating journey over the last kind of ten years really. You know, I remember going back ten years ago and, you know, enterprise organizations were, yeah this cloud thing, not sure, they'd give you a million reasons why they wouldn't do it, and then you'd have some parts of the organization generally you know, lines of businesses that were, that were a bit stuck with their own IT departments around speed and agility, hey we need this now, but you guys are telling me it's gonna take four months just to deliver some service and then another month to build it out, I can't wait six months to be able to, you know, accelerate our business, so we needed different ways, so that's when we starting seeing the shadow IT aspects, and especially with AWS, right? Well I've got a credit card, I can get the resources that I need within 30 seconds, I've just logged in, right? I've got all the resources there right now, we can accelerate, and now we can go, and that really started the revolution, but also, became a bit of a challenge to enterprises because now they've got unregulated IT spends, we've got lots of different silos of applications, that starts to become a challenge to manage that at scale, which really started to turn enterprises into understanding, well actually, digital transformation for us, cloud fixes at the core part of those strategies, okay, so now let's start bringing that in, how do we start utilizing that to the best of our ability, and we've seen that shift over the last ten years to really get to a point where we are today with some really cool things happening with, you know, large scale enterprise mission critical applications now being deployed in AWS. SAP, ERP applications for example, ten years ago, I didn't think anyone would've realized that you could've run that in AWS, and here we are today where you can. >> I don't know if you saw the keynote this morning, but the guy from Saintsbury said that they moved an Oracle rack instance into AWS, and I got a lot of questions for him... (laughs) but he ran off, and there were a number of examples of Oracles, not trivial to move Oracle in, but SAP of course is not as antagonistic with regards to AWS as Oracle are, but so there's a better partnership there. So you're seeing those types of applications now moved to the cloud. What's the motivation for people doing that? Are they able to change the operating model, how are they able to affect their business by doing that? >> Well I think the fundamental change in the last, maybe five years is that their, is that the board of their enterprise organizations have actually woken up to the fact that we can start delivering transformation at speed and at scale, utilizing services like AWS. And the broad ecosystem of specialist partners that sit in and around AWS to be able to deliver that value, and the board and steering committees, of, you know, the large enterprise customers have kind of sat there going, right, the time is now, disruption is, you know, quite prevalent in our marketplace now, so we need to change, we need to become more agile, we need to change our cost base, we need to change our operations model, we need to be thinking more about the customer experience and how do we deliver new services quickly to remain relevant, and you kind of have this tidal wave of everything aligning, and the realization that there is a way to be able to do this, and realize the benefits of that. And I think that's really what we've seen in the last few years or so. >> Now, you guys obviously, first talk about your AWS partnership, how did it start, how's it going, what's the relationship like, what's that journey been like? >> Sure, so, yeah, CenturyLink, as I said before, provides global network services, and also provides, you know hosting, cloud, and managed services that combine with that with a security wrap and a managed security service that goes across, you know, network, infrastructure, and applications. That's the core of our business globally. I'd say for us, you know, essentially, we made a pivot around three or four years ago, which was to say, do we really need to own our data centers anymore, or do we just want to be able to provide the expertise and services that come from a data center? So rather than building all of our own, you know, cloud infrastructure and trying to take that to market, actually what we are experts in is being able to deliver value with that infrastructure from an application standpoint, and being able to manage that and optimize it in the most economical model to be a service provider for those customers, and so, you know, we've been on that journey ourselves for probably the last three or four years, and that led us up to the point where, you know, a lot of our customers were asking us, hey, I've got some applications and some kind of traditional hosting with CenturyLink, but we're also looking at AWS for some of our newer workloads, hey CenturyLink, are you able to help us across both of these, and then we kind of saw the magnification of, you know, the hybrid IT kind of platform come in, I've got applications that I need to set in a private cloud, or some legacy infrastructure, I'm also looking at my AWS public cloud, and actually what I need is a service provider to be a consistent provider across all of these different infrastructure types now as we transition. So CenturyLink made that pivot, we joined forces with AWS about three years ago now. It's a fantastic partnership for us, and we deliver all of those cool capabilities that we have for years with the AWS platform as part of their partner ecosystem, delivering that value for our mutual customers. >> So Matt Garmin said this morning in the keynote that, you know, he firmly believes they do this, he believes that over time, the vast majority of workloads are gonna live in the public cloud. Having said that, he said something you didn't hear AWS recognize several years ago, which was hybrid. You just mentioned hybrid. >> Dominic: Yup. >> And then he laid out a number of things that they're doing for folks on prem, I think you mentioned Snowball, which I think was one of the first ones. >> Dominic: Yeah. >> You know, and then a number of other ones, of course Outpost. >> Dominic: That's the big one. >> Grab a lot of attention, so my point of this question is that, and a sort of observation and then question, is AWS, never say never, when it comes to AWS. >> Dominic: Absolutely. >> You know, years ago, people said no, they'll never do on prem, never do hybrid, of course now, they're gonna become a leader in hybrid, predicted that on theCUBE for a while. There's also this world of multi cloud, of course AWS doesn't wanna talk about, you know, non, other clouds, but there's a multi cloud world, every show you go to, everybody's talking about multi cloud, it's a huge opportunity for you. I've contended that multi cloud is largely a symptom of multi vendor, and line of business, and shadow IT, and as we said now, we've got this mess out there that IT's gotta deal with. >> Yeah. >> But it's an opportunity, you know, chaos is cash for you guys, so what are your thoughts on multi cloud, how real is it, how far are we into the journey of multi cloud? >> Yeah, I mean that's a, that's a really interesting questions, and actually, we see, we see that more and more in the enterprise space now. I think as that, as the thinking in enterprises has matured, there's a realization that, you know, it's not always that one thing fits everything. So it's about understanding, you know, the workload that I've got today, and where's the best platform for that workload to reside on that delivers the scale, the performance, you know, from a compliance perspective, am I compliant with this workload, and which platform is the most compliant around that? So there's a number of factors that come into play, which leads to, you know, some platforms being, we call it the best execution venue, becomes the best venue to deploy the application. You know, public cloud is fantastic and provides the agility, speed, innovation, but sometimes isn't necessarily the right platform for some of the legacy workloads that actually just need to transition out of a customer status center, because they don't want a data center anymore. So, there is movements today where, you know, as that market's maturing, the organizations are sort of saying to themselves, well I need a, I need a staging post to now understand what I do with these workloads before I can then do a level of migration and transition and refactoring, and so that I can get to, get to private cloud. Generally that comes down to, you know, sometimes it's capex avoidance, I don't wanna refresh my whole data center, or I actually don't wanna own bricks and mortar anymore, for us we just wanna be able to consume the service under an SLA that's outcome driven. So that's where we start seeing the, you know, the hybrid cloud model, and that's a mixture of private cloud, and sometimes a mixture of public clouds as well. Sometimes, enterprises look at it and go, well if I put all my eggs in one basket, does that blast my risk compliance? Or do I split it out, and you know, basically have two public clouds that we mitigate the risk and can move one workload into another? There's a number of different factors that are driving that, but generally it's around risk mitigation, speed, and economics. >> I'm glad you brought that up too, and as well horses for courses, you know? You were saying that sometimes, there's, you know, a workload that fits best here. So I, we've predicted on theCUBE that eventually, Amazon will get into that business, you'll see, because once it gets big enough, and if it's real, Amazon will have a solution, you know. >> Dominic: Sure. >> Because their customers will ask for it. >> Dominic: Absolutely. >> Amazon says they're customer driven, they actually are. >> Dominic: Yeah. >> Enough customers say that's how things like Outpost... >> Dominic: Absolutely. >> Occur. So take use back to sort of, what's happening in your business today, where you see this sort of next near term, to mid term, going for CenturyLink. >> Sure so, you know, for us our focus is on really, you know, delivering great customer outcomes and customer experience. And it's about delivering the value add in partnership with AWS, so combining the strength of CenturyLink with the strength of AWS delivers great customer experience, also delivers great customer business outcomes, which keeps, you know, our mutual customers together with us for many many years, hopefully. And that's really for us focusing on delivering, you know, our core innovation with, on top of AWS around how we deliver our automated managed services, we're looking at simplification, automation of operational functions for our customers, because if we can streamline that, the economics become better, SLAs increase, their business productivity and performance increases along with that, and it's a mutual win win win for all three partners involved, which is what we're all striving for. >> Well, as somebody once said, the network is the computer, you guys are the network, so, thanks very much for coming on theCUBE Dominic. >> Dominic: Thank you for having me. >> You're very welcome. All right, keep it right there everybody, we'll be back with our next guest, you're watching the cube, this is Dave Vellante, live from London AWS Summit, we'll be right back.

Published Date : May 8 2019

SUMMARY :

Brought to you by Amazon Web Services. of the AWS Summit in London, 12,000 people here. And some fantastic conversations on the stand today. now that we're in, you know, whatever it is, in the value chain of the ecosystem. Sure, so you know, CenturyLink So the early days of cloud, of course Now the cloud is essentially running, you know, and here we are today where you can. I don't know if you saw the keynote this morning, and steering committees, of, you know, that goes across, you know, network, infrastructure, in the keynote that, you know, he firmly believes I think you mentioned Snowball, of course Outpost. Grab a lot of attention, so my point of course AWS doesn't wanna talk about, you know, the performance, you know, from a compliance perspective, there's, you know, a workload that fits best here. Enough customers say that's how where you see this sort of next near term, is on really, you know, delivering you guys are the network, so, thanks very much we'll be back with our next guest,

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Dave VellantePERSON

0.99+

AWSORGANIZATION

0.99+

AmazonORGANIZATION

0.99+

CenturyLinkORGANIZATION

0.99+

DominicPERSON

0.99+

Amazon Web ServicesORGANIZATION

0.99+

fiveQUANTITY

0.99+

Dominic DeaconPERSON

0.99+

25QUANTITY

0.99+

12QUANTITY

0.99+

Matt GarmiPERSON

0.99+

15 yearsQUANTITY

0.99+

six monthsQUANTITY

0.99+

London, EnglandLOCATION

0.99+

LondonLOCATION

0.99+

OracleORGANIZATION

0.99+

four monthsQUANTITY

0.99+

12,000 peopleQUANTITY

0.99+

ten yearsQUANTITY

0.99+

one basketQUANTITY

0.99+

five yearsQUANTITY

0.98+

firstQUANTITY

0.98+

ten years agoDATE

0.98+

oneQUANTITY

0.98+

bothQUANTITY

0.98+

SaintsburyLOCATION

0.98+

todayDATE

0.97+

AWS SummitEVENT

0.97+

13 yearsQUANTITY

0.97+

three partnersQUANTITY

0.96+

30 secondsQUANTITY

0.96+

this morningDATE

0.94+

two public cloudsQUANTITY

0.93+

60 off countriesQUANTITY

0.93+

uryLinkORGANIZATION

0.92+

several years agoDATE

0.91+

years agoDATE

0.9+

OutpostORGANIZATION

0.88+

three years agoDATE

0.87+

Eric Herzog, IBM | CUBEConversation, March 2019


 

>> From our studios in the heart of Silicon Valley. HOLLOWAY ALTO, California It is a cube conversation >> high on Peter Birds and welcome to another cube conversation from our beautiful Palo Alto studios. One of the things that makes a cube so exciting as we get great guest from great companies coming on here and talking about some of their new products that they're trying to get in the marketplace of customers Khun Doom or with their technology. And we've got that today. Eric Herzog, cmon VP of worldwide storage channels that IBM storage. He's here to talk about some new things that IBM is doing that especially relevant to high performance, closer, more down market, branch oriented kinds of applications. Eric, welcome to the Cube. >> Thank you, Peter. Really appreciate. Very excited to be with Cuba's Always. >> All right, So what? Start Give us the quick business update and IBM, And let's talk about how that inform some of the new announcement. You >> sure? So two thousand eighteen was a great year for IBM storage. Lots of new introductions and portfolio continue with our multi cloudiness. Everything we've doing now for seven years, all about my multi cloud hybrid private, multiple public cloud providers would continue that mantra. You always something very interesting from a storage array system level perspective brought out extensive portfolio around Envy Me the newest high performance protocol, both inside of a storage array and connecting a storage rate into a network fabric for storage. >> Now let's talk about that. Envy me because envy Me has been associate ID a little bit more higher and stuff. Some of the new things you're doing are bringing envy me and related classes of technology flash to a new class of workload. New class of Hugh's case. Tell us about it. >> Absolutely so what we're doing is bringing out the >> brand new >> refresh store wise portfolio. We start with R V seven thousand, which has envy me both inside the array and support for envy him Over Fibre channel. We have our fifty one hundred just below that, also supporting Envy me in the storage system. We're bringing out a new version of our fifty thirty called the fifty thirty at the very entry space are fifty tenny. These solutions all deliver dramatic performance gains but incredible price discounts as well. For example, the fifty ten e is not only twice as fast as the older fifty ten, but it happens to be up to twenty five percent less expensive. More for the money. That's the key watchword in the store. Wai's family. >> So tell us a little bit more about the fifty Tenney. What kind of use you love talking about applications, workload? Use cases? What kinds of applications were close use cases Are we talking about? >> So we've done a couple things. So first of all, we're leading with all flash across the portfolio. Yes, we still sell hybrids and hard drive a ways, and we'LL still do that in the fifty Tenney, for example. So if you're using hard drive, raise backup in archive work loads. Of course. Now, when using all flash arrays in a smaller shop, it could be your primary storage. Herzog's Barn Grill. That might be the great way to go when you're thinking more of the broader enterprises. It's great for edge. So branches of a bank, all of the outlets of a retail location and even a core data center. Not every workload is even not every data set is even so. Certain things need more expensive arrays and other ways you can go with an entry product. Still deliver the availability, the reliability of the performance you need, but you don't need to spend the most amount of money and stories gives you. That breath gives you the right price point the right software, and it even gives you six nines of availability, which is only thirty one seconds of downtime in a full year on an entry product. That's incredible. >> Well, I would think that the fifty thirty he would be especially relevant for some of those scale at work loves. Tell us about that. >> So in the fifty thirty, we can scale out into two note cluster up to thirty two petabytes, but we start small. You could get it at twelve. Same thing two. Ex Performance. Up to thirty percent less money and all of the store West family comes with our award winning Spectrum Virtualized software, which delivers enterprise class data services. Such a snapshot replication data rest, encryption, tearing, migration, et cetera, et cetera, not only for IBM store wise portfolio, but actually could work with over four hundred fifty raise, most of which are not ours. Great value for the money. Great software and bring better performance at a lower price. The fifty thirty and the whole portfolio includes our spectrum virtually software family. >> Now that's important because as we think about that, the relationship between these and other IBM or other products in the portfolio and multi cloud I know there's some work that's being done there tell us a bit about some of the some of the new updates that you've made. How that spectrum family is becoming even more relevant in the multi club so >> well, when you look at the whole family, everything in the spectrum family has heavy clarification in a multi cloud environment. Let's take spectrum protect not new from an announcement perspective of what we're doing and what we're launching on what we're doing from a new perspective. But it's been ableto backup to the cloud for years. In fact, over three hundred fifty cloud providers use spectrum protect as the engine further back. Oppa's a service portfolio Spectrum virtualized Computer Club. But we also have spectrum virtualized for public cloud that allows you to do staff shot replication only for IBM arrays, but for competitive a raise out to a public loud and even supports a rhe air gapping with a snapshot so you don't have to worry about ransomware malware, that's all. With Spectrum Virtualized family are spectrum sale product can automatically tear to the cloud IBM clad object storage could go from on premise toe off premise. So the big thing we've done with all of our portfolio, the software and then the arrays that sit on it when the case of spectrum protect backup is make sure we can work with any and almost every single cloud in the industry. Whether it's a big cloud like IBM Cloud, Amazon or Microsoft or a small cloud provider, you may want to use a local cloud provider depending on where you're located, not use one of the big club fighters. We work with that cloud provider to, But you made >> some made some special for spectrum virtual eyes. I mean spectrum virtualized. You're adding a new brother to the portfolio >> so that spectrum virtualized Republic Cloud. We first brought it out on IBM Cloud only. It now supports a ws. We know customers multi cloud most end users and you guys have written about it extensively at Weeki Bond in the Cube and silicon angle. That and users will not use one public loud. They will have four, five, six different public clouds. So spectrum virtualized republic loud delivers to onsite arrays. All the capability spectrum virtualized for public cloud sits in a V m wear virtualized in stand station out of the public cloud provider. Giving all those enterprise class functionalities and allowing us to move data back and forth to IBM. Cloud allows to move data back and forth to an Amazon cloud not only first store wise but also for again over four hundred fifty Raise that aren't ours using the spectrum virtualized software. So that's a great edition. We had it for IBM Cloud now for Amazon. As Republican Stanley first brought it out last year. It will also be extended to more clouds in the future as well. >> So store rise gonna refresh nooooo spectrum virtualized for public cloud Also getting, you know, adding to the portfolio great stuff. How do you anticipate that customers are gonna respond? >> Well, we've already had a great response for those customers we talked to under a non disclosure agreement. Now we're public with this new portfolio. What's not to like? You get extensive software capably spectrum virtualized with our fifty one hundred store wise and are seven thousand stories. Now get thie Envy Me technology, which is white hot performance technology in the storage injury, except at a much lower price point that when our competitors are brought out. So he brought Andrea me high end technology into the entry price point space, which is great. And we also have a nice portfolio that gives you certain products. Accuse the court data center other pranks that you would use the edge like banking and all the locations or in retail. So you're not going to put the most expensive practice. But you have a great six nines of availability, extensive software, twice the performance, and I said up to twenty five percent or thirty percent less, depending on which of our products than the older product. Bigger, faster, better, cheaper. >> So, Eric, let me be one of first congratulate you thie IBM storage journey since you and Ed Assualt have shown up at IBM or come backto idea in some cases has it's been a great thing to watch. You really refreshed portfolio made some great strides and we're getting great feedback from customers about the effort. So congratulations. >> Great. Thank you. And the new store lives is the latest in that and look for more just like we did in two thousand eighteen. Refresh across the plug. There's more coming in the second half here in other elements of our portfolio. >> Great sea IBM back and relevant in storage World Eric Herds on CMO VP of worldwide store channels, IBM Storage Thanks once again for being on the Cube. >> Thank you, Peter on. >> I'm Peter Burroughs. Thanks for listening until next time. Thanks for participating in this cube conversation.

Published Date : Apr 2 2019

SUMMARY :

From our studios in the heart of Silicon Valley. One of the things that makes a cube so exciting as we get great guest from great companies coming on here and Very excited to be with Cuba's Always. some of the new announcement. around Envy Me the newest high performance protocol, both inside of a storage array and connecting Some of the new things you're doing are bringing envy me and related classes of technology flash More for the What kind of use you love talking about applications, workload? So branches of a bank, all of the outlets of a retail location and even a core data center. Tell us about that. So in the fifty thirty, we can scale out into two note cluster up to thirty two petabytes, or other products in the portfolio and multi cloud I know there's some work that's being done there tell So the big thing we've done with all You're adding a new brother to the portfolio All the capability spectrum for public cloud Also getting, you know, adding to the portfolio great Accuse the court data center other pranks that you would use the edge like banking since you and Ed Assualt have shown up at IBM or come backto idea in And the new store lives is the latest in that and look for more just like we did in two thousand of worldwide store channels, IBM Storage Thanks once again for being on the Cube. Thanks for listening until next time.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
EricPERSON

0.99+

Eric HerzogPERSON

0.99+

HughPERSON

0.99+

IBMORGANIZATION

0.99+

MicrosoftORGANIZATION

0.99+

PeterPERSON

0.99+

AmazonORGANIZATION

0.99+

Silicon ValleyLOCATION

0.99+

March 2019DATE

0.99+

seven yearsQUANTITY

0.99+

thirty percentQUANTITY

0.99+

Ed AssualtPERSON

0.99+

Peter BurroughsPERSON

0.99+

twelveQUANTITY

0.99+

Palo AltoLOCATION

0.99+

last yearDATE

0.99+

fiveQUANTITY

0.99+

seven thousand storiesQUANTITY

0.99+

second halfQUANTITY

0.99+

fifty thirtyQUANTITY

0.99+

OppaORGANIZATION

0.99+

Herzog's Barn GrillORGANIZATION

0.99+

six ninesQUANTITY

0.99+

bothQUANTITY

0.99+

Eric HerdsPERSON

0.98+

fourQUANTITY

0.98+

twiceQUANTITY

0.98+

two noteQUANTITY

0.98+

fifty tenQUANTITY

0.98+

WaiPERSON

0.98+

up to twenty five percentQUANTITY

0.98+

fiftyQUANTITY

0.97+

Up to thirty percentQUANTITY

0.97+

over four hundred fiftyQUANTITY

0.97+

thirty one secondsQUANTITY

0.97+

fifty one hundredQUANTITY

0.97+

firstQUANTITY

0.96+

over three hundred fifty cloud providersQUANTITY

0.96+

oneQUANTITY

0.96+

twoQUANTITY

0.96+

todayDATE

0.95+

Republican StanleyORGANIZATION

0.95+

HOLLOWAY ALTO, CaliforniaLOCATION

0.95+

OneQUANTITY

0.94+

Peter BirdsPERSON

0.93+

four hundred fiftyQUANTITY

0.93+

up to thirty two petabytesQUANTITY

0.9+

fifty tennyQUANTITY

0.89+

TenneyORGANIZATION

0.85+

two thousand eighteenQUANTITY

0.85+

AndreaPERSON

0.84+

first storeQUANTITY

0.84+

six different public cloudsQUANTITY

0.81+

CubaLOCATION

0.81+

SpectrumCOMMERCIAL_ITEM

0.79+

IBM CloudORGANIZATION

0.78+

two thousand eighteenQUANTITY

0.78+

BondPERSON

0.75+

Khun DoomORGANIZATION

0.75+

single cloudQUANTITY

0.73+

WestPERSON

0.72+

fifty ten eQUANTITY

0.71+

SpectrumTITLE

0.69+

yearsQUANTITY

0.69+

CloudTITLE

0.66+

Michael Dell, Dell Technologies | Dell Boomi World 2018


 

(upbeat music) >> Live from Las Vegas. It's the Cube. Covering, Boomi World, 2018. Brought to you by Dell Boomi. >> Hello everyone, welcome to the live Cube coverage here in Las Vegas, the Wynn Hotel for Dell Boomi World 18. So, exclusive coverage. We're here all day. Wall to wall coverage covering the impact of cloud native to application developers and owners and for businesses. I'm John Furrier with Lisa Martin here. We're here with Michael Dell. 13th time on the Cube. He's the founder and CEO of Dell Technologies. Continuing to defy logic. Growing leaps and bounds. Continuing to do more in the new era of IT and computing. Mike, great to see you. Thanks for coming. >> Great to be with you. Lisa, John, always fun. And here at Boomi World it's really exciting to see the ecosystem continue to grow. As people try to connect everything together Boomi is right there. Incredible business last quarter. Booking growth, 80%, 7500 customers. I still can't find a customer that doesn't need Boomi. The team continues to evolve what the capabilities. We've just had a great show here. 1000 customers showed up. Lot's of great customer stories about how they're integrating all their apps and data together. With the tsunami of data that is coming, it just gets more and more important and interesting and fun. >> You know, you mentioned on the key note stage with CEO Boomi, talking about some performance numbers that you always throw out, server growth. Continuing to grow, okay. The pundants were saying oh servers, that's cloud server-less. You still need compute, networking and storage but they do change with the cloud and SaaS has proven that business model of as a service is key. Boomi's got this little secret weapon around the unified platform that integrates a lot of these traditional components that is still going to be foundational but yet set up the next wave around AI, Edge, data tsunami that you mentioned. This is a key variable in the architectural shift. Can you talk about how you see that playing out? Because you got a couple big pieces on the chess board. VMWare, the continuous Dell Technologies portfolio kind of as the table stakes. This is kind of interesting new architecture. Explain how you see that. >> Pivotal, Dell EMC, VMWare. >> So a lot of pieces. >> Right. >> How does Boomi play into that? Because if it does be a glue layer if you will for lack of a better word, it can be very powerful. >> Yeah, so the challenge is when you go to Software as a Service, how do you connect the things together? Now, connecting 1 or 2 together is pretty straight forward. But when you start having 50 or 100 of these things, and then you've got on premise systems and now you want to have actions like an employee does something and based on their roll then something else happens, you have work flow. And then you get this, you go from a couple billion PCs to 5 billion smart phones to 100s of billions of connected things out there with this explosion in the edge. How you integrate and connect everything together with work flow and do it securely is super, super important. So we're seeing just an explosion of use cases. There was some great examples from a city digitizing and being able to detect leaks and when traffic lights aren't working. The used cases are pretty unlimited and Boomi and Pivitol play sort of at the top layer for us so the applications and integrating all the data and allowing customers to express their competitive advantage with software and data and AI and machine learning. And then of course we've got VM Ware to virtualize everything from the data center to the network and beyond. With NSX, what we're doing with NFE and software to fine win. And then of course we're the initial infrastructure company. Absolute number 1 in all aspects of the data center. And growing much faster than any of the competitors. >> And I want to also get your thoughts on VM Ware announced up to this morning, actually Barcelona time for VM Ware Europe, the acquisition of Heptio. >> Absolutely. >> Okay, Pat Kelson said in VM World, we're going in, we're going to make Kubernetes the dial tone. This is a key architectural component around orchestration. Containers certainly everyone knows, that's been standardized. People love containers. They're using them. As applications need to be more efficiently built out, out of the Boomi's value proposition, Kubernetes and these cloud native things are super important. What's your view on that? Great acquisitions, very young company? Not 34 billion dollars for a Red Hat like IBM bought but a small tuck in. How important is that trend for you? >> Well, think about what we've done with Pivitol and VM Ware together with the Pivitol container service and now adding Heptio with 2 of the 3 founders of the whole Kubernetes movement. We're going to be making Kubernetes just part of the dial tone of vSpheres. So for virtually all the customers out there, 600000 of them that use vSphere, it'll just be super easy to now have Kubernetes containers built into their vSphere environment. That's the vision. We've got a great team working on it across VM Ware and Pivitol and now the Heptio team. Adding to it. We're super pumped about all this. >> If your friend asked you at a party this weekend, hey Michael, why is Kubernetes important? What do you say to that? >> I guess it would depend on how much they know about this. >> They're a business owner responsible for application development. >> Yeah. >> They are owning to transform their organization. They realize clouds going to be a part of it. They here Kubernetes really popular, it's trending. But it's a technology. A lot of people are now getting this for the first time and seeing it as the early dopples have shown it. They try to want to know the impact and why it's important. Why is Kubernetes important as you start to get into this orchestration of apps and work loads across clouds. Why is it important? >> I think people don't want to get locked in to a particular place when it comes to their infrastructure. Kubernetes has clearly won the battle in terms of being able to be that abstraction layer. That's the simple thing that is super exciting. When it sort of went from cloud to hybrid cloud to multi cloud, people realized they wanted a 2 way street where they could move things back and forth. And now with the edge, they want to move it to the edge. With the distributed core. This explosion in data, this dat tsunami really requires a whole new set of tools in terms of the software infrastructure to be able to make it all work. >> So transformation is ... You're talking about Dell Technologies now. 34 years later you have 7 corporations under that. Done a lot to keep those brands, as they're very valuable. Dell Boomi as a business unit. Transformation is essential and Dell Boomi wants to be the transformation partner. It's also incredibly difficult. IT transformation. Digital, security, workforce. Dell Boomi works and Dell Technologies with a lot of large enterprise organizations that are still probably fairly not as well connected as they should be to find new value, new business dreams. How do you talk with customers, large enterprises that need to transform to stay competitive? Where do they start? And how dose the Dell transformation story in and of itself help those customers feel confident in what Dell Technologies can deliver? >> Right, well first thing I'd say is we actually work with customers of all sizes. We have an enormous business with small and medium and large customers. We're number 1 across the whole spectrum. We serve 99% of the Fortune 500. Since your question is about those types. They're looking at the digital transformation and figuring out this is really not an IT project. It's about technology becoming pervasive in everything that they're doing. From sells to marketing, to product creation to their whole fundamental strategy. So then it shows up in the office of the CEO and business line executives and they're having to reimagine. And so they look for a partner and Dell Technologies is very unique. 2 years and 2 months ago we put together all these companies and it's been fabulous. We've been growing double digits consistently and the response has been great because we can deliver a complete set of capabilities. Now you're right, change management, and how do I do it in my company, that's a big deal. So they're pulling on us to bring them more of a ... The don't want us to show up with a bunch of parts and drop em off. They want us to actually build them a solution that is specific to their needs. Help them implement it. In many cases, run it for them. So we do much of that ourselves with our own services organization. 60000 plus people in our services organization. And of course we have the best, all the great SIs out there that are helping customers implement and run and manage like I said, 99% of the Fortune 500. We're right there with them in this digital transformation. Of course we do the IT, the workforce, the PCs and of course security. Unbelievably important. Your whole brand trust is all based on that so we wrap the whole thing with security and no company has the breath that we have. I think we've kind of won the hearts and minds of the decision makers because of the capabilities that we have. Not that we take it for granted. We have to go earn that trust every single day. We have unbelievably talented people in our company. Over 20000 engineers. Scientists, PHDs. About 90% of them are software engineers. This is a very different company than it was 5 or 10 years ago. We're having a blast. It's a rocket ship, so. >> I had a chance to interview an IT leader and his name is Allen Bean. He's the global CTO and head of IT innovation at Proctor and Gamble. He brought the cloud to Coca-Cola. Has had a career all in IT going back to DHL in the 90s and 80s. So we were talking and I asked him, does IT matter. And Dave Alampi always brings up the book by Nick Carr. And we always talk about it. >> Love it. Such a fun topper, yeah. >> And so he says, quote, at that time some people thought it didn't matter, everyone was kind of complaining, but he says it does matter. It's a competitive advantage. And over the decades IT was outsourced. And now people are trying to bring that back in and make it a competitive advantage. This is now ... It's a mandate basically. So as people who have been kind of anemic with IT, they've got people running stuff but eventually outsource all the value. They got to bring that value in. Cloud is that opportunity. How do you respond to the leaders out there trying to figure this out. What are the keys to success around bringing back the competitive advantage and using the cloud for things that aren't core to the core competency but getting that core competency nailed down. What's your vision. >> Yeah, well, look, I mean, it's all about understanding what is your competitive differentiation and advantage as a business. And if you give that away to somebody else, you're going to be out of business in not too much time. Packers applications are great for things that aren't differentiated. But if you actually do something that's unique and valuable and special and you can't express that in software with your own data, you're going to have a problem, right? This is what companies are figuring out. This is what we're doing with Pivitol and Boomi allowing companies to build all this together. And look I think as it relates to cloud, customers have figured out it's multi cloud, right? It's a workload dependent discussion. Some workloads are great in the public cloud but in many cases, not so much, right? As we've modernized and automated the infrastructure we have customers that tell us hey our private cloud for our predictable workload, which is 90%, is 5, 6 times less expensive than AWS. We're building these converge, hyper converge, like the fast track to the automated modernized infrastructure. And look, you can decide. But we're seeing customers that want to move things back and forth and we're seeing a bit of a boomerang. Where customers have said oh everything you upload to the cloud, and no, not everything. >> And the digital transformation really is making IT a competitive advantage. So I had a long ranging interview. It's up on YouTube. I asked him a final question. I always said, okay, so you know, he's transforming Proctor and Gamble. I said okay, as you look ads and all those things what's the next mountain that you're going to climb? You're an IT pro, you said in the agenda. And I'll read you the quote. I want to get your reaction. He said, "I think we're looking forward. Latency is still an issue. We have to find ways to defeat latency and we're not going to do it through basic physics, we're going to have to change out business models, change our technology, distribution, change everything that we're doing. Consumers and customers are demanding instant access to enhanced information through AI and machine learning right at the point when they want it." So this is his next mountain. This is kind of what you were talking about on the stage here at the Dell Boomi event around the impact of AI and data. What's your reaction to that quote? >> Well to me this is all about the edge and 5G coming around the corner. And you look at all the big telcos. They're all piling in on 5G because it's 1000 times faster and 1000 times less latency. That's going to be a big turbo charge. The rocket ship. And it will just create an explosion in data and compute on the edge. And a lot of it's going to stay on the edge. Because you'll have these edge devices talking to each other. A whole new class of applications and capabilities because of that. That's super exciting. We're already seeing it with this build out of distributed core. And that's why we see so much growth in the data center business. >> So Michael, Dell Boomi, if you look at Boomi for a second, was named by the Gartner Magic Quadrant of 2018 as a leader in Ipads. Today they talked about ... >> Again, I think 6th or 7th year in a row. It's been there for quite some time. >> An established leader in an established market. But today they were talking about, hey we want to change the, we want to redefine the I in Ipads to intelligence. How is Dell Technologies and Boomi particularly starting to leverage terra bites and terra bites of customer meta data to make your systems smarter? To enable businesses to truly connect. Prim, edge devices as things continue to get more distributed and data becomes more critical? >> Yeah, so, the key to AI and all of its variance of machine learning, deep learning neural network is the data. The data is the fuel for the rocket ship of AI. And the challenge is, if you have your data spread out in 100 softwares of service providers and 3 public clouds and here and there and where's all your data? We don't really know. How do you fuel the rocket? It becomes a very difficult problem. This is the problem that we're beginning to address for our customers. We're going to have an event all about AI coming up I think next week. Where we're going to be talking much more about this. We got a number of offerings that we're rolling out. We've been helping customers for years build their data lakes and curate the data. And of course Pivitol and Boomi are essential to how you bring all of this together and make sense of it. Because if you just have all the data but you can't actually use it. If you're not already using AI and it's variance to improve your products and services, you're doing it wrong. We've identified over 450 projects just within Dell Technologies internally. As I mentioned on stage, we've sold about 700 million computers since I started in my dorm room. We have enormous telemetry data. Imagine, if you will, that something doesn't work exactly the way it's supposed to. Okay? What's the chance that has never happened before? >> Zero. >> The answers almost zero, right? Our job is to take all this data that we have, use all this intelligence and actually prevent it from happening. So we're building all kinds of intelligence and AI and preventative technology into all of our solutions from the data center to the desk top to the edge, to the multi cloud so that all these systems are just self healing and auto magically way more reliable. >> Auto magically, I like that. It just sounds like what you're saying is Dell Technologies articulating it's value and it's differentiation because you're using that data. >> You have to. >> To identify insight, to take action immediately. >> And to your point about the big companies, they have an advantage but it's a bit of a time value expiring advantage. They have the data that the new entrance don't have. >> Right. >> But they have to activate it quickly with this new computer science or else they'll be dinosaurs, right? Nobody wants to be a dinosaur. >> Michael, what's the business drivers, and you talk to customers all the time, that they're seeing and that matter most to them. Is it agility, is it transform the customer employee experience, compliant security? How would you view the pattern around the most important business driver for your customers that are trying to put the business transformation together with digital. Could you comment just anecdotally what you see? >> I think every customer is a little bit different in their journey. Some customers, security is number 1. Because of the kind of business that they're in and it just has to be that way. For other customers it's how do I increase my speed to the solution. It used to be we need a new feature. We'll get it in a year or 2. How about never. Does never work for you? That's kind of the old IT. Now with agile development you've got, what we're doing with Pivotol cloud foundry, you've got companies implementing, these are giant companies. Biggest companies in the world. They're implementing new things like in 2 or 3 weeks. It's amazing how fast. Speed and as a chief executive, that's what you crave. How can I take this new requirement that I heard from the customer and turn it into a feature that I can go offer very, very quickly? That's what you want to be able to do. It's what we used to be able to do when we were little tiny cubs. How do you do it with 200000 people? >> I want to get your thoughts on a trend that you popularized early on in your career, the direct business model, you also had the just in time manufacturing kind of ethos of build it, build to order, really streamline efficiency. So I want to kind of take the leap to now a new generation with cloud native where you have workflows and efficiencies. You have integration. So in a way the customers are now going direct to their customers and wanting to compose and build solutions. As you said on stage, these are going to be new problems that not yet have been identified. New solutions. So that customers have to be what you did. They got to build their own. So they got to build their own, they got to have the suppliers, they got to have the code. How do you see customers being successful if they want to take that efficiency approach? Kind of be 5 nines if you will in this new modern era. Because this is the challenge that they have. They have to build their own. They need suppliers. They need you guys. How do you see the customers being successful in that scenario? >> Yeah, I think what they're trying to do is shrink the time from when at that point of customer interaction, they can use the data to make the service and the product better and if it's like this lengthy value chain with all these different intermediaries and it takes weeks or months or never, that's just way too slow. They want it to be like instantaneous. How do they create that direct relationship with their customers? I only had 1000 dollars when I started so we couldn't really afford much so each dollar you invest very carefully. We just kind of out of necessity came up with some ideas that ... >> You were efficient because you had to be. >> We didn't have any choice, right? >> So when we talk about integration, we talk about it's the foundation of digital transformation, we've talked about IT, security, workforce. One of the things that you mentioned earlier that I'd like to get your perspective on, a different view of transformation is cultural. An enterprise organization as you mentioned has a huge advantage of a tremendous wealth of data. With that amount of data and the need for speed as you just talked about, where, in your opinion, and your experience, is cultural transformation as an enabler of an enterprise to really be able to react that quickly to develop new products, new revenue strengths? >> Yeah, I think it's a big challenge. And a lot of customers struggle with change management. You never want a good crisis go to waste. We sort of grew up in the business where it was change or die, quick or dead. If you don't do it you're gone, right? This was just the way our business, this was just how we had to compete. It's what we grew up in. And I think what's happened is more and more businesses are that way now. It requires the business leaders to say hey friends, we've got a real challenge here and we've got to move faster. It is change or die, it's quick or dead, I think for all businesses because this is the fastest time ever but it's the slowest time relative to the future. It's just going to get faster and faster. If companies ... The only way you get good at change is to do it more frequently. And so if you've never changed anything for 80 years in your company and all the sudden you start trying to change, it's really hard. You just have to start. >> How do you inspire say employees at Dell Technologies who've been with you for a very long time to be able to be open and agile themselves to help facilitate this transformation? >> I believe we built it into our culture that they understand that change is good as opposed to change is bad. If you fear something well then it's bad, right? We precondition people to say okay we're going to change something. Not to say every time we change something it works perfectly. We make mistakes, we learn, we trial and error. That's all fine. Fail fast. But you need a culture where you can embrace change. No question about it. I think a lot of companies that didn't really have that are figuring that out and either by crisis or by leadership or by some combination they're then forced into it. For me, it's what we grew up in. Because hey it's a tough world out there. >> Mike, I want to ask you a final question. Thanks for coming on and spending the time with us. Great interview here. Good length. Recently in the news with a lot of commentary from us as well as the industry around IBM buying Red Hat. I made a comment around the innovation piece of this and I want to get your thoughts on that because when you bought EMC, it was a merger of equals. You integrated that and the growth that you've been successful since then, I want to get your perspective. I want you to take a minute to explain to folks watching, when you did the merger equal with EMC, what happened? You've been successful integrating the organization. What innovative things have you done since the EMC merger of equals? Take a minute to explain, again, there's a lot of moving pieces on the table. You got VM Wares, you got Pivitol, you got Boomi. A lot of moving parts in your plan. You've been successful with the numbers. Financial performance shows it. Take a minute to explain what happened, where's the innovation coming out of Dell Technologies? >> So in hind sight, it looks pretty obvious, right? You take the leader and servers and the leader in storage and you say hey infrastructure hardware goes together. And by the way, if you have the leader of infrastructure software, VM Wares, you put that all together. Wow, that'd be really great. And turns out it was. It was actually much better than we thought. And so customers have really bought into that and then with Pivitol and Boomi and Rsave, Virtustream, Secureworks etc., we have such a complete set of capabilities that customers have said, hey, why do I want to buy from 20 smaller less capable companies and integrate it myself versus you guys will just do all this for me. If they were buying from 2 or 3 or 4 parts of Dell Technologies they'll say, well, why don't we just take the others, right? We been picking up huge amounts of share across the whole business. I'm talking about like 10s of billions of dollars of growth here. There's clearly a consolidation going on in the kind of existing parts of the industry but we've also got massive investments in the new cloud native parts and software defined, and security. It's been a real blessing to be able to pull all of these teams together. We had this relationship with EMC going back from 2001. We were very early supporters of VM Ware. We had a theory of victory and it's played out very well. The teams have really gelled enormously well and the customers have continued to give us their trust. >> I think, first of all servers, storage, networking is never going away. It's the holy trinity of anything in computing. Just looks different and consumes differently. But I think people underestimate the execution innovation that you guys have done. You didn't skip a beat. VM Ware didn't skip a beat. So things have happened, so that was a challenge of the integration. >> Not everybody predicted that it was going to go that way. It's actually gone much better than even we had planned. The revenue synergies have been much larger. >> Well congratulations and thanks for taking the time on the Cube. Michael Dell is here inside the Cube here at Boomi World 18. Dell Boomi World. It's the part of Dell Technologies. We think of them being the power engine for data processing, data growth, powering AI, integrating all the application workloads. I'm John Furrier with Lisa Martin. Stay tuned for more coverage after this short break. (upbeat music) >> Since the dawn of the cloud, the Cube has been there. Connected.

Published Date : Nov 6 2018

SUMMARY :

Brought to you by Dell Boomi. Continuing to do more in the new era of IT Great to be with you. that is still going to be foundational Because if it does be a glue layer if you will and integrating all the data and allowing customers to And I want to also get your thoughts on As applications need to be more efficiently built out, of the whole Kubernetes movement. They're a business owner responsible for application and seeing it as the early dopples have shown it. to be able to make it all work. And how dose the Dell transformation story in and of itself decision makers because of the capabilities that we have. He brought the cloud to Coca-Cola. Such a fun topper, yeah. What are the keys to success around bringing back the And look I think as it relates to cloud, This is kind of what you were talking about on the And a lot of it's going to stay on the edge. So Michael, Dell Boomi, if you look at Boomi for a second, Again, I think 6th or 7th year in a row. of customer meta data to make your systems smarter? And the challenge is, if you have your data spread out in from the data center to the desk top to the edge, and it's differentiation because you're using that data. And to your point about the big companies, But they have to activate it quickly with this customers all the time, that they're seeing and that and it just has to be that way. So that customers have to be what you did. We just kind of out of necessity came up with some One of the things that you mentioned earlier that It requires the business leaders to say hey friends, We precondition people to say okay we're going to Thanks for coming on and spending the time with us. And by the way, if you have the leader of infrastructure innovation that you guys have done. It's actually gone much better than even we had planned. Michael Dell is here inside the Cube here Since the dawn of the cloud,

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Peter BurrisPERSON

0.99+

Dave VellantePERSON

0.99+

Lisa MartinPERSON

0.99+

IBMORGANIZATION

0.99+

DavePERSON

0.99+

MichaelPERSON

0.99+

eightQUANTITY

0.99+

Dave AlampiPERSON

0.99+

Michael DellPERSON

0.99+

IndiaLOCATION

0.99+

Nick CarrPERSON

0.99+

2001DATE

0.99+

MicrosoftORGANIZATION

0.99+

MohammadPERSON

0.99+

Pat KelsonPERSON

0.99+

Ashesh BadaniPERSON

0.99+

PeterPERSON

0.99+

AWSORGANIZATION

0.99+

50QUANTITY

0.99+

Mohammed FarooqPERSON

0.99+

Skyhigh NetworksORGANIZATION

0.99+

AmazonORGANIZATION

0.99+

EMCORGANIZATION

0.99+

6thQUANTITY

0.99+

Mohammad FarooqPERSON

0.99+

2019DATE

0.99+

FacebookORGANIZATION

0.99+

MikePERSON

0.99+

CiscoORGANIZATION

0.99+

GoogleORGANIZATION

0.99+

100 softwaresQUANTITY

0.99+

1000 dollarsQUANTITY

0.99+

80%QUANTITY

0.99+

NetflixORGANIZATION

0.99+

Las VegasLOCATION

0.99+

DellORGANIZATION

0.99+

Allen BeanPERSON

0.99+

90%QUANTITY

0.99+

John FurrierPERSON

0.99+

80 yearsQUANTITY

0.99+

Dell TechnologiesORGANIZATION

0.99+

1000 timesQUANTITY

0.99+

2QUANTITY

0.99+

7500 customersQUANTITY

0.99+

PivitolORGANIZATION

0.99+

100QUANTITY

0.99+

'18DATE

0.99+

1000 customersQUANTITY

0.99+

secondQUANTITY

0.99+

USLOCATION

0.99+

34 billion dollarsQUANTITY

0.99+

Donnie Berkholz, Carlson Wagonlit Travel | CUBEConversation, November 2018


 

(lively music) >> Hello, and welcome to this special CUBE conversation. I'm John Furrier, founder of SiliconANGLE Media, co-host of theCUBE. We are here in our Palo Alto Studio to have a conversation around cloud computing, multi-cloud, hybrid cloud, the changes going on in the IT industry and for businesses across the globe as impacted by cloud computing, data, AI. All that's coming together, and a lot of people are trying to figure out how to architect their solution to scale globally but also take care of their businesses, not just cutting costs for information technologies, but delivering services that scale and benefit the businesses and ultimately their customers, the end users. I'm here with a very special guest, Donnie Berkholz, who's the VP of IT services delivery at CWT, Carlson Wagonlit Travel. Also the program chair of the Open Source summit, part of the Linux Foundation, formerly an analyst, a great friend of theCUBE. Donnie, great to see you. Thanks for joining us today. >> Well, thanks for having me on the show. I really appreciate it. >> So we've been having a lot of conversations around, obviously, cloud. We've been there, watching it, from day one. I know you have been covering it as an analyst. Part of that cloud ought to go back to 2007, '08 time frame roughly speaking, you know, even before that with Amazon. Just the massive growth certainly got everyone's attention. IBM once called Amazon irrelevant. Now going full cloud with buying Red Hat for billions and billions of dollars at a 63% premium. Open Source has grown significantly, and now cloud absolutely is the architectural linchpin for companies trying to change how they do business, gather more efficiencies, all built on the ethos of DevOps. That is now kind of going mainstream. So I want to get your thoughts and talk about this across a variety of touchpoints. One is what people are doing in your delivering services, IT services for CWT, and also trying to get positioned for the future. And then Open Source. You're on the Open Source program chair. Open Source driving all these benefits, now with IBM buying Red Hat, you've seen the commercialization of Open Source at a whole nother level which is causing a lot of conversation. So tell us what you're doing and what CWT is about and your role at the company. >> Absolutely, thank you. So CWT, we're in the middle of this journey we call CWT 3.0, which is really one about how do we take the old school green screens that you've seen when you've got travel agents or airline agents booking travel and bring people into the picture and blend together people with technology. So I joined about a year and a half ago to really help push things forward from the perspective of DevOps, because what we came to realize here was we can't deliver quickly and iterate quickly without the underlying platforms that give us the kind of agility that we need without the connections across a lot of our different product groups that led us, again, to iterate on the right things from the perspective of our customers. So I joined a year and a half ago. We've made a lot of strides since then in modernizing many of our technology platforms. The way I think about it here, it's a large enterprise. We've got hundreds of different applications. We've got many, many different product teams, and everything is on a spectrum. We've got some teams that are on the bleeding edge. Not even the leading edge, but I'd say the bleeding edge, trying out the very latest things that come out, experimenting with brand new Open Source tools, with brand new cloud offerings to see, can we incorporate that as quickly as possible so we can innovate faster than our competitors? Whether those are the traditional competitors or some of the new software companies coming into things from that angle. And then on the other end of the spectrum, we've got teams who are taking a much more conservative approach, and saying, "Let's wait and see what sticks "before we pick it up." And the fortunate thing, I think, about a company at the scale we are, is that we can have some of those groups really innovating and pushing the needle, and then other groups who can wait and see which parts stick before we start adopting those at scale. >> And so you've got to manage the production kind of stability versus kind of kicking the tires for the new functionality. So I've got to ask you first. Set up the architecture there. Are you guys on premise with cloud hybrid? Are you in the cloud-native? Do you have multiple clouds? Could you just give a sense of how you're deploying specifically with cloud? >> Yeah, absolutely. I think just like anything else, it's a spectrum of all we see here. There's a lot of different products. Some of them have been built cloud-native. They're using those serverless functions as service technologies from scratch. Brought in some leaders from Amazon to lead some of that drive here. They brought in a lot of good thinking, a lot of good culture, a lot of new perspective to the technologies we're adopting as a company that's not traditionally been a software company. But that is more and more so every day. So we've got some of that going on as completely cloud-native. We've got some going on that's more, I would say, hybrid cloud, where we're spanning between a public cloud environment back to our data centers, and then we've got some that are different applications across multiple different public clouds, because we're not in any one place right now. We're putting things in the best place to do the job. So that's very much the approach that we take, and it's one that, you know, back when I was in my analyst's world, as one of my colleagues called it, the best execution venue. What's the best place? What's the right place to do the right kind of task? We incorporate what are the best technologies we can adopt to help us differentiate more quickly, and where does the data live? What's the data gravity look like? Because we can't be shipping data back and forth. We can't have tons of transactions going back and forth all the time between different public clouds or between a public cloud and one of our data centers. So how do we best account for that when we're architecting what our applications should look like, whether they're brand new ones or whether they're ones we're in the middle of modernizing. >> Great, thanks for sharing, that's great, so yeah, I totally see that same thing. People put, you know, where the best cloud for the app, and if you're Microsoft Shop, you use Azure. If you want to kick the tires on Amazon, there's good roles for that, so we're seeing a lot of those multiple clouds. But while I've got you on the line here, I know you've been an analyst. I want you to just help me define something real quick because there's always kind of confusion between hybrid cloud and multi-cloud. Certainly the multi-cloud, we're getting a lot of hype on that. We're seeing with Kubernetes, with stateful applications versus stateless. You're seeing some conversations there. Certainly on Open Source, that's top of the agenda. Donnie, explain for folks watching the difference between hybrid cloud and multi-cloud, because there's some nuances there, and some people have different definitions. How do you guys look at that? Cause you have multiple clouds, but some aren't necessarily running a workload across clouds yet because of latency issues, so define what hybrid means to you guys and what multi-cloud means to you. >> All right, yeah, I think for us, hybrid cloud would be something where it's about integrating an on-prem workload off a more traditional workload with something in a public cloud environment. It's really, hybrid cloud to me is not two different public clouds working together or even the same application in two different public clouds. That's something a little bit different, and that's where you start to get, I think, into a lot of the questions of what is multi-cloud? We've seen that go through a lot of different transitions over the past decade or so. We've seen a lot of different, you know, vendors, going out there thinking they could sell multi-cloud management that, you know, panned out at different levels of success. I think for at least a decade, we've been talking about ideas like can we do cloud bursting? Has that ever really worked in practice? And I think it's almost as rare as a unicorn. You know, on-prem for the cost efficiencies and then we burst the cloud for the workload. Well, you know, to this day, I've never seen anything that gives you 100% functionality and 100% performance comparability between an on-prem workload and public cloud workload. There always seems to be some kind of difference, and this is a conversation that, I think, Randy Bias has actually been a great proponent of it's not just about the API compatibility. It's not just, you know, can I run Azure in their data centers or in mine? It's about what is the performance difference look like? What does the availability difference look like? Can I support that software in my data center as well as the engineers at Microsoft or at Amazon or at Google or wherever else they're supporting it today? Can I keep it up and running as well? Can I keep it performing as well? Can I find problems as quickly? And that's where it comes to the question of how do we focus on our differentiators and let the experts focus on theirs. >> That's a great point about Randy Bias. Love that great API debate. I was looking at some of that footage we had years ago. But this brings up a good point that I want to get your reaction to, because, you know, a lot of vendors going out there, saying, "Oh, our cloud's this. "We've got all this stuff going on," and there's a lot of hype and a lot of posturing and positioning. The great thing about cloud is that you really can't fake it until you make it. It's got to be working, right? So when you get into the kind of buying into the cloud. You say, "Okay, great, we're going to do some cloud," and maybe you get some cloud architects together. They say, "Okay, here's what it means to us. "In each environment, we'll have to, you know, "understand what that means and then go do it." The reality kind of kicks in, and this is what I'd like to get your reaction to. What is the realities when you say, "Okay, "I want to go to cloud," either for pushing the envelope and/or moving solid workloads that are in production into the cloud. What is the impact on the network, network security, and application performance? Because at the end of the day, those are going to be impacted. Those three areas come up a lot in conversations when all of the glam and all the bloom is off the rose, those are the things that are impacted. What's your thoughts on how practitioners should prepare for those three areas? The network impact, network security impact, and application performance? >> Yeah, I think preparation is exactly the right word there of how do we get the people we have up to speed? And how do we get more and more out of that kind of project mindset and into much more of the product mindset and whether that product is customer-facing or whether that product is some kind of infrastructure or platform product? That's the kind of thinking we're trying to have going into it of how do we get our people, who, you know, may run a Ci Cd pipeline, may run an on-prem container platform, may even be responsible for virtualization, may be responsible for on-prem networks or firewalls or security. How do we get them up to speed and turn them into real software engineers? That's a multi-year journey. That's not something that happens overnight. You can't bring in a team of consultants to fix that problem for you and say, "Oh, well, we came in and implemented it, "and now it's yours, and we walk out the door." It's no longer that, you know, build and operate mindset that you could take a little bit more with on-prem. Because everything is defined as code. And if you don't know how to deal with code, you're going to be in a real rough spot the next time you have to make a change to that stuff that that team of consultants came in and implemented for you. So I think it's turned into a much more long-term approach, which is very, very healthy for technology and for technology companies as a whole of how do we think about this long-term and in a sustainable way, think about scaling up our people. What do those training paths look like? What do those career paths look like? So we can decide, you know, how many people do we want certified? What kind of certifications should they have or equivalent skill sets? I remember hearing not too long ago that I think it was Capital One had over 10,000 people who were AWS certified, which is an enormously large number to think about, but that's the kind of transitions that we've been making as we become more and more cloud-native and cloud by default, is getting the right people. The people we have today trained up in these new kinds of skill sets instead of assuming that's something we can have some team fly in from magic land and implement and then fly away again afterwards. >> That's great, Don, thanks for sharing that insight. I also want to get your thoughts on the Open Source summit, but before we get there, I've got to ask you a question around some of the trends we've been seeing. Early on at DevOps we saw this together of the folks doing the hard work in the early pioneering days, where you saw the developers really getting closer to the front lines. They were becoming part of the business conversation. In the old world of IT, "Okay, here's our strategy. "Consolidate this, load some virtual machines," you know, "Get all this stuff up and running." The business decisions would then trickle down to the tech folks, then with the DevOps revolution, that's now cloud computing and all things, you know, IoT and everything else happening where the developers and the engineering side of it and the applications are on the front lines. They're in more of the business conversations, so I have to ask you. When you're at CWT, what are some of the business drivers and conversations that you guys are having with executive management around choices? Are they business drivers? Do you see an order of preference around agility? The transformation value for either customers or employees, compliance and security, are the top ones that people talk about generally. Of those business drivers, which ones do you guys see the most that are part of iterating through the architecture and ultimately the environment that you deploy? >> Yeah, I think as part of what I mentioned earlier, that we're on this journey we call CWT 3.0, and what's really new about that is bringing in speed and agility into the conversation of if we have something that we imagine as a five year transformation, how do we get to market quickly with new products so that we can start really executing and seeing the outcomes of it? So we've always had the expectations around availability, around security, around all these other factors. Those aren't going away. Instead, we're adding a new one, so we've got new conversations and a new balance to reach at an executive level of we now need a degree of speed that was not the expectation, let's say, a decade ago. It may not even have been the expectation in our industry five years ago, but is today. And so we're now incorporating speed into that balance of maybe we'll decide to very intentionally say, "We're not going to go over quite as many nine's today "so that we can be iterating more quickly on our software." Or, "We're going to invest more "in better release management approaches and tools," right? Like Canary releases, like, you know, Green-Blue releases, all these sorts of new techniques, feature flags, that sort of thing so that we can better deal with speed and better account for the risk and spread it to the smallest surface area possible. >> And you were probably doing those things also to understand the impact and look at kind of what's that's coming in that you're instrumenting in infrastructure because you don't want to have to put it out there and pray and hope that it works. Right, I mean? The old way. >> The product teams that are building it are really great and really quick at understanding about what the user experience looks like. And whether that's their Real User monitoring tools or through, you know, other tools and tricks that we may incorporate to understand what our users are doing on our tools in real time, that's the important part of this, is to shorten the iteration cycle and to understand what things look like in production. You've got to expose that back to the software engineers, to the business analysts, to the product managers who are building it or deciding what should be built in the first place. >> All right, so now that you're on the buyer's side, you've actually got people knocking on your door. "Hey, Donnie, buy my cloud. "Do this, you know, I've got all these solutions. "I've got all these tools. "I've got a toolshed full of," you know, the fool with the tool, as they say. You don't want to be that person, right? So ultimately you've got to pick an environment that's going to scale. When you look at the cloud, how do you evaluate the different clouds? You mentioned gravity or data gravity earlier. All kinds of new criteria is up there now in terms of cloud selection. You mentioned best cloud for the job. I get that. Is there certain things that you look for? Is there a list? Is there criteria on cloud selection that goes through your desk? >> Yeah, I think something that's been really healthy for me coming into the enterprise side from the analyst perspective is you get a couple of new criteria that start to rise up real quickly. You start thinking about things like what's that vendor relationship going to look like? How is the sales force? Are they willing to work with you? Are they willing to adapt to your needs? And then you can adapt back with them so you can build a really strong, healthy relationship with some of your strategic vendors, and to me, a public cloud vendor is absolutely a strategic vendor. That's one where you have to really care a lot and invest in that relationship and make sure things go well when you're sailing together, going in the same direction. And so to me, that's a little bit of a newer factor because it was easy to sit back and come in as the strategic advisor role and say, "Oh, you should go with this cloud. "You should go with that cloud "because of reasons X, Y, or Z," but that doesn't really account for a lot of things that happen behind the scenes, right? What's your sourcing and human department doing? How do they like to work with around contract, right? Will you negotiate a good MSA? All these sorts of things where you don't think about that when you're only thinking about technology and business value. You also have to think about the other, just the day to day, what does it look like? What's the blocking and tackling working with some of those strategic vendors? So you've got that to incorporate in addition to the other criteria around do they have great managed services? You know, self-service managed services that will work for your needs? For example, what do they have around data bases? What do they have around stream processing? What do they have around serverless platforms, right? Whatever it might be that suits the kinds of needs you have. Like for example, you might think about what does our business look like, and it's a graph, right? It's travelers, it's airports, it's planes, it's hotels. It's a bunch of different graphs all intersecting, and so we might imagine looking for a cloud provider that's really well-suited to processing those sorts of workloads. >> In the old days, the networking guys used to run the keys to the kingdom. Hey, you know, I'm going to rack and stack servers. I'm going to do all this stuff, but I've got to go talk to the networking guys, make sure all the routes are provisional and all that's locked down, mainly because that was a perimeter environment then. With cloud now, what's the impact of the networking? What's the role of the network? As we see DevOps notion of infrastructure as code, you've got to compute networking stores as three main pillars of all environments. Compute, check. Stores getting better. Networking, can you imagine Randy Bias? This was a big pet peeve for him. What's the role that cloud does? What's the role of the network with your cloud strategy? >> Yeah, I think something that I've seen following DevOps for the past decade or so has been that, you know, it really started as the ops doing development moved more into the developers and the ops working together and in many cases sharing roles in different ways, then incorporated, you know, QA, and incorporated product, to some extent. Most recently it's really been focused on security and how do we have that whole DevSecOps, SecDevOps thing going on. Something that's been trailing behind a little bit was network, absolutely. I had some very close friends about 10 years ago, maybe, who were getting into that, and they were the only people they knew and they only people they'd ever even heard of thinking beyond the level of using some kind of an expect script to automate your network interaction. But now I think networking as code is really starting to pick up. I mean, you look at what people are doing in public cloud environments. You look at what Open Source projects like Ansible are doing or on the new focus on network functionality. They're not alone in that. Many others are investing in that same kind of area. It's finally really starting to get up. Like for example, we have an internal DevOps Day that we run twice a year, and at the most recent one, guess who one of our speakers was? It was a network engineer talking about the kinds of automation they'd been starting to build against our network environments, not just in public cloud, but also on-premise. And so we're really investing in bringing them into our broader DevOps community, even though Net may not be in the name today. I don't think the name can ever extend to include all possible roles. But it is absolutely a big transition that more and more companies, I think, are going to see rolling along, and one that we've seen happening in public cloud externally for many, many years now. It's been inevitable that the network's going to get engaged in that automation piece. And the network teams are going to be more and more thinking about how do we focus our time in automation and on defining policy, and how do we enable the product teams to work in a self-service way, right? We set up the governance, but governance now means they can move at speed. It doesn't mean wait seven to 30 days for us to verify all of the port openings, match our requirements, and so on and so forth. That's defined up front. >> Yeah, and that's awesome, and I think that's the last leg of the stool in my opinion, and I think you nailed it. Making it operationally automation enabled, and then actually automating it. So, okay, before we get to the Open Source, one final question for you. You know, as you look at plan for the technologies around containers and microservices, what sounds a lot like networking constructs, provisioning, services. The role of stateless applications become a big part of that. As you look at those technologies, what are some of the things you're looking for and evaluating containers and microservices? And what role will that play in your environment and your job? >> I think something that we spend a lot of time focusing on is what is the day two experience going to look like? What is it going to be like? Not just to roll it out initially, but to, you know, operate on an ongoing basis, to make upgrades, to monitor it, to understand what's happening when things are going wrong, to understand, you know, the security stance we're at, right? How well are we locked down? Is everything up-to-date? How do we know that and verify it on a continuous basis instead of the, you know, older school approach of hey, we kind of do a ECI survey or an audit, you know, once a year, and that's the day we're in compliance, and then after that, we're not. Which I was just reading some stories the other day about companies saying, "Hey, there's a large percentage "of the time that you're out of compliance, "but you make sure to fix it just in time "for your quarterly surveys or scans or what have you." And so that's what we spend a lot of our time focusing on is not just the ease of installation, but the ease of ongoing operability and getting really good visibility into the security, into the health, of the underlying platforms that we're running. And in some cases, that may push us to, let's say, a cloud managed service. In some cases, we may say, "Well, that doesn't quite suit our needs." We might have some unique requirements, although I spend a lot of my time personally saying, "In most cases, we are not a snowflake, right?" We should be a snowflake where we differentiate as a company. We should not be a snowflake at the level of our monitoring tools. There's nothing unique we should really be doing in that area. So how can we make sure that we use, whether it's trusted vendors, trusted cloud providers, or trusted Open Source projects with a large and healthy community behind them to run that stuff instead of build it ourselves, 'cause that's not our forte. >> I love that. That's a great conversation I'd love to have with you another time around competitive advantage around IT which is coming back in vogue again. It hasn't been that way in awhile because of all the consolidation and outsourcing. You're seeing people really, really ramp up and say, "Wait a minute, we outsourced our core competency and IT," and now with cloud, there's a competitive advantage, so how do you balance the intellectual property that you need to build for the business and then also use the scale and agility with Open Source? So I want to move to that Open Source conversation. I think this is a good transition. Developers at the end of the day still have to build the apps and services they're going to run on these environments to add value. So Open Source has become, I won't say a professional circuit for developers. It really is become the place for developers because that's where now corporations and projects have been successful, and it's going to a whole nother level. Talk about how Open Source is changing, and specifically around it becoming a common vehicle for one, employees of companies to participate in as part of their job, and two, how it's going to a whole nother level with all this code that's flying around. You can't, you know, go dig without finding out that, you know, new TensorFlow library's been donated for Google, big code bases are being rolled in there, and still the same old success formula for Open Source is continuing to work. You're on the program chair for Open Source summit, which is part of the Linux foundation, which has been very, very successful in this modern era. How has that changed? What's going on in Open Source? And how does that help people who are trying to stand up architecture and build businesses? >> I think Open Source has gone through a lot of transitions over the past decade or so. All right, so it started, and in many ways it was driven by the end users. And now it's come back full circle so that it's again driven more and more by the end users in a way that there was a middle term there where Open Source was really heavily dominated by vendors, and it's started to come back around, and you see a lot of the web companies in particular, right? You're sort of Googles and Amazons and LinkedIns and Facebooks and Twitters, they're open sourcing tools on an almost daily basis, it feels like. I just saw another announcement yesterday, maybe the day before, about a whole set of kernel tools that I think it was Facebook had open sourced. And so you're seeing that pace just going so quickly, and you think back to the days of, for example, the Apache web server, right? Where did that come about from? It didn't come from a software vendor. It came from a coalition of end users all working together to develop the software that they needed because they felt like there's a big gap there and there's an opportunity to cooperate. So it's been really pleasing for me to see that kind of come back around full circle of now, you can hardly turn around and see a company that doesn't have some sort of Open Source program office or something along those lines where they start to develop a much more healthy approach to it. All right, the early 2000's, it was really heavy on that fear and uncertainty and doubt around Open Source. In particular by some vendors, but also a lot of uncertainty because it wasn't that common, or maybe it wasn't that visible inside of these Fortune 500 global 2000 companies. It may have been common, right? What we used to say back when I worked at RedMonk was you turned around, and you asked the database admins, you know, "Are you running MySQL? "Or are you running Postgres?" You asked the infrastructure engineers, "Are you running Linux here?" and you'll get a yes, nine times out of ten, but the CIO was the last to know. Well now, it's started to flip back around because the CIO's are seeing the business value and adopting Open Source and having a really healthy approach to it, and they're trying to kind of normalize the approach to it as a consequence to that, saying, "Look, it's awesome "that we're adopting Open Source. "We have to use this "so that we can get a competitive advantage "because every thousand lines of code we can adopt "is a thousand lines of code we don't have to write, "and we can focus on our own products instead." And then starting to balance that new model of it used to be, you know, is it buy versus built? And then Sass came around, and it's buy versus build versus rent. And now there's Open Source, and it's buy versus build versus rent versus adopt. So every one of these just shifts conversation a little bit of how do you make the right choice at the right time at the right level of the stack? >> Yeah, that's a great observation, and it's awesome insight. It feels like dumping a little bit, a lot of dumping going on in Open Source, and you worry that the flood of vendor-contributed code is the new tactic, but if you look at all the major inflection points from the web, you know, through bitcoin, which is now 10 years old this year, it all started out as organic community projects or conversations on a message board. So there's still a revolution, and I think you're right. Their script is flipping around. I love that comment about the CIO's were last to know about Open Source. I think now that might be flipping around to the CIO's will be last to know about some proprietary advantage that might come out. So it's interesting to see the trend where you're starting to see smart people look at using Open Source but really identifying how they can use their engineering and their intellectual capital to build something proprietary within Open Source for IT advantage. Are you seeing that same trend? Is that on the radar at all? Is that just more of a fantasy on my part? >> I think it's always on the radar, and I think especially with Open Source projects that might be just a little bit below the surface of where a company's line of business is, that's where it will happen the most often. And so, you know, if you were building an analytics product, and you decided to build it on top of, you know, maybe there's the ELK Stack or the Elastic Stack, or maybe there's Graylog. There's a bunch of tools in that space, right? Maybe, you know, Solar, that sort of thing. And you're building an analytics tool or some kind of graph tool or whatever it might be, yeah, you might be inclined to say, "Well, the functionality's not quite there. "Maybe we need to build a new plugin. "Maybe we need to enhance a little bit." And I think this is the same conversation that a lot of the Linux kernel embedded group went through some number of years ago, which is, it's long term a higher burden to maintain a lot of those forks in-house and keep updating them forever than it is to bring some of that functionality back upstream. That's a good, healthy dialogue that hopefully will be happening more and more inside a lot of these companies that are taking Open Source and enhancing it for their own purposes, is taking the right level of those enhancements, deciding what that right level is, and contributing those back upstream and building a really healthy upstream participation regardless of whether you're a software vendor or an adopter of that software that uses it as a really critical part of their product stack. >> Awesome, Donnie, thanks for spending the time chatting with me today. Great to see you, great to connect over our remote here in our studio in Palo Alto. A final question for you. Are you having fun, these days? And what are you most excited about because, again, you've seen. You've been on multiple sides of the table. You've seen what the vendors have. You actually had the realities of doing your job to build value for Carlson Wagonlit Travel, CWT. What are you excited about right now? What's hot for you? What's jazzing you these days? >> Yeah, I think what's hot for me is, you know, to me there's nothing or very little that's revolutionary in technology. A lot of it is evolutionary, right? So you can't say nothing's new. There's always something a little bit different. And so the serverless is another example of something that it's a little bit different. It's a little bit new. It's similar to some previous takes, but you got new angles, specifically around the financials and around, you know, how do you pay? How is it priced? How do you get really almost closer to the metal, right? Get the things you need to happen closer to the way you're paying for them or the way they're running. That's remains a really exciting area for me. I've been going to Serverlessconf for probably since the first or second one now. I haven't been to the most recent one, but you know, there's so much value left in there to be tapped that I'm not yet really on to say, "What's next? What's next?" I've helped myself move out of that analyst world of getting excited about what's next, and for me it's now, "What's ready now?" Where can I leverage some value today or tomorrow or next week? And not think about what's coming down the pipe. So for me, that's, "Well, what went GA?" Right? What can I pick up? What can I scale inside our company so that we can drive the kinds of change we're looking for? So, you know, you asked me what am I the most excited about right now, and it's being here a year and a half and seeing the culture change that I've been driving since day one start to come back. Seeing teams that have never built automation in their lives independently go and learn it and build some automation and save themselves 80 hours a month. That's one example that just came out of our group a couple months back. That's what's valuable for me. That's what I love to see happen. >> Automation's addicting. It's almost an addictive flywheel. We automate something. Oh, that's awesome. I can move on to something else, something better. That was grunt work. Why do I want to do that again? Donnie, thanks so much, and again, thanks for the insight. I appreciate you taking the time and sharing with theCUBE here in our studio. Donnie Berkholz is the VP of IT source of CWT, a great guest. I'm John Furrier here inside theCUBE studio in Palo Alto. Thanks for watching. (lively music)

Published Date : Nov 1 2018

SUMMARY :

and for businesses across the globe Well, thanks for having me on the show. Part of that cloud ought to go back to 2007, '08 time frame We've got some teams that are on the bleeding edge. So I've got to ask you first. and it's one that, you know, so define what hybrid means to you guys and that's where you start to get, I think, What is the realities when you say, "Okay, and into much more of the product mindset and conversations that you guys are having and better account for the risk and spread it and pray and hope that it works. and to understand what things look like in production. "I've got a toolshed full of," you know, Whatever it might be that suits the kinds of needs you have. run the keys to the kingdom. It's been inevitable that the network's going to get engaged of the stool in my opinion, and I think you nailed it. of hey, we kind of do a ECI survey or an audit, you know, That's a great conversation I'd love to have with you and you think back to the days of, for example, at all the major inflection points from the web, you know, and you decided to build it on top of, you know, And what are you most excited about I haven't been to the most recent one, but you know, I appreciate you taking the time

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
DonniePERSON

0.99+

November 2018DATE

0.99+

Donnie BerkholzPERSON

0.99+

MicrosoftORGANIZATION

0.99+

IBMORGANIZATION

0.99+

AmazonORGANIZATION

0.99+

John FurrierPERSON

0.99+

63%QUANTITY

0.99+

GoogleORGANIZATION

0.99+

100%QUANTITY

0.99+

Palo AltoLOCATION

0.99+

Randy BiasPERSON

0.99+

sevenQUANTITY

0.99+

RedMonkORGANIZATION

0.99+

Linux FoundationORGANIZATION

0.99+

AWSORGANIZATION

0.99+

firstQUANTITY

0.99+

SiliconANGLE MediaORGANIZATION

0.99+

tomorrowDATE

0.99+

billionsQUANTITY

0.99+

next weekDATE

0.99+

yesterdayDATE

0.99+

30 daysQUANTITY

0.99+

Carlson Wagonlit TravelORGANIZATION

0.99+

todayDATE

0.99+

twoQUANTITY

0.99+

a year and a half agoDATE

0.99+

five yearQUANTITY

0.99+

nine timesQUANTITY

0.99+

LinuxTITLE

0.99+

AmazonsORGANIZATION

0.99+

Capital OneORGANIZATION

0.99+

oneQUANTITY

0.99+

CWTORGANIZATION

0.99+

MySQLTITLE

0.99+

FacebookORGANIZATION

0.99+

GooglesORGANIZATION

0.98+

five years agoDATE

0.98+

tenQUANTITY

0.98+

three areasQUANTITY

0.98+

AnsibleORGANIZATION

0.98+

80 hours a monthQUANTITY

0.98+

DonPERSON

0.98+

over 10,000 peopleQUANTITY

0.98+

LinkedInsORGANIZATION

0.98+

one exampleQUANTITY

0.98+

a decade agoDATE

0.97+

a year and a halfQUANTITY

0.97+

CUBEORGANIZATION

0.97+

theCUBEORGANIZATION

0.97+

twice a yearQUANTITY

0.97+

SecDevOpsTITLE

0.97+

past decadeDATE

0.96+

one final questionQUANTITY

0.96+

billions of dollarsQUANTITY

0.95+

Elastic StackTITLE

0.95+

OneQUANTITY

0.95+

FacebooksORGANIZATION

0.95+

early 2000'sDATE

0.95+

DevOps DayEVENT

0.94+

ELK StackTITLE

0.94+

this yearDATE

0.94+

CWT 3.0TITLE

0.94+

Open SourceEVENT

0.93+

AzureTITLE

0.92+

ApacheORGANIZATION

0.91+

'08DATE

0.91+

Peter Hortensius, Lenovo | Lenovo Transform 2018


 

>> Live from New York City, it's theCUBE. Covering, Lenovo Transform 2.0 brought to you by Lenovo. >> Welcome back everyone, we are wrapping up day one of coverage of Lenovo Transform here in New York City I'm your host Rebecca Knight, along with my co-host Stu Miniman. We have a final guest, Peter Hortensius. He is the Senior Vice President Data Center Group and CTO and Chief of Strategy. Thanks so much for coming on theCUBE Peter. >> Well thanks for having me. >> It's your first time. >> I was told, I can't believe after all these years it's my first time but it's my first time. >> It's kind of true. If you're in this industry, we're going to be on a lot more after this, trust me. So, before the cameras were rolling we were talking about how cloud is an outcome not a destination. What do you mean by that? And do you think of that as your perspective, or do you think that that is industry-wide? >> There are people in the industry who do think of it as the destination. "My life will be good when" But the reality is, when I talk to our customers and I talk to your business owners and what they are really looking for. What they are looking for is a way and a method of working. They are looking for, "How do I deploy things quickly? "How do I worry more about, "Can my applications run properly?" not "How many petabytes of storage did I need for this?" or "How many VMs did it take to run that?" And so for us, it's all around trying to provide advice and counsel around that. And we found an interesting statistic that sort of justified things we're hearing from a lot of customers, which is, while everybody has a strategy of what do they get to the cloud, eight out of 10 customers are trying to think about the things they need to bring back. So, it's not just a one-way street, which tells you it's definitely not a destination if people are telling you, "Hey there's a few things I put in there "that may not be the best place for it." >> It's interesting, 'cause in general I'd agree with you. I think we've said it is more of an operating model and there's processes there. When I evaluate companies and analysts, a lot of time it's like, okay. But tell me where your positioning is, if I give you private cloud and public cloud, do you have a real heavy leaning one way or biased towards one or the other? Of course the big public cloud providers tend to lead that way even though most of them are shifting not just all public, but, even Amazon is getting deeper into what we do in private cloud. One of the things I like about Lenovo is, we are talking about hyper-scale, we are talking about HPC, we are talking about all the various pieces. So, in your portfolio of offering, you're selling solutions into the big 10 cloud guys. So, you're not only saying, well, no, public cloud's bad. You have a measured approach to how that looks and I think pragmatic as to how the customer's going to be. >> You're right. We do sell in the six as a top 10 public clouds in the world. Enormous volumes and all the things. So, we understand what it takes to do those environments well. But we also have this huge business. We sell to people on premise and they want to all move to public clouds and private cloud technology and hybrid and multi-cloud and I can give you 100 other acronyms. The challenge is, people just want to run their business and this is, not running my business. This is a cost of doing business. So, for me it's really around, how do we provide them simple ways to get there? And I think Lenovo, because of it's legacy-free heritage we don't have a big business tied up in the old way of doing things. We can be a much more simpler vendor to work with because, okay, you want to take that to the public cloud? I get it, it makes sense. I sell to them, they are my customers, so, I'm still okay. I'm not hung up that, "No, no, no. I really don't think "that's what you want to be doing." And then vice-versa, when they wanted to look at private cloud technologies or hybrid technologies or multi-cloud technologies. Again, I have multiple ways of supporting that because I'm not hung up on why you need to buy this much storage from me of exactly this kind, I'm there. We see way too many of our competitors have a story with their customers. It sounds really good when the executive talks to them but the Regional Sales Manager is going like, "No, no, no. You don't understand. "We got to sell this or I'm done." And, so what happens? They don't sell the new thing. >> One of the challenges customers have is, they tend to do multiple things. They start out with a simple idea but, new applications and different business units pull things together. So, they are looking for partners that can help keep them up-to-date as to what's happening and help them focus on the outcomes of their business, focus on the applications and help them try to keep up in an ever changing world. So, maybe give us a little bit as to how the portfolio view from Lenovo helps customers keep up. >> We look at the, call it the "On ramp to the cloud" People want to build up their private clouds and hybrid clouds from all the parts. They are well skilled, well capable or for whatever reason they decide to do that. So we have our portfolio of products that can support you to do that all the way from our ThinkSystem lines. All the building blocks and then working closely with partners like Red Hat and so on. You carry all the way through the continuum of true turnkey solutions. You had Naj and Rod on earlier and they were really talking about a turnkey solution that we've just recently brought out with Naj's company. But Microsoft's Azure and Azure stock is another example of a turnkey hybrid cloud. As Kirk mentioned in his keynote, four times our regular market share in that market, 'cause again, we're perfectly happy to sell that. And then the big software to find on Ramp are Nutanix and VMware and a bunch of others that people have. That's another on ramp to the cloud. It's again another place where we have a lot of growth and we've been growing at, we've doubled our share basically every year, year on year share comparison every quarter for the last six quarters. We're perfectly happy going at it in all three of those paths and it works very well for us. >> I want to get back to the idea, you just started by saying, customers at the end of the day just want to run their businesses. And they want things to be easy and intuitive. So how would you say that customers are thinking that way about the cloud, or is there this pressure of, "I got to get to the cloud, "I've got to have a cloud strategy." >> I think there is some of that, I got to get to the cloud 'cause it's in vogue and if I'm not getting into the cloud, my CEO's going to think that I'm-- >> I'm not cool. >> Well, worse than not cool, not competent. That's much worse. But I think we're seeing some moderation. What we're seeing now is people are becoming more mature in how they look at this, and there are things that a public cloud environment is outstanding at, there are things that it's not as well suited for. And likewise you're seeing that as people looking at private cloud technologies and the key there really is, one of the things that makes a cloud environment so attractive is, I focus much more on managing applications than I do on managing hardware. The hardware just kind of happens for me. I think if you really going to give people those private cloud environments to do that, it's the same thing. If you look at our CP solution, it's a great example of that. I dial in, or dial on, there's my age showing on, I just connect in, I assign how I want the systems allocated to my applications and the hardware just takes care of it. That's the cloud. >> One of the real challenging things for customers is, once they've modernized that platform, what about the applications on top of it? There's so much happening in the database world, you talk about cloud native applications, AI, IoT and edge solutions are spending a lot of time for companies. Can you talk a little bit about what you're hearing from customers and how Lenovo has positioned itself for-- >> I think this is why you are seeing some of that eight out of 10 coming near as a direction. If you've written for that kind of a world as the application, this is great for you. This is what you want. There are clearly a lot of legacy applications that weren't written with the cloud in mind. There was no cloud there. So they are much harder to deploy in that model. And so, those are becoming, call it, the more stubborn and obstinate part of the business. Now, that's still a great business for us to sell to and we're very happy to support customers and in many of those instances, it doesn't pay to redo it. But, there'll be a long, long tale of those kinds of applications where they are just not written with the cloud in mind. But anything new, generally is written with that kind of environment in mind. >> Okay, so are you saying the cloud native apps should run in public clouds, or? >> They'd run everywhere. A well written app will run private, public or hybrid. >> How about AI? We've been hearing a lot this year for infrastructure, for AI, how does Lenovo play there? >> The big challenge in AI is you have to sort of step back to its core principles. What's AI about? Well AI is about crunching a lot of numbers against a very large amount of data. So, it becomes much more about, where's the data than it is about the actual algorithm or computation. That can run on almost anything, but if it's not local to the data, you got a problem. So, that becomes more and more of how that problem's defined. So, if the data is something that I'm pumping into a certain data center, whether it's cloud based or my own then that's typically where that AI algorithm will run and if it's not, then I've got to figure out how to get the data to where I want it. >> Little bit of an over-simplification when you just say, there is usually some central place where you train but it needs to be out at the edge, where there's of course autonomy vehicles leading example-- >> Training is a very different problem than you'd call it inferencing, but basically I've learned how to recognize speech, that takes a lot of computation. To recognize it doesn't take that much. Learning is what takes all the effort. >> Well, I'm actually interested in the idea of recruiting and retaining the right kind of talent, and the kind of challenges you're having. This is as we've discussed a very fast-changing technology landscape. Are you able to find the right people? >> The biggest challenge in any technology industry and since every business is getting an IT component to it, it's becoming everyone's problem. And yes, if you want to tell your kids where to go to school in, this is the place. There's going to be lots of jobs for a long time. So, we face the same challenges everybody else faces in terms of recruiting the skills. A part of that is why having cloud as the deployment model is much better for you because it is a lesser skill than what's required to manage it and deal with it and the complexities of it are simpler. Underneath the coverage, you just need fewer people that really understand that. That helps your skill problem. >> In terms of the, last year at Lenovo Transform, you announced ThinkAgile. Can you talk a little about the portfolio of customers that you have developed and what you're seeing there? >> We made a very conscious decision last year when we announced. We collected all the brands together and it was a building block, it's ThinkSystem and if it's a integrated system or cloud solution, it's ThinkAgile. Particularly integrating it in our factory and deploy. And so, we announced that, we deployed it with ThinkAgile Advantage, which is a special service that goes with it, that makes it even easier to sort of deal with the changes and IT configurations. And we've been, since then been very pleased with the kind of ramp that we've managed to get out of all our solutions in that bucket. And people really buy the idea of, hey, I'd like to get to a point where, Lenovo will configure the thing in the factory including the rack, maybe all the cables, everything. It's literally wheeled in, it's plugged in, I change my password, and I'm up. Whereas, the old world was, it shows up in 53 boxes over the course of 10 days, then I spend two weeks trying to fit it all together, pray I connected it correctly and there you go. So, it's a totally different model. >> Peter, wonder if you can help us connect the dots on some of the edge and IoT pieces. A lot of people we look at and say, okay, you've got the Motorola phones out there, you've got PC division, but the Data Center Group, how much does the Data Center Group touch and interact with the consumer in edge and other devices? >> To me, there's multiple ways to look at IoT. And when you are Lenovo, you have our own view of it, just like every other company has. So, clearly the Internet of Things, we sell a lot of things. We're going to do a lot of Internet of Things. That's what the phone and our PC and smart devices and all that stuff is about. But, there's also a lot of, we call it all that data has to get processed by something. Guess who shows up when that happens, it's the Data Center Group. So we view that as, that's just an energy whether the rest of Lenovo had all those things or not, that's just good for our business. It's just going to lift us with it. But more importantly, having that insight into what's happening at the edge, with all those devices, what's happening is customers are looking at, okay, one of the big things is now I'm starting to see movement of some of the data center to the edge. They're moving the computation, the server needs out and closer to where they think where the data is generated. That's a big opportunity for us. That's a whole new thing, and it's not something that easily moves to the cloud, 'cause there's a reason why it moved closer to the data. So for us, it's a big opportunity and it's a huge one. So, when you look at Lenovo, we all have our individual business group's view of what this thing means to me if I wasn't in, been a business. And then we layer across that then, okay, but here's what I can do with that opportunity because I do know how to make all these things, or I do know how to do that and I do know how to do that. So, that's our huge, as Wai Wai calls it our third wave. That's our real next key win. >> So you are all thinking about how, as the data center evolves, where your businesses fit in? >> Right now the bulk of our business is clearly in that data center. I would expect over time, you'll see more and more happen as these pieces over the edge come together. >> Great. That's what we'll be talking about next year. >> Hopefully, yes absolutely. We have a lot of plans in place. I think you'll see a lot from us by this time next year. >> Yeah. But maybe give us a little bit view on that as, edge has been a very hot topic, what do you see as some of the impediments and what will happen faster as you talk about that change of view of data center and edge. >> The biggest impediment is, unlike a lot of other problems in IT, there is no formula. So, if I want to run a production system, I'm going to go see Oracle, or I'm going to go see SAP, or I'm going to see someone else like that, and, they've got lots of consultants and knowhow and boom, I just got to kind of pick between ways of doing it. When you're looking at big IoT solutions, there isn't one. Everything is, "Hmm what am I going to instrument? "Hmm, what am I going to get back as the information on that? "Hmm, how am I going to justify the ROI on this? "Hmm, how am I going to deploy this at scale, "because I don't know how to do that?" All of those are things that are going on. So, what we are finding as we work, we work with a lot of system integrators, people who help people understand proof of concepts and testing and studying. So we see certainly some areas, those 20 billion things that Wai Wai talked about by 2020. Those are going to places obviously, but businesses are really struggling with, how do I do this at scale, in my business? How do I drive that intelligent transformation? That I know I've got to do, 'cause if I don't do it my competitors are going to do it. And that's to me where our opportunity sits and why it's interesting to be at Lenovo in that kind of a context. >> Great, excellent. Well, Peter Hortensius, thank you so much for coming on theCUBE. We've had a great time. >> Thank you so much. >> I enjoyed it very much, we'll have to do this again. Thank you. >> Indeed, indeed. >> I'm Rebecca Knight, for Stu Miniman, that wraps up Lenovo Transform 2018. We hope to see you back here next time on theCUBE.

Published Date : Sep 13 2018

SUMMARY :

Covering, Lenovo Transform 2.0 brought to you by Lenovo. He is the Senior Vice President Data Center Group but it's my first time. And do you think of that as your perspective, the things they need to bring back. and I think pragmatic as to how the customer's going to be. and I can give you 100 other acronyms. One of the challenges customers have is, and hybrid clouds from all the parts. I want to get back to the idea, you just started by saying, and the key there really is, One of the real challenging things for customers is, I think this is why you are seeing A well written app will run private, public or hybrid. but if it's not local to the data, but basically I've learned how to recognize speech, and the kind of challenges you're having. and the complexities of it are simpler. that you have developed and what you're seeing there? that makes it even easier to sort of deal with the changes how much does the Data Center Group and it's not something that easily moves to the cloud, Right now the bulk of our business That's what we'll be talking about next year. We have a lot of plans in place. and what will happen faster as you talk about that and boom, I just got to kind of pick between ways of doing it. thank you so much for coming on theCUBE. I enjoyed it very much, we'll have to do this again. We hope to see you back here next time on theCUBE.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Rebecca KnightPERSON

0.99+

Peter HortensiusPERSON

0.99+

Stu MinimanPERSON

0.99+

AmazonORGANIZATION

0.99+

LenovoORGANIZATION

0.99+

KirkPERSON

0.99+

Data Center GroupORGANIZATION

0.99+

53 boxesQUANTITY

0.99+

MicrosoftORGANIZATION

0.99+

sixQUANTITY

0.99+

two weeksQUANTITY

0.99+

2020DATE

0.99+

OracleORGANIZATION

0.99+

New York CityLOCATION

0.99+

MotorolaORGANIZATION

0.99+

PeterPERSON

0.99+

10 daysQUANTITY

0.99+

next yearDATE

0.99+

last yearDATE

0.99+

eightQUANTITY

0.99+

first timeQUANTITY

0.99+

20 billionQUANTITY

0.99+

NutanixORGANIZATION

0.98+

OneQUANTITY

0.98+

Wai WaiPERSON

0.98+

10 customersQUANTITY

0.98+

Red HatORGANIZATION

0.98+

one-wayQUANTITY

0.98+

SAPORGANIZATION

0.97+

100 other acronymsQUANTITY

0.96+

day oneQUANTITY

0.96+

this yearDATE

0.96+

Lenovo TransformORGANIZATION

0.95+

10QUANTITY

0.95+

oneQUANTITY

0.95+

NajORGANIZATION

0.92+

third waveEVENT

0.9+

last six quartersDATE

0.86+

threeQUANTITY

0.85+

ThinkAgileTITLE

0.84+

ThinkSystemORGANIZATION

0.77+

VMwareORGANIZATION

0.76+

10 public cloudsQUANTITY

0.76+

ThinkAgile AdvantageTITLE

0.74+

10 cloudQUANTITY

0.71+

AzureTITLE

0.71+

2.0TITLE

0.58+

RodORGANIZATION

0.54+

2018DATE

0.52+

TransformEVENT

0.47+

LenovoTITLE

0.43+

ThinkSystemTITLE

0.43+

LenovoEVENT

0.42+

Transform 2018EVENT

0.36+

TransformCOMMERCIAL_ITEM

0.25+

VMworld Day 1 General Session | VMworld 2018


 

For Las Vegas, it's the cube covering vm world 2018, brought to you by vm ware and its ecosystem partners. Ladies and gentlemen, Vm ware would like to thank it's global diamond sponsors and it's platinum sponsors for vm world 2018 with over 125,000 members globally. The vm ware User Group connects via vmware customers, partners and employees to vm ware, information resources, knowledge sharing, and networking. To learn more, visit the [inaudible] booth in the solutions exchange or the hemoglobin gene vm village become a part of the community today. This presentation includes forward looking statements that are subject to risks and uncertainties. Actual results may differ materially as a result of various risk factors including those described in the 10 k's 10 q's and k's vm ware. Files with the SEC. Ladies and Gentlemen, please welcome Pat Gelsinger. Welcome to vm world. Good morning. Let's try that again. Good morning and I'll just say it is great to be here with you today. I'm excited about the sixth year of being CEO. When it was on this stage six years ago were Paul Maritz handed me the clicker and that's the last he was seen. We have 20,000 plus here on site in Vegas and uh, you know, on behalf of everyone at Vm ware, you know, we're just thrilled that you would be with us and it's a joy and a thrill to be able to lead such a community. We have a lot to share with you today and we really think about it as a community. You know, it's my 23,000 plus employees, the souls that I'm responsible for, but it's our partners, the thousands and we kicked off our partner day yesterday, but most importantly, the vm ware community is centered on you. You know, we're very aware of this event would be nothing without you and our community and the role that we play at vm wares to build these cool breakthrough innovations that enable you to do incredible things. You're the ones who take our stuff and do amazing things. You altogether. We have truly changed the world over the last two decades and it is two decades. You know, it's our anniversary in 1998, the five people that started a vm ware, right. You know, it was, it was exactly 20 years ago and we're just thrilled and I was thinking about this over the weekend and it struck me, you know, anniversary, that's like old people, you know, we're here, we're having our birthday and it's a party, right? We can't have a drink yet, but next year. Yeah. We're 20 years old. Right. We can do that now. And I'll just say the culture of this community is something that truly is amazing and in my 38 years, 38 years in tech, that sort of sounds like I'm getting old or something, but the passion, the loyalty, almost a cult like behavior that we see in this team of people to us is simply thrilling. And you know, we put together a little video to sort of summarize the 20 years and some of that history and some of the unique and quirky aspects of our culture. Let's watch that now. We knew we had something unique and then we demonstrated that what was unique was also some reasons that we love vm ware, you know, like the community out there. So great. The technology I love it. Ware is solid and much needed. Literally. I do love Vmr. It's awesome. Super Awesome. Pardon? There's always someone that wants to listen and learn from us and we've learned so much from them as well. And we reached out to vm ware to help us start building. What's that future world look like? Since we're doing really cutting edge stuff, there's really no better people to call and Bmr has been known for continuous innovation. There's no better way to learn how to do new things in it than being with a company that's at the forefront of technology. What do you think? Don't you love that commitment? Hey Ashley, you know, but in the prep sessions for this, I thought, boy, what can I do to take my commitment to the next level? And uh, so, uh, you know, coming in a couple days early, I went to down the street to bad ass tattoo. So it's time for all of us to take our commitment up level and sometimes what happens in Vegas, you take home. Thank you. Vm Ware has had this unique role in the industry over these 20 years, you know, and for that we've seen just incredible things that have happened over this period of time and it's truly extraordinary what we've accomplished together. And you know, as we think back, you know, what vm ware has uniquely been able to do is I'll say bridge across know and we've seen time and again that we see these areas of innovation emerging and rapidly move forward. But then as they become utilized by our customers, they create this natural tension of what business wants us flexibility to use across these silos of innovation. And from the start of our history, we have collectively had this uncanny ability to bridge across these cycles of innovation. You know, an act one was clearly the server generation. You know, it may seem a little bit, uh, ancient memory now, but you remember you used to walk into your data center and it looked like the loove the museum of it passed right? You know, and you had your old p series and your z series in your sparks and your pas and your x86 cluster and Yo, it had to decide, well, which architecture or am I going to deploy and run this on? And we bridged across and that was the magic of Esx. You don't want to just changed the industry when that occurred. And I sort of called the early days of Esx and vsphere. It was like the intelligence test. If you weren't using it, you fail because Yup. Servers, 10 servers become one months, become minutes. I still have people today who come up to me and they reflect on their first experience of vsphere or be motion and it was like a holy moment in their life and in their careers. Amazing and act to the Byo d, You know, can we bridge across these devices and users wanted to be able to come in and say, I have my device and I'm productive on it. I don't want to be forced to use the corporate standard. And maybe more than anything was the power of the iphone that was introduced, the two, seven, and suddenly every employee said this is exciting and compelling. I want to use it so I can be more productive when I'm here. Bye. Jody was the rage and again it was a tough challenge and once again vm ware helped to bridge across the surmountable challenge. And clearly our workspace one community today is clearly bridging across these silos and not just about managing devices but truly enabling employee engagement and productivity. Maybe act three was the network and you know, we think about the network, you know, for 30 years we were bound to this physical view of what the network would be an in that network. We are bound to specific protocols. We had to wait months for network upgrades and firewall rules. Once every two weeks we'd upgrade them. If you had a new application that needed a firewall rule, sorry, you know, come back next month we'll put, you know, deep frustration among developers and ceos. Everyone was ready to break the chains. And that's exactly what we did. An NSX and Nice Sierra. The day we acquired it, Cisco stock drops and the industry realizes the networking has changed in a fundamental way. It will never be the same again. Maybe act for was this idea of cloud migration. And if we were here three years ago, it was student body, right to the public cloud. Everything is going there. And I remember I was meeting with a cio of federal cio and he comes up to me and he says, I tried for the last two years to replatform my 200 applications I got to done, you know, and all of a sudden that was this. How do I do cloud migration and the effective and powerful way. Once again, we bridged across, we brought these two worlds together and eliminated this, uh, you know, this gap between private and public cloud. And we'll talk a lot more about that today. You know, maybe our next act is what we'll call the multicloud era. You know, because today in a recent survey by Deloitte said that the average business today is using eight public clouds and expected to become 10 plus public clouds. And you know, as you're managing different tools, different teams, different architectures, those solution, how do you, again bridge across, and this is what we will do in the multicloud era, we will help our community to bridge across and take advantage of these powerful cycles of innovation that are going on, but be able to use them across a consistent infrastructure and operational environment. And we'll have a lot more to talk about on this topic today. You know, and maybe the last item to bridge across maybe the most important, you know, people who are profit. You know, too often we think about this as an either or question. And as a business leader, I'm are worried about the people or the And Milton Friedman probably set us up for this issue decades ago when he said, planet, right? the sole purpose of a business is to make profits. You want to create a multi-decade dilemma, right? For business leaders, could I have both people and profits? Could I do well and do good? And particularly for technology, I think we don't have a choice to think about these separately. We are permeating every aspect of business. And Society, we have the responsibility to do both and have all the things that vm ware has accomplished. I think this might be the one that I'm most proud of over, you know, w we have demonstrated by vsphere and the hypervisor alone that we have saved over 540 million tons of co two emissions. That is what you have done. Can you believe that? Five hundred 40 million tons is enough to have 68 percent of all households for a year. Wow. Thank you for what you have done. Thank you. Or another translation of that. Is that safe enough to drive a trillion miles and the average car or you could go to and from Jupiter just in case that was in your itinerary a thousand times. Right? He was just incredible. What we have done and as a result of that, and I'll say we were thrilled to accept this recognition on behalf of you and what you have done. You know, vm were recognized as number 17 in the fortune. Change the world list last week. And we really view it as accepting this honor on behalf of what you have done with our products and technology tech as a force for good. We believe that fundamentally that is our opportunity, if not our obligation, you know, fundamentally tech is neutral, you know, we together must shape it for good. You know, the printing press by Gutenberg in 1440, right? It was used to create mass education and learning materials also can be used for extremist propaganda. The technology itself is neutral. Our ecosystem has a critical role to play in shaping technology as a force for good. You know, and as we think about that tomorrow, we'll have a opportunity to have a very special guest and I really encourage you to be here, be on time tomorrow morning on the stage and you know, Sanjay's a session, we'll have Malala, Nobel Peace Prize winner and fourth will be a bit of extra security as you come in and you understand that. And I just encourage you not to be late because we see this tech being a force for good in everything that we do at vm ware. And I hope you'll enjoy, I'm quite looking forward to the session tomorrow. Now as we think about the future. I like to put it in this context, the superpowers of tech know and you know, 38 years in the industry, you know, I am so excited because I think everything that we've done over the last four decades is creating a foundation that allows us to do more and go faster together. We're unlocking game, changing opportunities that have not been available to any people in the history of humanity. And we have these opportunities now and I, and I think about these four cloud, you have unimaginable scale. You'll literally with your Amex card, you can go rent, you know, 10,000 cores for $100 per hour. Or if you have Michael's am ex card, we can rent a million cores for $10,000 an hour. Thanks Michael. But we also know that we're in many ways just getting started and we have tremendous issues to bridge across and compatible clouds, mobile unprecedented scale. Literally, your application can reach half the humans on the planet today. But we also know that five percent, the lowest five percent of humanity or the other half of humanity, they're still in the lower income brackets, less than five percent penetrated. And we know that we have customer examples that are using mobile phones to raise impoverished farmers in Africa, out of poverty just by having a smart phone with proper crop, the information field and whether a guidance that one tool alone lifting them out of poverty. Ai knows, you know, I really love the topic of ai in 1986. I'm the chief architect of the 80 46. Some of you remember what that was. Yeah, I, you know, you're, you're my folk, right? Right. And for those of you who don't, it was a real important chip at the time. And my marketing manager comes running into my office and he says, Pat, pat, we must make the 46 a great ai chip. This is 1986. What happened? Nothing an AI is today, a 30 year overnight success because the algorithms, the data have gotten so much bigger that we can produce results, that we can bring intelligence to everything. And we're seeing dramatic breakthroughs in areas like healthcare, radiology, you know, new drugs, diagnosis tools, and designer treatments. We're just scratching the surface, but ai has so many gaps, yet we don't even in many cases know why it works. Right? And we'll call that explainable ai and edge and Iot. We're connecting the physical and the digital worlds was never before possible. We're bridging technology into every dimension of human progress. And today we're largely hooking up things, right? We have so much to do yet to make them intelligent. Network secured, automated, the patch, bringing world class it to Iot, but it's not just that these are super powers. We really see that each and each one of them is a super power in and have their own right, but they're making each other more powerful as well. Cloud enables mobile conductivity. Mobile creates more data, more data makes the AI better. Ai Enables more edge use cases and more edge requires more cloud to store the data and do the computing right? They're reinforcing each other. And with that, we know that we are speeding up and these superpowers are reshaping every aspect of society from healthcare to education, the transportation, financial institutions. This is how it all comes together. Now, just a simple example, how many of you have ever worn a hardhat? Yeah, Yo. Pretty boring thing. And it has one purpose, right? You know, keep things from smacking me in the here's the modern hardhat. It's a complete heads up display with ar head. Well, vr capabilities that give the worker safety or workers or factory workers or supply people the ability to see through walls to understand what's going on inside of the equipment. I always wondered when I was a kid to have x Ray Vision, you know, some of my thoughts weren't good about why I wanted it, but you know, I wanted to. Well now you can have it, you know, but imagine in this environment, the complex application that sits behind it. You know, you're accessing maybe 50 year old building plants, right? You're accessing HVAC systems, but modern ar and vr capabilities and new containerized displays. You'll think about that application. You know, John Gage famously said the network is the computer pat today says the application is now a network and pretty typically a complicated one, you know, and this is the vm ware vision is to make that kind of environment realizable in every aspect of our business and community and we simply have been on this journey, any device, any application, any cloud with intrinsic security. And this vision has been consistent for those of you who have been joining us for a number of years. You've seen this picture, but it's been slowly evolving as we've worked in piece by piece to refine and extend this vision, you know, and for it, we're going to walk through and use this as the compass for our discussion today as we walk through our conversation. And you know, we're going to start by a focus on any cloud. And as we think about this cloud topic, you know, we see it as a multicloud world hybrid cloud, public cloud, but increasingly seeing edge and telco becoming clouds in and have their own right. And we're not gonna spend time on it today, but this area of Telco to the is an enormous opportunity for us in our community. You know, data centers and cloud today are over 80 percent virtualized. The Telco network is less than 10 percent virtualized. Wow. An industry that's almost as big as our industry entirely unvirtualized, although the technologies we've created here can be applied over here and Telco and we have an enormous buildout coming with five g and environments emerging. What an opportunity for us, a virgin market right next to us and we're getting some early mega winds in this area using the technologies that you have helped us cure rate than the So we're quite excited about this topic area as well. market. So let's look at this full view of the multicloud. Any cloud journey. And we see that businesses are on a multicloud journey, you know, and today we see this fundamentally in these two paths, a hybrid cloud and a public cloud. And these paths are complimentary and coexisting, but today, each is being driven by unique requirements and unique teams. Largely the hybrid cloud is being driven by it. And operations, the public cloud being driven more by developers and line of business requirements and as some multicloud environment. So how do we deliver upon that and for that, let's start by digging in on the hybrid cloud aspect of this and as we think about the hybrid cloud, we've been talking about this subject for a number of years and I want to give a very specific and crisp definition. You're the hybrid cloud is the public cloud and the private cloud cooperating with consistent infrastructure and consistent operations simply put seamless path to and from the cloud that my workloads don't care if it's here or there. I'm able to run them in a agile, scalable, flexible, efficient manner across those two environments, whether it's my data center or someone else's, I can bring them together to make that work is the magic of the Vm ware Cloud Foundation. The vm ware Cloud Foundation brings together computer vsphere and the core of why we are here, but combines with that networking storage delivered through a layer of management and automation. The rule of the cloud is ruthlessly automate everything. We laid out this vision of the software defined data center seven years ago and we've been steadfastly working on this vision and vm ware. Cloud Foundation provides this consistent infrastructure and operations with integrated lifecycle management automation. Patching the m ware cloud foundation is the simplest path to the hybrid cloud and the fastest way to get vm ware cloud foundation is hyperconverged infrastructure, you know, and with this we've combined integrated then validated hardware and as a building block inside of this we have validated hardware, the v Sand ready environments. We have integrated appliances and cloud delivered infrastructure, three ways that we deliver that integrate integrated hyperconverged infrastructure solution. And we have by far the broadest ecosystem of partners to do it. A broad set of the sand ready nodes from essentially everybody in the industry. Secondly, we have integrated appliances, the extract of vxrail that we have co engineered with our partners at Dell technology and today in fact Dell is releasing the power edge servers, a major step in blade servers that again are going to be powering vxrail and vxrack systems and we deliver hyperconverged infrastructure through a broader set of Vm ware cloud partners as well. At the heart of the hyperconverged infrastructure is v San and simply put, you know, be San has been the engine that's just been moving rapidly to take over the entire integration of compute and storage and expand to more and more areas. We have incredible momentum over 15,000 customers for v San Today and for those of you who joined us, we say thank you for what you have done with this product today. Really amazing you with 50 percent of the global 2000 using it know vm ware. V San Vxrail are clearly becoming the standard for how hyperconverge is done in the industry. Our cloud partner programs over 500 cloud partners are using ulv sand in their solution, you know, and finally the largest in Hci software revenue. Simply put the sand is the software defined storage technology of choice for the industry and we're seeing that customers are putting this to work in amazing ways. Vm Ware and Dell technologies believe in tech as a force for good and that it can have a major impact on the quality of life for every human on the planet and particularly for the most underdeveloped parts of the world. Those that live on less than $2 per day. In fact that this moment 5 billion people worldwide do not have access to modern affordable surgery. Mercy ships is working hard to change the global surgery crisis with greater than 400 volunteers. Mercy ships operates the largest NGO hospital ship delivering free medical care to the poorest of the poor in Africa. Let's see from them now. When the ship shows up to port, literally people line up for days to receive state of the art life, sane changing life saving surgeries, tumor site limbs, disease blindness, birth defects, but not only that, the personnel are educating and training the local healthcare providers with new skills and infrastructure so they can care for their own. After the ship has left, mercy ships runs on Vm ware, a dell technology with VX rail, Dell Isilon data protection. We are the it platform for mercy ships. Mercy ships is now building their next generation ship called global mercy, which were more than double. It's lifesaving capacity. It's the largest charity hospital ever. It will go live in 20 slash 20 serving Africa and I personally plan on being there for its launch. It is truly amazing what they are doing with our technology. Thanks. So we see this picture of the hybrid cloud. We've talked about how we do that for the private cloud. So let's look over at the public cloud and let's dig into this a little bit more deeply. You know, we're taking this incredible power of the Vm ware Cloud Foundation and making it available for the leading cloud providers in the world and with that, the partnership that we announced almost two years ago with Amazon and on the stage last year, we announced their first generation of products, no better example of the hybrid cloud. And for that it's my pleasure to bring to stage my friend, my partner, the CEO of aws. Please welcome Andy Jassy. Thank you andy. You know, you honor us with your presence, you know, and it really is a pleasure to be able to come in front of this audience and talk about what our teams have accomplished together over the last, uh, year. Yo, can you give us some perspective on that, Andy and what customers are doing with it? Well, first of all, thanks for having me. I really appreciate it. It's great to be here with all of you. Uh, you know, the offering that we have together customers because it allows them to use the same software they've been using to again, where cloud and aws is very appealing to manage their infrastructure for years to be able to deploy it an aws and we see a lot of customer momentum and a lot of customers using it. You see it in every imaginable vertical business segment in transportation. You see it with stagecoach and media and entertainment. You see it with discovery communications in education, Mit and Caltech and consulting and accenture and cognizant and dxc you see in every imaginable vertical business segment and the number of customers using the offering is doubling every quarter. So people were really excited about it and I think that probably the number one use case we see so far, although there are a lot of them, is customers who are looking to migrate on premises applications to the cloud. And a good example of that is mit. We're there right now in the process of migrating. In fact, they just did migrate 3000 vms from their data centers to Vm ware cloud native us. And this would have taken years before to do in the past, but they did it in just three months. It was really spectacular and they're just a fun company to work with and the team there. But we're also seeing other use cases as well. And you're probably the second most common example is we'll say on demand capabilities for things like disaster recovery. We have great examples of customers you that one in particular, his brakes, right? Urban in those. The brings security trucks and they all armored trucks coming by and they had a critical need to retire a secondary data center that they were using, you know, for Dr. so we quickly built to Dr Protection Environment for $600. Bdms know they migrated their mission critical workloads and Wallah stable and consistent Dr and now they're eliminating that site and looking for other migrations as well. The rate of 10 to 15 percent. It was just a great deal. One of the things I believe Andy, he'll customers should never spend capital, uh, Dr ever again with this kind of capability in place. That is just that game changing, you know, and you know, obviously we've been working on expanding our reach, you know, we promised to make the service available a year ago with the global footprint of Amazon and now we've delivered on that promise and in fact today or yesterday if you're an ozzie right down under, we announced in Sydney, uh, as well. And uh, now we're in US Europe and in APJ. Yeah. It's really, I mean it's very exciting. Of course Australia is one of the most virtualized places in the world and, and it's pretty remarkable how fast European customers have started using the offering to and just the quarter that's been out there and probably have the many requests customers has had. And you've had a, probably the number one request has been that we make the offering available in all the regions. The aws has regions and I can tell you by the end of 2019 will largely be there including with golf clubs and golf clap. You guys have been, that's been huge for you guys. Yeah. It's a government only region that we have that a lot of federal government workloads live in and we are pretty close together having the offering a fedramp authority to operate, which is a big deal on a game changer for governments because then there'll be able to use the familiar tools they use and vm ware not just to run their workloads on premises but also in the cloud as well with the data privacy requirements, security requirements they need. So it's a real game changer for government too. Yeah. And this you can see by the picture here basically before the end of next year, everywhere that you are and have an availability zone. We're going to be there running on data. Yup. Yeah. Let's get with it. Okay. We're a team go faster. Okay. You'll and you know, it's not just making it available, but this pace of innovation and you know, you guys have really taught us a few things in this respect and since we went live in the Oregon region, you know, we've been on a quarterly cadence of major releases and two was really about mission critical at scale and we added our second region. We added our hybrid cloud extension with m three. We moved the global rollout and we launched in Europe with m four. We really add a lot of these mission critical governance aspects started to attack all of the industry certifications and today we're announcing and five right. And uh, you know, with that, uh, I think we have this little cool thing you know, two of the most important priorities for that we're doing with ebs and storage. Yeah, we'll take, customers, our cost and performance. And so we have a couple of things to talk about today that we're bringing to you that I think hit both of those on a storage side. We've combined the elasticity of Amazon Elastic Block store or ebs with ware is Va v San and we've provided now a storage option that you'll be able to use that as much. It's very high capacity and much more cost effective and you'll start to see this initially on the Vm ware cloud. Native us are five instances which are compute instances, their memory optimized and so this will change the cost equation. You'll be able to use ebs by default and it'll be much more cost effective for storage or memory intensive workloads. Um, it's something that you guys have asked for. It's been very frequently requested it, it hits preview today. And then the other thing is that we've worked really hard together to integrate vm ware's Nsx along with aws direct neck to have a private even higher performance conductivity between on premises and the cloud. So very, very exciting new capabilities to show deep integration between the companies. Yeah. You know, in that aspect of the deep integration. So it's really been the thing that we committed to, you know, we have large engineering teams that are working literally every day. Right on bringing together and how do we fuse these platforms together at a deep and intimate way so that we can deliver new services just like elastic drs and the c and ebs really powerful, uh, capabilities and that pace of innovation continue. So next maybe. Um, maybe six. I don't know. We'll see. All right. You know, but we're continuing this toward pace of innovation, you know, completing all of the capabilities of Nsx. You'll full integration for all of the direct connect to capabilities. Really expanding that. You're only improving licensed capabilities on the platform. We'll be adding pks on top of for expanded developer a capabilities. So just. Oh, thank you. I, I think that was formerly known as Right, and y'all were continuing this pace of storage Chad. So anyway. innovation going forward, but I think we also have a few other things to talk about today. Andy. Yeah, I think we have some news that hopefully people here will be pretty excited about. We know we have a pretty big database business and aws and it's. It's both on the relational and on the nonrelational side and the business is billions of dollars in revenue for us and on the relational side. We have a service called Amazon relational database service or Amazon rds that we have hundreds of thousands of customers using because it makes it much easier for them to set up, operate and scale their databases and so many companies now are operating in hybrid mode and will be for a while and a lot of those customers have asked us, can you give us the ease of manageability of those databases but on premises. And so we talked about it and we thought about and we work with our partners at Vm ware and I'm excited to announce today, right now Amazon rds on Vm ware and so that will bring all the capabilities of Amazon rds to vm ware's customers for their on premises environments. And so what you'll be able to do is you'll be able to provision databases. You'll be able to scale the compute or the memory or the storage for those database instances. You'll be able to patch the operating system or database engines. You'll be able to create, read replicas to scale your database reads and you can deploy this rep because either on premises or an aws, you'll be able to deploy and high high availability configuration by replicating the data to different vm ware clusters. You'll be able to create online backups that either live on premises or an aws and then you'll be able to take all those databases and if you eventually want to move them to aws, you'll be able to do so rather easily. You have a pretty smooth path. This is going to be available in a few months. It will be available on Oracle sql server, sql postgresql and Maria DB. I think it's very exciting for our customers and I think it's also a good example of where we're continuing to deepen the partnership and listen to what customers want and then innovate on their behalf. Absolutely. Thank you andy. It is thrilling to see this and as we said, when we began the partnership, it was a deep integration of our offerings and our go to market, but also building this bi-directional hybrid highway to give customers the capabilities where they wanted cloud on premise, on premise to the cloud. It really is a unique partnership that we've built, the momentum we're feeling to our customer base and the cool innovations that we're doing. Andy, thank you so much for you Jordan Young, rural 20th. You guys appreciate it. Yeah, we really have just seen incredible momentum and as you might have heard from our earnings call that we just finished this. We finished the last quarter. We just really saw customer momentum here. Accelerating. Really exciting to see how customers are starting to really do the hybrid cloud at scale and with this we're just seeing that this vm ware cloud foundation available on Amazon available on premise. Very powerful, but it's not just the partnership with Amazon. We are thrilled to see the momentum of our Vm ware cloud provider program and this idea of the vm ware cloud providers has continued to gain momentum in the industry and go over five years. Right. This program has now accumulated more than 4,200 cloud partners in over 120 countries around the globe. It gives you choice, your local provider specialty offerings, some of your local trusted partners that you would have in giving you the greatest flexibility to choose from and cloud providers that meet your unique business requirements. And we launched last year a program called Vm ware cloud verified and this was saying you're the most complete embodiment of the Vm ware Cloud Foundation offering by our cloud partners in this program and this logo you know, allows you to that this provider has achieved the highest standard for cloud infrastructure and that you can scale and deliver your hybrid cloud and partnering with them. It know a particular. We've been thrilled to see the momentum that we've had with IBM as a huge partner and our business with them has grown extraordinarily rapidly and triple digits, but not just the customer count, which is now over 1700, but also in the depth of customers moving large portions of the workload. And as you see by the picture, we're very proud of the scope of our partnerships in a global basis. The highest standard of hybrid cloud for you, the Vm ware cloud verified partners. Now when we come back to this picture, you know we, you know, we're, we're growing in our definition of what the hybrid cloud means and through Vm Ware Cloud Foundation, we've been able to unify the private and the public cloud together as never before, but we're also seeing that many of you are interested in how do I extend that infrastructure further and farther and will simply call that the edge right? And how do we move data closer to where? How do we move data center resources and capacity closer to where the data's being generated at the operations need to be performed? Simply the edge and we'll dig into that a little bit more, but as we do that, what are the things that we offer today with what we just talked about with Amazon and our VCP p partners is that they can consume as a service this full vm ware Cloud Foundation, but today we're only offering that in the public cloud until project dimension of project dimension allows us to extend delivered as a service, private, public, and to the edge. Today we're announcing the tech preview, a project dimension Vm ware cloud foundation in a hyperconverged appliance. We're partnered deeply with Dell EMC, Lenovo for the first partners to bring this to the marketplace, built on that same proven infrastructure, a hybrid cloud control plane, so literally just like we're managing the Vm ware cloud today, we're able to do that for your on premise. You're small or remote office or your edge infrastructure through that exact same as a service management and control plane, a complete vm ware operated end to end environment. This is project dimension. Taking the vcf stack, the full vm ware cloud foundation stack, making an available in the cloud to the edge and on premise as well, a powerful solution operated by BM ware. This project dimension and project dimension allows us to have a fundamental building block in our approach to making customers even more agile, flexible, scalable, and a key component of our strategy as well. So let's click into that edge a little bit more and we think about the edge in the following layers, the compute edge, how do we get the data and operations and applications closer to where they need to be. If you remember last year I talked about this pendulum swinging of centralization and decentralization edge is a decentralization force. We're also excited that we're moving the edge of the devices as well and we're doing that in two ways. One with workspace, one for human optimized devices and the second is project pulse or Vm ware pulse. And today we're announcing pulse two point zero where you can consume it now as a service as well as with integrated security. And we've now scaled pulse to support 500 million devices. Isn't that incredible, right? I mean this is getting a scale. Billions and billions and finally networking is a key component. You all that. We're stretching the networking platform, right? And evolving how that edge operates in a more cloud and that's a service white and this is where Nsx St with Velo cloud is such a key component of delivering the edge of network services as well. Taken together the device side, the compute edge and rethinking and evolving the networking layer together is the vm ware edge strategy summary. We see businesses are on this multicloud journey, right? How do we then do that for their private of public coming together, the hybrid cloud, but they're also on a journey for how they work and operate it across the public cloud and the public cloud we have this torrid innovation, you'll want Andy's here, challenges. You know, he's announcing 1500 new services or were extraordinary innovation and you'll same for azure or Google Ibm cloud, but it also creates the same complexity as we said. Businesses are using multiple public clouds and how do I operate them? How do I make them work? You know, how do I keep track of my accounts and users that creates a set of cloud operations problems as well in the complexity of doing that. How do you make it work? Right? And your for that. We'll just see that there's this idea cloud cost compliance, analytics as these common themes that of, you know, keep coming up and we're seeing in our customers that are new role is emerging. The cloud operations role. You're the person who's figuring out how to make these multicloud environments work and keep track of who's using what and which data is landing where today I'm thrilled to tell you that the, um, where is acquiring the leader in this space? Cloudhealth technologies. Thank you. Cloudhealth technologies supports today, Amazon, azure and Google. They have some 3,500 customers, some of the largest and most respected brands in the, as a service industry. And Sasa business today rapidly span expanding feature sets. We will take cloudhealth and we're going to make it a fundamental platform and branded offering from the um, where we will add many of the other vm ware components into this platform, such as our wavefront analytics, our cloud, choreo compliance, and many of the other vm ware products will become part of the cloudhealth suite of services. We will be enabling that through our enterprise channels as well as through our MSP and BCPP partners as well know. Simply put, we will make cloudhealth the cloud operations platform of choice for the industry. I'm thrilled today to have Joe Consella, the CTO and founder. Joe, please stand up. Thank you joe to your team of a couple hundred, you know, mostly in Boston. Welcome to the Vm ware family, the Vm ware community. It is a thrill to have you part of our team. Thank you joe. Thank you. We're also announcing today, and you can think of this, much like we had v realize operations and v realize automation, the compliment to the cloudhealth operations, vm ware, cloud automation, and some of you might've heard of this in the past, this project tango. Well, today we're announcing the initial availability of Vm ware, cloud automation, assemble, manage complex applications, automate their provisioning and cloud services, and manage them through a brokerage the initial availability of cloud automation services, service. Your today, the acquisition of cloudhealth as a platform, the aware of the most complete set of multicloud management tools in the industry, and we're going to do so much more so we've seen this picture of this multicloud journey that our customers are on and you know, we're working hard to say we are going to bridge across these worlds of innovation, the multicloud world. We're doing many other things. You're gonna hear a lot at the show today about this year. We're also giving the tech preview of the Vm ware cloud marketplace for our partners and customers. Also today, Dell technologies is announcing their cloud marketplace to provide a self service, a portfolio of a Dell emc technologies. We're fundamentally in a unique position to accelerate your multicloud journey. So we've built out this any cloud piece, but right in the middle of that any cloud is the network. And when we think about the network, we're just so excited about what we have done and what we're seeing in the industry. So let's click into this a little bit further. We've gotten a lot done over the last five years. Networking. Look at these numbers. 80 million switch ports have been shipped. We are now 10 x larger than number two and software defined networking. We have over 7,500 customers running on Nsx and maybe the stat that I'm most proud of is 82 percent of the fortune 100 has now adopted nsx. You have made nsx these standard and software defined networking. Thank you very much. Thank you. When we think about this journey that we're on, we started. You're saying, Hey, we've got to break the chains inside of the data center as we said. And then Nsx became the software defined networking platform. We started to do it through our cloud provider partners. Ibm made a huge commitment to partner with us and deliver this to their customers. We then said, boy, we're going to make a fundamental to all of our cloud services including aws. We built this bridge called the hybrid cloud extension. We said we're going to build it natively into what we're doing with Telcos, with Azure and Amazon as a service. We acquired the St Wagon, right, and a Velo cloud at the hottest product of Vm ware's portfolio today. The opportunity to fundamentally transform branch and wide area networking and we're extending it to the edge. You're literally, the world has become this complex network. We have seen the world go from the old defined by rigid boundaries, simply put in a distributed world. Hardware cannot possibly work. We're empowering customers to secure their applications and the data regardless of where they sit and when we think of the virtual cloud network, we say it's these three fundamental things, a cloud centric networking fabric with intrinsic security and all of it delivered in software. The world is moving from data centers to centers of data and they need to be connected and Nsx is the way that we will do that. So you'll be aware of is well known for this idea of talking but also showing. So no vm world keynote is okay without great demonstrations of it because you shouldn't believe me only what we can actually show and to do that know I'm going to have our CTL come onstage and CTL y'all. I used to be a cto and the CTO is the certified smart guy. He's also known as the chief talking officer and today he's my demo partner. Please walk, um, Vm ware, cto ray to the stage. Right morning pat. How you doing? Oh, it's great ray, and thanks so much for joining us. Know I promised that we're going to show off some pretty cool stuff here. We've covered a lot already, but are you up to the task? We're going to try and run through a lot of demos. We're going to do it fast and you're going to have to keep me on time to ask an awkward question. Slow me down. Okay. That's my fault if you run along. Okay, I got it. I got it. Let's jump right in here. So I'm a CTO. I get to meet lots of customers that. A few weeks ago I met a cio of a large distribution company and she described her it infrastructure as consisting of a number of data centers troll to us, which he also spoke of a large number of warehouses globally, and each of these had local hyperconverged compute and storage, primarily running surveillance and warehouse management applications, and she pulls me four questions. The first question she asked me, she says, how do I migrate one of these data centers to Vm ware cloud on aws? I want to get out of one of these data centers. Okay. Sounds like something andy and I were just talking exactly, exactly what you just spoke to a few moments ago. She also wanted to simplify the management of the infrastructure in the warehouse as themselves. Okay. He's age and smaller data centers that you've had out there. Her application at the warehouses that needed to run locally, butter developers wanted to develop using cloud infrastructure. Cloud API is a little bit late. The rds we spoken with her in. Her final question was looking to the future, make all this complicated management go away. I want to be able to focus on my application, so that's what my business is about. So give me some new ways of how to automate all of this infrastructure from the edge to the cloud. Sounds pretty clear. Can we do it? Yes we can. So we're going to dive right in right now into one of these demos. And the first demo we're going to look at it is vm ware cloud on aws. This is the best solution for accelerating this public cloud journey. So can we start the demo please? So what you were looking at here is one of those data centers and you should be familiar with this product. It's a familiar vsphere client. You see it's got a bunch of virtual machines running in there. These are the virtual machines that we now want to be able to migrate and move the VMC on aws. So we're going to go through that migration right now. And to do that we use a product that you've seen already atx, however it's the x has been, has got some new cool features since the last time we download it. Probably on this stage here last year, I wanted those in particular is how do we do bulk migration and there's a new cool thing, right? Whole thing we want to move the data center en mass and his concept here is cloud motion with vsphere replication. What this does is it replicates the underlying storage of the virtual machines using vsphere replication. So if and when you want to now do the final migration, it actually becomes a vmotion. So this is what you see going on right here. The replication is in place. Now when you want to touch you move those virtual machines. What you'll do is a vmotion and the key thing to think about here is this is an actual vmotion. Those the ends as room as they're moving a hustler, migrating remained life just as you would in a v motion across one particular infrastructure. Did you feel complete application or data center migration with no dying town? It's a Standard v motion kind of appearance. Wow. That is really impressive. That's correct. Wow. You. So one of the other things we want to talk about here is as we are moving these virtual machines from the on prem infrastructure to the VMC on aws infrastructure, unfortunately when we set up the cloud on VMC and aws, we only set up for hosts, uh, that might not be, that'd be enough because she is going to move the whole infrastructure of that this was something you guys, you and Andy referred to briefly data center. Now, earlier, this concept of elastic drs. what elastic drs does, it allows the VMC on aws to react to the workloads as they're being created and pulled in onto that infrastructure and automatically pull in new hosts into the VMC infrastructure along the way. So what you're seeing here is essentially the MC growing the infrastructure to meet the needs of the workloads themselves. Very cool. So overseeing that elastic drs. we also see the ebs capabilities as well. Again, you guys spoke about this too. This is the ability to be able to take the huge amount of stories that Amazon have, an ebs and then front that by visa you get the same experience of v Sign, but you get this enormous amount of storage capabilities behind it. Wow. That's incredible. That's incredible. I'm excited about this. This is going to enable customers to migrate faster and larger than ever before. Correct. Now she had a series of little questions. Okay. The second question was around what about all those data centers and those age applications that I did not move, and this is where we introduce the project which you've heard of already tonight called project dementia. What this does, it gives you the simplicity of Vm ware cloud, but bringing that out to the age, you know what's basically going on here, vmc on aws is a service which manages your infrastructure in aws. We know stretch that service out into your infrastructure, in your data center and at the age, allowing us to be able to manage that infrastructure in the same way. Once again, let's dive down into a demo and take a look at what this looks like. So what you've got here is a familiar series of services available to you, one of them, which is project dimension. When you enter project dimension, you first get a view of all of the different infrastructure that you have available to you, your data centers, your edge locations. You can then dive deeply into one of these to get a closer look at what's going on here. We're diving into one of these The problem is there's a networking problem going on in this warehouse. warehouses and we see it as a problem here. How do we know? We know because vm ware is running this as a managed service. We are directly managing or sorry, monitoring your infrastructure or we discover there's something going wrong here. We automatically create the ASR, so somebody is dealing with this. You have visibility to what's going on, but the vm ware managed service is already chasing the problem for you. Oh, very good. So now we're seeing this dispersed infrastructure with project dementia, but what's running on it so well before we get with running out, you've got another problem and the problem is of course, if you're managing a lot of infrastructure like this, you need to keep it up to date. And so once again, this is where the vm ware managed service kicks in. We manage that infrastructure in terms of patching it and updating it for you. And as an example, when we released a security patch, here's one for the recent l, one terminal fault, the Vmr managed service is already on that and making sure that your on prem and edge infrastructure is up to date. Very good. Now, what's running? Okay. So what's running, uh, so we mentioned this case of this software running at the edge infrastructure itself, and these are workloads which are running locally in those age, uh, those edge locations. This is a surveillance application. You can see it here at the bottom it says warehouse safety monitor. So this is an application which gathers images and then stores those images He said my sql database on top there, now this is where we leverage the somewhere and it puts them in a database. technology you just learned about when Andy and pat spoke about disability to take rds and run that on your on prem infrastructure. The block of virtual machines in the moment are the rds components from Amazon running in your infrastructure or in your edge location, and this gives you the ability to allow your developers to be able to leverage and operate against those Apis, but now the actual database, the infrastructure is running on prem and you might be doing just for performance reasons because of latency, you might be doing it simply because this data center is not always connected to the cloud. When you take a look into under the hood and see what's going on here, what you actually see this is vsphere, a modified version of vsphere. You see this new concept of my custom availability zone. That is the availability zone running on your infrastructure which supports or ds. What's more interesting is you flip back to the Amazon portal. This is typically what your developers are going to do. Once again, you see an availability zone in your Amazon portal. This is the availability zone running on your equipment in your data center. So we've truly taken that already as infrastructure and moved it to the edge so the developer sees what they're comfortable with and the infrastructure sees what they're comfortable with bridging those two worlds. Fabulous. Right. So the final question of course that we got here was what's next? How do I begin to look to the future and say I am going to, I want to be able to see all of my infrastructure just handled in an automated fashion. And so when you think about that, one of the questions there is how do we leverage new technologies such as ai and ml to do that? So what you've got here is, sorry we've got a little bit later. What you've got here is how do I blend ai in a male and the power of what's in the data center itself. Okay. And we could do that. We're bringing you the AI and ml, right? And fusing them together as never before to truly change how the data center operates. Correct. And it is this introduction is this merging of these things together, which is extremely powerful in my mind. This is a little bit like a self driving vehicle, so thinking about a car driving down the street is self driving vehicle, it is consuming information from all of the environment around it, other vehicles, what's happening, everything from the wetter, but it also has a lot of built in knowledge which is built up to to self learning and training along the way in the kids collecting lots of that data for decades. Exactly. And we've got all that from all the infrastructure that we have. We can now bring that to bear. So what we're focusing on here is a project called project magna and project. Magna leverage is all of this infrastructure. What it does here is it helps connect the dots across huge datasets and again a deep insight across the stack, all the way from the application hardware, the infrastructure to the public cloud, and even the age and what it does, it leverages hundreds of control points to optimize your infrastructure on Kpis of cost performance, even user specified policies. This is the use of machine language in order to fundamentally transform. I'm sorry, machine learning. I'm going back to some. Very early was here, right? This is the use of machine learning and ai, which will automatically transform. How do you actually automate these data centers? The goal is true automation of your infrastructure, so you get to focus on the applications which really served needs of your business. Yeah, and you know, maybe you could think about that as in the past we would have described the software defined data center, but in the future we're calling it the self driving data center. Here we are taking that same acronym and redefining it, right? Because the self driving data center, the steep infusion of ai and machine learning into the management and automation into the storage, into the networking, into vsphere, redefining the self driving data center and with that we believe fundamentally is to be an enormous advance and how they can take advantage of new capabilities from bm ware. Correct. And you're already seeing some of this in pieces of projects such as some of the stuff we do in wavefront and so already this is how do we take this to a new level and that's what project magnet will do. So let's summarize what we've seen in a few demos here as we work in true each of these very quickly going through these demos. First of all, you saw the n word cloud on aws. How do I migrate an entire data center to the cloud with no downtime? Check, we saw project dementia, get the simplicity of Vm ware cloud in the data center and manage it at the age as a managed service check. Amazon rds and Vm ware. Cool Demo, seamlessly deploy a cloud service to an on premises environment. In this case already. Yes, we got that one coming in are in m five. And then finally project magna. What happens when you're looking to the future? How do we leverage ai and ml to self optimize to virtual infrastructure? Well, how did ray do as our demo guy? Thank you. Thanks. Thanks. Right. Thank you. So coming back to this picture, our gps for the day, we've covered any cloud, let's click into now any application, and as we think about any application, we really view it as this breadth of the traditional cloud native and Sas Coobernetti is quickly maybe spectacularly becoming seen as the consensus way that containers will be managed and automate as the framework for how modern APP teams are looking at their next generation environment, quickly emerging as a key to how enterprises build and deploy their applications today. And containers are efficient, lightweight, portable. They have lots of values for developers, but they need to also be run and operate and have many infrastructure challenges as well. Managing automation while patch lifecycle updates, efficient move of new application services, know can be accelerated with containers. We also have these infrastructure problems and you know, one thing we want to make clear is that the best way to run a container environment is on a virtual machine. You know, in fact, every leader in public cloud runs their containers and virtual machines. Google the creator and arguably the world leader in containers. They runs them all in containers. Both their internal it and what they run as well as G K, e for external users as well. They just announced gke on premise on vm ware for their container environments. Google and all major clouds run their containers and vms and simply put it's the best way to run containers. And we have solved through what we have done collectively the infrastructure problems and as we saw earlier, cool new container apps are also typically some ugly combination of cool new and legacy and existing environments as well. How do we bridge those two worlds? And today as people are rapidly moving forward with containers and Coobernetti's, we're seeing a certain set of problems emerge. And Dan cone, right, the director of CNCF, the Coobernetti, uh, the cloud native computing foundation, the body for Coobernetti's collaboration and that, the group that sort of stewards the standardization of this capability and he points out these four challenges. How do you secure them? How do you network and you know, how do you monitor and what do you do for the storage underneath them? Simply put, vm ware is out to be, is working to be is on our way to be the dial tone for Coobernetti's. Now, some of you who were in your twenties might not know what that means, so we know over to a gray hair or come and see me afterward. We'll explain what dial tone means to you or maybe stated differently. Enterprise grade standard for Cooper netties and for that we are working together with our partners at Google as well as pivotal to deliver Vm ware, pks, Cooper netties as an enterprise capability. It builds on Bosh. The lifecycle engine that's foundational to the pivotal have offerings today, uh, builds on and is committed to stay current with the latest Coobernetti's releases. It builds on Nsx, the SDN container, networking and additional contributions that were making like harbor the Vm ware open source contribution for the container registry. It packages those together makes them available on a hybrid cloud as well as public cloud environments with pks operators can efficiently deploy, run, upgrade their coopernetties environments on SDDC or on all public clouds. While developers have the freedom to embrace and run their applications rapidly and efficiently, simply put, pks, the standard for Coobernetti's in the enterprise and underneath that Nsx you'll is emerging as the standard for software defined networking. But when we think about and we saw that quote on the challenges of Kubernetes today, we see that networking is one of the huge challenge is underneath that and in a containerized world, things are changing even more rapidly. My network environment is moving more quickly. NSX provides the environment's easily automate networking and security for rapid deployment of containerized environments that fully supports the MRP chaos, fully supports pivotal's application service, and we're also committed to fully support all of the major kubernetes distribution such as red hat, heptio and docker as well Nsx, the only platform on the planet that can address the complexity and scale of container deployments taken together Vm Ware, pks, the production grade computer for the enterprise available on hybrid cloud, available on major public clouds. Now, let's not just talk about it again. Let's see it in action and please walk up to the stage. When di Carter with Ray, the senior director of cloud native marketing for Vm ware. Thank you. Hi everybody. So we're going to talk about pks because more and more new applications are built using kubernetes and using containers with vm ware pts. We get to simplify the deploying and the operation of Kubernetes at scale. When the. You're the experts on all of this, right? So can you take as true the scenario of how pks or vm ware pts can really help a developer operating the Kubernedes environment, developed great applications, but also from an administrator point of view, I can really handle things like networking, security and those configurations. Sounds great. I love to dive into the demo here. Okay. Our Demo is. Yeah, more pks running coubernetties vsphere. Now pks has a lot of cool functions built in, one of which is Nsx. And today what I'm going to show you is how NSX will automatically bring up network objects as quick Coobernetti's name spaces are spun up. So we're going to start with the fees per client, which has been extended to Ron pks, deployed cooper clusters. We're going to go into pks instance one, and we see that there are five clusters running. We're going to select one other clusters, call application production, and we see that it is running nsx. Now a cluster typically has multiple users and users are assigned namespaces, and these namespaces are essentially a way to provide isolation and dedicated resources to the users in that cluster. So we're going to check how many namespaces are running in this cluster and more brought up the Kubernetes Ui. We're going to click on namespace and we see that this cluster currently has four namespaces running wire. We're going to do next is bringing up a new name space and show that Nsx will automatically bring up the network objects required for that name space. So to do that, we're going to upload a Yammel file and your developer may actually use Ku Kata command to do this as well. We're going to check the namespace and there it is. We have a new name space called pks rocks. Yeah. Okay. Now why is that guy now? It's great. We have a new name space and now we want to make sure it has the network elements assigned to us, so we're going to go to the NSX manager and hit refresh and there it is. PKS rocks has a logical robber and a logical switch automatically assigned to it and it's up and running. So I want to interrupt here because you made this look so easy, right? I'm not sure people realize the power of what happened here. The developer, winton using Kubernetes, is api infrastructure to familiar with added a new namespace and behind the scenes pks and tardy took care of the networking. It combination of Nsx, a combination of what we do at pks to truly automate this function. Absolutely. So this means that if you are on the infrastructure operation, you don't need to worry about your developer springing up namespaces because Nsx will take care of bringing the networking up and then bringing them back down when the namespace is not used. So rate, but that's not it. Now, I was in operations before and I know how hard it is for enterprises to roll out a new product without visibility. Right, so pks took care of those dates, you operational needs as well, so while it's running your clusters, it's also exporting Meta data so that your developers and operators can use wavefront to gain deep visibility into the health of the cluster as well as resources consumed by the cluster. So here you see the wavefront Ui and it's showing you the number of nodes running, active parts, inactive pause, et cetera. You can also dive deeper into the analytics and take a look at information site, Georgia namespace, so you see pks rocks there and you see the number of active nodes running as well as the CPU utilization and memory consumption of that nice space. So now pks rocks is ready to run containerized applications and microservices. So you just get us a very highlight of a demo here to see a little bit what pks pks says, where can we learn more? So we'd love to show you more. Please come by the booth and we have more cool functions running on pks and we'd love to have you come by. Excellent. Thank you, Lindy. Thank you. Yeah, so when we look at these types of workloads now running on vsphere containers, Kubernedes, we also see a new type of workload beginning to appear and these are workloads which are basically machine learning and ai and in many cases they leverage a new type of infrastructure, hardware accelerators, typically gps. What we're going to talk about here is how in video and Vm ware have worked together to give you flexibility to run sophisticated Vdi workloads, but also to leverage those same gpu for deep learning inference workloads also on vsphere. So let's dive right into a demo here. Again, what you're seeing here is again, you're looking at here, you're looking at your standard view realized operations product, and you see we've got two sets of applications here, a Vdi desktop workload and machine learning, and the graph is showing what's happening with the Vdi desktops. These are office workers leveraging these desktops everyday, so of course the infrastructure is super busy during the daytime when they're in the office, but the green area shows this is not been used very heavily outside of those times. So let's take a look. What happens to the machine learning application in this case, this organization leverages those available gpu to run the machine learning operations outside the normal working hours. Let's take a little bit of a deeper dive into what the application it is before we see what we can do from an infrastructure and configuration point of view. So this machine learning application processes a vast number of images and it clarify or sorry, it categorizes these images and as it's doing so, it is moving forward and putting each of these in a database and you can see it's operating here relatively fast and it's leveraging some gps to do that. So typical image processing type of machine learning problem. Now let's take a dive in and look at the infrastructure which is making this happen. First of all, we're going to look only at the Vdi employee Dvt, a Vdi infrastructure here. So I've got a bunch of these applications running Vdi applications. What I want to do is I want to move these so that I can make this image processing out a application run a lot faster. Now normally you wouldn't do this, but pot insisted that we do this demo at 10:30 in the morning when the office workers are in there, so we're going to move older Vdi workloads over to the other cluster and that's what you're seeing is going on right now. So as they move over to this other cluster, what we are now doing is freeing up all of the infrastructure. The GPU that Vdi workload was using here. We see them moving across and now you've freed up that infrastructure. So now we want to take a look at this application itself, the machine learning application and see how we can make use of that. Now freed up infrastructure we've got here is the application is running using one gpu in a vsphere cluster, but I've got three more gpu is available now because I've moved the Vdi workloads. We simply modify the application, let it know that these are available and you suddenly see an increase in the processing capabilities because of what we've done here in terms of making the flexibility of accessing those gps. So what you see here is the same gps that youth for Vdi, which you probably have in your infrastructure today, can also be used to run sophisticated machine learning and ai type of applications on your vsphere infrastructure. So let's summarize what we've seen in the various demos here in this section. First of all, we saw how the MRPS simplifies the deployment and operating operation of Kubernetes at scale. What we've also seen is that leveraging the Nvidia Gpu, we can now run the most demanding workloads on vsphere. When we think about all of these applications and these new types of workloads that people are running. I want to take one second to speak to another workload that we're seeing beginning to appear in the data center. And this is of course blockchain. We're seeing an increasing number of organizations evaluating blockchains for smart contract and digital consensus solutions. So this tech, this technology is really becoming or potentially becoming a critical role in how businesses will interact each other, how they will work together. We'd project concord, which is an open source project that we're releasing today. You get the choice, performance and scale of verifiable trust, which you can then bring to bear and run in the enterprise, but this is not just another blockchain implementation. We have focused very squarely on making sure that this is good for enterprises. It focuses on performance, it focuses on scalability. We have seen examples where running consensus algorithms have taken over 80 days on some of the most common and widely used infrastructure in blockchain and we project conquered. You can do that in two and a half hours. So I encourage you to check out this project on get hub today. You'll also see lots of activity around the whole conference. Speaking about this. Now we're going to dive into another section which is the anti device section. And for that I need to welcome pat back up there. Thank you pat. Thanks right. So diving into any device piece of the puzzle, you and as we think about the superpowers that we have, maybe there are no more area that they are more visible than in the any device aspect of our picture. You know, and as we think about this, the superpowers, you know, think about mobility, right? You know, and how it's enabling new things like desktop as a service in the mobile area, these breadth of smartphones and devices, ai and machine learning allow us to manage them, secure them and this expanding envelope of devices in the edge that need to be connected and wearables and three d printers and so on. We've also seen increasing research that says engaged employees are at the center of business success. Engaged employees are the critical ingredient for digital transformation. And frankly this is how I run vm ware, right? You know, I have my device and my work, all my applications, every one of my 23,000 employees is running on our transformed workspace one environment. Research shows that companies that, that give employees ready anytime access are nearly three x more likely to be leaders in digital transformation. That employees spend 20 percent of their time today on manual processes that can be automated. The way team collaboration and speed of division decisions increases by 16 percent with engaged employees with modern devices. Simply put this as a critical aspect to enabling your business, but you remember this picture from the silos that we started with and each of these environments has their own tribal communities of management, security automation associated with them, and the complexity associated with these is mind boggling and we start to think about these. Remember the I'm a pc and I'm a Mac. Well now you have. I'm an Ios. I'm a droid and other bdi and I'm now a connected printer and I'm a connected watch. You remember citrix manager and good is now bad and sccm a failed model and vpns and Xanax. The chaos is now over at the center of that is vm ware, workspace one, get it out of the business of managing devices, automate them from the cloud, but still have the mentor price. Secure cloud based analytics that brings new capabilities to this critical topic. You'll focus your energy on creating employee and customer experiences. You know, new capabilities to allow like our airlift, the new capability to help customers migrate from their sccm environment to a modern management, expanding the use of workspace intelligence. Last year we announced the chromebook and a partnership with HP and today I'm happy to announce the next step in our partnerships with Dell. And uh, today we're announcing that Dell provisioning for Vm ware, workspace one as part of Dell's ready to work solutions Dallas, taking the next leap and bringing workspace one into the core of their client to offerings. And the way you can think about this as Literally a dell drop ship, lap pops showing up to new employee. day one, productivity. You give them their credential and everything else is delivered by workspace one, your image, your software, everything patched and upgraded, transforming your business, right beginning at that device experience that you give to your customer. And again, we don't want to talk about it. We want to show you how this works. Please walk to the stage with re renew the head of our desktop products marketing. Thank you. So we just heard from pat about how workspace one integrated with Dell laptops is really set up to manage windows devices. What we're broadly focused on here is how do we get a truly modern management system for these devices, but one that has an intelligence behind it to make sure that we're kept with a good understanding of how to keep these devices always up to date and secure. Can we start the demo please? So what we're seeing here is to be the the front screen that you see of workspace one and you see you've got multiple devices a little bit like that demo that patch assured. I've got Ios, android, and of course I've got windows renewal. Can you please take us through how workspace one really changes the ability of somebody an it administrator to update and manage windows into our environment? Absolutely. With windows 10, Microsoft has finally joined the modern management body and we are really excited about that. Now. The good news about modern management is the frequency of ostp updates and how quickly they come out because you can address all those security issues that are hitting our radar on a daily basis, but the bad news about modern management is the frequency of those updates because all of us in it admins, we have to test each and every one of our applications would that latest version because we don't want to roll out that update in case of causes any problems with workspace one, we saw that we simply automate and provide you with the APP compatibility information right out of the box so you can now automate that update process. Let's take a quick look. Let's drill down here further into the windows devices. What we'll see is that only a small percentage of those devices are on that latest version of operating system. Now, that's not a good thing because it might have an important security fix. Let's scroll down further and see what the issue is. We find that it's related to app compatibility. In fact, 38 percent of our devices are blocked from being upgraded and the issue is app compatibility. Now we were able to find that not by asking the admins to test each and every one of those, but we combined windows analytics data with APP intelligent out of the box and be provided that information right here inside of the console. Let's dig down further and see what those devices and apps look like. So knew this is the part that I find most interesting. If I am a system administrator at this point I'm looking at workspace one is giving me a key piece of information. It says if you proceed with this update, it's going to fail 84, 85 percent at a time. So that's an important piece of information here, but not alone. Is it telling me that? It is telling me roughly speaking why it thinks it's going to fail. We've got a number of apps which are not ready to work with this new version, particularly the Mondo card sales lead tracker APP. So what we need to do is get engineering to tackle the problems with this app and make sure that it's updated. So let's get fixing it in order to fix it. What we'll do is create an automation and we can do this right out of the box in this automation will open up a Jira ticket right from within the console to inform the engineers about the problem, not just that we can also flag and send a notification to that engineering manager so that it's top of mine and they can get working on this fixed right away. Let's go ahead and save that automation right here, ray UC. There's the automation that we just So what's happening here is essentially this update is now scheduled meeting. saved. We can go and update oldest windows devices, but workspace one is holding the process of proceeding with that update, waiting for the engineers to update the APP, which is going to cause the problem. That's going to take them some time, right? So the engineers have been working on this, they have a fixed and let's go back and see what's happened to our devices. So going back into the ios updates, what we'll find is now we've unblocked those devices from being upgraded. The 38 percent has drastically dropped down. It can rest in peace that all of the devices are compliant and on that latest version of operating system. And again, this is just a snapshot of the power of workspace one to learn more and see more. I invite you all to join our EOC showcase keynote later this evening. Okay. So we've spoken about the presence of these new devices that it needs to be able to manage and operate across everything that they do. But what we're also seeing is the emergence of a whole new class of computing device. And these are devices which are we commonly speak to have been at the age or embedded devices or Iot. And in many cases these will be in factories. They'll be in your automobiles, there'll be in the building, controlling, controlling, uh, the building itself, air conditioning, etc. Are quite often in some form of industrial environment. There's something like this where you've got A wind farm under embedded in each of these turbines. This is a new class of computing which needs to be managed, secured, or we think virtualization can do a pretty good job of that in new virtualization frontier, right at the edge for iot and iot gateways, and that's gonna. That's gonna, open up a whole new realm of innovation in that space. Let's dive down and taking the demo. This spaces. Well, let's do that. What we're seeing here is a wind turbine farm, a very different than a data center than what we're used to and all the compute infrastructure is being managed by v center and we see to edge gateway hose and they're running a very mission critical safety watchdog vm right on there. Now the safety watchdog vm is an fte mode because it's collecting a lot of the important sensor data and running the mission critical operations for the turbine, so fte mode or full tolerance mode, that's a pretty sophisticated virtualization feature allowing to applications to essentially run in lockstep. So if there's a failure, wouldn't that gets to take over immediately? So this no sophisticated virtualization feature can be brought out all the way to the edge. Exactly. So just like in the data center, we want to perform an update, so as we performed that update, the first thing we'll do is we'll suspend ft on that safety watchdog. Next, we'll put two. Oh, five into maintenance mode. Once that's done, we'll see the power of emotion that we're all familiar with. We'll start to see all the virtual machines vmotion over to the second backup host. Again, all the maintenance, all the update without skipping a heartbeat without taking down any daily operations. So what we're seeing here is the basic power of virtualization being brought out to the age v motion maintenance mode, et cetera. Great. What's the big deal? We've been doing that for years. What's the, you know, come on. What's the big deal? So what you're on the edge. So when you get to the age pack, you're dealing with a whole new class of infrastructure. You're dealing with embedded systems and new types of cpu hours and process. This whole demo has been done on an arm 64. Virtualization brought to arm 64 for embedded devices. So we're doing this on arm on the edge, correct. Specifically focused for embedded for age oems. Okay. Now that's good. Okay. Thank you ray. Actually, we've got a summary here. Pat, just a second before you disappear. A lot to rattle off what we've just seen, right? We've seen workspace one cross platform management. What we've also seen, of course esx for arm to bring the power of vfx to edge on 64, but are in platforms will go no. Okay. Okay. Thank you. Thanks. Now we've seen a look at a customer who is taking advantage of everything that we just saw and again, a story of a customer that is just changing lives in a fundamental way. Let's see. Make a wish. So when a family gets the news that a child is sick and it's a critical illness, it could be a life threatening illness. The whole family has turned upside down. Imagine somebody comes to you and they say, what's the one thing you want that's in your heart? You tell us and then we make that happen. So I was just calling to give you the good news that we're going to be able to grant jackson a wish make, which is the largest wish granting organizations in the United States. English was featured in the cbs 60 minutes episode. Interestingly, it got a lot of hits, but uh, unfortunately for the it team, the whole website crashed make a wish is going through a program right now where we're centralizing technology and putting certain security standards in place at our chapters. So what you're seeing here, we're configuring certain cloud services to make sure that they always are able to deliver on the mission whether they have a local problem or not is we continue to grow the partnership and work with vm ware. It's enabling us to become more efficient in our processes and allows us to grant more wishes. It was a little girl. She had a two year old brother. She just wanted a puppy and she was forthright and I want to name the puppy in my name so my brother would always have me to list them off a five year old. It's something we can't change their medical outcome, but we can change their spiritual outcome and we can transform their lives. Thank you. Working together with you truly making wishes come true. The last topic I want to touch on today, and maybe the most important to me personally is security. You got to fundamentally, when we think about this topic of security, I'll say it's broken today and you know, we would just say that the industry got it wrong that we're trying to bolt on or chasing bad, and when we think about our security spend, we're spending more and we're losing more, right? Every day we're investing more in this aspect of our infrastructure and we're falling more behind. We believe that we have to have much less security products and much more security. You know, fundamentally, you know, if you think about the problem, we build infrastructure, right? Generic infrastructure, we then deploy applications, all kinds of applications, and we're seeing all sorts of threats launched that as daily tens of millions. You're simple virus scanner, right? Is having tens of millions of rules running and changing many times a day. We simply believe the security model needs to change. We need to move from bolted on and chasing bad to an environment that has intrinsic security and is built to ensure good. This idea of built in security. We are taking every one of the core vm ware products and we are building security directly into it. We believe with this, we can eliminate much of the complexity. Many of the sensors and agents and boxes. Instead, they'll directly leverage the mechanisms in the infrastructure and we're using that infrastructure to lock it down to behave as we intended it to ensure good, right on the user side with workspace one on the network side with nsx and microsegmentation and storage with native encryption and on the compute with app defense, we are building in security. We're not chasing threats or adding on, but radically reducing the attack surface. When we look at our applications in the data center, you see this collection of machines running inside of it, right? You know, typically running on vsphere and those machines are increasingly connected. Through nsx and last year we introduced the breakthrough security solution called app defense and app defense. Leverages the unique insight we get into the application so that we can understand the application and map it into the infrastructure and then you can lock down, you could take that understanding, that manifest of its behavior and then lock those vms to that intended behavior and we do that without the operational and performance burden of agents and other rear looking use of attack detection. We're shrinking the attack surface, not chasing the latest attack vector, you know, and this idea of bolt on versus chasing bad. You sort of see it right in the network. Machines have lots of conductivity, lots of applications running and something bad happens. It basically has unfettered access to move horizontally through the data center and most of our security is north, south. MosT of the attacks are eastwest. We introduced this idea of microsegmentation five years ago, and by it we're enabling organizations to secure some networks and separate sensitive applications and services as never before. This idea isn't new, that just was never practical before nsx, but we're not standing still. Our teams are innovating to leap beyond 12. What's next beyond microsegmentation, and we see this in three simple words, learn, imagine a system that can look into the applications and understand their behavior and how they should operate. we're using machine learning and ai instead of chasing were to be able to ensure good where that that system can then locked down its behavior so the system consistently operates that way, but finally we know we have a world of increasing dynamic applications and as we move to more containerize the microservices, we know this world is changing, so we need to adapt. We need to have more automation to adapt to the current behavior. Today I'm very excited to have two major announcements that are delivering on this vision. The first of those vsphere platinum, our flagship vm ware vsphere product now has app defense built right in platinum will enable virtualization teams. Yeah, go ahead. Yeah, let's use it. Platinum will enable virtualization teams you to give an enormous contribution to the security profile of your enterprise. You could see whatever vm is for its purpose, its behavior until the system. That's what it's allowed to do. Dramatically reducing the attack surface without impact. On operations or performance, the capability is so powerful, so profound. We want you to be able to leverage it everywhere, and that's why we're building it directly into vsphere, vsphere platinum. I call it the burger and fries. You know, nobody leaves the restaurant without the fries who would possibly run a vm in the future without turning security on. That's how we want this to work going forward. Vsphere platinum and as powerful as microsegmentation has been as an idea. We're taking the next step with what we call adaptive microsegmentation. We are fusing Together app defense and vsphere with nsx to allow us to align the policies of the application through vsphere and the network. We can then lock down the network and the compute and enable this automation of the microsegment formation taken together adaptive microsegmentation. But again, we don't want to just tell you about it. We want to show you. Please welcome to the stage vj dante, who heads our machine learning team for app dispense. Vj a very good vj. Thanks for joining us. So, you know, I talked about this idea right, of being able to learn, lock and adapt. Uh, can you show it to us? Great. Yeah. Thank you. With vc a platinum, what we have done is we have put in everything you need to learn, lock and adapt, right with the infrastructure. The next time you bring up your wifi at line, you'll actually see a difference right in there. Let's go with that demo. There you go. And when you look at our defense there, what you see is that all your guests, virtual machines and all your host, hundreds of them and thousands of virtual machines enabling for that difference. It's in there. And what that does is immediately gets you visibility into the processes running on those virtual machines and the risk for the first time. Think about it for the first time. You're looking at the infrastructure through the lens of an application. Here, for example, the ecommerce application, you can see the components that make up that application, how they interact with each other, the specific process, a specific ip address on a specific board. That's what you get, but so we're learning the behavior. Yes. Yeah, that's very good. But how do you make sure you only learn good behavior? Exactly. How do we make sure that it's not bad? We actually verify me insured. It's all good. We ensured that everybody these reputation is verified. We ensured that the haven is verified. Let's go to svc host, for example. This process can exhibit hundreds of behaviors across numerous. Realize what we do here is we actually verify that failure saw us. It's actually a machine learning models that had been trained on millions of instances of good, bad at you said, and then automatically verify that for okay, so we said, you. We learned simply, learn now, lock. How does that work? Well, once you learned the application, locking it is as simple as clicking on that verify and protect button and then you can lock both the compute and network and it's done. So we've pushed those policies into nsx and microsegmentation has been established actually locked down the compute. What is the operating system is exactly. Let's first look at compute, protected the processes and the behaviors are locked down to exactly what is allowed for that application. And we have bacon policies and program your firewall. This is nsx being configured automatically for you, laurie, with one single click. Very good. So we said learn lock. Now, how does this adapt thing work? Well, a bad change is the only constant, but modern applications applications change on a continuous basis. What we do is actually pretty simple. We look at every change as it comes in determinant is good or bad. If it's good, we say allow it, update the policies. That's bad. We denied. Let's look at an example as asco dxc. It's exhibiting a behavior that they've not seen getting the learning period. Okay? So this machine has never behave this This hasn't been that way. But. way. But again, our machine learning models had seen thousands of instances of this process. They know this is normal. It talks on three 89 all the time. So what it's done to the few things, it's lowered the criticality of the alarm. Okay, so false positive. Exactly. The bane of security operations, false positives, and it has gone and updated. Jane does locks on compute and network to allow for that behavior. Applications continues to work on this project. Okay, so we can learn and adapt and action right through the compute and the network. What about the client? Well, we do with workplace one, intelligence protect and manage end user endpoint, but what's one intelligence? Nsx and actually work together to protect your entire data center infrastructure, but don't believe me. You can watch it for yourself tomorrow tom cornu keynote. You want to be there, at 1:00 PM, be there or be nowhere. I love you. Thank you veejay. Great job. Thank you so much. So the idea of intrinsic security and ensuring good, we believe fundamentally changing how security will be delivered in the enterprise in the future and changing the entire security industry. We've covered a lot today. I'm thrilled as I stand on stage to stand before this community that truly has been at the center of changing the world of technology over the last couple of decades. In it. We've talked about this idea of the super powers of technology and as they accelerate the huge demand for what you do, you know in the same way we together created this idea of the virtual infrastructure admin. You'll think about all the jobs that we are spawning in the discussion that we had today, the new skills, the new opportunities for each one of us in this room today, quantum program, machine learning engineer, iot and edge expert. We're on the cusp of so many new capabilities and we need you and your skills to do that. The skills that you possess, the abilities that you have to work across these silos of technology and enabled tomorrow. I'll tell you, I am now 38 years in the industry and I've never been more excited because together we have the opportunity to build on the things that collective we have done over the last four decades and truly have a positive global impact. These are hard problems, but I believe together we can successfully extend the lifespan of every human being. I believe together we can eradicate chronic diseases that have plagued mankind for centuries. I believe we can lift the remaining 10 percent of humanity out of extreme poverty. I believe that we can reschedule every worker in the age of the superpowers. I believe that we can give modern ever education to every child on the planet, even in the of slums. I believe that together we could reverse the impact of climate change. I believe that together we have the opportunity to make these a reality. I believe this possibility is only possible together with you. I asked you have a please have a wonderful vm world. Thanks for listening. Happy 20th birthday. Have a great topic.

Published Date : Aug 28 2018

SUMMARY :

of devices in the edge that need to be

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
AmazonORGANIZATION

0.99+

AndyPERSON

0.99+

IBMORGANIZATION

0.99+

MichaelPERSON

0.99+

1998DATE

0.99+

TelcoORGANIZATION

0.99+

1986DATE

0.99+

TelcosORGANIZATION

0.99+

EuropeLOCATION

0.99+

Paul MaritzPERSON

0.99+

DellORGANIZATION

0.99+

BostonLOCATION

0.99+

Andy JassyPERSON

0.99+

LenovoORGANIZATION

0.99+

10QUANTITY

0.99+

DeloitteORGANIZATION

0.99+

JoePERSON

0.99+

SydneyLOCATION

0.99+

Joe ConsellaPERSON

0.99+

AfricaLOCATION

0.99+

Pat GelsingerPERSON

0.99+

OregonLOCATION

0.99+

20 percentQUANTITY

0.99+

AshleyPERSON

0.99+

16 percentQUANTITY

0.99+

VegasLOCATION

0.99+

JupiterLOCATION

0.99+

Last yearDATE

0.99+

last yearDATE

0.99+

first questionQUANTITY

0.99+

LindyPERSON

0.99+

telcoORGANIZATION

0.99+

John GagePERSON

0.99+

10 percentQUANTITY

0.99+

MicrosoftORGANIZATION

0.99+

CiscoORGANIZATION

0.99+

Dan conePERSON

0.99+

68 percentQUANTITY

0.99+

200 applicationsQUANTITY

0.99+

GoogleORGANIZATION

0.99+

50 percentQUANTITY

0.99+

Vm Ware Cloud FoundationORGANIZATION

0.99+

1440DATE

0.99+

30 yearQUANTITY

0.99+

HPORGANIZATION

0.99+

38 percentQUANTITY

0.99+

38 yearsQUANTITY

0.99+

$600QUANTITY

0.99+

20 yearsQUANTITY

0.99+

one monthsQUANTITY

0.99+

firstQUANTITY

0.99+

todayDATE

0.99+

windows 10TITLE

0.99+

hundredsQUANTITY

0.99+

yesterdayDATE

0.99+

80 millionQUANTITY

0.99+

five percentQUANTITY

0.99+

second questionQUANTITY

0.99+

JodyPERSON

0.99+

TodayDATE

0.99+

tomorrowDATE

0.99+

SanjayPERSON

0.99+

23,000 employeesQUANTITY

0.99+

five peopleQUANTITY

0.99+

sixth yearQUANTITY

0.99+

82 percentQUANTITY

0.99+

five instancesQUANTITY

0.99+

tomorrow morningDATE

0.99+

CoobernettiORGANIZATION

0.99+

Partha Seetala, Robin Systems | DataWorks Summit 2018


 

>> Live from San Jose, in the heart of Silicon Valley, it's theCUBE. Covering DataWorks Summit 2018. Brought to you by Hortonworks. >> Welcome back everyone, you are watching day two of theCUBE's live coverage of DataWorks here in San Jose, California. I'm your host, Rebecca Knight. I'm coming at you with my cohost Jame Kobielus. We're joined by Partha Seetala, he is the Chief Technology Officer at Robin Systems, thanks so much for coming on theCUBE. >> Pleasure to be here. >> You're a first timer, so we promise we don't bite. >> Actually I'm not, I was on theCUBE- >> Oh! >> At DockerCon in 2016. >> Oh well excellent, okay, so now you're a veteran, right. >> Yes, ma'am. >> So Robin Systems, as before the cameras were rolling, we were talking about it, it's about four years old, based here in San Jose, venture backed company. Tell us a little bit more about the company and what you do. >> Absolutely. First of all, thanks for hosting me here. Like you said, Robin is a Silicon Valley based company. Our focus is in allowing applications, such as big data, databases, no sequel and AI ML, to run within the Kubernetes platform. What we have built is a product that converges storage, complex storage, networking, application workflow management, along with Kubernetes to create a one click experience where users can get managed services kind of feel when they're deploying these applications. They can also do one click life cycle management on these apps. Our thesis has initially been to, instead of looking at this problem from an infrastructure up into application, to actually look at it from the applications down and then say, "Let the applications drive the underlying infrastructure to meet the user's requirements." >> Is that your differentiating factor, would you say? >> Yeah, I think it is because most of the folks out there today are looking at is as if it's a competent based play, it's like they want to bring storage to Kubernetes or networking to Kubernetes but the challenges are not really around storage and networking. If you talk to the operations folk they say that, "You know what? Those are underlying problems but my challenge is more along the lines of, okay, my CIO says the initiative is to make my applications mobile. They want go across to different Clouds. That's my challenge." The line of business user says, "I want to get a managed source experience." Yes, storage is the thing that you want to manage underneath, but I want to go and click and create my, let's say, an Oracle database or distributions log. >> In terms of the developer experience here, from the application down, give us a sense for how Robin Systems tooling your product enables that degree of specification of the application logic that will then get containerized within? >> Absolutely, like I said, we want applications to drive the infrastructure. What it means is that we, Robin is a software platform. We later ourselves on top of the machines that we sit on whether it is bare metal machines on premises, our VMs, or even an Azure, Google Cloud as well as AWs. Then we make the underlying compute, storage, network resources almost invisible. We treat it as a pool of resources. Now once you have this pool of resources, they can be attached to the applications that are being deployed as can inside containers. I mean, it's a software place, install on machines. Once it's installed, the experience now moves away from infrastructure into applications. You log in, you can see a portal, you have a lot of applications in that portal. We ship support for about 25 applications of some such. >> So these are templates? >> Yes. >> That the developer can then customize to their specific requirements? Or no? >> Absolutely, we ship reference templates for pretty much a wide variety of the most popular big data, no sequel, database, AI ML applications today. But again, as I said, it's a reference implementation. Typically customers take the reference recommendation and they enhance it or they use that to onboard their custom apps, for example, or the apps that we don't ship out of the box. So it's a very open, extensible platform but the goal being that whatever the application might be, in fact we keep saying that, if it runs somewhere else, it's runs on Robin, right? So the idea here is that you can bring anything, and we just, the flip of switch, you can make it a one click deploy, one click manage, one click mobile across Clouds. >> You keep mentioning this one click and this idea of it being so easy, so convenient, so seamless, is that what you say is the biggest concern of your customers? Is this ease and speed? Or what are some other things that are on their minds that you want to deliver? >> Right, so one click of course is a user experience part but what is the real challenge? The real challenges, there are a wide variety of tools being used by enterprises today. Even the data analytic pipeline, there's a lot across the data store, processor pipeline. Users don't want to deal with setting it up and keeping it up and running. They don't want that, they want to get the job done, right? Now when you only get the job done, you really want to hide the underlying details of those platforms and the best way to convey that, the best way to give that experience is to make it a single click experience from the UI. So I keep calling it all one click because that is the experience that you get to hide the underlying complexity for these apps. >> Does your environment actually compile executable code based on that one click experience? Or where does the compilation and containerization actually happen in your distributed architecture? >> Alright, so, I think the simplest- >> You're a prem based offering, right? You're not in the Cloud yourself? >> No, we are. We work on all the three big public clouds. >> Oh, okay. >> Whether it is Azure, AWS or Google. >> So your entire application is containerized itself for deployment into these Clouds? >> Yes, it is. >> Okay. >> So the idea here is let's simplify it significantly, right? You have Kubernetes today, it can run anywhere, on premises, in the public Cloud and so on. Kubernetes is a great platform for orchestrating containers but it is largely inaccessible to a certain class of data centric applications. >> Yeah. >> We make that possible. But our take is, just onboarding those applications on Kubernetes does not solve your CXO or you line of business user's problems. You ought to make the management, from an application point of view, not from a container management point of view, from an application point of view, a lot easier and that is where we kind of create this experience that I'm talking about, one click experience. >> Give us a sense for how, we're here at DataWorks and it's the Hortonworks show. Discuss with us your partnership with Hortonworks and you know, we've heard the announcement of HDP 3.0 and containerization support, just give us a rough sense for how you align or partner with Hortonworks in this area. >> Absolutely. It's kind of interesting because Hortonworks is a data management platform, if you think about it from that point of view and when we engaged with them first- So some of our customers have been using the product, Hortonworks, on top of Robin, so orchestrating Hortonworks, making it a lot easier to use. >> Right. >> One of the requirements was, "Are you certified with Hortonworks?" And the challenge that Hortonworks also had is they had never certified a container based deployment of Hortonworks before. They actually were very skeptical, you know, "You guys are saying all these things. Can you actually containerize and run Hortonworks?" So we worked with Hortonworks and we are, I mean if you go to the Hortonworks website, you'll see that we are the first in the entire industry who have been certified as a container based play that can actually deploy and manage Hortonworks. They have certified us by running a wide variety of tests, which they call the Q80 Test Suite, and when we got certified the only other players in the market that got that stamp of approval was Microsoft in Azure and EMC with Isilon. >> So you're in good company? >> I think we are in great company. >> You're certified to work with HTP 3.0 or the prior version or both? >> When we got certified we were still in the 2.X version of Hortonworks, HTP 3.0 is a more relatively newer version. But our plan is that we want to continue working with Hortonworks to get certified as they release the program and also help them because HTP 3.0 also has some container based orchestration and deployment so you want to help them provide the underlying infrastructure so that it becomes easier for beyond to spin up more containers. >> The higher level security and governance and all these things you're describing, they have to be over the Kubernetes layer. Hortonworks supports it in their data plane services portfolio. Does Robin Systems solutions portfolio tap in to any of that, or do you provide your own layer of sort of security and metadata management so forth? >> Yeah, so we don't want- >> In context of what you offer? >> Right, so we don't want to take away the security model that the application itself provides because might have step it up so that they are doing governance, it's not just logging in and auto control and things like this. Some governance is built into. We don't want to change that. We want to keep the same experience and the same workflow hat customers have so we just integrate with whatever security that the application has. We, of course, provide security in terms of isolating these different apps that are running on the Robin platform where the security or the access into the application itself is left to the apps themselves. When I say apps, I'm talking about Hortonworks. >> Yeah, sure. >> Or any other databases. >> Moving forward, as you think about ways you're going to augment and enhance and alter the Robin platform, what are some of the biggest trends that are driving your decision making around that in the sense of, as we know that companies are living with this deluge of data, how are you helping them manage it better? >> Sure. I think there are a few trends that we are closely watching. One is around Cloud mobility. CIOs want their applications along with their data to be available where their end users are. It's almost like follow the sun model, where you might have generated the data in one Cloud and at a different time, different time zone, you'll basically want to keep the app as well as data, moving. So we are following that very closely. How we can enable the mobility of data and apps a lot easier in that world. The other one is around the general AI ML workflow. One of the challenges there, of course, you have great apps like TensorFlow or Theano or Caffe, these are very good AI ML toolkits but one of the challenges that people face, is they are buying this very expensive, let's say NVIDIA DGX Box, this box costs about $150,000 each, how do you keep these boxes busy so that you're getting a good return on investment? It will require you to better manage the resources offered with these boxes. We are also monitoring that space and we're seeing that how can we take the Robin platform and how do you enable the better utilization of GPUs or the sharing of GPUs for running your AI ML kind of workload. >> Great. >> Those are, I think, two key trends that we are closely watching. >> We'll be discussing those at the next DataWorks Summit, I'm sure, at some other time in the future. >> Absolutely. >> Thank you so much for coming on theCUBE, Partha. >> Thank you. >> Thank you, my pleasure. Thanks. >> I'm Rebecca Knight for James Kobielus, We will have more from DataWorks coming up in just a little bit. (techno beat music)

Published Date : Jun 20 2018

SUMMARY :

in the heart of Silicon Valley, he is the Chief Technology we promise we don't bite. so now you're a veteran, right. and what you do. from the applications down Yes, storage is the thing that you want the machines that we sit on or the apps that we don't because that is the No, we are. So the idea here is let's and that is where we kind of create and it's the Hortonworks show. if you think about it One of the requirements was, or the prior version or both? the underlying infrastructure so that to any of that, or do you that are running on the Robin platform the Robin platform and how do you enable that we are closely watching. at the next DataWorks Summit, Thank you so much for Thank you, my pleasure. We will have more from DataWorks

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Rebecca KnightPERSON

0.99+

HortonworksORGANIZATION

0.99+

Jame KobielusPERSON

0.99+

San JoseLOCATION

0.99+

AWSORGANIZATION

0.99+

James KobielusPERSON

0.99+

MicrosoftORGANIZATION

0.99+

Robin SystemsORGANIZATION

0.99+

Partha SeetalaPERSON

0.99+

Silicon ValleyLOCATION

0.99+

San Jose, CaliforniaLOCATION

0.99+

OracleORGANIZATION

0.99+

one clickQUANTITY

0.99+

GoogleORGANIZATION

0.99+

oneQUANTITY

0.99+

2016DATE

0.99+

bothQUANTITY

0.99+

HTP 3.0TITLE

0.99+

NVIDIAORGANIZATION

0.99+

firstQUANTITY

0.99+

DataWorksORGANIZATION

0.99+

RobinORGANIZATION

0.98+

KubernetesTITLE

0.98+

OneQUANTITY

0.98+

TensorFlowTITLE

0.98+

about $150,000 eachQUANTITY

0.98+

about 25 applicationsQUANTITY

0.98+

one clickQUANTITY

0.98+

ParthaPERSON

0.98+

IsilonORGANIZATION

0.97+

DGX BoxCOMMERCIAL_ITEM

0.97+

todayDATE

0.96+

FirstQUANTITY

0.96+

DockerConEVENT

0.96+

AzureORGANIZATION

0.96+

TheanoTITLE

0.96+

DataWorks Summit 2018EVENT

0.95+

theCUBEORGANIZATION

0.94+

CaffeTITLE

0.91+

AzureTITLE

0.91+

RobinPERSON

0.91+

RobinTITLE

0.9+

two key trendsQUANTITY

0.89+

HDP 3.0TITLE

0.87+

EMCORGANIZATION

0.86+

single clickQUANTITY

0.86+

day twoQUANTITY

0.84+

DataWorks SummitEVENT

0.83+

three big public cloudsQUANTITY

0.82+

DataWorksEVENT

0.81+

Sanjay Poonen, VMware | VMworld 2017


 

>> Announcer: Live from Las Vegas, it's The CUBE, covering VMworld 2017, brought to you by VMware and its ecosystem partners. >> Hey welcome back everyone, we're live here in Las Vegas. Behind me is the VM Village, this is The CUBE on the ground live at VMworld, I'm John Furrier, with Dave Vellante. Excited to have Sanjay Poonen, Cube VIP new badge that's going out. Five or more times you get a special badge on the website Chief Operating Officer, Chief Customer Operations as well at VMware, Sanjay. >> I think I won one of your hoop madness what do you call those Cube >> John: Yeah, that's right. You did get one of those. >> One of them, so add that to the smallest. >> Came in second to the bot, next year you won. We're going to have to check the algorithm on it that's before we had machine learning, so... Sanjay, great to see you. >> Always a pleasure, John and Dave, thank you for having me here. >> So, you know, in fairness to the VMware management team I got to say, great content program. Usually you can see, kind of, maybe some things that are kind of a little futuristic on the spot big time, on the content. True private cloud, data that Wikibon reported on, you guys are right in line with that. Hybrid-cloud is where its going from multi-cloud. You talk multi-cloud, the Kubernetes orchestration vision for Cloud Native, and even you were doing some interviewing on stage. >> Trying to be Anderson Cooper. >> So, tell us, what's your perspective because you got to balance here you got the reality of the Amazon relationship front and center, delivered big time there, shipping, western region, VMware on-prem, and on-cloud and this new cloud native vector of orchestration and simplicity. >> Yeah, I think, at least from our perspective as I describe in sort of that one chart where I try to put it in Sesame Street simple terms as I like to describe. VMware is one of the most fundamental companies that had a incredible impact in the data center, taking more costs and complexity. We are the defacto backbone of almost everybody's data center, but as the data center moves to the cloud you got to ask yourself, what's the relevance, and we've now shown, same way with the desktop going to mobile, and that's the end-user stuff that we've talked about the last few shows. But let's focus on that cloud part. We really felt as people extended to the public cloud we had to change our strategy to not seek to be a public cloud ourselves, and that's the reason we divested VCloud Air, and focused on significant things we could do with the leading public cloud vendors. As you know, Andy Jassy is a classmate of mine, Pat, Raghu, myself, began the discussions with Andy two years ago, and we announced the deal last year in October. This year having him on stage was, for me, personally a dream come true, and really nice to see that announcement, but we wanted to make sure we were also relevant to some of the other clouds. So earlier this year, in February, we announced Horizon Cloud, the VDI product manager. Today, we announced Kubernetes VMware, Pivotal and Google Form in Kubernetes, IBM Cloud. So all of the top four clouds, AWS, Azure, Google, and IBM have something going with VMware being with Pivotal. That's a big statement to our multi-cloud vision. >> And what a changeover from just two years ago when the ecosystem was, kind of, like a deer in the headlights, not knowing which way to zig or zag, do they cross the street. Where are we going with this? Now the clarity's very clear, cloud, and IoT, and edge with Amazon right there, a lot of the workloads there with multi-cloud. So the question I got to have you is that, as we just talked to the Google guys, is VMware turning into an arms dealer? Because that's a nice position to be at, because you're now driving VMware into multiple clouds. >> I think, you know, when I was on your show last time I described this continent called VMware, and then bridges into them. (John laughs) Let me try another and see if this works. That was good, but it had its 12-month shelf life. Think about the top four public clouds as sort of Mount Rushmore type figures. Each at different heights, AWS, Azure, Google, IBM Cloud, in market share they're the top four. If you want to build a house on top of Mount Rushmore, okay, it could work, but you're going to have to build it on top of one president's head. The moment you want to build it, you need some concrete infrastructure that fills in all the holes between them. That's VMware. It's the infrastructure platform that can sit on top of those varied disparate levels of Mount Rushmore, and make yourself relevant from on. So that's why we fell, whether you want to call that a quintessential platform, an arms provider, whatever it is, for the 4,400 cloud providers, plus the top four or five public cloud players today, VMware has to be relevant. We weren't two or three years ago. Now, for the top three, we're very relevant. >> I call it a binding agent. You're the binding agent across clouds, that's what you're really trying to become. But I wonder if, you know, you're talking about the clarity. I mean, VMware, things are good right now. Two years ago, was looking kind of hmmm, maybe not so good, with license growth down, and now it's up, stock prices double digits, >> Stock prices almost highest >> Okay, so I want to understand the factors behind that. You mentioned the clarity around vCloud Air and the AWS agreement, clearly. The second I want to attest is, the customer reality of cloud, that I can't just ship my business to the cloud, ship my data to the cloud. I got to bring the cloud model to the data. Did that in your conversation with customers, those two factors lead to customers being more comfortable, signing longer term agreements with you guys. Is that a bit part of the tailwind? I wonder if you could discuss that. >> Yeah, Dave I think that's absolutely right. One of the things I've learned in my 25 years of IT is, you want to keep being strategic to your customers. You never want to be in a place where you're in a cul-de-sac. And I started to sense, right, not definitively, but perhaps two years ago, there was a little it of that cul-de-sac perception as our license revenue was growing, particularly on this cloud strategy. Are you trying to be a public cloud, are you not, what's your stance versus AWS as one example, and with vCloud Air, there was a little bit of that hesitation. And if you asked our sales teams, the clarifying of our cloud strategy, which last year was okay but didn't have the substance or the punch. Now you've got an AWS coming on stage, and the other cloud providers where we have substance. I think that clarifying the cloud strategy game the ability for customers to say, even while they were waiting for AWS to be shipped, the last year, three or four quarters are spending of on-premise VMware stuff has gone up, 'cause they see us as strategic. The second aspect I think is our products are now a lot more mature than they were before outside of B sphere. VMware cloud foundation, which consists of storage, networking, VSAN, NSX, and you've talked to those people on your stage, workspace one, end user computing. These have really, really helped, and I think the third factor is, we've really focused on building a very strong team, from Pat, myself, to Raghu, Rajeev, Ray, Mauricio, Robin, I think it's a world-class infrastructure, so we just added Claire Dixon as our Chief Comms Officer on eBay. This is for us now, and everyone in the rest of the organization, we want to continue building a world-class sort of warrior-style strength in numbers. >> Quick follow-up if I may, just a little Jim Kramer moment. And the financial's looking good, you just raised four billion of cheap debt, right the operating cash flow, three billion dollars, and the nice thing about the clarity around vCloud Air is, the capital expenditure, it's just a very capital-efficient model that you guys have now, and I've been saying, you can't say it, but to me the stock's undervalued. When you do the ratios and the multiples on those factors, it looks like a cheap stock to me. >> John: I would love to see you buy it because we have to disclose it, the big position in VMware. >> No, no, no. >> We don't have any stock >> I wish we did. >> We just want to keep growing and the market will fairly value us over time. >> Yeah, it will. >> Well you guys had a good team at VMware, so let's just go back and unpack that. So there was a transformation. Peter Burrows was talking about IBM over the years, had a massive transformation, so really kind of a critical moment for VMware as you're pointing out. We had this great discipline, great technology, great community folks, still there now, as you mentioned, but that transition from saying, we got to post a position, are we in cloud or not, let's make a decision and move on, and as Dave said, it's good economics behind not having a cloud, but I saw a slide that said VMware Cloud, you can still have a cloud strategy using Amazon. Okay, I get that. So the question for you is this. This is the debate that we've been having. Just like in the cryptocurrency market, you're seeing native tokens in cryptography, and then secondary tokens, just one went crazy today. With cloud, we see native cloud, and then new clouds that are going to be specialty clouds. You're seeing a huge increase the long-tail power law of cloud providers that are sitting on other clouds. We think this is a trend. How does VMware help those potential ascensior clouds, the Deloitte clouds, the farming drone cloud that's going to have unique applications? So if applications become clouds, how does VMware help that? >> That's a really good question. So first off, we have 4,400 cloud providers that built their stacks on VMware. And it could be some of these sourced. Probably the best example are companies like Rackspace, OVH, T-Systems. And we're going to continue to empower them, and I think many of them that are in country-specific areas, France, Germany, China, Asia, have laws that require data to be there, and I think they quite frankly have a long existence, and some of them like Rackspace have adapted their model to be partnering with AWS, so we're going to continue to help them, and that's our VMware cloud provider program, that's going to be great. The other phenomenon we see happening is these mini data centers starting to form at what's called the edge. So edge computing is really almost like this mobile device becoming bigger and bigger, it becomes like a refrigerator, it becomes like a mini data center, and it's not sitting in the cloud, it's actually sitting in a branch someplace or somewhere external. VMware Stack could actually become the software that powers that whole thing. So if you believe that basically cloud providers are going to be three or four or five big public clouds, a bunch of cloud providers are country-specific, or vertical-specific, again in these edge computings, VMware becomes quintessentially important to all of those, and we become, whether you call it a platform, a glue, or whatever have you, and our goal is to make sure we're pervasive in all of those. I think it's going to, world is go, going to go from mobile cloud to cloud edge, I mean the whole word of cloud and edge computing is the future. >> So you believe that there potentially could be another second coming of more CSPs exploding big time. >> Especially with edge computing, and country-specific rules. There's some countries that just won't do business with a US public cloud because of whatever reason. >> Well, many of those 4,400 would say, hey, we have to have a niche so we can compete with AWS, so we don't get AWS-ized. So what's your message to those guys now that you're sort of partnered up with AWS? >> Listen, OVH is a good example. Virtuastream's another, I'll give you two good examples. OVH, we sold vCloud Air to them. We are helping those customers be successful. I go to some of those calls jointly with them, they are based in France expending some of their presence to the US, and have got some very specific IP that makes their data centers efficient. We want to help then be successful. Some of the technology that we've built in vCloud Air, we're now licensing to them so we can them be successful. Virtustream, you know Rodney Rogers being on your show. Mission-critical apps is tough for some of the public clouds to get right. They've perfected the art, and I've known them from my SAP days. So there's going to be some of these other clouds that are going to be enormously successful in their niche, and their niche are going to get bigger and bigger. We want to make sure every one of them are successful. And I think there's a big opportunity for multiple vendors to be successful. It won't be just the top three or four public clouds. There will be some boutique usage by country or some horizontal or vertical use case. >> Good for an arms dealer. Well this is my whole point, this is what we've been getting at. We're kind of riffing in real time, little competitive strategy, we got the Harvard MBA and I'm the Babson guy, we'll arm wrestle it out here, maybe do some car karaoke together. But this brings up the question, and I've been saying for a long time on The Cube, and Dave and I have been talking about, we see a long tail, torso neck expanding, where right now it's a knife-edge, long tail, top native clouds and then nobody else. So I think we're going to see this expand out where specialty clouds are going to come out for your reasons. So that is going to open up the door, and those guys they're not going to want their own cloud. >> Sanjay: I agree. >> And that's a channel, an app, who knows? >> You look at an example, one, two other examples of specialty clouds, these are SAS vendors. If you look at two vertical companies, Viva and Guidewire. These are SAS companies that are in the life sciences and insurance space. They've been enormously successful in a space that you're probably maybe a Zapier Salesforce would have done, but they have been focused in a vertical market, insurance and life sciences. And I think there's going to be many providers the same way at the IS level or the PAS level, to also be successful and we welcome, this is going to be a large multi-cloud world. >> Edge cloud. You guys talking about the edge before. Pat had the slide of the pendulum swinging. >> Sanjay: Exactly. >> What is that edge cloud do to the existing business? Is it disruptive or is it evolutionary in your opinion? >> It's disruptive in the sense that, if you've taken a hardware-centric view of that, I think you're going to be disrupted. You take things like software-defined WAN, software-defined networking. So I think the beauty of software is that we're not depending on the size of the hardware that sits underneath it, whether it's a big data center or small edge of the cloud. We're building this to be an all-form factors, and I agree with Marc Andreessen in the sense the software's eating up the world. So given the fact that VMware >> And the edge. >> Yeah, our premise is if there's more computing that's moving to the edge, more software define happening at the edge, we should benefit from that. The hardware vendors will have to adapt, and that's good. But software becomes quintessential. Now I think the edge is showing a little bit of, like, you know, Peter Levine had a story about how cloud computing might be extinct if edge computing takes off. Because what's happening is this machine starts to get bigger and bigger and sits in a branch or in some local place, and it's away from the cloud. So I think it actually is a beautiful world where if you're willing to adapt quickly, which software lets you do, adapt quickly, I think there's a bright future as world moves cloud, mobile, and edge. >> Great stuff, Sanjay, and I was referencing car karaoke, you have on your Twitter >> Oh the carpool karaoke. >> The carpool karaoke. >> It was a fun little thing. Maybe we could do it together, three of us some time. (John laughs) >> I don't do karaoke. Final... >> Just sing, man Just be out there doing your thing. >> I embarrass myself on The Cube enough, I don't need karaoke to help there. >> David: I'm in. (laughs) >> All right, I'll do it. All right, final question for you. >> That's a deal. Let's do it. >> Final question, Michael Dell and we're talking, the world's upside down right now, the computer industry has been thrown up in the air, it's going to be upside down, reconfiguration. You've been in the business for a long time, you've seen many waves. Actually the waves now are pretty clear. What's the fallout going to be from this for customers, for the vendors, for how people buy and build relationships in this new world? >> I think there's a couple of fundamental principles. I talked about one, software, let's not repeat that. I think ecosystems rule. It's really important that you don't look at yourself as having to own the full stack, you know VMware's chosen to be hardware-dependent. Yes, we're owned by Dell, but you've seen us announce a HP partnership here, right? You've seen us do deals with Fujitsu. We had AWS Cloud and Google Cloud. So when you view the world, I love this line by Isaac Newton, he said, "I see clearly because I stand on the shoulders of giants." And to me, that's a very informed strategy to actually guide our ecosystem strategy. Who are the giants in our space? It's the companies that are relevant, with the biggest market caps. Apple, Google, Microsoft, you know, AWS is part of Amazon, and then you know, HP, EMC, Dell, so and so, we list them, by my SAP. If we're relevant to all of them, I'd love to see the momentum of VMworld and the momentum to reinvent start coalescing. Collectively there's probably a hundred thousand people who come to all of our VMware vForums. Andy Jassy told me he expects 40,000 at re:Invent, and maybe across all of his AWS summits, he has a hundred thousand. I was sharing with him an idea. Why don't we have these two amoebas of growing conferences start to coalesce where we mingle, maybe 20% goes to both conferences, but we'll come to your show and be the best software vendor, that hijacks your show, so to speak, (John laughs) I didn't use that word. But we become the best vendor, and we'll roll out the red carpet to you. Now we've got a collection of 200,000, we couldn't have done that on our own. That's an example of AWS and VMware partnering. Now it doesn't have to be exclusively AWS, we could do it with another partner too. Microsoft doesn't show up at the AWS re:Invent conference, we do. Similarly we could maybe do something very specific with Azure and VDI at the Microsoft event, or Kubernetes and Google. So for VMware, our strategy needs to be highly relevant to the power players in the ecosystem, and the guiding our software-defined strategy to make that work, and I think if we do that, you know, you could see this be a 10 billion and bigger company. >> Well it says it's not a zero sum game, >> Sanjay: No, everybody wins. >> And if you can stay in the game, everybody wins, right. >> And I think in the software-defined infrastructure space, we like our odds. We feel we could be the leading player in that software-defined area. >> And it changes and reimagines that relationship between how people consume or procure technology, because the cloud's a mosaic, as Sam Ramji was telling me earlier. >> Oh you had Sam on your show? Wonderful. >> I had him on earlier, and he sees the cloud as a mosaic. >> He's a fantastic thought leader in open source, we were deeply grateful to have him at our event today. >> Andy Jassy, your classmate and friend, collaborator, he was onstage, great performance that he gave. Really talking to your crowd, saying, "We got your back," basically. Not a barney deals, not a optical deal, we are in on it, we're investing, and we got your back. That's interesting. >> We want to be with all of the key leaders that are driving significant parts of the ecosystem, we want to be friends, our tent is large. If everybody. Provided there's, like you said, not a barney announcement, so provided there's value to the customer. If there is, our tent is large, right? We will have point competitors, you know, here and there, and you know me, I'm very competitive. >> John: (laughs) No! >> I've not named competitors too much in this show. >> Really, really. >> But, if anything now, my mind's a lot more focused on the ecosystem, and I want to make this tent large for as many, many players to come here and have a big presence at VMworld. >> And the ecosystem is reforming around this new cloud reality, and the edge is going to change that shape even further. >> Competing on value, competing in a new ecosystem requires a new way to think about relationships. >> If I could give you one other example, then. In the world of mobile, who would have thought that the most important company to mobile security and enterprise to Apple is VMware now, thanks to AirWatch, or to Samsung, whatever it might be, right. This is the world we live in, and we have to constantly adapt ourselves. So maybe next year we'll be talking about IoT or something different, and their ecosystem. >> Sanjay Poonen, COO of VMware, good friend inside The Cube, always candid. Thanks for sharing your commentary and color on the industry, VMware and your personal perspective. I'm John Furrier, Cube coverage live in Las Vegas, here on the ground floor in the VM Village. We'll be right back with more live coverage after this short break.

Published Date : Aug 29 2017

SUMMARY :

covering VMworld 2017, brought to you by VMware Behind me is the VM Village, this is The CUBE on the ground John: Yeah, that's right. Came in second to the bot, next year you won. thank you for having me here. are kind of a little futuristic on the spot and this new cloud native vector but as the data center moves to the cloud So the question I got to have you is that, that fills in all the holes between them. But I wonder if, you know, you're talking about the clarity. and the AWS agreement, clearly. game the ability for customers to say, and the nice thing about the clarity around vCloud Air is, the big position in VMware. and the market will fairly value So the question for you is this. and it's not sitting in the cloud, So you believe that there potentially could be and country-specific rules. hey, we have to have a niche so we can compete with AWS, the public clouds to get right. and I'm the Babson guy, we'll arm wrestle it out here, And I think there's going to be many providers the same way You guys talking about the edge before. So given the fact that VMware happening at the edge, we should benefit from that. Maybe we could do it together, three of us some time. I don't do karaoke. Just be out there doing your thing. I don't need karaoke to help there. David: I'm in. All right, final question for you. That's a deal. What's the fallout going to be from this and the momentum to reinvent start coalescing. And I think in the software-defined infrastructure space, because the cloud's a mosaic, Oh you had Sam on your show? and he sees the cloud as a mosaic. we were deeply grateful to have him at our event today. Really talking to your crowd, saying, all of the key leaders that are driving in this show. on the ecosystem, and I want to make this tent large and the edge is going to change that shape even further. Competing on value, competing in a new ecosystem that the most important company to mobile security the industry, VMware and your personal perspective.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
DavePERSON

0.99+

GoogleORGANIZATION

0.99+

Dave VellantePERSON

0.99+

DellORGANIZATION

0.99+

Isaac NewtonPERSON

0.99+

AppleORGANIZATION

0.99+

MicrosoftORGANIZATION

0.99+

Marc AndreessenPERSON

0.99+

Michael DellPERSON

0.99+

HPORGANIZATION

0.99+

DavidPERSON

0.99+

FujitsuORGANIZATION

0.99+

Andy JassyPERSON

0.99+

FranceLOCATION

0.99+

SanjayPERSON

0.99+

JohnPERSON

0.99+

EMCORGANIZATION

0.99+

Sam RamjiPERSON

0.99+

Peter LevinePERSON

0.99+

AmazonORGANIZATION

0.99+

AWSORGANIZATION

0.99+

Sanjay PoonenPERSON

0.99+

GuidewireORGANIZATION

0.99+

SamsungORGANIZATION

0.99+

PatPERSON

0.99+

IBMORGANIZATION

0.99+

FiveQUANTITY

0.99+

RackspaceORGANIZATION

0.99+

VMwareORGANIZATION

0.99+

AndyPERSON

0.99+

Claire DixonPERSON

0.99+

10 billionQUANTITY

0.99+

Peter BurrowsPERSON

0.99+

Jim KramerPERSON

0.99+

12-monthQUANTITY

0.99+

VivaORGANIZATION

0.99+

Las VegasLOCATION

0.99+

USLOCATION

0.99+

25 yearsQUANTITY

0.99+

fourQUANTITY

0.99+

John FurrierPERSON

0.99+

GermanyLOCATION

0.99+

FebruaryDATE

0.99+

DeloitteORGANIZATION

0.99+

OVHORGANIZATION

0.99+

last yearDATE

0.99+

next yearDATE

0.99+

RobinPERSON

0.99+

4,400QUANTITY

0.99+

ChinaLOCATION

0.99+

threeQUANTITY

0.99+

SamPERSON

0.99+

three billion dollarsQUANTITY

0.99+

20%QUANTITY

0.99+

Teresa Carlson, AWS - AWS Public Sector Summit 2017


 

>> Announcer: Live from Washington, D.C., it's theCUBE covering AWS Public Sector Summit 2017. Brought to you by Amazon Web Services and it's partner ecosystem. >> Welcome back, live here on theCUBE along with John Furrier, I'm John Walls. Welcome to AWS Public Sector Summit 2017. Again, live from Washington, D.C., your nation's capital, our nation's capital. With us now is our host for the week, puts on one heck of a show, I'm want to tell you, 10,000 strong here, jammed into the Washington Convention Center, Theresa Carlson from World Wide Public Sector. Nice to have you here, Theresa. >> Hi, good afternoon. >> Thanks for joining us. >> Love theCUBE and thank you for being here with us today. >> Absolutely. >> All week in fact. >> It's been great, it really has. Let's just talk about the show first off. Way back, six years ago, we could probably get everybody there jammed into our little area here, just about I think. >> Pretty much. >> Hard to do today. >> That's right. >> How do you feel about when you've seen this kind of growth not only of the show, but in your sector in general? >> I think at AWS we're humbled and excited and, on a personal level because I was sort of given the charge of go create this Public Sector business world-wide, I'm blown away, I pinch myself every time because you did hear my story. The first event, we had about 50 people in the basement of some hotel. And then, we're like, okay. And today, 10,000 people. Last year we had it at the Marriott Wardman Park and we shut down Connecticut Avenue so we knew we needed to make a change. (laughing) But it's great, this is really about our customers and partners. This is really for them. It's for them to make connections, share, and the whole theme of this is superheroes and they are our superheroes. >> One of the heroes you had on the stage today, John Edwards from the CIA, one of your poster-children if you will for great success and that kind of collaboration, said something to the effect of quote, "The best decision we ever made at the CIA "was engaging with AWS in that partnership." When you hear something like that from such a treasured partner, you got to feel pretty good. >> You just have to drop the microphone, boom, and you're sort of done. They are doing amazing work and their innovation levels are really leading, I would say, in the US Public Sector for sure and also, not just in US Public Sector but around the world. Their efforts of what they're doing and the scale and reach at which they're doing it so that's pretty cool. >> John, you've talked about the CIA moment, I'd like to hear the story, share with Theresa. >> Oh, you're going to steal my thunder here? >> No, I'm setting you up. That's what a good partner does. It's all yours. >> Well, John, we've talked multiple times already so I'll say it for the third time. The shot heard around the cloud was my definition of seminal moment, in big mega-trends there's always a moment. It was when Obama tweeted, Twitter grew, plane landing on the Hudson, there's always a seminal moment in major trends that make or break companies. For you guys, it was the CIA. Since then, it's just been a massive growth for you guys. That deal was interesting because it validated Shadow IT, validated the cloud, and it also unseated IBM, the behemoth sales organization that owned the account. In a way, a lot of things lined up. Take us through what's happened then, and since then to now. >> Well, you saw between yesterday at Werner Vogels' keynote and my keynote this morning, just the breadth and depth of the type of customers we have. Everything from the UK government, GCHQ, the Department of Justice with the IT in the UK, to the centers for Medicare for HHS, to amazing educational companies, Cal. Polytech., Australian Tax Office. That's just the breadth and depth of the type of customers we have and all of their stories were impactful, every story is impactful in their own way and across whatever sector they have. That really just tells you that the type of workloads that people are running has evolved because I remember in the early days, when you and I first talked, we talked about what are the kind of workloads and we were talking a little bit about website hosting. That's, of course, really evolved into things like machine learning, artificial intelligence, a massive scale of applications. >> Five or six years ago when we first chatted at re:Invent, it's interesting 'cause now this is the size of re:Invent what it was then so you're on a same trajectory from a show size. Again, validation to the growth in Public Sector. But I was complimenting you on our opening today, saying that you're tenacious because we've talked early days, it was a slog in the early days to get going in the cloud, you were knocking on a lot of doors, convincing people, hey, the future's going to look his way and I don't want to say they slammed the proverbial door in your face but it was more of, woah, they don't believe the cloud is ever going to happen for the government. Share some of those stories because now, looking back, obviously the world has changed. >> It has and, in fact, it's changed in many aspects of it, from policy makers, which I think would be great for you all to have on here sometime to get their perspective on cloud, but policy makers who are now thinking about, we just had a new modernization of IT mandate come out in the US Federal Government where they're going to give millions and millions of dollars toward the modernization of IT for US Government agencies which is going to be huge. That's the first time that's ever happened. To an executive order around cyber-security which is pretty much mandated to look at cloud and how you use it. You're seeing thing like that to even how grants are given where it used to be an old-school model of hardware only to now use cloud. Those ideas and aspects of how individuals are using IT but also just the procurements that are coming out. The buying vehicles that you're seeing come out of government, almost all of them have cloud now. >> John and I were talking about D.C. and the political climate. Obviously, we always talk about it on my show, comment on that. But, interesting, theCUBE, we could do damage here in D.C.. So much target-rich environment for content but more than ever, to me, is the tech scene here is really intrinsically different. For example, this is not a shiny new toy kind of trend, it is a fundamental transformation of the business model. What's interesting to me is, again, since the CIA shot heard around the cloud moment, you've seen a real shift in operating model. So the question I have for you, Theresa, if you can comment on this is: how has that changed? How has the procuring of technology changed? How has he human side of it changed? Because people want to do a good job, they're just on minicomputers and mainframes from the old days with small incremental improvement over the years in IT but now to a fundamental, agile, there's going to be more apps, more action. >> You said something really important just a moment ago, this is a different kind of group than you'll get in Silicon Valley and it is but it's very enterprise. Everybody you see here, every project they work on, we're talking DoD, the enterprise of enterprises. They have really challenging and tough problems to solve every day. How that's changed, in the old days here in government, they know how to write acquisitions for a missile or a tank or something really big in IT. What's changing is their ability to write acquisitions for agile IT, things like cloud utility based models, moving fast, flywheel approach to IT acquisitions. That's what's changing, that kind of acquisition model. Also, you're seeing the system integrator community here change. Where they were, what I call, body shops to do a lot of these projects, they're having to evolve their IT skills, they're getting much more certified in areas of AWS, at the system admin to certified solution architects at the highest level, to really roll these projects out. So training, education, the type of acquisition, and how they're doing it. >> What happened in terms of paradigm shift, mindset? Something had to happen 'cause you brought a vision to the table but somebody had to buy it. Usually, when we talk about legacy systems, it was a legacy mindset too, resistant, reluctant, cautious, all those things. >> Theresa: Well, everything gets thrown out. >> What happened? Where did it tip the other way? Where did it go? >> I think, over time, it's different parts of the government but culture is the hardest thing to, always, change. Other elements of any changes, you get there, but culture is fundamentally the hardest thing. You're seeing that. You've always heard us say, you can't fight gravity, and cloud is the new normal. That's for the whole culture. People are like, I cannot do my project anymore without the use of cloud computing. >> We also have a saying, you can't fight fashion either, and sometimes being in fashion is what the trends are going on. So I got to ask you, what is the fashion statement in cloud these days with your customers? Is it, you mentioned there, moving much down in the workload, is it multi-cloud? Is it analytics? Where's the fashionable, cool action right now? >> I think, here, right now, the cool thing that people really are talking about are artificial intelligence and machine learning, how they take advantage of that. You heard a lot about recognition yesterday, Poly and Lex, these new tools how they are so differentiating anything that they can possibly develop quickly. It's those kind of tools that really we're hearing and of course, IOT for state and local is a big deal. >> I got to ask you the hard question, I always ask Andy a hard question too, if he's watching, you're going to get this one probably at re:Invent. Amazon is a devops culture, you ship code fast and you make all these updates and it's moving very, very fast. One of the things that you guys have done well, but I still think you need some work to do in terms of critical analysis, is getting the releases out that are on public cloud into the GovCloud. You guys have shortened that down to less than a year on most things. You got the east region now rolled out so full disaster recovery but government has always been lagging behind most commercial. How are you guys shrinking that window? When do you see the day when push button commercial, GovCloud are all lockstep and pushing code to both clouds? >> We could do that today but there's a couple of big differentiators that are important for the GovCloud. That is it requires US citizenship, which as you know, we've talked about the challenges of technology and skills. That's just out there, right? At Amazon Web Services, we're a very diverse company, a group of individuals that do our coding and development, and not all of them are US citizens. So for these two clouds, you have to be a US citizen so that is an inhibitor. >> In terms of developers? In terms of building the product? >> Not building but the management aspect. Because of their design, we have multiple individuals managing multiple clouds, right? Now, with us, it's about getting that scale going, that flywheel for us. >> So now it's going to be managed in the USA versus made in the USA with everything as a service. >> Yeah, it is. For us, it's about making sure, number one, we can roll them out, but secondly, we do not want to roll services into those clouds unless they are critical. We are moving a lot faster, we rolled in a lot more services, and the other cool thing is we're starting to do some unique things for our GovCloud regions which, maybe the next time, we can talk a little bit more about those things. >> Final question for me, and let John jump in, the CIA has got this devops factory thing, I want you to talk about it because I think it points to the trend that's encouraging to me at least 'cause I'm skeptical on government, as you know. But this is a full transformation shift on how they do development. Talk about these 4000 developers that got rid of their development workstations, are now doing cloud, and the question is, who else is doing it? Is this a trend that you see happening across other agencies? >> The reason that's really important, I know you know, in the old-school model, you waited forever to provision anything, even just to do development, and you heard John talk about that. That's what he meant on this sort of workstation, this long period of time it took for them to do any kind of development. Now, what they do is they just use any move they have and they go and they provision the cloud like that. Then, they can also not just do that, they can create armies of cores or Amazon machine images so they have super-repeatable tools. Think about that. When you have these super-repeatable tools sitting in the cloud, that you can just pull down these machine images and begin to create both code and development and build off those building blocks, you move so much faster than you did in the past. So that's sort of a big trend, I would say they're definitely leading it. But other key groups are NASA, HHS, Department of Justice. Those are some of the key, big groups that we're seeing really do a lot changes in their dev. >> I got to ask you about the-- >> Oh, I have to say DHS, also DHS on customs and border patrols, they're doing the same, really innovators. >> One of the things that's happening which I'm intrigued by is the whole digital transformation in our culture, right, society. Certainly, the Federal Government wants to take care of the civil liberties of the citizens. So it's not a privacy question, it's more about where smart cities is going. We're starting to see, I call, the digital parks, if you will, where you're starting to see a digital park go into Yosemite and camping out and using pristine resources and enjoying them. There's a demand for citizens to democratize resources available to them, supercomputing or datasets, what's your philosophy on that? What is Amazon doing to facilitate and accelerate the citizen's value of technology so it can be in the hands of anyone? >> I love that question because I'll tell you, at the heart of our business is what we call citizen service, paving the way for disruptive innovation, making the world a better place. That's through citizen's services and they're access. For us, we have multiple things. Everything from our dataset program, where we fund multiple datasets that we put up on the cloud and let everybody take advantage of them, from the individual student to the researcher, for no fee. >> John F.: You pick up the cost on that? >> We do, we fund, we put those datasets in completely, we allow them to go and explore and use. The only time they would ever pay is if they go off and start creating their own systems. The most highly curated datasets up there right now are pretty much on AWS. You heard me talk about the earth, through AWS Earth that we have that shows the earth. We have weather datasets, cancer datasets, we're working with so many groups, genomic, phenotypes, genomes of rice, the rice genome that we've done. >> So this is something that you see that you're behind, >> Oh, completely. >> you're passionate about and will continue to do? >> Because you never know when that individual student or small community school is out there and they can access tools that they never could've accessed before. The training and education, that creativity of the mind, we need to open that up to everybody and we fundamentally believe that cloud is a huge opportunity for that. You heard me tell the 1000 genomes story in the past of where took that cancer dataset or that genome dataset from NIH, put it into AWS for the first time, the first week we put it up we had 3200 new researchers crowdsource on that dataset. That was the first time, that I know of, that anyone had put up a major dataset for researchers. >> And the scale, certainly, is a great resource. And smart cities is an interesting area. I want to get your thoughts on your relationship with Intel. They have 5G coming out, they have a full network transformation, you're going to have autonomous vehicles out there, you're going to have all kinds of digital. How are you guys planning on powering the cloud and what's the role that Intel will play with you guys in the relationship? >> Of course, serverless computing comes into play significantly in areas like that because you want to create efficiencies, even in the cloud, we're all about that. People have always said, oh, AWS won't do that 'cause that's disrupting themselves. We're okay with disrupting ourselves if it's the right thing. We also don't want to hog resourcing of these tools that aren't necessary. So when it comes to devices like that and IOT, you need very efficient computing and you need tools that allow that efficient computing to both scale but not over-resource things. You'll see us continue to have models like that around IOT, or lambda, or serverless computing and how we access and make sure that those resources are used appropriately. >> We're almost out of time so I'd like to shift over if we can. Really impressed with the NGO work, the non-profit work as well and your work in the education space. Just talk about the nuance, differences between working with those particular constituents in the customer base, what you've learned and the kind of work you're providing in those silos right now. >> They are amazing, they are so frugal with their resources and it makes you hungry to really want to go out and help their mission because what you will find when you go meet with a lot of these not-for-profits, they are doing some of the most amazing work that even many people have really not heard of and they're being so frugal with how they resource and drive IT. There's a program called Feed the World and I met the developer of this and it's like two people. They've fed millions of people around the world with like three developers and creating an app and doing great work. To everything from like the American Heart Association that has a mission, literally, of stopping heart disease which is our number one killer around the world. When you meet them and you see the things they're doing and how they are using cloud computing to change and forward their mission. You heard us talk about human trafficking, it's a horrible, misunderstood environment out there that more of us need to be informed on and help with but computing can be a complete differentiator for them, cloud computing. We give millions of dollars of grants away, not just give away, we help them. We help them with the technical resourcing, how they're efficient, and we work really hard to try to help forward their mission and get the word out. It's humbling and it's really nice to feel that you're not only doing things for big governments but you also can help that individual not-for-profit that has a mission that's really important to not only them but groups in the world. >> It's a different level of citizen service, right? I mean, ocean conservancy this morning, talking about that and tidal change. >> What's the biggest thing that, in your mind, personal question, obviously you've been through from the beginning to now, a lot more growth ahead of you. I'm speculating that AWS Public Sector, although you won't disclose the numbers, I'll find a number out there. It's big, you guys could run the table and take a big share, similar to what you've done with startup and now enterprise market. Do you have a pinch-me moment where you go, where are we? Where are you on that spectrum of self-awareness of what's actually happening to you and this world and your team? In Public Sector, we operate just like all of AWS and all of Amazon. We really have treated this business like a startup and I create new teams just like everybody else does. I make them frugal and small and I say go do this. I will tell you, I don't even think about it because we are just scratching the surface, we are just getting going, and today we have customers in 155 countries and I have employees in about 25 countries now. Seven years ago, that was not the case. When you're moving that fast, you know that you're just getting going and that you have so much more that you can do to help your customers and create a partner ecosystem. It's a mission for us, it really is a mission and my team and myself are really excited, out there every day working to support our customers, to really grow and get them moving faster. We sort of keep pushing them to go faster. We have a long way to go and maybe ask me five years from now, we'll see. >> How about next year? We'll come back, we'll ask you again next year. >> Yeah, maybe I'll know more next year. >> John W.: Theresa, thank you for the time, very generous with your time. I know you have a big schedule over the course of this week so thank you for being here with us once again on theCUBE. >> Thank you. >> Many time CUBE alum, Theresa Carlson from AWS. Back with more here from the AWS Public Sector Summit 2017, Washington, D.C. right after this. (electronic music)

Published Date : Jun 14 2017

SUMMARY :

Brought to you by Amazon Web Services Nice to have you here, Theresa. Let's just talk about the show first off. and the whole theme of this is superheroes One of the heroes you had on the stage today, and the scale and reach at which they're doing it I'd like to hear the story, share with Theresa. No, I'm setting you up. that owned the account. of the type of customers we have. the cloud is ever going to happen for the government. and how you use it. and the political climate. at the system admin to but somebody had to buy it. and cloud is the new normal. in the workload, is it multi-cloud? the cool thing that people really are talking about One of the things that you guys have done well, that are important for the GovCloud. Not building but the management aspect. So now it's going to be managed in the USA but secondly, we do not want to roll services are now doing cloud, and the question is, and you heard John talk about that. Oh, I have to say DHS, also DHS the digital parks, if you will, from the individual student to the researcher, for no fee. You heard me talk about the earth, that creativity of the mind, with you guys in the relationship? and you need tools that allow that efficient computing and the kind of work you're providing and I met the developer of this and it's like two people. It's a different level of citizen service, right? and that you have so much more that you can do We'll come back, we'll ask you again next year. I know you have a big schedule over the course of this week Back with more here from the AWS Public Sector Summit 2017,

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Theresa CarlsonPERSON

0.99+

ObamaPERSON

0.99+

TheresaPERSON

0.99+

JohnPERSON

0.99+

NASAORGANIZATION

0.99+

NIHORGANIZATION

0.99+

AndyPERSON

0.99+

Amazon Web ServicesORGANIZATION

0.99+

John FurrierPERSON

0.99+

IBMORGANIZATION

0.99+

John WallsPERSON

0.99+

John EdwardsPERSON

0.99+

Teresa CarlsonPERSON

0.99+

AWSORGANIZATION

0.99+

American Heart AssociationORGANIZATION

0.99+

millionsQUANTITY

0.99+

Last yearDATE

0.99+

USALOCATION

0.99+

AmazonORGANIZATION

0.99+

GCHQORGANIZATION

0.99+

CIAORGANIZATION

0.99+

John F.PERSON

0.99+

HHSORGANIZATION

0.99+

next yearDATE

0.99+

Washington, D.C.LOCATION

0.99+

DHSORGANIZATION

0.99+

Silicon ValleyLOCATION

0.99+

third timeQUANTITY

0.99+

D.CLOCATION

0.99+

Department of JusticeORGANIZATION

0.99+

two peopleQUANTITY

0.99+

4000 developersQUANTITY

0.99+

US Federal GovernmentORGANIZATION

0.99+

yesterdayDATE

0.99+

YosemiteLOCATION

0.99+

10,000 peopleQUANTITY

0.99+

3200 new researchersQUANTITY

0.99+

John W.PERSON

0.99+

first timeQUANTITY

0.99+

Connecticut AvenueLOCATION

0.99+

six years agoDATE

0.99+

UKLOCATION

0.99+

earthLOCATION

0.99+

Seven years agoDATE

0.99+

less than a yearQUANTITY

0.99+

IntelORGANIZATION

0.99+

Washington Convention CenterLOCATION

0.99+

todayDATE

0.99+

three developersQUANTITY

0.99+

Australian Tax OfficeORGANIZATION

0.99+

first eventQUANTITY

0.99+

bothQUANTITY

0.98+

1000 genomesQUANTITY

0.98+

CalORGANIZATION

0.98+

FiveDATE

0.98+

millions of dollarsQUANTITY

0.98+

World Wide Public SectorORGANIZATION

0.98+

D.C.LOCATION

0.98+

this weekDATE

0.98+

Marlin McFate, Riverbed | AWS Public Sector Summit 2017


 

>> Announcer: Live from Washington D.C., it's theCUBE covering AWS Public Sector Summit 2017. Brought to you by Amazon Web Services and its partner, Ecosystem. >> Welcome back to our nation's capitol where we continue our coverage here on theCUBE of the AWS Public Sector Summit 2017. Some 10,000 strong in attendance this week here in the Walter Washington Convention Center. It's just about a mile from the U.S. Capitol. John Walsh, this is John Furrier. John, do you feel the energy of the centerpiece of the political universe. >> It's hot here in D.C. >> It is hot. >> It's a pressure cooker, the humidity. >> But, it's not global warming we know that because, ya know, climate change is >> Climate change is not real. That's from what I heard. >> That's what we've been told. >> The problem with D.C. is it's a data lake that's turned into a data swamp. So, someone really needs to drain that data swamp. >> Well, ya know, to help us do that. You know who's going to help us do that? >> Amazon Web Services. >> Marlin McFate's going to help us do that. He is the technical leader of the Advanced Technology Group in the office of the CTO and Riverbed. And Marlin, thank you for being with us here on theCUBE. Your first time, I believe. >> Yes, it is my first time on theCUBE. >> So, you're a Cube rookie? >> Yes, Cube rookie. >> Good to have you aboard. >> I appreciate it, thanks. >> Tell us a little bit first about Riverbed, about what you do there specifically, what you do there and what the company's mission is overall. >> Absolutely, so I work for the Advanced Technology Group, the Advanced Technology Group works underneath the office of the CTO. There's actually two groups that work under the office of the CTO, my group, the Advanced Technology Group and another one called the Strategic Technology Group. The ATT Group, the one that I belong to, we focus on being the subject matter experts of our products. I think there's about nine of us now and we all focus on different products. Riverbed's grown from a company of being just the WAN Optimization Company to really being the performance company, right, whether that be visibility, whether it be optimization, whether it be network optimization. Each one of us focuses on a different piece. I, predominantly focus on our WAN optimization, our SteelConnect product and at times our SteelFusion project, which is the combined Edge product. >> SteelConnect, yeah, tell us what that's all about. >> SteelConnect, SteelConnect is not actually our most recent product to come to market. We have a couple of visibility products that have come out recently, but SteelConnect addresses the idea that we have been doing networking for the same way say, you know, 1993 beyond, right. We are still doing it the same way. Everything within our industry, whether you take a look at virtualization, whether you take a look at Cloud, whether or not you take a look at storage, everything has changed substantially in how we do it and this brings that change to networking. The idea is that when you think about servers you say, I no longer want to think about you know, hardware. I never want to think about that. I never want to think about resources. Maybe I don't even want to worry about operating systems. I only want to worry about containers, right. Now, when it comes to networking I don't necessarily want to have to worry about each individual piece within my network. I want it to be orchestrated and controlled centrally and what I tell it to do, I want it to do. I shouldn't have to do that. >> You missed a challenged. We heard Vernon Vogel on stage here at Amazon a couple of seconds ago say, I'm here in D.C. say hey, it's a new normal. We had another entrepreneur on just before you from FUGE who said, hey, it's inevitably the world of the future and it's inherently different, or intrinsically different in Cloud than it is on premise with enterprises, so the question for you is, what is the use case that you guys are winning at because the Cloud is impacting federal government and public sector, but a lot of times they have old, antiquated systems like back in 1993, '94. So, they're moving fast to commercialize, to modernize, that's the focus. How do you guys help them? What's the big lynch pen for you guys and that goal mission to the customer? >> Alright, so you're absolutely right. The government has been here, or the government or public sector as a whole has been moving to the Cloud quite quickly here recently, right. We've seen this move more on the commercial side first, obviously, and now in the public sector. One of the very large use cases that we address is the ability to provision for your applications, right. Some of the characteristics that you find in commercial world, such as, I want to use internet as transport. You don't see as much in public sector. But, you do see, I can spin up an application in the Cloud. If you go to your Cloud person and say, how would it take me to get application B, they could possibly come back to you and say, well, would this afternoon be okay, right. Can you provision in hours like that? Can you get the policy in place for users? Could you get the connectivity? Could you get any of that in place in the same amount of time? That is a use case that SD WAN addresses without having to rip up, take out the network that you already have, which is the physical network, or what we refer to as the underlay. Being able to give you that flexibility on top of that network. >> The big thing that customers have a challenge on is that other focus it's DebOps trend programmable infrastructure is another one, so that they want to make it programmable. >> Right. >> So, how do you guys fit into that? Because one of the things that we hear is, could I have develop 'cause all I want to do is have infrastructure just works as code. That's all I need for whatever use case. >> Yeah, we usually see that DebOps is actually one that'll probably be the first movers to the Cloud for the public sector, right. With our, really it's every single one of our products, whether or not we're talking about SteelConnect, SteelHead, SteelEssential, any one of them, there's a RESTful API for every single one of them. So, you can actually go in and utilizing a very easy scripting a RESTful API directly itself and spin up whole environments and then spin them down if you wanted to do that. So, it fits very, very nicely into that DebOps world. >> Do you have SteelEdge yet? >> SteelEdge? >> Copyright on theCUBE. >> It might be a razor company that might have that. I don't know. >> Well, the Edge in the network is huge and this is where we're talking about as you guys do it, you know SD WAN, I mean, come on, why the area networks? You don't beat, you can't get any more edgier than that. You guys have a core competency in this. How do you guys look at the Edge and IOT and all these use cases popping around? >> Well, we do actually have a product that has Edge in it, it was SteelFusion Edge. We could address that in a couple of different ways. I want to make sure that I understood your question, though. Your question was around IOT, specifically? >> Well, how do you guys look at the Edge? The trends right now are super hyped up right now, Intelligent Edge is a big message we're hearing from others. IOT is an Edge application with its Industrial Edge with Genery Censor networks, help with safety, surveillance, all this is Edge devices. >> It still ends up in the end being you know, and that has, we've heard the change from people calling it Branch to calling it Edge, which is probably pretty appropo, right. But, really in the end, what it comes down to is connectivity, right. So, if I have IOT sensors in a warehouse, whether or not I have an application, whether or not I have a group of users, whether or not I have mobile users, in the end what it really comes down to is connectivity. And, we all especially with our cell phones, right, we have come pretty much to the point where we expect our data and our connectivity to be there at all times, right. That's one of the things SD WAN addresses. Whether it be our direct, our SD WAN products, SteelConnect, or whether or not it has works with some of the pieces that move further into the LAN architectural, like our wireless access points, our switching, right. So, you can imagine here, right, I can provide policy for my IOT devices. I can provide that policy one time at an organizational or agency level. I can have that policy filter down, all the way down to the axis point and now the axis point might be my axis point to my IOT or to my user. So, in the end, it still comes to connectivity. >> Marlin, what's some of the use cases or scenarios you've been involved with customers where it's been super exciting from an architectural standpoint, where you guys are doing some cutting edge things. Like, is it more the network size? Is it software? Is it Edge. I mean, I'm tryin' to get a sense of, could you share a personal perspective? >> Absolutely so. One of the ones that we're working on right now I think is probably the most exciting. It is combining some aspects, you could call it an FE. You could call it SD WAN. You could call it Grey Box. What I like to call it is just a combined Edge piece, right, which encompasses both the SteelConnect piece which handles your firewall characteristics, your identity management characteristics, built into that some switching, virtualization, so you can run other products on there. What the customer really wanted to end up doing was they had school systems that, a school system that was in a very far away place and that school system, they were putting in a router, a switch, an access point, you know, all these different little pieces and devices, right. What we did was we were able to take that design and crunch it down into basically one box, right. They have enough switchboards. They have the ability to run virtual machines 'cause they said that they had a server here or there. They have their virtualized SteelConnect gateway which gives them the firewall capability, gives them the routing capability and this is all combined in a box that already has the WAN Optimization built in. So, they get everything that they would have had onsite in one box. >> Is there something to working, you bring up education as an example, but in that space overall in the .gov, the .edu space that's separate and aside from commercial partners or commercial relationships like different concerns, different priorities and yet they're using the same technologies. >> Most certainly. The only thing that I could really say from a using technology, right, I mean there are some pockets where different technology, far off weird technologies is utilized. But, I would say that they are the public sector, schools, federal government, intel, they're all using a lot of the same technology, right. It's when they adopt it. When did they bring it into their environment? And then, what are the special characteristics of their environment? So for example, what I said earlier, right, your commercial customers are looking at utilizing SD WAN to move maybe completely off of MPLS. It's probably not something that we're going to see within the public sector, right. They're want to still use some sort of private networking. I do have some customers that are utilizing public internet, but then, they are tunneling an overlay back to an MPLS entry point to get back into their Cloud. We just have interesting requirements. Whether that be a trusted internet connection, whether or not that'd be JRSS, we have different security requirements in the public sector. >> Well, I love some of what you're doin'. Did you get all of that MPLS stuff there? >> Yeah, I got the first four. >> I want to jump in and double down on that. This is interesting conversation because the whole trend right now is hybrid Cloud on the Enterprise side which is a leading indicator to the government, a little bit lagging on that, so whatever that translates to in terms of Hybrid or Legacy, it's going to be somewhat similar, I believe. But, really multi-Cloud is a trend that people are talking about. It's super hyped up but it's not yet real. The thing that's holding multi-Cloud back not multi-Cloud in the sense I got to workload over hear and a workload over there, I'm talking about moving resources around the network, data, compute, what not, is latency, huge problem. You mentioned MPLS and all this tunneling, there's still the latency problem of how do you get the laws of physics down to the point where you can actually have those kinds of latencies? What is Riverbed doing? Can you share some insights to that direction 'cause that's the holy grail right now. That's the last hurdle. Then, well getting all the silicons is still the final hurdle, but latency's critical. >> So, problem number one there, right. Even if it is Cloud to Cloud in that example, right, is first how do I get a WAN Optimization device, something that can optimize that traffic for me. Something that can affect my latency for me into that environment. Riverbed has worked tirelessly to get that in there right. But, to your point, you can't change how an electron flies, right. The speed of light is the speed of light. You're not going to get an electron to move any faster. So, what Riverbed developed that's still very relevant today is the ability to, instead of change your latency, mitigate the negative affects of your latency, right. So, if I. >> Or work around it. >> Absolutely, and you can do that at the application level, absolutely, program around it, but there are a lot of protocols out there that aren't necessarily optimized for that longer latency environment, right. So, what we do is, or the adage is, the trip never taken, right, the shortest trip. So, if I have to, not to get into the weeds or anything like that, but if I have to make a thousand round trips to accomplish something, right, and I could put something in there that understands what I was getting, right, that data that I was getting each one of those times and I can take less trips, well then, that just made that faster. So, if I have a thousand round trips and it takes a minute to do, and now I can do ten round trips and it only took ten seconds, or six seconds if we're doing the math right. >> It's kind of like here in D.C., you're local. I noticed that coming from Dulles Airport they have Sirius pricing on the toll roads. That's basically private networking right there. >> That's right. >> These cost path routing opposed to the other side. I was in the, you know. >> Marlin was more describing my trips to the hardware store on the weekends, a thousand round trips, be a lot more economical. But you're right, it is private networking. >> If you're off the road, you're off the packets aren't on the network it saves some room for someone else. >> More traffic, you hear more traffic at the higher speeds. >> You actually could. So, you get two benefits. One is the increase of speed, but the other is the perceived capacity increase of your network. And, we accomplish these things through compression which is really, really simple. I think compression is a must, right. But, through our data duplication. Data duplication is I've seen these patterns before and it's a byte level. We're not talking about an object. I haven't seen a file. No, I've seen these byte level patterns before, I don't need to resend them. And, in traditional network or traditional applications you see pretty much in any organization, right, you typically can get somewhere between 50 and 80, if not sometimes 90% reduction total in traffic. >> My final question before we wrap up this segment here is, Share with the folks, take a minute to talk to the audience about what you're doing with Riverbed at the show and what they should know about the current Riverbed. I know you've guys trying a transformation of yourselves, give a quick plug. Go ahead. >> Absolutely. So, what we're specifically doing here or one of the pieces that is a differentiator for us and our SD WAN is, we went ahead and we thought why couldn't we make that an AWSPPC or a Cloud instance one of my Edge sites, right, connecting into the Cloud, there's many different ways to do it, but why couldn't we make a very simple way of doing that? Why couldn't I take the technology that I'm already putting in place at my data centers, I'm already putting in place at my branch offices, why can't I utilize that to create a secure connection into my BBCs. And, to your point, actually earlier one of the things that's also interesting was Cloud to Cloud. Why couldn't I take that same technology and connect multiple Clouds? Whether they be private Cloud or two public Clouds or connect them all together and take the best of all worlds, right, the best from each and make the best infrastructure that I possibly can. So, what we're showing off here from a SteelConnect perspective is our ability to do that. I can take an AWSVPC, actually I can take all, I think there's 16 regions within AWS and I can interconnect them in less than 10 minutes with the click of a button. And, then back into my infrastructure. So, that and then we also have brought Eternity, which is one of our visibility products that is basically rounded out on our visibility play within the market. We have the network. We have the app. We have the database. Now, we have the end users computer. >> Alright, well, if you could interconnect me to my home in 10 minutes I'm a client. I'd be sold, I'd be all over it. >> I'm going to be in the same traffic as you later. >> I'm not that far from here, but it might as well be another day. Marlin, thanks for the time. >> Absolutely, my pleasure. >> Good to have you on theCUBE, alright. >> Thanks, hope we get to do it again. >> Riverbed has joined us here on theCUBE. We'll be live with more from Washington D.C. right after this.

Published Date : Jun 13 2017

SUMMARY :

Brought to you by Amazon Web Services of the centerpiece of the political universe. That's from what I heard. So, someone really needs to drain that data swamp. You know who's going to help us do that? He is the technical leader of the Advanced Technology Group about what you do there specifically, and another one called the Strategic Technology Group. for the same way say, you know, 1993 beyond, right. What's the big lynch pen for you guys Some of the characteristics that you find so that they want to make it programmable. Because one of the things that we hear the first movers to the Cloud that might have that. Well, the Edge in the network is huge We could address that in a couple Well, how do you guys look at the Edge? So, in the end, it still comes to connectivity. Like, is it more the network size? They have the ability to run but in that space overall in the in the public sector. Did you get all of that MPLS stuff there? not multi-Cloud in the sense I got to workload The speed of light is the speed of light. Absolutely, and you can do that I noticed that coming from Dulles Airport I was in the, you know. to the hardware store on the weekends, the packets aren't on the network at the higher speeds. One is the increase of speed, at the show and what they and take the best of all worlds, right, Alright, well, if you could interconnect Marlin, thanks for the time. Riverbed has joined us here on theCUBE.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
MarlinPERSON

0.99+

Amazon Web ServicesORGANIZATION

0.99+

six secondsQUANTITY

0.99+

Advanced Technology GroupORGANIZATION

0.99+

D.C.LOCATION

0.99+

John FurrierPERSON

0.99+

John WalshPERSON

0.99+

ten secondsQUANTITY

0.99+

90%QUANTITY

0.99+

Marlin McFatePERSON

0.99+

two groupsQUANTITY

0.99+

ATT GroupORGANIZATION

0.99+

AmazonORGANIZATION

0.99+

less than 10 minutesQUANTITY

0.99+

JohnPERSON

0.99+

Strategic Technology GroupORGANIZATION

0.99+

Dulles AirportLOCATION

0.99+

Vernon VogelPERSON

0.99+

16 regionsQUANTITY

0.99+

Walter Washington Convention CenterLOCATION

0.99+

first timeQUANTITY

0.99+

Washington D.C.LOCATION

0.99+

one boxQUANTITY

0.99+

10 minutesQUANTITY

0.99+

CTOORGANIZATION

0.99+

RiverbedORGANIZATION

0.99+

80QUANTITY

0.99+

OneQUANTITY

0.99+

AWS Public Sector Summit 2017EVENT

0.98+

one timeQUANTITY

0.98+

AWSORGANIZATION

0.98+

U.S. CapitolLOCATION

0.98+

each individual pieceQUANTITY

0.98+

todayDATE

0.98+

oneQUANTITY

0.98+

two benefitsQUANTITY

0.98+

this weekDATE

0.98+

DebOpsTITLE

0.98+

bothQUANTITY

0.97+

SteelConnectORGANIZATION

0.97+

EcosystemORGANIZATION

0.97+

ten round tripsQUANTITY

0.97+

50QUANTITY

0.97+

EdgeTITLE

0.97+

each oneQUANTITY

0.96+

Each oneQUANTITY

0.96+

firstQUANTITY

0.96+

a minuteQUANTITY

0.95+

first fourQUANTITY

0.95+

SteelFusionORGANIZATION

0.95+

eachQUANTITY

0.94+

a thousand round tripsQUANTITY

0.93+

two public CloudsQUANTITY

0.92+

this afternoonDATE

0.91+

IOTTITLE

0.91+

a thousand roundQUANTITY

0.91+

SteelEdgeTITLE

0.91+

CubeORGANIZATION

0.9+

about a mileQUANTITY

0.9+

1993DATE

0.89+

first moversQUANTITY

0.88+

'94DATE

0.88+

intelORGANIZATION

0.88+

BBCsORGANIZATION

0.87+

Ed Walsh, IBM - IBM Interconnect 2017 - #ibminterconnect - #theCUBE


 

>> Announcer: Live from Las Vegas, it's theCUBE, covering InterConnect 2017. Brought to you by IBM. >> Welcome back everyone. We are here live in Las Vegas at the Mandalay Bay for exclusive Cube coverage for three days for IBM InterConnect 2017. I'm John Furrier. My co-host, Dave Vellante. Our next guest is Ed Walsh, General Manager of Storage and Software-Defined Infrastructure at IBM. Welcome back. >> Ed: That was a mouth full wasn't it? >> Welcome back to The Cube. Welcome back to the fold at IBM. >> Thank you very much, always good. >> You're leading up a big initiative. Take a quick second to talk about what you're the general manager of scope wise, and then we'll jump right in. >> Yeah, so I run basically the storage division, which has all of our storage from mainframe to open systems, tape, software defined storage and software defined compute, but it's all under our storage portfolio. So development, sales, you know, run the PINA. >> Right, and the new innovations that are coming out, what do you have your eye on? What's your goal, you know, you got a spring in your step. What's the objective? >> So we talked probably in October, I was 90 days in. So now I'm a whopping 8 months in. I think we kind of talked about it. I kind of... my hypothesis for coming here was you know, clients are going through this big change and some of your write ups lately about the True Private cloud and how they're trying to go from where they are now to where they're trying to get to. And that confusion eats up leadership so as confusion... IBM has the right vision, but it's like clouding cognitive, as is much on PRIM. So we have the right vision to help them get through that. And we have a history of doing that. And the second one was that we have a portfolio that's pretty broad. So we almost have an embarrassment of riches on what we can do with someone when they're really trying to look to modernize environments or transform, we can help them from anything. From the biggest and baddest. But it really doesn't matter. The broad portfolio allows us to engage and bring it forward and get them to the... Whatever their path forward is we can give that vision. And then, the one thing I was really talking about is he could bring in IBM. If I could bring in IBM, the greater IBM, the True Cognitive, the analytic team, and bring that together to bear for our infrastructure clients, or inside storage itself, that would be where we'd have the trifecta taking off. So we're in the middle of that transformation. Going very well. But along the same lines I have a fantastic product line. We're going to continue, in fact we're putting more investments on that. Not only on the hardware raise, but as much on the software-defined, and going all flash just because a lot of operational benefits. But then really what we're able to do by bringing the large IBM behind us... IBM also did some interesting organizational changes in January. Arvind Krishna is now running Hybrid Cloud and research for IBM so it's bringing the girth of IBM behind what's on PRIM hybrid into the Cloud. So it allows us to play a very strategic role. >> So a couple Wikibomb buzzwords, right? The True Private Cloud, we talked about server sandwiches, really sort of instantiation of software-defined. Really the impetus is that customers on PRIM want to run the Public Cloud. With that kind of agility and automation. So what are you seeing? What is IBM delivering to support that? First of all, are you seeing that? >> So it's kind of funny, so that... I do talk about study a lot because I thought the True Private Cloud, the way you coined it, is the right way to almost just say it's not what you're thinking I'm about to say. But the study, it's everything you get in the Public Cloud and you want to bring it on PRIM. All the flexibility, all the development models, right? How you engage developers. All the financial models as well, but bring that. And then it easily extends the Hybrid Cloud. When you start going through that, every one of our clients we engage, they know we understand the value of Cloud. They're at different maturity levels of how they're using Cloud, but it's all in their vision. We do a lot of work to help people bridge. So where are you know, let's talk about where you need to get to and have some meaningful steps to get there. So the True Private Cloud resonates with them. And then what we're doing is launching. In fact we launched this week with Cisco. So we have a converged offering with Cisco called VersaStack. But what we're operating on is, how do you make a Private Cloud as agile, and has the same use cases specifically for developers or DBA's that you have on the Public Cloud? And we're bringing that to the offering set for a converged offering. So what we do around on API later... So a key use case would be to do would be, why do people go to Public Cloud? Business units like it because the developers. It's easy to use, they have true DevOps capabilities. They're able to swipe a credit card. Single line of code. Spin up an environment. Signal out a code. Spin it down. They don't have to talk to an IT guy. They don't have to wait three weeks or do a ticket system. So how do you do that on PRIM? So what we have now, in market is, imagine a API abstraction layer, that for storage allows all the orchestration and all the DevOps tools to literally do the exact same thing on PRIM. So once you set it up, it allows the IT team, it's called Spectrum Copy Data Management, allow the IT team to set up templates. But through roles based access, allow a developer or a DevOps tool like Chef or Puppet to literally infrastructures code. Single line of code, spin up a whole environment. An environment would be, let's say three or four VM's, last good snapshot, maybe Datamaster or not. Most times it's Datamast. Bring up an offense network, but literally it goes from, on PRIM I just can't get it done. It takes me two or three weeks. So that's why I go the Public Cloud for other reasons. I can not only choose where I put it, where it's the right place to do, but I can give the exact same use case on PRIM by just doing API calls and they use exactly the same tools for development that are used in the Cloud, like Chef, Puppet, Urbancode, Python scripts. >> How's the reaction been to that? Give us some anecdotal... >> So once you have that conversation, that's just one of the things we're doing to make the True Private Cloud come to life. Of course the extension to SoftLayer, in other Clouds to get the... People, all of the sudden they see a path forward. It's not as easy to... You have to explain how it works, but the fact of the matter is they don't have a lot of tools now to make... We can bring down cost, give you a little bit more efficiancy, consolidate it. But that's not really how True Private Cloud is. You need the automation. So they're responding to it well. In fact it's the number one demo on the floor. For us, as far as systems, people trying figure out actually how to do the DevOps on the PRIM. >> John: That's awesome. >> Talk more about he Cisco relationship. There's a lot of interesting things going on in the storage business. There's consolidation, and you know the whole VCE thing and then Cisco looking for partners. You guys selling off BNT, it opens up a whole new partnership potential. So how has that evolved and where do you want to take it? >> So I think, match made in heaven between us, especially in storage, and Cisco. If you look at the overall environment conversion Hipaa converts account for about a third of the storage industry, so we play well. There's no overlap between us and Cisco. It's great. We're after the exact same accounts and actually, from a... You think of the very top level of our organization all the way down, the two companies have a lot of the same cultures and to be honest we're very tight. So it allows us to have a great relationship. We've already had a good relationship. About 25 thousand joint clients, which is amazing. And then what we're doing with VersaStack specifically is we're putting in the next generation, so we have a great converged offering that has all our all flash storage, but also software-defined. But what we added is we brought in what they did with their CliQr acquisition, which is called CloudCenter, and you add that on top make it single click, deploy and application anywhere, both on PRIM in the different Clouds, and it makes it very simple for developers. We talked about the API Layer. You bring that in to DevOps environment. So we feel really strong that as far as, if you're looking to bring in a True Private Cloud probably the best answer that we could do, is what we do with VersaStack. And we just announced it this week. And also we gave a preview. It's Cisco live in Melbourne a week ago. I think it's been a good uptake. But it kind of plays to... When you know what people were trying to do, but you need to bring the automation. You got to make it self-service and that really drives, for the business units, as well as developers. That drove what we brought into VersaStack. So we brought different assets in it from Cisco and IBM to make that kind of a reality. >> John and I were talking earlier on theCUBE this week and somebody brought up, yeah the CIO, they really don't think about storage. They certainly don't want to be thinking about the media. And the conversation shifted way off... Even flash now, it's like, oh yeah, yeah we get it. But you mentioned something earlier and this is very relevent to CIO's. They want to get from point a to point b with this minimal disruption, they don't want to have to buy a boat load of services to get it done. And now you're talking about things like automation and self-service. What are the discussions like with senior IT executives and how are you helping them get from point a to point b with minimum disruption? >> So the good thing about... You think about the IBM brand. It's as much about trust and helping people through it. So people give us just a credit to say I can engage with them, get the innovation. But also we've been through the zeros So a lot of the times they're asking how are we doing it? How are we transforming our company? How are we doing it internally? And then if you jut kind of, common sense, walk them through because of the broadness of the portfolio, we don't just have this point solution and every answer is, well you buy this box, right? We're able to have that conversation and when you get that broader IBM together that's where it kind of differentiates and they love it. Now I've been to a lot of, oh I'll say, IBM friendly accounts which is great. But also, some people that have never dealt with us are eyes wide open because it's a new day. People are struggling with this big transfer, right? How do you get from now to where you want to go in Cloud is a big change. >> Those new customers, what are they getting wide-eyed about? What are they focusing on? What's the big focus? >> So we'll talk about, we'll do True Private Cloud, but really what you can do as far as data, and what we're doing around Cognitive is really telling, right? The ability to really show 'em with symbol API calls they get more... So to have a Cognitive conversation that's an industry specific conversation really gets people lit up. In the end it ends up being, okay I see the possible. Then, how do I get from here to there. And typically it doesn't start, well I'm just going to go directly that direction. It's help me with a multi-year plan to get to there, while I'm taking out costs, adding agility over time. But I would say the kind of conversations are especially with an industry lens, which is what IBM brings to it, is really telling. >> So I got to ask you about the Convergent reStructured markup because the hot trend that's in the Cloud native world is server lists. So is there a storage list version? Cause what you're basically saying with the True Private Cloud is, you're essentially doing server lists, storage lists, philosophy. Is that, I mean how do you guys rationalize this server list trend. Cause servers and storage are basically the same things in my mind these days. But, I mean, you might disagree. >> I think in general people aren't looking to the different components. They're looking for a way to operate in their environment that's more efficient. They're looking for use cases. They're also trying to have IT not be in the way of what they're trying to do in development, but actually give the right tools. So that's why, to be honest, go back to True Private Cloud, I've been using it a lot cause it really resonates with people. Is how do you get that same experience but on PRIM, cause there's different reasons to be on PRIM. >> It's like Cloud native on PRIM. You could get all the benefits of what Serverless promotes, which is here's an unlimited pool of resources. The software will just take of that for you. That's DevOps. >> And doing... >> John: On PRIM. >> And doing true DevOps, Chef, Puppet, no compromises is exactly how you do it. So you change nothing for your developers. But now you're running it on PRIM or in a Hybrid Cloud. Cause there's a lot good use cases for Hybrid Cloud even if it's born in the Cloud application. You're making a web application or iPhone application, the fact of the matter is, you might want to test it against the back end. So being able to do a Hybrid Cloud, bring this system record data there, to be able to do DevOps on what production looked like maybe last night, or a week ago is much different than the current DevOps models. >> Well it's a good strategy too. If you think about the True Private Cloud, the way you're looking at it, which I think is the right way, is a lot of the things that we look at on theCUBE, and talk about, is three areas. Product gaps, organizational gaps, and process gaps. The number one thing is organizational gaps. So when you have that True Private Cloud on PRIM, it's not a big leap to go Cloud Native Public. >> It's seamless in fact. >> John: It's totally seamless. >> And on that case that a lot of the stuff we're talking about is, we help people modernize and transform their environment. And the message is all about optimization on the traditional application environment. It's all about freeing up the resources. So... >> John: That's the ovation strategy. That's the creativity, that's the Dev element. >> And if you don't free up the key resources they can't be on the digital transformation. And without the right skill set, because they're kind of trapped in operation. So a lot of the automation things we're doing are things that, to be honest, the storage team, or the admin team will be doing. It's manual error prone, but take it away. But also you free up the team. So it kind of plays to all those. >> That must really resonate with the CIO. I mean, I would imagine CxO goes, okay I could have Cloud on PRIM and then train my organization to then start thinking Hybrid workloads as they start moving Hybrid pretty quickly. >> And here's the thing, is what do you have to change for developers? Tell me what I have to get by the developer or DBA's? And the answer is nothing. Use the exact same tools. So you know, on stage it'll literally show me how Chef or Puppet... They're not doing trouble tickets or spinning things up, down, but... Same thing with deploying applications. It's like Cloud Center application. Set up the stack and deploy either on PRIM, different architectures, both converged and non-converged or in different Clouds. And they allow you to just, one click and deploy it. And they deal with all those differences. But that's how you want to make it, you use it serverless. They don't have to worry about the infrastructure. But also we're freeing up the team. >> So Ed, I got to ask ya, on a sort of personal note, I mean I've followed your career for a long time. John and I call you the Five Tool Star. You've had the start-up experience, you've got technical chops, you did a stint at IBM, you went to MIT and came back with that big MIT brain, brought it to IBM, so pretty awesome career. By no means even close to over. What have you brought to IBM? I think I've known every GM of storage, since the first GM of storage at IBM. What specific changes have you brought and what's the vision and the direction that you want to take this organization? >> It's a great culture, great history of storage. So I guess that I would be the first outsider coming into storage. But I don't think it's any different. I've been in storage my entire career. I understand it. Some of it is optimizing their current model. The portfolio of what we're doing. Some of it is just making sure we have the right things in sales and working with channels, which one of my companies was an actual channel partner. So I think it's just the perspective of maybe a fresher look, but again we are a great team. Great portfolio. We're quietly number two in storage hardware software. Shhhhhhhh. Don't tell anyone. Cause we don't do a good job of getting the news out... But the fact of the matter is... >> Now we'll tell everyone. You say don't tell anyone, we're telling everybody. You tell us to tell everyone, we don't tell anyone. >> Together: (laughing) >> But we still get people, are you guys still doing storage? We're like, literally we're number two by revenue. And this is IDC and Gartner software hardware. So we are a player in the space. We have a lot of technology and I guess what I'm bringing is just maybe a little spice of vision and... >> Well you guys have a strategy that's unique and different but aligned with the mega trend. That, to me I think, is something that's been in the works for a while. It's been cobbled together. Dave always points it out, how the storage groups change. But the game is still the same, right? Ultimately it's about storage. Now the market conditions are changing on the organizational side. That seems to be the thing. >> Ed: Agreed. >> Well all flash is probably the thing. >> But also what you're going to start seeing is bringing Cognitive capabilities. So we're not going to call in Watson for storage, but imagine bringing Watson to storage, right? Think of all the metadata we have. Not only for support but for insight. You're going to all start doing more Cognitive data management, and not only look at metadata, but taking action on them. Using Watson to look at images, so very interesting use cases that I think only IBM can do. >> I can just envision the day where I just voice activate, Watson spin me up more servers. And provision all flash petabyte. Done. >> (giggling) Believe it or not, we can do a chat, but we have that working. >> John: (laughing) >> We're looking for applicability of that, so. >> And then Watson would tell me, well you can't right now. >> You're not authorized. (laughing) >> You got to grab the Watson for storage url. He's been grabbing url's all day on GoDaddy. (laughing) >> Ed, thanks so much for coming on theCUBE. Congratulations on taking names and kicking butt in storage, in the strategy. True Private Cloud, a good one, love that research, again from Wikibomb. >> Yup. >> Kind of new but different, but relevant. >> Ed: Very relevant. >> Thanks so much. >> Ed: (mumbles) So thank you, thank you very much. I appreciate it. >> Okay, live coverage here at Mandalay Bay here at IBM Interconnect 2017. I'm John Furrier, Dave Vellante. Stay with us. More coverage coming up after this short break. (pulsing tech music)

Published Date : Mar 22 2017

SUMMARY :

Brought to you by IBM. Vegas at the Mandalay Bay Welcome back to the fold at IBM. Take a quick second to talk about what the storage division, Right, and the new innovations And the second one was that we have So what are you seeing? allow the IT team to set up templates. How's the reaction been to that? the True Private Cloud come to life. going on in the storage business. of the storage industry, so we play well. And the conversation shifted way off... So a lot of the times they're In the end it ends up being, So I got to ask you about the have IT not be in the way You could get all the benefits the fact of the matter is, is a lot of the things And the message is all about optimization that's the Dev element. So a lot of the automation to then start thinking And here's the thing, is what since the first GM of storage at IBM. But the fact of the matter is... we don't tell anyone. So we are a player in the space. But the game is still the same, right? Think of all the metadata we have. I can just envision the day we have that working. applicability of that, so. me, well you can't right now. You're not authorized. You got to grab the storage, in the strategy. Kind of new but Ed: (mumbles) So thank Stay with us.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
JohnPERSON

0.99+

Dave VellantePERSON

0.99+

IBMORGANIZATION

0.99+

CiscoORGANIZATION

0.99+

Ed WalshPERSON

0.99+

MelbourneLOCATION

0.99+

DavePERSON

0.99+

OctoberDATE

0.99+

twoQUANTITY

0.99+

EdPERSON

0.99+

JanuaryDATE

0.99+

John FurrierPERSON

0.99+

three weeksQUANTITY

0.99+

GartnerORGANIZATION

0.99+

Arvind KrishnaPERSON

0.99+

90 daysQUANTITY

0.99+

Mandalay BayLOCATION

0.99+

two companiesQUANTITY

0.99+

three weeksQUANTITY

0.99+

Las VegasLOCATION

0.99+

threeQUANTITY

0.99+

firstQUANTITY

0.99+

oneQUANTITY

0.99+

iPhoneCOMMERCIAL_ITEM

0.99+

8 monthsQUANTITY

0.99+

MITORGANIZATION

0.99+

Las VegasLOCATION

0.99+

VersaStackORGANIZATION

0.99+

three daysQUANTITY

0.99+

a week agoDATE

0.99+

last nightDATE

0.99+

IDCORGANIZATION

0.99+

PythonTITLE

0.99+

WatsonPERSON

0.98+

second oneQUANTITY

0.98+

this weekDATE

0.98+

WatsonTITLE

0.98+

three areasQUANTITY

0.98+

Hybrid CloudTITLE

0.97+

FirstQUANTITY

0.97+

Cloud CenterTITLE

0.97+

bothQUANTITY

0.97+

PuppetTITLE

0.96+

ChefTITLE

0.95+

IBM Interconnect 2017EVENT

0.95+

Single lineQUANTITY

0.95+

one clickQUANTITY

0.94+