Operations | Monitoring | ITSM | DevOps | Cloud

Containers

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

Goodbye Dispatch, Hello FluxCD!

We are announcing the deprecation of Dispatch, our DKP 1.x CI/CD tool, based on Tekton and ArgoCD. As another step in the continuous improvement of the DKP platform, in DKP 2.0 we have made the move to FluxCD, a CNCF incubator project. Why did we make this decision? Our customers have significant investments in their build pipelines using battle tested technologies such as Jenkins, TeamCity, and CircleCI. It would be a significant change in their workflows to introduce a new CI tool like Tekton.

Removing CI/CD Blockers: Navigating K8s with Codefresh & Komodor

Komodor can help plot a safe voyage through the ever-changing sea of microservices. In this webinar you’ll learn how to ensure continuous delivery with Codefresh, and quickly detect and fix hazardous k8s deployments with Komodor. We will demonstrate how you can.

Kubernetes Master Class HA Rancher Managing EKS, GKE and AKS

In this Master Class session, we will focus on some of the challenges that exist when trying to create consistent alignment across multi-cloud clusters, and then demonstrate how SUSE Rancher can be used to not only close the gaps, but optimize standardization for managing multiple clusters (specifically Amazon EKS, Google Cloud Platform GKE and Microsoft Azure AKS) at scale.

What's new in Calico Enterprise 3.9: Live troubleshooting and resource-efficient application-level observability

We are excited to announce Calico Enterprise 3.9, which provides faster and simpler live troubleshooting using Dynamic Packet Capture for organizations while meeting regulatory and compliance requirements to access the underlying data. The release makes application-level observability resource-efficient, less security intrusive, and easier to manage. It also includes pod-to-pod encryption with Microsoft AKS and AWS EKS with AWS CNI.

What's New? D2iQ Kaptain 1.2!

We are pleased and proud to announce the General Availability of D2iQ Kaptain 1.2. This new update includes new features and improvements to the overall user experience, including: The new dashboard enables users to visually monitor and observe the resource consumption of Kaptain Workloads, observe the state of those workloads, and easily identify and debug any issues.

5 Best Practices to Simplify Kubernetes Troubleshooting - DevOps.com Webinar

Kubernetes is agile, flexible and scalable. It is also complex, with a multitude of moving parts on and underneath the surface. When things go wrong, as they always (eventually) do, understanding what caused the problem could be stressful and time-consuming. But does it have to be? Join Mickael Alliel, DevOps engineer at Komodor, as he deep-dives into.

How to Handle Secrets Like a Pro Using Gitops

One of the foundations of GitOps is the usage of Git as the source of truth for the whole system. While most people are familiar with the practice of storing the application source code in version control, GitOps dictates that you should also store all the other parts of your application, such as configuration, kubernetes manifests, db scripts, cluster definitions, etc. But what about secrets? How can you use secrets with GitOps?