Operations | Monitoring | ITSM | DevOps | Cloud

Containers

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

Navigating Security Challenges in Kubernetes Orchestration Platforms

As Kubernetes solidifies its position as the standard for container orchestration, it’s imperative to examine the associated security challenges. Kubernetes brings powerful capabilities to the enterprise and introduces new attack vectors and potential vulnerabilities. Here at Kublr, we sat down with our best experts to discuss how our team solves security challenges and how Kublr helps clients mitigate them.

Mitigating Cloud Environmental Impact with Kepler, Kube Green, and Beyond - Navigate Europe 23

Dive into the world of sustainable cloud computing with Saloni Narang at Navigate Europe 23. Discover how tools like Kepler and Kube Green can help mitigate the environmental impact of cloud technologies. Learn about the role of CNCF's Technical Advisory Group in promoting sustainability and find out how to measure and reduce CO2 emissions and energy usage in your cloud infrastructure. A must-watch for anyone interested in green cloud computing!

Kasten's Guide: Scaling Kubernetes Efficiently - KubeCon NA 23 Insights - Civo TV

Explore key insights from KubeCon NA 23 in Civo TV's brief yet informative video featuring Michael Cade from Kasten by Veeam. Discover the latest trends in Kubernetes cluster growth, data security, and resilience, as well as innovative concepts like micro database services. Learn about Kasten's new focus on scalability and security in their latest release, all packed into a concise, engaging format.

Multi-Cluster Observability Part 1: Building A Foundation

In the world of modern Kubernetes, things have come a long way from the days of a single cluster handling one app. Now, it's common to see setups that span multiple clusters across different clouds. Initially, managing those clusters was a complicated operation with many moving parts. Using tools such as SUSE Rancher, RedHat OpenShift or AWS EKS, made managing multiple clusters somewhat easier.

Deploy a containerized .NET Core app to Azure Kubernetes Service (AKS)

Microsoft Azure provides an all-encompassing service that allows you to host Docker containers on the Azure Container Registry (ACR), deploy to a production-ready Kubernetes cluster via the Azure Kubernetes Service (AKS), and more. Using CircleCI, you can automatically deploy updates to your application, providing a safer and more efficient CI/CD process for managing your software. This article shows you how to automate deployments for a.Net application to Azure Kubernetes.

Scaling Engineering Teams

The software engineering world has become a place where compute, storage, and availability have become the cornerstones of scale. As an industry and as individuals, we should stop to take a closer look at scaling the most important of all resources… our people. In this post I’ve modeled a team with 6 engineers, 2 Sr, 3 Mid, and 1 Jr. This team is getting 450 “units” of work done ( where a unit is just some measure of throughput ) per interval (2 months).

IPO Growth: Scaling Engineering Orgs with Marty Weiner & Nick Caldwell - Navigate Europe 23

Join Marty Weiner and Nick Caldwell in their keynote at Navigate Europe 23 as they delve into the challenges and strategies of building engineering organizations from zero to IPO. Discover valuable insights on mission statements, project management, and fostering team cohesion for sustainable growth.

Getting Started with Istio with Marino Wijay Insights from KubeCon NA 2023 - Civo TV

Join Marino Wijay, Developer Advocate at Solo at KubeCon NA 2023, as he dives into the world of Istio. Discover how Istio enhances Kubernetes through traffic management, observability, and security for microservices. Learn about the controlled rollout of new application features, monitoring service failures, and ensuring service security and legitimacy with Istio's service mesh.

Does Your API Need a REST? Check Out GraphQL

GraphQL is a declarative query language that simplifies retrieving data from an application's back end. It provides a clear and comprehensive description of the data in your API, giving you the ability to request only what you need. This makes it easy to evolve APIs over time and enables powerful developer tools.