PodCTL #4 - All the Tools in the Kubernetes Toolbox

Size: px
Start display at page:

Download "PodCTL #4 - All the Tools in the Kubernetes Toolbox"

Transcription

1 PodCTL #4 - All the Tools in the Kubernetes Toolbox Tyler: [00:00:13] Hello Kubernetes community and welcome back to the PodCTL podcast. It's another week down in the Kubernetes community. Not a lot of news this week but we have a couple of interesting things that came up as well as we're going to talk about some of the things that we see really commonly in open source projects and specifically in Kubernetes which is installers. Why is there not just one? Why is they always end up being a lot of them? Brian: [00:00:38] Right exactly. So we're going to talk about the big Kubernetes toolbox, at least part of the toolbox, like three or four shelves worth of it and get into that. The other thing, thanks to everybody who's been listening to the show has been several times in the Top 100 of the tech podcast on itunes so folks who are listening, telling a friend, if you can give us some ratings we'd love some feedback and all the details of how to reach on Twitter and the and the blog and all that stuff are in the show notes. So thanks for listening. Everybody calling you on what's been in the news like you said it was a little bit of a slow news week in terms of Q&A specifically but there was a little bit of news. Tyler: [00:01:10] Yeah. This week VMworld, their twice annual conference and you usually get some sort of mix of their usual virtualization news and announcements and what we consider modern app dev or whatever you want to call it announcements. And this year it wasn't any different it was announcement by VMware with Google and Pivotal. They did take a package version of Pivotal's Kubo project which is a Kubernetes deployer and packed up as a commercial offering called the Pivotal Container Service (PKS). Brian: [00:01:39] So just the basics of this and we'll put the link to it in the show notes for folks

2 that want to dig in. It was a project that Google and Pivotal had kicked off called "Kubo", which like you mentioned takes the BOSH installer from Cloud Foundry foundation and installs a Kubernetes instance. So we're actually going to get into lots of ways to install Kubernetes. But yes so it was the project called Kubo and then it became commercialized between Google Cloud, Pivotal and VMware. They created a packaged offering called the Pivotal Container Service, with the acronym being PKS. Brian: [00:02:14] Sort of like Google container services G.K.E. where the container is like Kubernetes. In the initial announcement they kind of laid out what they were thinking with it so it will be interesting to see as we go forward, when it actually gets close to shipping (targeting CYQ42017) and kind of what it looks like as it gets closer to that point in time. Brian: [00:02:31] Right. Because I think they said this wasn't going to ship until at least the last quarter of the this calendar year which could be anywhere from October to December 31st or something like that. We'll have to wait and see and I don't know if there's any bits available since it's now a commercial offering and VMware doesn't really do open source per se or at least that's not their business model so have to see how it will be available. Tyler: [00:02:52] Yeah I had noticed that the Kubo project had used to rely on Cloud Foundry and Pivotal Cloud Foundry integration and then they had an updated version. so I wonder why they're doing that for them. And then you saw this announcement of Kubo pieces that you can play around with but who knows about the rest of the things like you said VMware they don't always make it out on GitHub. Brian: [00:03:14] Right. The other thing that came out during the show, they announced on stage during VMworld during the keynote that both VMWare and Pivotal were joining the CNCF at like a gold or platinum member level. I think from an industry perspective it is good it says that the folks from the CNCF are basically saying hey enterprise computing is now going to flow through through the CNCF And you know I think when you when you put Kubernetes is front and center of that it's a fair statement now you've got every major cloud provider is supporting Kubernetes: Microsoft, Google, AWS, Oracle, Red Hat, VMware where you know all the major players in terms of enterprise technology are now supporting Kubernetes. So we never like to say that any one technology has "won" but it's a pretty pretty strong statement from the CNCF this week. Tyler: [00:04:03] You never know. Things change but at this point in time Kubernetes is has seemed to a pretty strong consensus has developed around it. Brian: [00:04:12] So speaking of that consensus once you start getting a lot of people using any given technology spawn's itself into lots of ways to use it. Lots of ways to install it, operate it, maintain it, upgrade it. So today we thought we would talk about all the tools that are out there which it's not unusual especially for open source projects to have lots of tools. But let's start with the first basic question like: Why are there so many tools to deal with Kubernetes? Tyler: [00:04:38] Well I mean I think it's a cultural thing that's just comes with open source software is the the idea of there's something this tool doesn't do what I want so I'm going to make something that does what I want. And because I like open source and all those things, I'm going to share it with other people in case they want it to use it. That's the upside of open source. The downside is you can usually get a pretty big growth in those areas of people taking tools and splitting them a lot different ways and it makes sense from the standpoint of people have different requirements what they're looking to do and this tool focuses more. here I need an installer that can do this, that and the other thing but I don't care about this piece. There's not an official Kubernetes installer, to submit a patch. Yeah know a pull request to with your changes to it change out of work.

3 So it's just all just either you do it myself or start and create one from scratch. So we saw that with OpenStack we've seen with plenty of other open source technologies too, where there just installers everywhere. Brian: [00:05:37] Well I think it spawns out of this open source concept. I don't want to get too philosophical and religious but I mean you know when everything is proprietary you bought software from somebody and that vendor typically gave you the installer and the package managers and all that stuff and with open source you know you have plenty of companies that are spawned up as consulting companies, or training companies, as well as commercial vendors of open source, or public cloud providers of open source, so I think a lot of times you will find that popular tool gets spawned up by a consulting group or some other group and they spin it up and then a community builds around it, then somebody else will build it like you said because they start from some other belief of a problem set and it kind of spawns from there. So let's talk a little bit about some of the common types of tools that we see. So if somebody said hey I want to run Kubernetes or I want to interact with Kubernetes, what are some of the ways that you can get started on day 1 or day zero. Tyler: [00:06:33] The two most common ways when when someone wants to get started is they want to install it on their laptop or they're looking for a service that they can like just log in and start kicking the tires. Tyler: [00:06:44] Usually time to Success is the kind of metric for developers that just want to see what this thing is. like cool I'll rip into the guts later. But right now I just want to see what interacting with this thing is like. Brian: [00:06:54] So from the laptop perspective there are a couple of tools that you might want to be aware of. So if you are working just with Kubernetes, you just want to work in the Kubernetes domain. Probably the most commonly used tool for installing on your laptop is something called MiniKube. from an OpenShift perspective from a Red Hat perspective, We've taken a similar approach and built something called MiniShift. So if you want to run OpenShift on your laptop you can do that as well. And both of those tools will give you a sort of single node, single master environment. So it's not highly available. It's going to be very respectful of the amount of RAM you have on your laptop. Typically it's going to install it in some sort of virtual machine on your laptop although there's variations on those installers and they're going to give you the same look and feel you would have is if you had a production level high availability Kubernetes environment or OpenShift environment or any other environment that you're working on like as a developer for example that run and then having that interface we can start configuring it. Tyler: [00:07:53] And what's nice is both those tools follow that pattern to also configure your local CLI tools. So once it's done you want to run your KubeCTL commands or OC commands with OpenShift. You can it's already configured to point at that local instance. Brian: [00:08:10] The other most common one you mentioned this is I don't want to deal with any of that stuff or I only have 4 gigs of RAM on my laptop or whatever. Let me just get this running in the public cloud and there's two categories of things that fall into one of them is I want to use the native Kubernetes services from somebody. So whether that's a Google container engines or G.K.E, Maybe it's Microsoft's Azure container service. And then there's some others that are out there. You may want to just log in have a Kubernetes instance start throwing some containers at it and get going. The other way to do it is to use QuickStarts. So you want to use the public cloud. You want to use some of their compute resources but you want to be a little more hands on what the Kubernetes is. And there's various kind of QuickStart that are out there the folks from Heptio, Joe Beta's company has a quick start for getting things up and running on AWS. Digital Ocean has a really QuickStart way of getting a Kubernetes environment up on their on their droplets so you can

