Operations | Monitoring | ITSM | DevOps | Cloud

Containers

The latest News and Information on Containers, Kubernetes, Docker and related technologies.

Automating Quality Accelerating Testing Processes for Agile Development

software development, agility is key to success. Agile methodologies have revolutionized how teams approach projects, emphasizing collaboration, flexibility, and rapid iterations. However, this agility comes with its own set of challenges, particularly in ensuring high-quality software within tight timelines. This blog explores the crucial role of automation in accelerating testing processes to meet the demands of agile development.

How to ensure your Kubernetes cluster can tolerate lost nodes

Redundancy is a core strength of Kubernetes. Whenever a component fails, such as a Pod or deployment, Kubernetes can usually automatically detect and replace it without any human intervention. This saves DevOps teams a ton of time and lets them focus on developing and deploying applications, rather than managing infrastructure.

Building an Internal Developer Platform for 20k Engineers on a Single Tenant with Will Stewart

Explore the world of Internal Developer Platforms (IDPs) with Will Stewart, co-founder of @northflank9144. Gain insights into developer experience, security, and scalability, drawing from Will's extensive expertise. Learn how IDPs empower engineering teams for enhanced productivity and innovation in modern software development environments. Dive into this comprehensive overview to unlock the potential of IDPs and optimize your organization's workflow.

Facing the Future of SBOMs: Are You Ready to Overcome Their Biggest Challenges?

In this session at Navigate North America 24, Cortez Frazier Jr. from Fossa delves into the critical world of Software Bill of Materials (SBOMs). As regulatory demands increase and the call for software component transparency becomes louder, mastering SBOMs is essential. Cortez unpacks the complexities of creating, managing, and distributing SBOMs, offering actionable solutions to streamline the process.

Managing Multiple Kubernetes Clusters: What, Why and How

Kubernetes is a powerful tool for deploying and managing containerized applications. However, managing its clusters is a critical but challenging task for many organizations. Today, we will discuss the benefits of managing multiple clusters, and the challenges they present, and offer a quick technical guide on managing these clusters efficiently.

#024 - Kubernetes for Humans Podcast with Gabriele Bartolini [EDB]

A long-time open-source programmer and entrepreneur, Gabriele has a degree in Statistics from the University of Florence. After having consistently contributed to the growth of 2ndQuadrant and its members through nurturing a lean and DevOps culture, he is now leading the Cloud Native initiative at EDB.

The broken cloud market: Why free credits are the kryptonite of competition

The Competition and Markets Authority (CMA) is investigating the state of the UK cloud market, and for good reason. While the submissions and commentary already submitted to the CMA point to various concerning practices, one issue stands out as the single biggest threat to a healthy, competitive landscape: excessive free cloud credits. This tactic, employed by the dominant hyperscalers (AWS, Microsoft Azure, and Google Cloud Platform), is akin to a drug dealer offering free samples.

Using Ephemeral Environments: What to Expect

The emergence of Ephemeral Environments poses a compelling question: What can organizations expect from adopting this transformative approach? What are the hurdles they may face along the way? And what results can they anticipate? These are the questions I will address in this article as we explore why Ephemeral Environments are garnering attention and what makes them so pivotal for engineering teams today. Let's go!

How to standardize resiliency on Kubernetes

There’s more pressure than ever to deliver high-availability Kubernetes systems, but there’s a combination of organizational and technological hurdles that make this ‌easier said than done. Technologically, Kubernetes is complex and ephemeral, with deployments that span infrastructure, cluster, node, and pod layers. And like with any complex and ephemeral system, the large amount of constantly-changing parts opens the possibility for sudden, unexpected failures.