Operations | Monitoring | ITSM | DevOps | Cloud

Containers

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

The Difference Between Monitoring and Observability and Why It Matters

Organizations are adopting cloud native and multi-cloud architectures to drive innovation, achieve faster time to market, improve yield, and deliver exceptional experiences to their customers. However, for all the business benefits of modernizing, the process does not come without challenges.

Enlightning - What the Flux?! GitOps at Your Fingertips

GitOps with Flux brings you security, reliability, velocity and more - no more pagers on Saturdays! No more breaches to the cluster that you can’t roll back. No more worrying about how you’ll fare in the next security audit. Pinky & Mae will share an overview of Flux and how it works as well as their personal experience on why Flux has been an essential part of achieving a best-in-class delivery and platform team.

How to monitor OpenShift with Sysdig Monitor

Monitoring Red Hat OpenShift brings up challenges compared to a vanilla Kubernetes distribution. Discover how Sysdig Monitor, and its exclusive features in OpenShift, will help you monitor and troubleshoot your issues fast and easily. OpenShift builds many out-of-the-box add-ons into its Kubernetes foundation. For example, the OpenShift API server, Controller Manager, Ingress, or Marketplace ecosystem. This creates a more complex environment that can cause you to struggle.

Robin io Webinar Simplifying Kubernetes Storage and Data Management For DevOps

As container and Kubernetes adoption grows, developers and DevOps teams are expanding the use cases beyond stateless applications to stateful applications in order to drive operational consistency, extend the agility of containerization to data, gain faster collaboration, and simplify the delivery of data services. However, when it comes to provisioning storage for complex stateful applications that span multiple pods and services, careful storage management and day-to-day data management capabilities and expertise are critical requirements.

How We Built Qovery - Part 1

I am excited to launch a new series of engineering articles to dig into all the details of How we Built Qovery. A platform built for DevOps, SRE, Platform Engineers, and Developers since January 2020. Since day 1, the Qovery team has strived to make Qovery as open as possible and fight against the black box effect! In this series of 5 articles, I will explain as much as possible how things work behind the scene.

Understanding Kubernetes Evicted Pods

What does it mean that Kubernetes Pods are evicted? They are terminated, usually the result of not having enough resources. But why does this happen? Eviction is a process where a Pod assigned to a Node is asked for termination. One of the most common cases in Kubernetes is Preemption, where in order to schedule a new Pod in a Node with limited resources, another Pod needs to be terminated to leave resources to the first one.