Operations | Monitoring | ITSM | DevOps | Cloud

Containers

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

VMware Tanzu Application Platform: How Can It Help You?

Join Ryan Baker and Aaron Torgerson as they demo both the developer and operator experience for VMware Tanzu Application Platform. They’ll give a brief overview of what Tanzu Application Platform is and how it will help your organization go from developing code to securely running applications on any Kubernetes!

Collecting Metrics from Windows Kubernetes Nodes in AKS

Windows applications constitute a large portion of the services and applications that run in many organizations. When moving to a Kubernetes-based architecture, there is a need to support these as well. Up until April 2020, the lack of container support within the Windows operating system left Linux container images as the only viable option for Kubernetes container deployment.

AWS re:Invent 2021: Scale the Kubernetes-first, cloud-native model

The widespread adoption of Kubernetes has made it table stakes for the modern cloud native stack. Software is now being purpose-built for Kubernetes, and as companies enter this new phase of their cloud journey, they are looking to scale. Building upon years of experience with Kubernetes, Spot by NetApp is continuously innovating to bring new ways to achieve this goal. From container-optimized, serverless infrastructure to Kubernetes-native continuous delivery, Spot is connecting the dots to vastly improve the efficiency and manageability of Kubernetes applications and environments.

Config best practices: Docker layer caching

Let’s face it: Creating the optimal CI/CD workflow is not always a simple task. In fact, writing effective and efficient configuration code is the biggest hurdle that many developers face in their DevOps journey. But you don’t need to be an expert to set up a fast, reliable testing and deployment infrastructure. With a few straightforward techniques, you can optimize your config.yml file and unleash the full potential of your CI/CD pipelines.

Why cloud native requires a holistic approach to security and observability

Like any great technology, the interest in and adoption of Kubernetes (an excellent way to orchestrate your workloads, by the way) took off as cloud native and containerization grew in popularity. With that came a lot of confusion. Everyone was using Kubernetes to move their workloads, but as they went through their journey to deployment, they weren’t thinking about security until they got to production.

CloudFormation to secure and manage apps across multiple clusters and clouds

If you are not familiar with CloudFormation, an easy way to define it is AWS CloudFormation is an AWS service that uses template files to automate the setup of resources. It can also be described as an infrastructure automation or Infrastructure-as-Code (IaC) tool. You can use CloudFormation to automate the configuration of workloads that run on the most popular AWS services, including their managed Kubernetes offering, the Elastic Kubernetes Service, or EKS.

Civo update - January 2022

Welcome to the very first Civo Update of 2022! On behalf of everyone here at Civo we wish you happiness and prosperity for the year ahead. With lots on our roadmap for 2022, it's certainly going to be another exciting year for us at Civo. We recently launched our "Write for Civo" initiative where you can share your cloud native expertise and get paid for doing so. Check out the tutorial for more information.

Docker Logging: How Do Logs Work With Docker Containers?

Docker containers are a great way to create lightweight, portable, and self-contained application environments. Logging is critical for every application since it gives valuable information for troubleshooting, evaluating performance issues, and drawing an overall picture of the behavior of your architecture. This article presents a thorough tutorial covering all you need to know to start with Docker logging. It also provides some recommended practices for optimizing the logs of your containerized apps.