Operations | Monitoring | ITSM | DevOps | Cloud

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

DKP 2.4 Takes Multi-Cloud Kubernetes Management to New Heights

With the release of the D2iQ Kubernetes Platform version 2.4 (DKP 2.4), the best Kubernetes platform just got better, particularly the ability to manage Kubernetes clusters across multi-cloud and hybrid cloud environments. What makes DKP so special? D2iQ’s business is focused solely on creating a container management platform that is as complete and reliable as possible.

Why the cloud does not have to be a costly venture

Looking back on the last 18 months, it is abundantly clear that one piece of technology found its moment more than any other: cloud. Essential to modern computing, cloud provides the capacity for businesses to run workloads with the flexibility and scale many firms would struggle to achieve with on-premise infrastructure. According to Flexera’s 2021 State of the Cloud Report, 90% of firms slightly or significantly increased their cloud usage due to the pandemic.

What's new in Calico v3.25

We’ve just released Calico v3.25! This milestone release includes a number of eBPF dataplane improvements designed to deliver an even faster upgrade experience, smaller memory footprint, and shorter eBPF networking object load time speed. But before we get into the details of these changes, let’s welcome and thank our new community problem-solvers who got their first contribution requests merged into our beloved project.

How to Preview and Diff Your Argo CD Deployments

Adopting Kubernetes has introduced several new complications on how to verify and validate all the manifests that describe your application. There are several tools out there for checking the syntax of manifests, scanning them for security issues, enforcing policies etc. But at the most basic case one of the major challenges is to actually understand what each change means for your application (and optionally approve/reject the pull request that contains that change).

Dashboard Fridays: Sample Kubernetes dashboard

Engineers need to understand the status of microservices run on EKS, like health status of clusters and nodes, to avoid issues impacting business critical microservices. Plus, you need to be able to keep an eye on EKS resources, including whether the Kubernetes cluster has auto-scaled (where enabled). Usually, to view these metrics, it requires looking at each EKS cluster and node group individually in the AWS Console, or via another complex third-party dashboarding tool. The data is siloed and difficult to consolidate.

Guide to Platform Engineering: Goals and Best Practices of Platform Engineering Team

Platform engineering is a specialized field that focuses on creating and maintaining the infrastructure and services that support the development and deployment of software applications. In today's fast-paced business environment, organizations need to be able to quickly and efficiently deliver new features and updates to their customers. Platform engineering teams play a crucial role in making this possible by providing a stable and reliable foundation for application development.

How to Troubleshoot Slow Services in Your Kubernetes Cluster

To get the best performance out of your Kubernetes cluster, SREs and software engineers must have enough knowledge and instruments to find misconfiguration and bottlenecks. At the same time, thanks to Kubernetes’ ever-growing popularity, there is a global shortage of expertise on the platform.

Kubernetes Preview Environments - Adoption, Use Cases & Implementations

No matter what application you’re building and who your target customers are, everyone can agree that it’s critical to avoid broken deployments. To aid in this goal, many tools and concepts have been invented, with Kubernetes preview environments being one of them. In this post, you’ll get a deeper understanding of how preview environments work, how organizations are using them, and how you can get started yourself.