4 kind of decide how much hands on Kubernetes is you really want but it takes you away from having to have to manage any hardware underneath it. Tyler: [00:09:19] Yeah I think that's another common way. Like you said besides just want to push containers a lot of have two groups right so you have developer who say hey I want to build containers and run them and then you have the more upside where you're saying, hey will I care about how these containers run, how they get restarted how they're scheduled, how to get access to resources. So for them \ logging into something like an OpenShift Online, or G.K.E. needs to say Well here you go here's your way to go where I can bootstrap a whole production-ish cluster on you on a cloud and start to kick the tires there so that's a popular approach too. Brian: [00:09:58] And I think what we sort of laid out even just in those those two sets of examples is basically there isn't one set of users. There may be developers that literally just want to write a java application, node application and push it, in which case they want as little friction as possible of those little kind of knowledge about Kubernetes. It's possible in some cases you have these DevOps teams which could be multiple people, it could be people with multiple skills who have to know a little bit of both you know what language and runtimes are supported. But I also need to know how did those masters interact with the Kubelet or how do I do updates. And then you're going to obviously have operations teams who need to know everything about how Kubernetes is going to run from an infrastructure perspective. So it lends itself to answering a little bit of that basic question we had at the beginning which was, why are there so many variations and options and the reality is you know there's a lot of different starting points that people have from this from. From dealing with Kubernetes or just dealing with new applications. Tyler: [00:10:51] Yeah I think what's what's even more interesting is we get to the next group which is the Kubernetes specific installers. so installers built from the ground up. All they do is install and upgrade Kubernetes. the first on Kubeadm is sort of the official Kubernetes installer.. Well wait, if there's an official one, why do we have all these other ones? One of the reasons is right now the tool doesn't deploy multiple Kubernetes masters. So if you wanted to have say like a fully H.A. production type cluster, Kubeadm doesn't yet do that. So I think that's also where the feature set to the various tools have allowed this to scale out even further. Brian: [00:11:31] Two points on that one. Before you go into any more of these one is you mentioned that the official tool doesn't support H.A. and I think there's some misconceptions out there in the market. We talked early on, Kubernetes has this concept of masters that provide the control plane and then there's the workers where the Kubelets run. The reality is you absolutely can build H.A. highly available Kubernetes environments. it's like you said, the default one that comes from the CNCF doesn't necessarily set that up for you but there are plenty of other tools and things that come from vendors and things in the cloud that absolutely are HA. The other thing real quick for anybody who's listening to this. Don't take these as completely extensive lists. So if you're working on a project and you don't hear a name called, don't feel bad. We're trying to give some some examples that we know off the top of our head, we'll try and provide some more complete list in the shownotes. But don't feel bad if we don't list the other 23 install options or something like that. [00:12:27] Yeah and that's a really great point. On the on the highly available piece, I mean Kubernetes is designed from the ground up to be highly available. one specific one I worked with is Kargo, which builds really highly available. One one of the best ways to understand kind of how that works and you know not to go too into the details but think about it this ways. Even the masters are just Kubernetes worker nodes that are only running Kubernetes core services and those Kubernetes core services are basically are the first pods that are deployed by Kubernetes.

5 Brian: [00:12:58] So Kubernetes treats its own system master resources as workload that it runs just on the specific set of nodes and the other thing about about H.A. environments is they're not simply going to be your normal like install command line and then yes, yes, yes. you have to take some pretty interesting variables into consideration. I know you and I both worked from a systems engineering perspective directly on some of these systems and you start getting into how big and how much memory and how much CPU your masters have. How physically far away are they going to be located? How much delay is in between them? Are these in the same location? Could could have fiber cut or a telco cut separate them and how many masters? one, two versus three, or more than that? So I think that's why there has to be a little more thought put into how you deal with HA and that advancement has to be built into these installers and upgrade systems. Tyler: [00:13:48] What are the things which varies on all of these, whether it's these specific ones or even some of these QuickStart ones. There's basically two levels of installer's. one is, hey give me the Linux host you want to install Docker and Kubernetes on and I'll go do that. And the other one is, point me at the IaaS provider, whether it's a public cloud or private, and I will ask for the resources I need and stand them up to and then install. So like for example Kargo, it's using uses Terraform. You could pointed at say OpenStack and say, I'm going to make a six node, three masters and three workers and we'll also ask for those six nodes. So there's kind of like two different ways and there's pluses and minuses to both, but that's usually something you see, it's kind of a breakdown between the tools also. Brian: [00:14:32] You know you mentioned Terraform. Terraform sometimes gets lumped into that category with Chef, Ansible, Puppet, Salt. Are those tools that people think of as config management tools but you are nowadays packaging all sorts of different software. Those fit into a category of interact with Kubernetes as well, true? Tyler: [00:14:47] I mean just like any other piece of software though, those tools do besides config management. they also in different levels do some amount of orchestration and use for installation so you can say I have Ansible playbooks that will install Kubernetes and actually for example Kargo is one that after it uses Terraform to build the nodes then it uses Ansible to do the actual installation. the OpenShift installer's uses Ansible. There's tons of Chef recipes and things like that so that may to make more sense if you're already a big Puppet and or Salt shop. and you might be at that as a way to deploy Kubernetes because it fits more into your kind of normal workflow. Brian: [00:15:25] So we spent a lot of time talking about day zero or day one tools. The things that are going to help you set up an environment or install an environment or get you on board with, whether it's a single node or highly available. What about the stuff from day 2 to day 2000? what are some of the categories that people should kind of be aware of in terms of tools. Tyler: [00:15:45] I just have to first start off by saying I'm I feel like at this time in its life cycle Kubernetes, It's a real good indication that there's a lot of uptake of Kubernetes nowadays is what's going on a couple of years we're talking pretty heavily about data tools how do you upgrade it. How do we monitor? how we log it? where some of these other open source projects worked on the past, they're five years in and no one's even asking about how we were logging this. How many people could possibly be running this if they're not logging it. Right? So I think that's a pretty good sign for Kubernetes as a whole. I think it goes back to installations, but I think upgrades are big too. That's when people say ok cool. Now is out. How do I get there? So there's a number of different tools to do that. Brian: [00:16:25] I think one thing for folks to put on your radar screen is I use this example all the time. So if you've been on the operations side of the infrastructure side for a long time you know keep these timelines in mind if you are a VMware show, so you did virtualization, you were getting

