Operations | Monitoring | ITSM | DevOps | Cloud

Containers

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

Restarting Kubernetes Pods: A Detailed Guide

This blog will help you learn all about restarting Kubernetes pods and give you some tips on troubleshooting issues you may encounter. Kubernetes pods are one of the most commonly used Kubernetes resources. Since all of your applications running on your cluster live in a pod, the sooner you learn all about pods, the better.

Git a Handle on it! A Scalable Approach to GitOps Configuration Patterns - Civo Navigate NA 2023

Discover the world of GitOps with this presentation from John Dietz where he dives into scalable configuration management patterns. The talk emphasizes the challenges faced by developers and administrators while adopting GitOps practices and outlines various scalable strategies and best practices to address these. It presents a variety of patterns, tools, and tactics to manage configuration as code, contributing to improved system stability, team collaboration, and delivery speed.

Modernizing the Air Force: DAFITC 2023

D2iQ is excited to be participating in the Department of the Air Force Information Technology and Cyberpower (DAFITC) 2023, in Montgomery, Alabama, from August 28-30. The theme of this year’s DAFITC conference is “Digitally Transforming the Air & Space Force: Investing for Tomorrow’s Fight.” Digital transformation of the Air Force and Space Force is part of a wider modernization effort that is accelerating across all U.S.

Kubernetes Liveness Probe Guide

Kubernetes liveness probes are a critical component for monitoring the health and availability of application containers running within a Kubernetes cluster. They allow Kubernetes to determine whether a container is running as expected and take appropriate actions if it is found to be unresponsive or in an unhealthy state. Liveness probes periodically check the health of containers by sending requests to a specified endpoint or executing a command within the container.

9 Popular Kubernetes Distributions You Should Know About

Kubernetes has become the go-to platform for container orchestration, allowing teams to more efficiently manage their containerized applications. Vanilla Kubernetes, as well as managed Kubernetes, are the two options available when building up a Kubernetes system. A group of programmers using vanilla Kubernetes must download the source code files, follow the code route, and set up the machine's environment.

Kubernetes Delivers Business Value Beyond IT

Since 2018, our annual State of Kubernetes survey has consistently found that organizations achieve significant operational benefits from using Kubernetes, especially “improved resource utilization.” This year, we wanted to understand how Kubernetes impacts the business as a whole. The results are unequivocal.

How to Plan for a Crisis with Infrastructure-Agnostic Recovery of Kubernetes Applications

Corey Dinkens and Carol Pereira contributed to this blog post. As enterprises deploy modern containerized applications to their Kubernetes clusters, managing data protection centrally is necessary to run critical business applications, especially in multi-cloud distributed environments.

Kubernetes at the Edge with Portainer | Civo Navigate NA 2023

Dive into the world of Kubernetes at the Edge with Portainer with Neil Cresswell. In this talk, learn how Portainer transforms container management by making Kubernetes deployment at the edge effortless and efficient. Through this talk, revoluntionize container management and orchestration by simplifying Kubernetes deployment at the edge. This is aimed at making deploying, updating, and maintaining Kubernetes clusters on edge devices more streamlined and accessible, benefiting industries like telecommunication, healthcare, and manufacturing where low latency and high reliability are critical.

25+ Best Kubernetes Tools By Category In 2023

Over the past few years, Kubernetes (K8s) has become the preferred method of orchestrating containers and microservices. Its self-healing, high scalability, and open-source nature make it appealing to a wide range of users. However, deploying, running, and scaling containerized applications and microservices with Kubernetes can be quite challenging. The Kubernetes community keeps growing, but there still aren’t that many experienced K8s engineers.