Operations | Monitoring | ITSM | DevOps | Cloud

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

Navigating Unconscious Bias in Cloud Native Communities

Join Aakansha Priyaa at Civo Navigate as she delves into the topic of unconscious bias within cloud native communities. Through personal anecdotes and practical examples, this presentation sheds light on the subtle biases that permeate the tech industry and provides strategies for creating a more inclusive workplace.

Kubernetes Logging | Set Up K8s Log Monitoring with OpenTelemetry

Kubernetes is a powerful orchestration tool for managing containers, but it comes with its own set of challenges. One of the biggest hurdles is effectively logging what's happening in your system. As your applications grow and spread across clusters, keeping track of their behavior becomes crucial. In this article, we will discuss logging in Kubernetes, common Kubernetes log types, and how logs can be effectively tracked and managed.

Transforming Kubernetes into an Internal Developer Platform in 10 Minutes

An Internal Developer Platform (IDP) is a powerful tool for providing self-service infrastructure for developers. It allows developers to manage application lifecycles without the constant need for IT team involvement, streamlining the process from development to production. With its widespread adoption, Kubernetes has become the standard for running application workloads across various organizations.

Mastering Cybersecurity: Essential OWASP Guidelines for Effective Protection

Join Dwayne McDaniel as he discusses the challenges and essentials of effective cybersecurity, highlighting the impact of bad security practices, the benefits of robust security measures, and the importance of community collaboration. This talk explores practical insights on improving security protocols, leveraging community knowledge, and the significant role of automation in ensuring safe, uninterrupted digital environments.

Kubectl Top Pod/Node | How to get & read resource utilization metrics of K8s?

Kubectl Top command can be used to retrieve snapshots of resource utilization of pods or nodes in your Kubernetes cluster. Resource utilization is an important thing to monitor for Kubernetes cluster owners. In order to monitor resource utilization, you can keep track of things like CPU, memory, and storage. In this article, we will see how to use kubectl Top command to get and read metrics about pods and nodes. We will also breakdown the output to understand what it means.

Kubectl Logs Tail | How to Tail Kubernetes Logs

The kubectl logs tail command is a tool that allows users to stream the logs of a pod in real-time while using Kubernetes. This command is particularly useful for debugging and monitoring applications, as it enables users to view log output as it is generated and quickly identify any issues or problems with their application. In this article, we will see how to use the kubectl logs tail command to stream logs, the benefits of using the command, and an advanced tool for streaming logs.

What Can a Service Mesh Do for Your Kubernetes Environment? with Tony Pope-Cruz

Explore the essentials of Kubernetes management with Tony Pope-Cruz from @dynatrace in this detailed walkthrough. Understand how to avoid common pitfalls in Kubernetes deployments, such as mismanagement of resources that can lead to significant outages. Gain insights into how service meshes provide robust solutions for traffic management, service reliability, and observability.

Get Ephemeral Environments on Kubernetes in Less than 10 Minutes

Qovery is an Internal Developer Platform (IDP) designed to make Kubernetes developer-friendly. It offers self-service capabilities, allowing developers to efficiently manage and scale their applications. One of the standout features of Qovery is the ability to create Ephemeral Environments, which we will focus on in this guide. So keep reading to see how you can get a fully operational Ephemeral Environments system on your Kubernetes Cluster in less than 10 minutes.