6 a major release of VMware about once every year and then a minor release about once every six months and people were trying to figure out how to work those into their schedule. if you were looking over the last few years at something like OpenStack, you're getting a new release every six months and with Kubernetes you are getting a new release about every quarter and then some maintenance releases sometimes in between that quarter. So with that thinking, your infrastructure isn't static. you know your infrastructure is software and you've got to be thinking okay how do I work this in from an automation perspective and repeatability perspective? how do I expect to want to update that fairly frequently because you want to stay up to date with a fairly recent set of features. Tyler: [00:17:21] I think that's huge and I feel like there's a bit of a misnomer there because people say hey I have a thing that works. Now we are into Oracle databases. I'm loathe to upgrade because the upgrade process could be potentially risky. And then the other new version may introduce new problems. What's actually faster moving software, these younger pieces of software and newer distributed systems kind of actually works backwards. once you start falling too far behind it's way hard to catch up because no one's tested skipping five releases or you know there may be a bug in this version but then the next version next quarter fixes that bug. it's once you get in that regular upgrade cadence, that actually makes things more stable and less risky than worse. Brian: [00:18:05] So I think in terms of categories of day 2 tools, it's always good to ask, ok I have an up and running Kubernetes, what's a common way to update this? we're seeing a couple of different things happen in the marketplace. obviously if you're using one of the native public cloud services, so native Kubernetes from one of the public cloud services, you shouldn't have to do anything. Think of it as like sort of a SaaS model, but you do have to be aware of when they are doing updates so you know from a compatibility perspective how are they running a 1.7, 1.6, 1.8. That's something to be mindful of how are they going to communicate that to you. But in terms of if you are running the software, whether you run your own data center or not there's a few different options. Tyler: [00:18:44] I think what you're typically looking for is are there default tools that a lot of people are using. Are there things that come with my distribution or the commercial offering that I had in general. The community is working towards much more. One click. Rolling updates and things that you can do without disruption whatsoever. So that's always been very top of mind for the community, is that this can't be something that can be an impactful event. Tyler: [00:19:07] The one thing you can do, kind of right off the bat from a thought process perspective, whether you're a developer or your more on the Ops side is as you deploy your apps and containers you know using the various capabilities within Kubernetes to make the loss of any individual container or POD non-disruptive using things like replica sets and published services and things like that. So if you have at least two or more of instances of your app running then rolling upgrades work way easier. It's that usually what happens is there are some apps that only have one of these so yes it can. It's going to go down you know won't be down long during an upgrade but it will go down.. Now you're starting to get pushback. when can we do this upgrade and can we push that back until after this busy season or and that's when you start going. So whether you're doing rolling upgrades now or not. The key thing is as you deploy and design your apps you want to make them you know very scalable and resilient. Brian: [00:20:04] And as you're talking, I'm thinking about there was a really good example video, and I'll put it in the shownotes of a company called MacQuarie Bank who is down in Australia and New Zealand covers the Asian Pacific area and they did a really nice talk at Red Hat Summit it was part of the OpenShift gathering. They were basically talking about how to they manage their upgrades from one release to another and really talked about how they will have multiple systems

7 in-house to validate new projects and new testing that they're able to not only have blue green and rolling upgrades for their API, and for their external mobile services and for their own internal testing so it's a real nice to talk about in real life production financial services with high risk visibility. Brian: [00:20:44] So you've got something up and running. How do I monitor this thing and how do I manage this thing. What are what are some of the tools that might be available to people. Tyler: [00:20:54] So I think monitoring is a big one and this is again something I really like what we're seeing with the Kubernetes community as a whole. look you can use whatever tools you like; you may even use a SaaS service like DataDog or something else. But the fact that the community quickly coalesces around a default, which right now we're seeing with the Prometheus project, open source monitoring and alerting tool, that seems to be a lot of people are moving in that direction. So it's good to say, I'll start with the default and if it doesn't do what I need I can move to something else so it's nice that we're starting to see all these different areas and defaults emerge so Prometheus is one. Obviously the type of stuff you use to like New Relic, Zabbix, SysDig, CoScale, all the usuals as being a kind of standard when you build application you know all the usual modern things apply. Brian: [00:21:52] I think the other thing that's important to remember with this is so you look at something like the see CNCF, which is where the Prometheus project is being governed these days. You know there's a whole community around Prometheus. And it's within the CNCF So there's a certain amount of integration but certain amount of awareness that the Kubernetes community should pay attention to what the Prometheus community is doing. They haven't embedded Prometheus as a working group within communities and I think that's really important to highlight for people because you know one of the things that happens when you get a lot of companies and a lot of engineers and stuff working in a popular project getting too much scope creep. And I think the see CNCF has done a nice job of saying we're going to encourage some compatibility and best practices but we're not going to force this into the Kubernetes project. So if if you don't like Prometheus but you love Kubernetes, there are going to be lots of other options and you don't have to feel like I'm going to wait for that next release of something in order for my Kubernetes needs to move forward, so they're allowed to move at different paces, but have awareness of each other, so that if they want to do some integration they they know how to do it. Tyler: [00:22:51] I think it's also important from the standpoint of even if you do want to use Prometheus is when you kind of tie that rope between the two by putting them in the project you know they start gating one another. Well we want to adjust it this way we're reporting this information at API, well it's going to break Prometheus, So you have to wait for it and you end up with way more coordination versus sort of just more traditional best practices of API versioning. things when you're in the same project you can take some shortcuts which are fast in the short term but in the longer term actually cause more problems. Brian: [00:23:22] Right. And I think the other thing is we're really learning in the community some best practices so you take for example what people are learning about monitoring. And one of the things that they're learning is how to do this concept like sidecar containers where you put the application in a container, run the monitoring agent in a container and you put those both in the same Kubernetes pod so they're logically linked together and they're learning from something like that is also being applied to proxy services for frameworks like Istio that are starting to emerge. nice thing is some of the learnings from things like monitoring or logging which are day to day things that learning and those sort of concepts and patterns are going to eventually flow into being useful in more advanced application patterns which we'll get into maybe in a later show.

8 Tyler: [00:24:04] I think that's pretty big. You know seeing those learnings come back in and kind of adjust it's really impressive to see how that helps. Brian: [00:24:11] I think the other two things that we're going to wrap this up fairly quickly because we are hitting our time limit and we've talked about a lot of tools, logging goes along with monitoring and management the same way. There are some stacks like the ELK stack and the EFK stack in terms of logging and monitoring and management. There is third party SaaS tools like Loggly and lots of others that are out there. I think that same discussion we just had about monitoring kind of applies for logging as well but like you said the fact that we're talking about logging in production just a couple of years into this project is really important. Tyler: [00:24:41] Yeah it's like you said it's just like the monitoring stuff all the same and same kind of thing. The case that seems to be kind of establishes the default but again not part of the project. And then it's what fits into your flow so why standup a whole separate logging or monitoring just for Kubernetes. And if you can fold it into what you're doing exit with your existing tools. Brian: [00:24:59] So we had a thing on our list we said maybe we should dive into some of the application frameworks that are becoming popular and you know what, that is its own show or a series of shows that we will get into very soon we're not going to cover today. And I think we're hitting up against our time frame. But Tyler I think we covered a lot in terms of why are there so many tools, there are some good reasons for that and some community reasons for that. I think we touched on getting people started getting them going after day one. Any last thoughts about how you wrap your head around what's the right tool box to have recovered time. Tyler: [00:25:27] I think the first thing is how I would pick any sort of tooling when it comes to this item in general is 1. What's the default? 2.What's the most popular thing? Those type of books because it has more community following behind it. If you don't have a strong opinion at least start there where it's the thing that everyone else is using because I don't need to have my custom homegrown solution, let me look there. And then if it doesn't do what you need, see where people have peeled off to other projects they also reuse. And also obviously reuse something you have if you like it or stick with something that's really popular. Brian: [00:26:01] Yeah I think that's great advice you know use the defaults reuse with minor modifications if needed. And then if you really have to build something on your own you know consider that sort of a last resort because Yet at some point you're going to have to you're going have to own that tool forever. So I mean to wrap it up with that folks as always thanks for listening. You know we would love reviews and feedback all the ways to contact us or in the show notes. So everybody thanks again for listening for Tyler and for myself. We will talk to you next week.

