Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

Understanding Amazon Elastic Container Service for Kubernetes (EKS)

Amazon Elastic Container Service for Kubernetes or EKS provides a Managed Kubernetes Service. Amazon does the undifferentiated heavy lifting, such as provisioning the cluster, performing upgrades and patching. Although it is compatible with existing plugins and tooling, EKS is not a proprietary AWS fork of Kubernetes in any way. This means you can easily migrate any standard Kubernetes application to EKS without any changes to your code base.

The 2020 State of DevOps survey: quarantine edition

Normally we would have launched our 2020 State of DevOps survey a couple of months ago instead of today. But with all of us adjusting to working from home, often with kids also at home or other loved ones to care for, we recognized that the last thing anyone should focus on was taking a survey. So we’re late. The additional time to plan, however, gave us the chance to consider some new and interesting pathways to explore.

Unified JFrog Platform Monitoring With Prometheus and Grafana

Running the JFrog DevOps Platform on Kubernetes in your enterprise can mean serving millions of artifacts to developers and customers each day. But operating at top performance requires being able to answer some vital questions. Like what is the most requested artifact? What is the most popular repo? Who are your heaviest users? For security, which users are doing bad things, and from which IPs?

What is Rancher?

This video provides a short introduction to Rancher, the world’s most widely deployed Kubernetes management platform. With Rancher, IT organizations can deploy, manage and secure any Kubernetes deployment regardless of where it is running. Best of all, Rancher is intuitive to use, and built to support DevOps teams, as they use containers to automate operations and move to continuous delivery. Rancher is 100% free and open source.

Console Connect by PCCW Global - Software Defined Interconnection

The world of business has changed, so we’ve changed everything - with Software Defined Interconnection®. Putting you in complete control. Console Connect takes your business through the multi-cloud online world, with ease. All with a simple to use platform, that makes this, feel like this.. Connect anything directly to anything or everything. In ways and to places you’ve never been able to before. Gain access to one of the world’s most advanced, robust, global networks.

Diagnosing out-of-memory errors on Linux

Out-of-memory (OOM) errors take place when the Linux kernel can’t provide enough memory to run all of its user-space processes, causing at least one process to exit without warning. Without a comprehensive monitoring solution, OOM errors can be tricky to diagnose. In this post, you will learn how to use Datadog to diagnose OOM errors on Linux systems.

Create Reproducible Security in Kubernetes with Helm 3 and Helm Charts

With the growing popularity of containerized applications, organizations and startups at all levels need to manage their Kubernetes deployments more safely at scale. Today, there is an expanding list of tools and services that can help do this. One of these services is the package manager known as Helm.