Operations | Monitoring | ITSM | DevOps | Cloud

Containers

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

Adding config to AWS ECS tasks

When deploying Docker containers to AWS ECS, you can encounter a situation where you want to run an image that requires some configuration. For example, let's say you wanted to run Vector1 as a sidecar to your main application so you can ship your application's metrics to a service like Honeybadger Insights. To run Vector, you only need to provide one configuration file (/etc/vector/vector.yaml) to the image available on Docker Hub.

Implementing AI Technologies into Developer Tools with Tsavo Knott

In this talk, Tsavo Knott, CEO and technical co-founder of @getpieces, discusses how AI technologies are transforming developer tools. From small task-specific models to large conversational and vision processing models, learn how Pieces has built a world-class product for macOS, Linux, and Windows. Tsavo and Chief AI Officer Sam reveal the challenges and breakthroughs in integrating AI into every aspect of the developer experience. Don't miss the live demos and insights into the future of AI in software development.

6 Tips to Integrate Container Orchestration and APM Tools

Application performance monitoring (APM) setup and strategies vary based on the application’s infrastructure design. Containers managed by orchestration tools like Docker Swarm or Kubernetes are dynamic and ephemeral, significantly affecting monitoring strategies. Container development speeds up an organization’s ability to build, deploy and scale new features.

etcd in Kubernetes: What is it and Why is it Important?

A Comprehensive Guide for SREs Build Foundational Knowledge on How etcd fits into the Kubernetes Ecosystem etcd is the single source-of-truth data store for the Kubernetes cluster. As a Key-Value store with advanced features, etcd stores mission-critical Kubernetes data: configuration data, the cluster state and metadata. This information is key for the Kubernetes cluster to scale and self-heal. If etcd malfunctions, it can cause failures on the Kubernetes cluster.

Happy 10th Birthday Kubernetes!

As Kubernetes celebrates its 10th anniversary, it’s an opportune moment to reflect on the profound impact Kubernetes has had on the cloud technology landscape. Since its inception, Kubernetes has revolutionized the way we deploy, manage, and scale containerized applications, becoming the de facto orchestration platform for today’s cloud-native ecosystem.

Effective Observability for MLOps Pipelines at Scale with Rishit Dagli

Join Rishit Dagli as he explores effective observability for ML pipelines at scale. Learn about the critical differences between observability and monitoring in ML applications, common challenges like distribution shifts, and feedback loops. Rishit demonstrates practical methods for logging and interpreting various metrics to maintain model performance and reliability.

Building a Docker Swarm on AWS EC2: A Step-by-Step Guide

In today's tutorial, we're diving into the world of container orchestration by setting up a Docker Swarm on AWS EC2 instances. Docker Swarm allows you to manage a cluster of Docker hosts as a single virtual system, making it easier to deploy and scale your containerized applications. By leveraging the power of AWS EC2, we'll walk through each step to get your Swarm up and running smoothly.

The Top Three Technology Decisions Teams Make When Building a Platform

Creating a platform? You're in the right spot. Our mission at Cycle started with a clear purpose: to create the best platform for building platforms. Here's the thing, there's really no easy way to build a platform. It requires making a lot of tough technology decisions that can affect success, growth, and upkeep for years to come. There are however some ways to make things simpler. Here are the three technology decisions I've seen make the biggest impact and how to navigate them.