Using Google Analytics to Make Better Decisions

Using Google Analytics to Make Better Decisions Using Google Analytics to Make Better Decisions This transcript was lightly edited for clarity. Hello everybody, I'm back at ACPLS 20 17, and now I'm talking with Jon Meck from LunaMetrics. Jon, welcome

More information

The Open University xto5w_59duu

The Open University xto5w_59duu The Open University xto5w_59duu [MUSIC PLAYING] Hello, and welcome back. OK. In this session we're talking about student consultation. You're all students, and we want to hear what you think. So we have

More information

Welcome to this IBM podcast, Create Stable and. High Quality Software Creating Software That's Flexible and

Welcome to this IBM podcast, Create Stable and. High Quality Software Creating Software That's Flexible and IBM Podcast [ MUSIC ] MATHENY: Welcome to this IBM podcast, Create Stable and High Quality Software Creating Software That's Flexible and Secure by Design. This is step two in the Five Steps to Reduce

More information

The ENGINEERING CAREER COACH PODCAST SESSION #1 Building Relationships in Your Engineering Career

The ENGINEERING CAREER COACH PODCAST SESSION #1 Building Relationships in Your Engineering Career The ENGINEERING CAREER COACH PODCAST SESSION #1 Building Relationships in Your Engineering Career Show notes at: engineeringcareercoach.com/session1 Anthony s Upfront Intro: This is The Engineering Career

More information

UW_HELP_PODCAST_2.mp3

UW_HELP_PODCAST_2.mp3 UW_HELP_PODCAST_2.mp3 Randy: [00:00:08] Thank you for joining us on today's episode of the UW HELP podcast. I'm Randy Parvin, your host, and a student services coordinator at the University of Wisconsin

More information

Smart Passive Income Gets Critiqued - Conversion Strategies with Derek Halpern TRANSCRIPT

Smart Passive Income Gets Critiqued - Conversion Strategies with Derek Halpern TRANSCRIPT Smart Passive Income Gets Critiqued - Conversion Strategies with Derek Halpern TRANSCRIPT Blog Post can be found at: http://www.smartpassiveincome.com/conversion-strategies YouTube video of interview can

More information

EPISODE 674 [INTRODUCTION]

EPISODE 674 [INTRODUCTION] EPISODE 674 [INTRODUCTION] [00:00:00] JM: Continuous integration and delivery allows teams to move faster by allowing developers to ship code independently of each other. A multistage continuous delivery

More information

CLICK HERE TO SUBSCRIBE

CLICK HERE TO SUBSCRIBE Mike: Hey, what's happening? Mike here from The Membership Guys. Welcome to Episode 144 of The Membership Guys podcast. This is the show that helps you grow a successful membership website. Thanks so much

More information

So, again, that was addressing that main problem of how to attract new members. Even though people in that stage, you know, it's not just about

So, again, that was addressing that main problem of how to attract new members. Even though people in that stage, you know, it's not just about Mike Morrison: Hey there. Welcome to episode 142 of The Membership Guys Podcast. I'm your host Mike Morrison and, if you are looking for tips and advice on growing a successful membership, then good news,

More information

SOAR Study Skills Lauri Oliver Interview - Full Page 1 of 8

SOAR Study Skills Lauri Oliver Interview - Full Page 1 of 8 Page 1 of 8 Lauri Oliver Full Interview This is Lauri Oliver with Wynonna Senior High School or Wynonna area public schools I guess. And how long have you actually been teaching? This is my 16th year.

More information

Building and Managing Clouds with CloudForms & Ansible. Götz Rieger Senior Solution Architect January 27, 2017

Building and Managing Clouds with CloudForms & Ansible. Götz Rieger Senior Solution Architect January 27, 2017 Building and Managing Clouds with CloudForms & Ansible Götz Rieger Senior Solution Architect January 27, 2017 First Things First: Where are We? Yes, IaaS-centric, but one has to start somewhere... 2 Cloud

More information

dw Interviews: Nicholas Leduc on the mobile experience of billions of devices Episode date:

dw Interviews: Nicholas Leduc on the mobile experience of billions of devices Episode date: dw Interviews: Nicholas Leduc on the mobile experience of billions of devices Episode date: 09-19-2012 [ MUSIC ] LANINGHAM: This is the developerworks podcast. I'm Scott Laningham; joining me right now

More information

Tips On Starting Your WooCommerce Online Store with Michael Tieso

Tips On Starting Your WooCommerce Online Store with Michael Tieso TRANSCRIPT: 11.2.2016 Tips On Starting Your WooCommerce Online Store with Michael Tieso Bob Dunn: Hey everyone, welcome to episode thirty-nine. Bob Dunn here, also known as BobWP on the web. Today is a

More information

ANSIBLE AUTOMATION AT TJX

ANSIBLE AUTOMATION AT TJX ANSIBLE AUTOMATION AT TJX Ansible Introduction and TJX Use Case Overview Priya Zambre Infrastructure Engineer Tyler Cross Senior Cloud Specialist Solution Architect AGENDA Ansible Engine - what is it and

More information

Listening Comprehension Questions These questions will help you to stay focused and to test your listening skills.

Listening Comprehension Questions These questions will help you to stay focused and to test your listening skills. RealEnglishConversations.com Conversations Topic: Job Interviews Listening Comprehension Questions These questions will help you to stay focused and to test your listening skills. How to do this: Listen

More information

Welcome to our first of webinars that we will. be hosting this Fall semester of Our first one

Welcome to our first of webinars that we will. be hosting this Fall semester of Our first one 0 Cost of Attendance Welcome to our first of --- webinars that we will be hosting this Fall semester of. Our first one is called Cost of Attendance. And it will be a 0- minute webinar because I am keeping

More information

CLICK HERE TO SUBSCRIBE

CLICK HERE TO SUBSCRIBE Mike Morrison: What up, everybody, welcome to episode 116 of the Membership Guys podcast. I'm your host Mike Morrison, one half of the Membership Guys, and this is the show where we bring you proven and

More information

NFL Strength Coach of the Year talks Combine, Training, Advice for Young Strength Coaches

NFL Strength Coach of the Year talks Combine, Training, Advice for Young Strength Coaches NFL Strength Coach of the Year talks Combine, Training, Advice for Young Strength Coaches Darren Krein joins Lee Burton to discuss his recent accolades, changes in the NFL Combine, his training philosophies

