Join The New Stack’s editorial team to review the week’s hottest news in cloud-native technologies and at-scale application development. Editorial Director Libby Clark, Managing Editor Joab Jackson and TNS Founder and Publisher Alex Williams put more context around the stories we’re covering each week and look ahead to topics we expect will gain more attention in coming weeks. Guests include TNS writers and correspondents who join us to discuss what they’re hearing from tech industry insiders.
Wondering what we've been up to lately? Well, we've been upping our game and making moves, literally. The New Stack podcasts have been polished, upgraded and will be at thenewstack.simplecast.com Subscribe to The New Stack Makers on Simplecast and share your favorite segments with 30, 60, or 90 second Recast audiograms.
In this episode of The New Stack Context podcast, we speak with Jonas Bonér, Akka creator and founder/chief technology officer of Lightbend, about the challenges of bringing state to serverless, reactive microservices frameworks, and Cloudstate itself. TNS Editorial and Marketing Director Libby Clark hosts this episode, with the help of TNS Managing Editor Joab Jackson.
For this week's episode of The New Stack Context podcast, we ask Levine about the excitement around WebAssembly, its use in the Envoy proxy, and Solo.io's new proposal for packaging WASM modules in the Open Container Initiative format. TNS editorial and marketing director Libby Clark hosts this episode, with the help of TNS senior editor Richard MacManus, and TNS managing editor Joab Jackson. Although WebAssembly was created for bringing advanced programming to the browser, Solo.io's founder/CEO Idit Levine has been a vocal proponent of using the portable fast open source runtime to extend service meshes — citing Solo.io's own work in offering tools and services to support commercial service mesh operations. In fact, WASM, as its also known, could be used to bring extensibility across a wide variety of cloud native projects, she argues.
Application and system observability was the focus of the latest Cloud Native Computing Foundation Technology Radar end user survey, posted last week. So for this week's TNS Context podcast episode, we invited Cheryl Hung, CNCF vice president of ecosystem, to discuss these latest findings. To get an additional industry perspective on observability, we've also invited Buddy Brewer, vice president of full stack observability for New Relic.
The ideal state of a cloud native shop is to run a development and deployment pipeline that can seamlessly move applications from the developer's laptop to the data center (or the edge) without any manual intervention. And while there are many tools available to facilitate such automation — Helm, Operators, CI/CD toolchains, GitOps architectures, Infrastructure-as-Code tools such as Terraform — all too often edge cases and exceptions still require personal attention, bringing DevOps pipelines to a halt. The missing pieces of the puzzles are a control plane and a unified application model for the control plane to run upon, asserted Phil Prasek, a principal product manager at Upbound, in this latest episode of The New Stack Context podcast. Prasek envisions a time when organizations can build their own customized set of platform services, where developers can draw from a self-serve portal the building blocks they need — be they containerized applications or third party cloud services, and have the resulting app run uniformly in multiple environments. “Within an enterprise control plane, you can basically have your own abstractions, and then you can publish them,” Prasek said. TNS Editorial and Marketing Director Libby Clark hosts this episode, with the help of TNS Senior Editor Richard MacManus, and TNS Managing Editor Joab Jackson.
Late last month, Rancher Labs donated its popular K3s Kubernetes distribution to the Cloud Native Computing Foundation. This stripped down version of Kubernetes has been a quiet hit among cloud native users — many who are deploying to edge environs. So for this week's episode of The New Stack Context podcast, we invited Rancher Co-Founder Darren Shepherd to discuss what Rancher is seeing in the cloud native ecosystem. Rancher is in the process of being acquired by SUSE and, because the deal is still pending, Darren could not comment but he did chat about K3s, as well as Kubernetes. The New Stack Editorial and Marketing Director Libby Clark hosted this episode, alongside TNS Senior Editor Richard MacManus, and TNS Managing Editor Joab Jackson.
For this week's episode, we spoke with Mike Yawn, a senior solution architect at Hazelcast, about the potential of in-memory computing to supercharge microservices and cloud native workloads. Yawn recently contributed a post to TNS explaining how an in-memory technologies could make microservices run more smoothly. Hazelcast offers an in-memory data grid, Hazelcast IMDG, along with stream processing software Hazelcast Jet. We wanted to know more about how in-memory could be used with microservices. While in-memory offers caching just like key-value database such as Redis, it also offers additional computing capacity, which can help process that data on the fly, Yawn explained.
Welcome to The New Stack Context, a podcast where we discuss the latest news and perspectives in the world of cloud native computing. For this week's episode, we spoke with Pratik Wadher, vice president of product development at Intuit, to discuss the company's experience as a Kubernetes end user, as well as its involvement in the Argo Flux project — a single toolchain for continuous deployment and automated workflows using GitOps. We also share our experiences of attending KubeCon + CloudNativeCon EU 2020, held this week “virtually.” The New Stack editorial and marketing director Libby Clark hosted this episode, alongside TNS Publisher Alex Williams, TNS senior editor Richard MacManus, and TNS managing editor Joab Jackson.
The New Stack has just released an updated eBook on Kubernetes, “The State of the Kubernetes Ecosystem,” and so this week on The New Stack Context podcast, we've invited TNS analyst Lawrence Hecht to discuss some of the analysis he did for this volume. We covered Kubernetes adoption in the cloud, storage and networking concerns and the changing DevOps culture around cloud native computing. At the end of the podcast, we also discuss what to expect from next week's KubeCon + CloudNativeCon Europe virtual conference. The New Stack Senior Editor Richard MacManus hosted this episode, with the help of Joab Jackson, TNS managing editor, and Alex Williams, founder and publisher of The New Stack.
A few years back, Kubernetes was in full development and many of its basic concepts were still evolving, so security was not a huge priority. But as K8s deployments have moved into production, more attention is being focused in securing Kubernetes and its workloads. Gadi Naor has been following Kubernetes security from the start. Alcide, the company Naor founded and now serves as CTO, offers an end-to-end Kubernetes security platform. For this week's episode of The New Stack Context podcast, we speak with Naor about a variety of Kubernetes security-related topics. Last week, Naor hosted a Kubernetes security Webinar for the Cloud Native Computing Foundation, which in addition to offering many helpful hints, discussed in detail the spate of recent vulnerabilities found in Kubernetes. And for The New Stack, he wrote about the problem about configuration drift in Kubernetes, and why it can't be solved simply through continuous integration tools. TNS Editorial and Marketing director Libby Clark hosted this episode, alongside TNS Senior Editor Richard MacManus, and TNS Managing Editor Joab Jackson.
There is a new architecture for front-end web development: JAMStack rethinks the current server-browser architecture, freeing the developer from worrying about fiddling with Apache, Linux or other aspects of backend support. For this week's episode of the The New Stack Context podcast, we speak with Guillermo Rauch, founder and CEO of Vercel, which offers a JAMstack-based service that allows developers to simply push their code to git in order to update their web site or application. Key to this platform is an open source user interface framework created by Rauch, called Next.js, based on Facebook's React, but tweaked to make it easier to build user interfaces not only for the developer but even for the designer. TNS Editorial and Marketing Director Libby Clark hosted this episode, alongside TNS Senior Editor Richard MacManus, and TNS Managing Editor Joab Jackson. On the benefit of using a managed JAMstack such as Vercel's (over a traditional LAMP stack), Rauch noted that: You can deploy to an essentially serverless infrastructure, right? I always tell people that content delivery networks were the OG serverless — because they never required management. They were perfectly delegated. It's a globally distributed system with no single point of failure. You're not going to have to worry about Linux and Apache because you can deploy to any distributed global network that can serve essentially markup, JavaScript, CSS and static files. Then obviously to power the API, server rendering and more advanced functionality, the Vercel network gives you serverless functions. So we try to complete the entire JAMstack equation.
Welcome to The New Stack Context, a podcast where we discuss the latest news and perspectives in the world of cloud native computing. For this week's episode, we spoke with Denise Gosnell, chief data officer at Datastax, who is a co-author of the O'Reilly book “A Practitioner's Guide to Graph Data.” She also graciously wrote a post for us explaining why graph databases are gaining traction in the enterprise. TNS editorial and marketing director Libby Clark hosted this episode, alongside TNS senior editor Richard MacManus, and TNS managing editor Joab Jackson. Graph database systems differ from the standard relational (SQL) kind in that they are engineered to more easily capture the relations across different entities. “When you're looking at your databases, graph databases allow you to model your data more efficiently by using relationships,” Gosnell said. You could capture that relationship information through a series of database joins of separate tables, but eventually, the complexity of this approach would make it prohibitive. “When you look at the full end-to-end complexity for using it in an application or maintaining your code, or updating edges, graph databases are going to make that a lot easier for the full lifecycle and maintenance of that application,” she said.
Welcome to The New Stack Context, a podcast where we discuss the latest news and perspectives in the world of cloud native computing. For this week's episode, we spoke with Chris DiBona, director of open source at Google, about Google's launch of the Open Usage Commons, an independent company to help open source projects better manage their trademarks. In a blog post, DiBona notes that trademarks sit at the juncture of the rule-of-law and the philosophy of open source. So for this episode, we wanted to find out more about how they interact and how Google is attempting to improve the management of trademarks in an open source way. We also wanted to address the rumors that this organization was created to manage Google's Istio open source service mesh in lieu of the Cloud Native Computing Foundation (DiBona's answer: no). TNS editorial and marketing director Libby Clark hosted this episode, alongside TNS senior editor Richard MacManus, and TNS managing editor Joab Jackson.
Welcome to The New Stack Context, a podcast where we discuss the latest news and perspectives in the world of cloud native computing. For this week's episode, we spoke with Craig McLuckie, who is the VMware chief of Tanzu development, as well as one of the creators of Kubernetes. We asked him about the importance of the developer for modern business, the value that Kubernetes brings to developers and how VMware's Tanzu portfolio enables that. TNS Editorial and Marketing Director Libby Clark hosted this episode, alongside TNS Senior Editor Richard MacManus, and TNS Managing Editor Joab Jackson.
Welcome to The New Stack Context, a podcast where we discuss the latest news and perspectives in the world of cloud native computing. For this week's episode, we spoke with Matt Asay, principal from the open source office at Amazon Web Services about his new series of posts on The New Stack that documents the contributors and originators behind many of the most popular open source programs we use every day. TNS Editorial and Marketing Director Libby Clark hosted this episode, alongside TNS Senior Editor Richard MacManus, and TNS Managing Editor Joab Jackson. Over the past few weeks, AWS' Asay has been traveling the open source world — virtually — to write a set of fascinating series on The New Stack that documents the contributors and originators behind many of the most popular open source programs we use every day. In this series, we've met the developers behind more than a dozen projects, including Wireshark, Matplotlab, Curl and many other widely-used tools. The idea with the series is to, in Asay's words, “shine a spotlight on an array of open source projects (and their founders and/or lead maintainers) that quietly serve behind-the-scenes. In the process, I hope that we'll gain insight into both why and how these critically important projects have managed to thrive for so long. This, in turn, just might provide useful information on how best to sustain open source projects.” In this interview, we ask Asay what he has learned speaking with all these creators, about project management and open source itself. We chat about how to join an open source project, and why it is difficult for maintainers to attract more help (and, in some cases, why they may not want contributions at all). Also on the agenda was the importance of open source licensing, how the younger generation of developers think about the idea of “open source,” and the long path it has taken for worldwide acceptance. “I spent 10 years railing against the Microsoft machine for things with FUD around SUSE and Linux and whatnot. And now I've spent just as much time praising Microsoft for the great open source contributions that they make. But people don't know that history.”
Welcome to The New Stack Context, a podcast where we discuss the latest news and perspectives in the world of cloud native computing. For this week's episode, we spoke with Eric Sammer, Splunk distinguished engineer, about the IT system monitoring company's ongoing effort to rename its “white list / black list” and “master/slave” terminology to remove language that perpetuates systemic racism and unconscious bias in tech. Splunk brought together a working group of people from across the organization to develop additional recommendations, guidelines, and procedures to identify and replace biased language and to prevent other instances from happening in the future. We also chatted with Sammer about what has happened since the company he co-founded, event-driven services monitoring provider Rocana, was acquired by Splunk in 2017.
This week in TNS, D2IQ co-founder Tobi Knaup wrote about the growing problem of container sprawl, a by product of more companies running containers in production, and as a result, there is a loss of efficiency on the part of the DevOps teams managing them. https://thenewstack.io/container-sprawl-is-the-new-vm-sprawl/ In this episode, we will speak with Ben Hindman, D2IQ co-founder, and CTO, about this issue of container sprawl, and how it hampers “Day 2 Operations” as D2IQ (formerly Mesosphere) calls it. We also will discuss the company's recent Cloud Native Virtual Summit, its recently released KUDO tool https://thenewstack.io/kudo-automates-kubernetes-operators/ , the 6th Anniversary of Kubernetes, and the latest on Mesosphere and the DCOS. TNS editorial and marketing director Libby Clark hosted this episode, alongside TNS Senior Editor Richard MacManus, and TNS Managing Editor Joab Jackson.
For this week's episode, we spoke with Priyanka Sharma, the new general manager for the Cloud Native Computing Foundation, about her rich work history and her visions and strategies for moving CNCF forward. Also joining the convo is Chris Aniszczyk, CNCF chief technology officer. This week, the CNCF announced that Sharma will now lead the Cloud Native Computing Foundation, taking over the role filled by former Executive Director Dan Kohn.
Welcome to The New Stack Context, a podcast where we discuss the latest news and perspectives in the world of cloud native computing. For this week's episode, we spoke with Christine Yen, CEO of Honeycomb.io, the observability platform vendor, about the company's pricing changes brought on by COVID-19 and more broadly how observability practices and tools are changing as more companies make the move to the cloud. TNS editorial and marketing director Libby Clark hosted this episode, alongside TNS senior editor Richard MacManus, and TNS managing editor Joab Jackson. Honeycomb this week changed its pricing structure to reflect the cost realities for businesses and the long term effect of COVID-19. The company also recently released the results of a survey that shows half of the developers surveyed aren't using observability currently, but 75% plan to do so in the next two years. And in April the company released an open source collector for OpenTracing that allows teams to import telemetry data from open source projects into any observability platform, including their own but also their competitors. Yen said of the pricing changes: Our old pricing was, you bought a certain amount of storage and gigabytes and paid for a certain amount of data ingest, also in gigabytes, over a period of time. We felt like that was a little bit harder for people to map to their existing workflows, harder for them to predict. So we shifted to an events-per-month ingest model, one axis, one way to scale your usage.
Welcome to The New Stack Context, a podcast where we discuss the latest news and perspectives in the world of cloud native computing. For this week's episode, we spoke with Peter Zaitsev, CEO of the open source database software and services company Percona,. This week, Percona held its own virtual 24 hour virtual conference, Percona Live Online, where open source, databases and cloud native computing were all discussed. So we grilled Zaitsev about how traditional SQL databases operate in a cloud native world, as well as about Percona's newly announced performance and optimization package for MongoDB. TNS editorial and marketing director Libby Clark hosted this episode, alongside TNS senior editor Richard MacManus, and TNS managing editor Joab Jackson.
Welcome to The New Stack Context, a podcast where we discuss the latest news and perspectives in the world of cloud native computing. For this week's episode, we spoke with Tina Nolte, vice president of product, for Kubernetes management service Spectro Cloud, about why we shouldn't think of containers/Kubernetes as just another form of virtualization. TNS editorial and marketing director Libby Clark hosted this episode, alongside TNS managing editor Joab Jackson. Nolte recently wrote a popular post for us on why we shouldn't think of containers and Kubernetes as just another form of virtualization — that it opens up a whole new way to think about application development and deployment. So we wanted to find out more about this concept. “Kubernetes is really about that middle area between infrastructure and application. So the applications themselves are enabled to be differently architected because of that operational PaaS layer if you will,” she explained. “It's not just a lift-and-shift of old apps into new infrastructure.” Focusing too much on the infrastructure side of Kubernetes ultimately misses its true value, an insight Nolte gleaned, in part, from working for a well-regarded OpenStack-based start-up, Nebula, that ultimately shuttered.
Welcome to The New Stack Context, a podcast where we discuss the latest news and perspectives in the world of cloud native computing. For this week's episode, we spoke with Deepak Singh, Amazon Web Services' vice president for containers and open source, and Peder Ulander, AWS general manager for open source, about the company's recently released Bottlerocket Linux distribution for the cloud. TNS editorial and marketing director Libby Clark hosted this episode, alongside founder and TNS publisher Alex Williams, TNS senior editor Richard MacManus, and TNS managing editor Joab Jackson.
Welcome to The New Stack Context, a podcast where we discuss the latest news and perspectives in the world of cloud native computing. For this week's episode, we spoke with Sebastien Goasguen, co-founder and chief product officer, TriggerMesh, about how to build applications from serverless functions that span multiple clouds, using the company's software. TNS editorial and marketing director Libby Clark hosted this episode, alongside founder and TNS publisher Alex Williams, TNS senior editor Richard MacManus, and TNS managing editor Joab Jackson. We spoke with Goasguen about the role that TriggerMesh plays for GitLab and enterprise customers. Last month, TriggerMesh released the Cloud Native Integration Platform as well as the AWS Event Sources for OpenShift, timing the release with the virtual Red Hat Summit. With the latter offering, TriggerMesh brings Amazon EventBridge-like functionality to the OpenShift ecosystem allowing developers to trigger functions across clouds and legacy data centers. TriggerMesh users can now link events from anywhere to Red Hat OpenShift workloads. “Serverless is not just function-as-a-service. It's not just functions. It's actually an integration problem. We call TriggerMesh a cloud-native integration platform: We compose cloud services together, glue them together thanks to an event-driven architecture,” Goasguen said. Then, later in the podcast, we discuss the top podcasts and news stories from the site, including an interview with agile expert Emily Webber on remote work, how serverless can help embed security into the development process, the idea of offering databases as a serverless service, and the importance of standards in serverless adoption.
Welcome to The New Stack Context, a podcast where we discuss the latest news and perspectives in the world of cloud native computing. For this week's episode, we spoke with Joe Duffy, Founder and CEO of Pulumi, and Sophia Parafina, Pulumi's technical marketing manager. In this convo, we delve into the recent Pulumi 2.0 release, which allows teams to reuse code, apply policies and do integration testing of infrastructure the same way they do for application development, a concept known as “architecture as code.” TNS Editorial and Marketing Director Libby Clark hosted this episode, alongside founder and TNS publisher Alex Williams and TNS managing editor Joab Jackson.
Welcome to The New Stack Context, a podcast where we discuss the latest news and perspectives in the world of cloud native computing. For this week's episode, we spoke with The New Stack correspondent Jennifer Riggins about all of the excellent reporting she and others on the TNS team have been doing recently on the effects that COVID-19 is having on the tech industry. TNS editorial and marketing director Libby Clark hosted this episode, alongside founder and TNS publisher Alex Williams and TNS managing editor Joab Jackson. For this episode, we wanted to look not only discuss the changing patterns in network traffic that the global COVID-19 pandemic has wrought, due to factors such people staying at home and working from home, and the sudden acceleration of e-learning. As Riggins writes in a recent post: For a lot of tech and infrastructure teams, they not only are going through the stress of the collective trauma we're sharing in, but they are struggling to keep up with ever-scaling, extreme strains on their systems. Simply put, no one could have predicted this uptick. One big theme that kept popping up was “resiliency,” not only from an individual psychological perspective, as well from organizational and systems views as well. Here are some of the other posts we discussed: The Network Impact of the Global COVID-19 Pandemic: How has the worldwide pandemic stressed our networks? In multiple ways, according to this report from our London correspondent Mary Branscombe. Internet traffic is generally 25% to 30% higher than usual. You can also see the change in where people are connecting from; usage is up in residential areas but visibly down in downtown San Francisco, downtown San Jose and especially the Cupertino and Mountain View neighborhoods where Apple and Google have their campuses. U.S. Unemployment Surge Highlights Dire Need for COBOL Skills: One of the surprise stories coming from the global pandemic has been the dire need for COBOL developers. Who would have seen that one coming? New Jersey Governor Phil Murphy is now asking for volunteers with COBOL skills. New Jersey's 40-year-old mainframe benefits system was besieged by a 1,600% increase in usage, as over 371,000 people have filed claims in the past month. Keep Your Endpoints Secure During the COVID-19 Pandemic: We are also seeing more reports of security breaches indirectly due to the spreading virus. In this contributed post from CalSoft's Sagar Nangare, he notes that People are scared and hungry for more information around events like COVID-19. In panic mode, they surf the internet, visit fake pages, and fall prey to phishing scams. Also, endpoints for remote access have increased due to remote working, increasing surface areas for cybercriminals to target. How Kubernetes Prepared 8×8 for a 50x Spike in Videoconferencing Usage: The New Stack spoke to 8×8, a cloud communications and video collaboration provider to learn how the company phased in remote-by-default, and how it is creating systems and team resiliency during a 50-fold increase in traffic over less than a month. One answer? Kubernetes. Chaos, Hugs and Interruptions: Dev Folks Work from Home with Kids: Working at home is nothing new to the cloud native computing community, which has always been about the distributing workloads. But adding children, who all of sudden were home full time as well when the schools closed, adds another stress to already frazzled IT pros. Here are some tips on getting by. SaltStack's CTO on Pandemics, the End of Empires and Software's Future: Here's an interview with Thomas S. Hatch, founder and Chief Technology Officer of SaltStack where he discusses how software engineers' lives have changed (or not), the folly of forcing workers to come to the office when they really do not need to and his observations of network infrastructure saturation in the wake of the COVID-19 pandemic.
Welcome to The New Stack Context, a podcast where we discuss the latest news and perspectives in the world of cloud native computing. For this week's episode, we spoke with Derek Weeks, vice president at Sonatype, about the results of a new community survey the company just released on DevSecOps that provides some insights on how teams are incorporating automated security tools and how that shift affects company culture and developer happiness. Sonotype's Nexus open source governance platform helps more than 1,000 organizations and 10 million software developers simultaneously accelerate innovation and improve application security. This is the seventh year that Sonatype has done this DevSecOps report, and, according to the company, it's the longest running community survey on this topic. We discuss with Weeks how the practice of DevSecOps changed since the company started doing the survey, and the challenges organizations face in embedding security within their DevOps practices. We also ponder the reasons behind the puzzling finding that those companies with mature DevSecOps actually have more security breaches. TNS editorial and marketing director Libby Clark hosted this episode, alongside founder and TNS publisher Alex Williams and TNS managing editor Joab Jackson.
For more episodes listen here: https://thenewstack.io/podcasts/ Welcome to The New Stack Context, a podcast where we discuss the latest news and perspectives in the world of cloud native computing. For this week's episode, we spoke with a couple of folks from cloud workload protection platform provider Rezilion: CEO Liran Tancman, and Chief Marketing Officer Tal Klein. We discuss how current best practices in security are actually outdated and how they think companies should be approaching security practices in the age of DevOps. TNS editorial and marketing director Libby Clark hosted this episode, alongside founder and TNS publisher Alex Williams and TNS managing editor Joab Jackson. Klein wrote a contributed article for TNS on “Why Vulnerability Management Needs a Patch,” where he argues that current best practices and tools around security patching, such as the CVSS system for rating vulnerabilities, are outdated, particularly for modern DevOps shops. As Klein says in the interview: When you've got vulnerabilities, it's very tough to figure out which ones to fix first, and the fact is that more and more vulnerabilities are discovered every year. So there's, there's a greater amount of things to patch and if you don't know which ones to patch first, you're never going to be able to address the full patching needs of your organization. And that's been a cat and mouse game for a long time. Then later in the show, we discuss some of our top podcasts and stories of the week. Our sister podcast, The New Stack Makers, posted an interview with DevRel trailblazer (and Coder-Twitter celeb) Cassidy Williams, on building software communities. COVID-19 continues to tear through the IT community, and so we look at the shifting network traffic patterns that have come about from the pandemic, as well as the additional babysitting duties that many IT professionals have to now mix into their daily work from home routines. Finally, we discuss The Eclipse Foundation's Theia code editor, which has been billed as “a true open source alternative to Visual Studio Code.”
Listen to ALL of our shows here: https://thenewstack.io/podcasts/ Welcome to The New Stack Context, a podcast where we discuss the latest news and perspectives in the world of cloud native computing. For this week's episode, we spoke with Kelsey Hightower, a developer advocate at Google, and Ben Sigelman, CEO and co-founder of observability services provider LightStep, about whether or not teams should favor a monolith over a microservices approach when architecting cloud native applications. Hightower recently tweeted a prediction that “Monolithic applications will be back in style after people discover the drawbacks of distributed monolithic applications.” It was quite a surprise for those who have been advocating the for operational benefits of microservices. Why go back to a monolith? As Hightower explains in the podcast: “There are a lot of people who have never left a monolith. So there's really not anything to go back to. So it's really about the challenges of adopting a microservices architecture. From a design perspective, like very few companies talk about, here's how we designed our monolith.” Sigelman, on the other hand, maintained that microservices are necessary for rapid development, which, in turn, is necessary for sustaining a business. “It's not so much that you should use microservices, it's more like, if you don't innovate faster than your competitors, your company will eventually be erased, like, that's the actual problem. And in order to do that, you need to build a lot of differentiated technology,” he said. Microservices is the most logical approach for maintaining a large software team while still maintaining a competitive velocity of development. Later in the show, we discuss some of the top TNS podcasts and news posts of the week, including an interview with IBM's Lin Sun on the importance of the service mesh, as Sysdig's offer of a distributed, scalable Prometheus, a group of chief technology officers who want to help the U.S. government with the current COVID-19 pandemic, and the hidden vulnerabilities that come with open source security. TNS editorial and marketing director Libby Clark hosted this episode, alongside founder and TNS publisher Alex Williams and TNS managing editor Joab Jackson.
Listen to more from The New Stack here: https://thenewstack.io/podcasts Welcome to The New Stack Context, a podcast where we discuss the latest news and perspectives in the world of cloud native computing. For this week's episode, we spoke with Liran Tal, a developer advocate at container security platform provider Snyk and a member of the Node.js security working group, about who should own security in the DevOps process — the security team or the development? TNS editorial and marketing director Libby Clark hosted this episode, alongside founder and TNS publisher Alex Williams and TNS managing editor Joab Jackson. Tal wrote an article for us recently, “‘DevSecOps Insights 2020': Who Really Owns Security in DevOps,”which summarized the results of a survey the company carried out covering security, development and operations. The post included a couple of surprising survey results, namely that only 14% of respondents reported that they test for known vulnerabilities in container images, and 38% of respondents don't integrate automated security scanning into their DevOps pipeline. As Tal writes in the post: When that many respondents agree security is a major concern when trying to deliver software quickly, it means we need to scale up security to enable fast delivery of security fixes. The key to doing that is developers, as they ultimately fix security issues in an application's source code. We also get Tal's views on incorporating security into the a Continuous Integration/Continuous Delivery (CI/CD), the need for development speed, as well as his thoughts on the recent purchase of npm by GitHub. Then, later in the show, we discuss some of the top podcasts and news stories from the site. An episode of The New Stack Analysts podcast provides fodder for discussing service mesh adoption. Also on the agenda: Frustrations mount over Python 3 migrations; Project Calico offers a faster data plane with the help of eBPF; and an excellent side-by-side comparison offered by StackRox's Karen Bruner of the managed Kubernetes offerings from Amazon Web Services, Microsoft Azure and Google Cloud.
Listen to all of The New Stack podcasts here: https://thenewstack.io/podcasts/ Welcome to The New Stack Context, a podcast where we discuss the latest news and perspectives in the world of cloud native computing. This week we spoke with Mohan Raj, IT senior manager of the CloudOne developer experience at NetApp. Over the past two years, he has been building a DevOps platform at NetApp that provides cloud services, automation, and CI/CD release models for the company's application development teams that need to build cloud native applications — using NetApps own tools. TNS editorial and marketing director Libby Clark hosted this episode, alongside founder and TNS publisher Alex Williams and TNS managing editor Joab Jackson.
To hear more episodes go to: https://thenewstack.io/ Welcome to The New Stack Context, a podcast where we discuss the latest news and perspectives in the world of cloud native computing. This week we spoke with Rob Skillington, co-founder and Chief Technology Officer of Chronosphere, a monitoring company that came out of stealth late last year and is built around the open source metrics platform, M3, which Skillington and Chronosphere CEO Martin Mao helped develop at Uber. TNS editorial and marketing director Libby Clark hosted this episode, alongside founder and TNS publisher Alex Williams and TNS managing editor Joab Jackson.
Read More: Welcome to The New Stack Context, a podcast where we discuss the latest news and perspectives in the world of cloud native computing. This week we spoke with Ryan Staatz, head of DevOps at LogDNA, about running stateful services on Kubernetes, as part of our series of posts and podcasts on the challenges of running Kubernetes in 2020. TNS editorial and marketing director Libby Clark hosted this episode, alongside founder and publisher Alex Williams and TNS Managing Editor Joab Jackson. Each month on The New Stack, we pick ta heme to devote a certain amount of coverage, issues that we hear are important to our readers. This month, we looked at one of the ongoing challenges for Kubernetes around how to run stateful applications. As Staatz explains in his post on the subject, “A Blueprint for Running Stateful Services on Kubernetes,” “State” refers to the condition that an application is in at a particular point in time. A stateful application changes its behavior based on previous transactions; in other words, it maintains a memory of the past. Examples of stateful applications include databases, caches, and content management systems (CMS) such as WordPress. With stateful applications, the application must have a location where it can store its state as data. This data needs to be available to the application throughout its lifespan. In a basic single-server, single-instance application, this could be as easy as storing data directly on the host filesystem. We chat with Staatz about his preferred approaches to running stateful applications on Kubernetes, as well as how LogDNA supports these architectures with its own logging service. Then, later in the show, we discuss some other recenet posts on the topic: Analyst Janakiram MSV in his post, “Different Approaches for Building Stateful Kubernetes Applications,” reveals that there are a number of different ways to provide stateful support to K8s. A Q&A with Saad Ali, the chair of the Kubernetes Storage Special Interest Group at the Cloud Native Computing Foundation, discusses the work already done to make run stateful workloads easier, as well as the challenges that remain and what to look for in the future. We also give a listen to The New Stack Makers podcast with InfluxData's Chris Churilo, who offers some perspective on why organizations increasingly rely on time series databases to “make products or services better.”
Welcome to The New Stack Context, a podcast where we discuss the latest news and perspectives in the world of cloud native computing. This week we have two guests, who discuss their experience with the challenges of securing open source software. First, we talk to Frank Nagle, a professor at Harvard Business School and co-director of the Census II project to assess security practices in open source software components, in partnership with the The Linux Foundation's Core Infrastructure Initiative (CII). We discuss his findings, including the surprising state of under-management for most open source projects. We also chat with Neeraj Poddar, Aspen Mesh co-founder and engineering lead who developed the fix for a recent vulnerability in the Istio service mesh project. We speak with Poddar about the challenges of quickly fixing an bug in an open source program when there are so many stakeholders, and how the work should be cordoned off until a public announcement is ready to be made.
Welcome to The New Stack Context, a podcast where we discuss the latest news and perspectives in the world of cloud native computing. Today we're talking to The New Stack news correspondent Mike Melanson, about his recent coverage of the ongoing debate over the value of microservices. We also discuss the top podcasts and news stories for the week, covering topics such as developer relations, mobile platform development and optimization, and distributed architectures. We have been covering the debate over the relative merits of microservices for a while now. Microservices offer a number of advantages on the development side. Separate teams can work different parts of a language, even in their preferred languages and tools. Updates can be quietly inserted without needing to refresh the entire application. But while the hype around microservices is considerable, industry observers have been starting to recognize the limitations as well. Many have been advocated returning to the opposite approach: building single large “monolithic” applications. Recently, Melanson wrote about Google cloud native evangelist Kelsey Hightower's belief that monoliths are the future. “Monoliths are the future because the problem people are trying to solve with microservices doesn't really line up with reality,” Hightower wrote in his own blog post. A company lacking coding discipline that ends up with a disaster of a codebase may see microservices as an answer, but in reality, it is just trading class instantiation for function calls. “They're initiating things and throwing it over a network and hoping that it comes back,” Hightower writes.
In this podcast, we ask Brock about the changes she has seen in the U.K., post-Brexit, as well as the open source culture in the country, and what can be done to bring more visibility to the vast pools of developer talent that the country possesses. Then later in the show, we discuss the top topics on the site for the week, including the need to improve user interfaces, Bruce Perens' departure from the Open Source Initiative, a new World Wide Web Consortium standard that will help distributed tracing, and the surprising utility of the humble Unix awk command.
This week, we chat with Yvonne Wassenaar, CEO at Puppet, about the announcement that Goldman Sachs will no longer go public with companies that have no female or under-represented minority board members. Late last week Goldman Sachs CEO David Solomon announced that the investment firm would not underwrite IPOs by companies that have no diversity on their board of directors, and that the policy would specifically focus on women. This could be an important turning point for our industry, as it may bring about a change in how tech companies are run and advised in the future. The announcement came just after California passed a law that fines companies $100,000 for going public with all-male boards. Wassenaar draws from her experience not only as a member of the Puppet board, but also as director for a number of other boards, including Forrester Research, Anaplan, and Harvey Mudd College. We asked her about what role the new laws will play in the policies that companies and investors are taking going forward. We also asked about the challenges of increasing the diversity in large corporations. Then, later in the episode, we discuss some of the top podcasts and news posts on the site, including a discussion with Zeit founder Guillermo Rauch about distributed systems, a new serverless integration provider called TriggerMesh, SaltStack's plan to help developers minimize the amount of YAML they need to write, and why IBM turned to Humio to scale up its ELK deployments. Libby Clark, editorial and marketing director at TNS, hosted this episode, along with TNS Publisher Alex Williams and TNS Managing Editor Joab Jackson.
Welcome to The New Stack Context, a podcast where we discuss the latest news and perspectives in the world of cloud native computing. This week, we chat with Catherine Paganini who leads marketing at Kublr, about her recent ongoing series of posts that explain IT concepts for business leaders. We discuss the process of writing about technology, and the sometimes arduous process of learning about DevOps-driven cloud native computing. Then later in the show, we chat about the week's top stories. Libby Clark, editorial and marketing director at TNS, hosted this episode, along with TNS Managing Editor Joab Jackson.
Welcome to The New Stack Context, a podcast where we discuss the latest news and perspectives in the world of cloud native computing. This week, we chat with The New Stack's Linux correspondent Jack Wallen who writes regular tutorial articles for us and covers the latest Linux and security news. We chat about the recent comments from Linux chief maintainer Linus Torvalds about the ZFS file system, as well Red Hat's recent decision to pull the Docker software from its Red Hat Enterprise Linux distribution, replacing it with its own Podman software. Libby Clark, the editorial and marketing director of The New Stack, hosted this episode, with the help of TNS founder and publisher Alex Williams and TNS managing editor Joab Jackson.
Welcome to The New Stack Context, a podcast where we discuss the latest news and perspectives in the world of cloud native computing. In this week's episode, we talk with John Jeremiah, product marketing manager at GitLab, about the GitLab Commit user conference happening on January 14 in San Francisco. Libby Clark, the editorial and marketing director of The New Stack, hosted this episode, with the help of TNS founder and publisher Alex Williams and TNS managing editor Joab Jackson. GitLab, a sponsor of The New Stack, made its name with git-based version control but is now looking to automate and consolidate continuous integration and continuous deployment into a single lifecycle. We attended GitLab's last Commit event, held in Brooklyn back in September, which gave us a lot of interesting stories around DevOps practices. So we quiz Jeremiah about some of these emerging trends that no doubt we'll hear more about in San Francisco, including DevSecOps and DataOps.
This week on The New Stack Context podcast we discuss databases and microservices. We chat with Kyle Davis, Redis Labs' head of developer advocacy and Loris Cro, Redis Labs' developer advocacy manager, about their new e-book, "Redis Microservices for Dummies." We discuss the new requirements for database systems in the the world of microservices, as well as the emergence of data streaming. We also discuss the news of the week with TNS founder and publisher Alex Williams and TNS Managing Editor Joab Jackson. Libby Clark, editorial and marketing director at TNS, hosted this podcast.
The New Stack Editor in Chief Alex Williams sat down at the IFX infrastructure conference with one of the companies looking to apply the speed, delivery, and, most importantly, the resilience built into software teams to the infrastructure side. After over a decade at Microsoft followed by more than a year at AWS, Luke Hoban, CTO of Pulumi, was ready to build something that helps developers work with the cloud. The way to bridge the chasm and bring the application development and infrastructure on either side closer together.
The New Stack Context is joined by our very own Jennifer Riggins to discuss this week's topic of Continuous Documentation and its roll in the industry.
In the first segment of this episode, TNS editorial and marketing director Libby Clark talks with Dave Harrison, senior application development manager at Microsoft, and Raygun co-founder and CEO John-Daniel Trask about how developers can help customers and improve their software development life cycle feedback loops. Then later in the show, TNS publisher Alex Williams and TNS managing editor Joab Jackson discuss some of the top news and podcasts from the week, including the release of Kubernetes 1.17, continuous documentation for CI/CD, Packet's Tinkerbell bare metal deployment technology, and the importance of data protection in cloud native operations.
In Context Episode #95 The New Stack Crew discusses two conferences this week: Amazon Web Services' RE:Invent 2019 and Packet's IFX conference. TNS Publisher Alex Williams hosted this episode, and we speak with TNS European Correspondent B. Cameron Gain. This episode was sponsored by CloudBees.
My how KubeCon (now “KubeCon+CloudNativeCon”) has grown! We remember four years ago, when the conference was held in the second floor of a Seattle hotel, you could take a tour of all the booths within a few minutes. This year, more than 12,000 attendees packed the San Diego Convention Center, dozens of vendor booths span three gigantic rooms. You needed a map just to find one you were looking for. A good number of the companies we met with back in 2016 have grown into full-fledged businesses. And thanks to a sponsorship of Portworx, we were able to dispatch a team of crack reporters to capture many of the product updates that debuted at the show. On this week's episode of The New Stack Context podcast, we discuss some of these stories as well as the event itself. In this episode, we are joined by Alex Williams, founder and editor-and-chief of The New Stack, as well as TNS correspondent Emily Ormier and TNS managing editor Joab Jackson. TNS editorial and marketing director Libby Clark served as host. Among the topics we touched upon included the emerging issue of integrating Kubernetes into the enterprise, the ongoing challenge of securing containers, and whether or not the service mesh is ready for production use. We also share our personal highlights from the event, discussing the conference's free daycare for children (thumbs up!) and Kelsey Hightower's bittersweet farewell keynote.
Welcome to The New Stack Context, a weekly podcast where we discuss the latest news and views from the cloud native community. This week we speak to Joe Fernandes, Red Hat's vice president of product for the company's cloud platforms business unit. We discuss the past year and the future of Kubernetes, as well what to expect next week at the KubeCon+CloudNativeCon conference in San Diego next week. Libby Clark, who is the editorial and marketing director at TNS, hosted this podcast, along with Alex Williams, founder and publisher of The New Stack.
Today on The New Stack Context podcast we talk with Kara de la Marck, open source community manager at CloudBees, about when it makes sense to rely on open source tools and when proprietary alternatives should be considered. The abundance of tooling in the cloud native ecosystem can be overwhelming as teams weigh which options work best for their business needs, infrastructure and workflows. To help provide a framework for the decision, De la Marck wrote a contributed article this week on “Open Source Tools: The Good, The Bad and The Truth in Between” as a preview of the Cloud Native Computing Foundation's upcoming KubeCon and CloudNativeCon San Diego event in a few weeks.
On this week's episode of The New Stack Context podcast, we discuss Kubernetes and cloud native storage with NetApp's Business Director for its Cloud Infrastructure Business Unit, Dale Degen, during NetApp's annual user conference this week in Las Vegas, NetApp Insight 2019. Since its acquisition of StackPointCloud last year, storage giant NetApp has become a leader in Kubernetes management. The NetApp Kubernetes Service provides a control plane for running any commercial or even homegrown Kubernetes distribution. Users can deploy a complete Kubernetes distribution within three clicks. When used in conjunction with NetApp's OnTap storage operating system and Cloud Volumes, users can set up a multicloud Kubernetes deployment. Then later in the podcast, we chat about the Linux Foundation's Open Source Summit + Embedded Linux Conference Europe 2019, which was attended by Alex Williams, TNS founder and editor-in-chief. We also discuss some of the top news from the TNS site, including Pivotal's recent Spring Platform conference, some tips for running Kubernetes in production, and the future of serverless and cloud computing.
Welcome to The New Stack Context podcast, where we discuss the week's hottest news around cloud native technology. On this week's episode, we discuss one of our favorite yearly events, All Things Open open source conference, held earlier this month in Raleigh, North Carolina. Our guests for the week are Matthew Broberg, technical editor for Red Hat's OpenSource.com, and Anais Dotis-Georgiou, who is a developer advocate at InfluxData, as well as a speaker at the conference. We discussed the grassroots independence that makes All Things Open so enjoyable, as well as what open source trends we caught at this year's show. Then, later in the show, we discuss some of the top posts and podcasts for the week, including a wide-ranging interview with Pivotal's Cornelia Davis, a tutorial on how to get the most from the ZFS file system on Ubuntu, how Microsoft has been been making it easier for developers to use Kubernetes, as well as the state of Linux kernel open source after the recent wave of CPU-based vulnerabilities. Libby Clark, editorial and marketing director at TNS hosted this podcast, along with Alex Williams, TNS founder and editor-in-chief, and Joab Jackson, TNS managing editor.
On this week's episode, we spoke with The New Stack founder and publisher Alex Williams and TNS correspondent and columnist Mike Melanson about the Pivotal SpringOne Platform developer conference in Austin, which they both attended last week. Pivotal is a sponsor of The New Stack and made a number of announcements at the show. The company unveiled the beta of its managed version of the Spring Cloud Gateway, which the company describes in a blog post as “a developer-friendly way to configure and route API requests to application services.” With the beta release, Spring Cloud Gateway will get ongoing maintenance and support from Pivotal, as well as the addition of Pivotal Platform's single sign-on module, the company's identity and access management tool for applications and APIs. Also at the show, Pivotal and Microsoft previewed Azure Spring Cloud, a fully managed service for deploying Spring Boot applications on Microsoft Azure. Spring Boot is based on Pivotal's popular Spring framework and is an open source Java-based framework used to create microservices, which it does by packaging the runtime together with the application. Then later in the show, we discussed Escape, a multicloud conference held this week by Cockroach Labs, which Jackson attended.
This week we speak to Maria Colgan, Oracle master product manager, to learn about the company's Oracle Autonomous Database. Last month, at Oracle OpenWorld, the company introduced a new free tier to this cloud offering. Then, for the second half of the show, we discuss three conferences we attended this week, including SpringOne Platform in Austin, TX, Puppetize PDX, and SAP TechEd 2019 in Barcelona.