More information

How to Help People with Different Personality Types Get Along

How to Help People with Different Personality Types Get Along Podcast Episode 275 Unedited Transcript Listen here How to Help People with Different Personality Types Get Along Hi and welcome to In the Loop with Andy Andrews. I'm your host, as always, David Loy. With

More information

Copyright MMXVII Debbie De Grote. All rights reserved

Copyright MMXVII Debbie De Grote. All rights reserved Gus: So Stacy, for your benefit I'm going to do it one more time. Stacy: Yeah, you're going to have to do it again. Gus: When you call people, when you engage them always have something to give them, whether

More information

MITOCW R3. Document Distance, Insertion and Merge Sort

MITOCW R3. Document Distance, Insertion and Merge Sort MITOCW R3. Document Distance, Insertion and Merge Sort The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational

More information

CLICK HERE TO SUBSCRIBE

CLICK HERE TO SUBSCRIBE Mike Morrison: What's up, everybody? Welcome to Episode 120 of The Membership Guys Podcast. I'm your host Mike Morrison, one half of the Membership Guys, and on today's show we're talking about five things

More information

Author Platform Rocket -Podcast Transcription-

Author Platform Rocket -Podcast Transcription- Author Platform Rocket -Podcast Transcription- Grow your platform with Social Giveaways Speaker 1: Welcome to Author Platform Rocket. A highly acclaimed source for actionable business, marketing, mindset

More information

COLD CALLING SCRIPTS

COLD CALLING SCRIPTS COLD CALLING SCRIPTS Portlandrocks Hello and welcome to this portion of the WSO where we look at a few cold calling scripts to use. If you want to learn more about the entire process of cold calling then

More information

Episode Dealing with Summer Associate Offers with Ex-BigLaw Recruiter

Episode Dealing with Summer Associate Offers with Ex-BigLaw Recruiter Episode 108 - Dealing with Summer Associate Offers with Ex-BigLaw Recruiter Welcome to the Law School Toolbox podcast. Today, we're talking with ex BigLaw recruiter, Sadie Jones, about the processing of

More information

Buying and Holding Houses: Creating Long Term Wealth

Buying and Holding Houses: Creating Long Term Wealth Buying and Holding Houses: Creating Long Term Wealth The topic: buying and holding a house for monthly rental income and how to structure the deal. Here's how you buy a house and you rent it out and you

More information

Power of Podcasting #30 - Stand Out From The Crowd Day 3 of the Get Started Podcasting Challenge

Power of Podcasting #30 - Stand Out From The Crowd Day 3 of the Get Started Podcasting Challenge Power of Podcasting #30 - Stand Out From The Crowd Day 3 of the Get Started Podcasting Challenge Hello and welcome to the Power of Podcasting, and today we have a very special episode. Recently, I just

More information

How to Get Started with AdWords for Your Online Store

How to Get Started with AdWords for Your Online Store TRANSCRIPT: 7.31.2017 How to Get Started with AdWords for Your Online Store Bluehost, the sponsor of the WP ecommerce show, is the most trusted host for WordPress websites and has been the most recommended

More information

INTRODUCTION CONTENTS BEGINNER S GUIDE: CONTROL WITH RED HAT ANSIBLE TOWER

INTRODUCTION CONTENTS BEGINNER S GUIDE: CONTROL WITH RED HAT ANSIBLE TOWER BEGINNER S GUIDE: CONTROL WITH RED HAT ANSIBLE TOWER CONTENTS The challenge of maintaining control... 2 A better way to run Ansible... 3 Ansible Tower and integration in a large enterprise... 4 Three ways

More information

Hello and welcome to the CPA Australia podcast. Your weekly source of business, leadership, and public practice accounting information.

Hello and welcome to the CPA Australia podcast. Your weekly source of business, leadership, and public practice accounting information. Intro: Hello and welcome to the CPA Australia podcast. Your weekly source of business, leadership, and public practice accounting information. In this podcast I wanted to focus on Excel s functions. Now

More information

How to Effectively Use Yoast SEO with Your WordPress Online Store

How to Effectively Use Yoast SEO with Your WordPress Online Store TRANSCRIPT: 2.2.2017 How to Effectively Use Yoast SEO with Your WordPress Online Store Bob Dunn: Hey, everyone. Welcome back to the WP ecommerce Show. Bob Dunn here. Also known as BobWP on the web. Today

More information

Proven Performance Inventory

Proven Performance Inventory Proven Performance Inventory Module 4: How to Create a Listing from Scratch 00:00 Speaker 1: Alright guys. Welcome to the next module. How to create your first listing from scratch. Really important thing

More information

Integrating Events with Marketing Automation to Improve ROI

Integrating Events with Marketing Automation to Improve ROI Integrating Events with Marketing Automation to Improve ROI This transcript was lightly edited for clarity. Chris: Okay, welcome and thank you for joining us. My guest on the show today is a modern marketing

More information

Become A Blogger Premium

Become A Blogger Premium Introduction to Traffic Video 1 Hi everyone, this is Yaro Starak and welcome to a new series of video training, this time on the topic of how to build traffic to your blog. By now you've spent some time

More information

Ep #181: Proactivation

Ep #181: Proactivation Full Episode Transcript With Your Host Brooke Castillo Welcome to The Life Coach School Podcast, where it s all about real clients, real problems, and real coaching. And now your host, Master Coach Instructor,

More information

Managing Microservices Using Terraform, Docker, and the Cloud

Managing Microservices Using Terraform, Docker, and the Cloud DW2 Docker Containers Wednesday, June 6th, 2018, 11:30 AM Managing Microservices Using Terraform, Docker, and the Cloud Presented by: Derek Ashmore Asperitas Consulting Brought to you by: 350 Corporate

More information

I'm Andy Glover, and this is the Java Technical Series. of the developerworks podcast. My guest this time is Judah Johns.

I'm Andy Glover, and this is the Java Technical Series. of the developerworks podcast. My guest this time is Judah Johns. I'm Andy Glover, and this is the Java Technical Series of the developerworks podcast. My guest this time is Judah Johns. He is the full-time evangelist for Jelastic. Welcome this fine afternoon, Judah.

More information

Hey, Janice. Thank you so much for talking with me today. Ed, thanks so much. I'm delighted to be here to talk to you.

Hey, Janice. Thank you so much for talking with me today. Ed, thanks so much. I'm delighted to be here to talk to you. Case Study: How The 2X Project Helped Janice Hughes Strengthen Her Market Positioning, Land More Lucrative Clients and Increase the Quality and Quantity of Client Leads Hey, Janice. Thank you so much for

More information

EPISODE 490 [0:00:00.3] JM:

EPISODE 490 [0:00:00.3] JM: [INTRODUCTION] EPISODE 490 [0:00:00.3] JM: In the first 10 years of cloud computing, a set of technologies emerge that every software enterprise needs; continuous delivery, version control, logging, monitoring,

More information

OPEN SOURCING ANSIBLE

OPEN SOURCING ANSIBLE OpenMunich December 1, 2017 OPEN SOURCING ANSIBLE Roland Wolters Senior Product Manager, Red Hat GmbH AUTOMATE REPEAT IT 2 WHAT IS ANSIBLE AUTOMATION? --$] ansible-playbook -i inventory playbook.yml -

More information

IN DEPTH INTRODUCTION ARCHITECTURE, AGENTS, AND SECURITY

IN DEPTH INTRODUCTION ARCHITECTURE, AGENTS, AND SECURITY ansible.com +1 919.667.9958 WHITEPAPER ANSIBLE IN DEPTH Ansible is quite fun to use right away. As soon as you write five lines of code it works. With SSH and Ansible I can send commands to 500 servers

More information

Phase 2: Testing & Validation: Forever Affiliate Content Strategy - Minisite & Authority Site

Phase 2: Testing & Validation: Forever Affiliate Content Strategy - Minisite & Authority Site Phase 2: Testing & Validation: Forever Affiliate Content Strategy - Minisite & Authority Site Okay. Welcome to Phase 2: Testing and Validation: Forever Affiliate Content Strategy for Minisites and Authority

More information

even describe how I feel about it.

even describe how I feel about it. This is episode two of the Better Than Success Podcast, where I'm going to teach you how to teach yourself the art of success, and I'm your host, Nikki Purvy. This is episode two, indeed, of the Better

More information

Celebration Bar Review, LLC All Rights Reserved

Celebration Bar Review, LLC All Rights Reserved Announcer: Jackson Mumey: Welcome to the Extra Mile Podcast for Bar Exam Takers. There are no traffic jams along the Extra Mile when you're studying for your bar exam. Now your host Jackson Mumey, owner

More information

CLICK HERE TO SUBSCRIBE

CLICK HERE TO SUBSCRIBE Mike Morrison: Welcome to episode 68 of the Membership Guys podcast with me, your host, Mike Morrison, one half of the Membership Guys. If you are planning on running a membership web site, this is the

More information

MITOCW MITCMS_608S14_ses03_2

MITOCW MITCMS_608S14_ses03_2 MITOCW MITCMS_608S14_ses03_2 The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free.

More information

AUTOMATING THE ENTERPRISE WITH ANSIBLE. Dustin Boyd Solutions Architect September 12, 2017

AUTOMATING THE ENTERPRISE WITH ANSIBLE. Dustin Boyd Solutions Architect September 12, 2017 AUTOMATING THE ENTERPRISE WITH ANSIBLE Dustin Boyd Solutions Architect September 12, 2017 EVERY ORGANIZATION IS A DIGITAL ORGANIZATION. Today, IT is driving innovation. If you can t deliver software fast,

More information

MARKETING CONVERSION BOOSTING TACTICS

MARKETING CONVERSION BOOSTING TACTICS EMAIL MARKETING CONVERSION BOOSTING TACTICS Stephen, it's so great to have you here on the show. Thank you for being here. Hey, thanks for having me. I appreciate it. For the people who are listening here

More information

Class 1 - Introduction

Class 1 - Introduction Class 1 - Introduction Today you're going to learn about the potential to start and grow your own successful virtual bookkeeping business. Now, I love bookkeeping as a business model, because according

More information

Do Not Quit On YOU. Creating momentum

Do Not Quit On YOU. Creating momentum Do Not Quit On YOU See, here's the thing: At some point, if you want to change your life and get to where it is you want to go, you're going to have to deal with the conflict of your time on your job.

More information

MITOCW watch?v=fp7usgx_cvm

MITOCW watch?v=fp7usgx_cvm MITOCW watch?v=fp7usgx_cvm Let's get started. So today, we're going to look at one of my favorite puzzles. I'll say right at the beginning, that the coding associated with the puzzle is fairly straightforward.

More information

JOSHUA STEWART: Mentoring we ve all heard how valuable it is. But how does it work, and is it right for you? Stories of mentoring it s Field Notes.

JOSHUA STEWART: Mentoring we ve all heard how valuable it is. But how does it work, and is it right for you? Stories of mentoring it s Field Notes. FIELD NOTES School of Civil and Environmental Engineering Georgia Institute of Technology Ep. 6: Who Needs a Mentor? (You Do!) JIMMY MITCHELL: For me personally, it s refreshing to take a

More information

SHA532 Transcripts. Transcript: Forecasting Accuracy. Transcript: Meet The Booking Curve

SHA532 Transcripts. Transcript: Forecasting Accuracy. Transcript: Meet The Booking Curve SHA532 Transcripts Transcript: Forecasting Accuracy Forecasting is probably the most important thing that goes into a revenue management system in particular, an accurate forecast. Just think what happens

More information

CLICK HERE TO SUBSCRIBE

CLICK HERE TO SUBSCRIBE Mike: Welcome to the inaugural episode of the Membership Guy's podcast. I'm Mike Morrison, one half of the membership guys alongside my partner Callie Willows and the purpose of these episodes is to provide

More information

How to Make Your Content Marketing 25% More Efficient

How to Make Your Content Marketing 25% More Efficient How to Make Your Content Marketing 25% More Efficient This transcript was lightly edited for clarity. Welcome back, everybody. This is Life Science Marketing Radio. I am again at ACP-LS in Boston, 2017,

More information

VIDEO TRANSCRIPT. Larry Socher, Accenture

VIDEO TRANSCRIPT. Larry Socher, Accenture VIDEO TRANSCRIPT Larry Socher, Accenture >> Narrator: Live from San Francisco, it's thecube. Covering Red Hat Summit 2018. Brought to you by Red Hat. >> And welcome back to thecube We are here live in

More information

Cloud and Devops - Time to Change!!! PRESENTED BY: Vijay

Cloud and Devops - Time to Change!!! PRESENTED BY: Vijay Cloud and Devops - Time to Change!!! PRESENTED BY: Vijay ABOUT CLOUDNLOUD CloudnLoud training wing is founded in response to the desire to find a better alternative to the formal IT training methods and

More information

EPISODE 10 How to Use Social Media to Sell (with Laura Roeder)

EPISODE 10 How to Use Social Media to Sell (with Laura Roeder) EPISODE 10 How to Use Social Media to Sell (with Laura Roeder) SEE THE SHOW NOTES AT: AMY PORTERFIELD: Hey there! Amy Porterfield here, and we are on episode #10. Why am I so excited about that? Well,

More information

GETTING FREE TRAFFIC WHEN YOU HAVE NO TIME TO LOSE

GETTING FREE TRAFFIC WHEN YOU HAVE NO TIME TO LOSE GETTING FREE TRAFFIC WHEN YOU HAVE NO TIME TO LOSE Shawn, it's so great to have you here on this show. For people who are listening in today who haven't heard about you, I'll be surprise if some people

More information

Multimedia and Arts Integration in ELA

Multimedia and Arts Integration in ELA Multimedia and Arts Integration in ELA TEACHER: There are two questions. I put the poem that we looked at on Thursday over here on the side just so you can see the actual text again as you're answering

More information

3 SPEAKER: Maybe just your thoughts on finally. 5 TOMMY ARMOUR III: It's both, you look forward. 6 to it and don't look forward to it.

3 SPEAKER: Maybe just your thoughts on finally. 5 TOMMY ARMOUR III: It's both, you look forward. 6 to it and don't look forward to it. 1 1 FEBRUARY 10, 2010 2 INTERVIEW WITH TOMMY ARMOUR, III. 3 SPEAKER: Maybe just your thoughts on finally 4 playing on the Champions Tour. 5 TOMMY ARMOUR III: It's both, you look forward 6 to it and don't

More information

>> Counselor: Hi Robert. Thanks for coming today. What brings you in?

>> Counselor: Hi Robert. Thanks for coming today. What brings you in? >> Counselor: Hi Robert. Thanks for coming today. What brings you in? >> Robert: Well first you can call me Bobby and I guess I'm pretty much here because my wife wants me to come here, get some help with

More information

Getting started with Ansible and Oracle

Getting started with Ansible and Oracle Getting started with Ansible and Oracle DOAG, Germany 22 nd Nov 2017 About Me Ron Ekins Oracle Solutions Architect for EMEA @ Pure Storage ron@purestorage.com Twitter: Blog: @RonEkins http://ronekins.wordpress.com

More information

Shift your mindset A survival kit for professionals in change with Cyriel Kortleven

Shift your mindset A survival kit for professionals in change with Cyriel Kortleven CPA Australia Podcast Transcript - Episode 31: Shift your mindset A survival kit for professionals in change with Cyriel Kortleven Introduction: Hello and welcome to the CPA Australia podcast, your source

More information

just going to flop as soon as the doors open because it's like that old saying, if a tree falls in the wood and no one's around to hear it.

just going to flop as soon as the doors open because it's like that old saying, if a tree falls in the wood and no one's around to hear it. Mike Morrison: What's up, everyone? Welcome to episode 141 of The Membership Guys podcast. I'm your host, Mike Morrison, and this is the show for anybody serious about building and growing a successful

More information

Autodesk University Laser-Scanning Workflow Process for Chemical Plant Using ReCap and AutoCAD Plant 3D

Autodesk University Laser-Scanning Workflow Process for Chemical Plant Using ReCap and AutoCAD Plant 3D Autodesk University Laser-Scanning Workflow Process for Chemical Plant Using ReCap and AutoCAD Plant 3D LENNY LOUQUE: My name is Lenny Louque. I'm a senior piping and structural designer for H&K Engineering.

More information

Life Science Marketing Agencies: The RFP is Dead

Life Science Marketing Agencies: The RFP is Dead Life Science Marketing Agencies: The RFP is Dead This transcript was lightly edited for clarity. My guest on this episode is Laura Brown. Laura is the CEO of Covalent Bonds. Covalent Bonds works with scientific

More information

2015 Mark Whitten DEJ Enterprises, LLC 1

2015 Mark Whitten DEJ Enterprises, LLC   1 All right, I'm going to move on real quick. Now, you're at the house, you get it under contract for 10,000 dollars. Let's say the next day you put up some signs, and I'm going to tell you how to find a

More information

Phone Interview Tips (Transcript)

Phone Interview Tips (Transcript) Phone Interview Tips (Transcript) This document is a transcript of the Phone Interview Tips video that can be found here: https://www.jobinterviewtools.com/phone-interview-tips/ https://youtu.be/wdbuzcjweps

More information

Intros and background on Kyle..

Intros and background on Kyle.. Intros and background on Kyle.. Lina: Okay, so introduce yourself. Kyle: My name is Kyle Marshall and I am the President of Media Lab. Lina: Can you tell me a little bit about your past life, before the

More information

10 Copy And Paste Templates. By James Canzanella

10 Copy And Paste  Templates. By James Canzanella 10 Copy And Paste Email Templates By James Canzanella 1 James Canzanella All Rights Reserved This information is for your eyes only. This ebook is for your own personal use and is not to be given away,

More information

9218_Thegreathustledebate Jaime Masters

9218_Thegreathustledebate Jaime Masters 1 Welcome to Eventual Millionaire. I'm. And today on the show we have just me. Today I wanted to actually do a solo episode, because I've been hearing quite a bit about the word hustle. And I'm actually

More information

Automate Your Social Media Marketing (Tutorial)

Automate Your Social Media Marketing (Tutorial) Automate Your Social Media Marketing (Tutorial) I get it, you're busy. Buildings don't design themselves. But as we've talked about before, social media marketing is important and you need to continue

More information

Episode 6: Can You Give Away Too Much Free Content? Subscribe to the podcast here.

Episode 6: Can You Give Away Too Much Free Content? Subscribe to the podcast here. Episode 6: Can You Give Away Too Much Free Content? Subscribe to the podcast here. Hey everybody! Welcome to episode number 6 of my podcast. Today I m going to be talking about using the free strategy

More information

Blatchford Solutions Podcast #30 Top Women in Dentistry: Interview with Dr. Davis Only If I Knew Than What I Know Now

Blatchford Solutions Podcast #30 Top Women in Dentistry: Interview with Dr. Davis Only If I Knew Than What I Know Now Blatchford Solutions Podcast #30 Top Women in Dentistry: Interview with Dr. Davis Only If I Knew Than What I Know Now Intro: 00:00 Welcome to the Blatchford Solutions podcast. A podcast dedicated to helping

More information

Real Estate Investing Podcast Brilliant at the Basics Part 15: Direct Mail Is Alive and Very Well

Real Estate Investing Podcast Brilliant at the Basics Part 15: Direct Mail Is Alive and Very Well Real Estate Investing Podcast Brilliant at the Basics Part 15: Direct Mail Is Alive and Very Well Hosted by: Joe McCall Featuring Special Guest: Peter Vekselman Hey guys. Joe McCall back here with Peter

More information

Transcript of the podcasted interview: How to negotiate with your boss by W.P. Carey School of Business

Transcript of the podcasted interview: How to negotiate with your boss by W.P. Carey School of Business Transcript of the podcasted interview: How to negotiate with your boss by W.P. Carey School of Business Knowledge: One of the most difficult tasks for a worker is negotiating with a boss. Whether it's

More information

DRIVING ORGANIC TRAFFIC USING INSTAGRAM

DRIVING ORGANIC TRAFFIC USING INSTAGRAM DRIVING ORGANIC TRAFFIC USING INSTAGRAM Ryan, it so wonderful to have you here. Thanks for joining the show today. Yeah, no problem. Thanks for having me on. Today we're just going to dive straight in

More information

ANSIBLE TOWER OVERVIEW AND ROADMAP. Bill Nottingham Senior Principal Product Manager

ANSIBLE TOWER OVERVIEW AND ROADMAP. Bill Nottingham Senior Principal Product Manager ANSIBLE TOWER OVERVIEW AND ROADMAP Bill Nottingham Senior Principal Product Manager 2017-05-03 WHY AUTOMATE? Photo via Volvo WHY DO WE WANT AUTOMATION? People make mistakes People don't always have the

More information

MITOCW watch?v=guny29zpu7g

MITOCW watch?v=guny29zpu7g MITOCW watch?v=guny29zpu7g The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To

More information

SPI Podcast Session #113 - An Interview With 10 Year Old Entrepreneur, Enya Hixson

SPI Podcast Session #113 - An Interview With 10 Year Old Entrepreneur, Enya Hixson SPI Podcast Session #113 - An Interview With 10 Year Old Entrepreneur, Enya Hixson show notes at: http://www.smartpassiveincome.com/session113 Pat Flynn: This is the Smart Passive Income Podcast with Pat

More information

Lisa Raehsler on PPC for ecommerce

Lisa Raehsler on PPC for ecommerce Lisa Raehsler on PPC for ecommerce Moderator: How's everybody doing today? You guys enjoying your time so far? Good, good. We're excited to have you out here for the first annual [Euro] Conference. So

More information

LinkedIn Riches Episode 2 Transcript

LinkedIn Riches Episode 2 Transcript LinkedIn Riches Episode 2 Transcript John: LinkedIn Riches, Episode 2 ABC. A, always, B, be, C closing. Always be closing. Always be closing. Male 1: Surely you can't be serious. Male 2: I am serious.

More information

Term Definition Introduced in: A site that allows users to quickly post information in an informal format and allow others to comment on it Module 1

Term Definition Introduced in: A site that allows users to quickly post information in an informal format and allow others to comment on it Module 1 Microsoft SharePoint Tips and Tricks Key Terms Term Definition Introduced in: Blog template A site that allows users to quickly post information in an informal format and allow others to comment on it

More information

Referral Request (Real Estate)

Referral Request (Real Estate) SAMPLE CAMPAIGNS: Referral Request Referral Request (Real Estate) Description Use this sequence to welcome new customers, educate them on your service, offer support, build up your arsenal of testimonials,

More information

2015 Mark Whitten DEJ Enterprises, LLC 1

2015 Mark Whitten DEJ Enterprises, LLC  1 Now what we going to do is we going to talk about setting up a business, all right? As you see on the screen, it's says, "Setting Up Your LLCs". What's an LLC? An LLC is a limited liability company. Why

More information

Getting Affiliates to Sell Your Stuff: What You Need To Know

Getting Affiliates to Sell Your Stuff: What You Need To Know Getting Affiliates to Sell Your Stuff: What You Need To Know 1 Getting affiliates to promote your products can be easier money than you could make on your own because... They attract buyers you otherwise

More information

Managing Microservices using Terraform, Docker, and the Cloud

Managing Microservices using Terraform, Docker, and the Cloud Managing Microservices using Terraform, Docker, and the Cloud Given by Derek C. Ashmore JavaOne Oct 2, 2017 2017 Derek C. Ashmore, All Rights Reserved 1 Who am I? Professional Geek since 1987 Java/J2EE/Java

More information

David Cutler: Omar Spahi, thank you so much for joining me today. It's such an honor speaking to you. You are living my dream.

David Cutler: Omar Spahi, thank you so much for joining me today. It's such an honor speaking to you. You are living my dream. p.1 Omar Spahi David Cutler: Omar Spahi, thank you so much for joining me today. It's such an honor speaking to you. You are living my dream. Omar Spahi: Thank you so much, David. It's a pleasure to be

More information

Momentum Expert Interview with Abby West & Pamela Slim Topic: Strengthen and Amplify your Story

Momentum Expert Interview with Abby West & Pamela Slim Topic: Strengthen and Amplify your Story Hello and welcome, Momentum. I am super excited to bring on a friend and amazing, amazing journalist and digital strategist, Abby West, who is the former executive editor at Essence magazine. She's worked

More information

Episode 14: How to Get Cheap Facebook Likes and Awesome Engagement Subscribe to the podcast here.

Episode 14: How to Get Cheap Facebook Likes and Awesome Engagement Subscribe to the podcast here. Episode 14: How to Get Cheap Facebook Likes and Awesome Engagement Subscribe to the podcast here. Hi everybody welcome to episode number 14 of my podcast where I'm going to be talking about how to use

More information

Ep #23: Cheat Days. Hi! How's it goin'? Great? Good. Then let's jump right into today's topic. Cheat days.

Ep #23: Cheat Days. Hi! How's it goin'? Great? Good. Then let's jump right into today's topic. Cheat days. Ep #23: Cheat Days Hi! How's it goin'? Great? Good. Then let's jump right into today's topic. Cheat days. Should you have cheat days? What a big question and it's one I get asked often. I guess it depends

More information

Training and Resources by Awnya B. Paparazzi Accessories Consultant #

Training and Resources by Awnya B. Paparazzi Accessories Consultant # Papa Rock Stars Podcast Training and Resources by Awnya B. Paparazzi Accessories Consultant #17961 awnya@paparockstars.com http://www.paparockstars.com Paparazzi Accessories Elite Leader: Natalie Hadley

More information

Ansible in Depth WHITEPAPER. ansible.com

Ansible in Depth WHITEPAPER. ansible.com +1 800-825-0212 WHITEPAPER Ansible in Depth Get started with ANSIBLE now: /get-started-with-ansible or contact us for more information: info@ INTRODUCTION Ansible is an open source IT configuration management,

More information

AUTOMATION ACROSS THE ENTERPRISE

AUTOMATION ACROSS THE ENTERPRISE AUTOMATION ACROSS THE ENTERPRISE WHAT WILL YOU LEARN? What is Ansible Tower How Ansible Tower Works Installing Ansible Tower Key Features WHAT IS ANSIBLE TOWER? Ansible Tower is a UI and RESTful API allowing

More information

The Online Marketing Made Easy Podcast with Amy Porterfield Session #123

The Online Marketing Made Easy Podcast with Amy Porterfield Session #123 The Online Marketing Made Easy Podcast with Amy Porterfield Session #123 Show notes at: http://www.amyporterfield.com/123 Amy Porterfield: Hey there, Amy Porterfield here. Welcome back to another episode

More information

Transcription Media File Name: Radio-Muckler-Visser.mp4 Media File ID: Media Duration: 10:54 Order Number: Date Ordered:

Transcription Media File Name: Radio-Muckler-Visser.mp4 Media File ID: Media Duration: 10:54 Order Number: Date Ordered: Transcription Media File Name: 030216-Radio-Muckler-Visser.mp4 Media File ID: 2461979 Media Duration: 10:54 Order Number: Date Ordered: 2016-03-31 Transcription by Speechpad www.speechpad.com Support questions:

More information

First of all, I have my good friend, Rick Mulready, on the show today. He s back to talk about Facebook ads. Rick, how the heck are you?

First of all, I have my good friend, Rick Mulready, on the show today. He s back to talk about Facebook ads. Rick, how the heck are you? EPISODE 123 How Much Money Should I Spend on Facebook Ads To be Successful on My Webinar? SEE THE SHOW NOTES AT: AMY PORTERFIELD: Hey there, Amy Porterfield here. Welcome back to another episode of The

More information

DevOPS, Ansible and Automation for the DBA. Tech Experience 18, Amsersfoot 7 th / 8 th June 2018

DevOPS, Ansible and Automation for the DBA. Tech Experience 18, Amsersfoot 7 th / 8 th June 2018 DevOPS, Ansible and Automation for the DBA Tech Experience 18, Amsersfoot 7 th / 8 th June 2018 About Me Ron Ekins Oracle Solutions Architect, Office of the CTO @Pure Storage ron@purestorage.com Twitter:

More information

Module 3. People To Follow Me?

Module 3. People To Follow Me? Twitter Module 3 Session 2: How Do I Get People To Follow Me? Table of Contents Are You Easy To Find? 1 Did You Optimize Bio For Keywords? 1 Are You Tweeting Regularly? 1 Is Profile Follow Worth? 2 Interacting

More information