Operations | Monitoring | ITSM | DevOps | Cloud

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

Getting up and running with Calico on your on premises K8s Cluster

If you are deploying Kubernetes on-premises in your datacenter, you won’t want to miss this talk and demo. The first thing you’re thinking about might not be networking, but without some knowledge of the networking decisions you’ll need to make, and what the right option is given your environment, you’re likely to get stuck or make the wrong assumptions that may limit your ability to scale or integrate with the rest of the datacenter network.

Getting up and running with Calico Enterprise on your Rancher K8s Cluster

In this training and demo you’ll learn about the various networking options available to you in Rancher and considerations to take into account in order to select the best option for your environment. We will also showcase how to bootstrap and configure your Rancher cluster along with sample policy deployments.

How to Use the Datadog CLI on Kubernetes | Datadog Tips & Tricks

In this video, you’ll learn how to use the Datadog command line interface (CLI) on Kubernetes to perform key tasks, including checking the status of the agent and viewing custom checks. The Datadog Agent CLI allows you to check the status of the Agents running on the pods in your Kubernetes clusters. It also provides various helpful commands, including starting and stopping the agent, viewing configured custom checks, and sending flares to the Datadog support team to automatically open troubleshooting tickets.

Kubernetes observability tutorial: Metrics collection and analysis

This post is the second in our Kubernetes observability tutorial series, where we explore how you can monitor all aspects of your applications running in Kubernetes, including: We’ll cover using Elastic Observability to ingest and analyze container metrics in Kibana using the Metrics app and out-of-the-box dashboards.

Approaching Azure Kubernetes Security

The Splunk Security Research Team has been working on Kubernetes security analytic stories mainly focused on AWS and GCP cloud platforms. The turn has come now for some Azure Kubernetes security monitoring analytic stories. As outlined in my "Approaching Kubernetes Security — Detecting Kubernetes Scan with Splunk" blog post, when looking at Kubernetes security, there are certain items within a cluster that must be monitored.

Data science workflows on Kubernetes with Kubeflow pipelines: Part 2

This blog series is part of the joint collaboration between Canonical and Manceps. Visit our AI consulting and delivery services page to know more. Kubeflow Pipelines are a great way to build portable, scalable machine learning workflows. It is a part of the Kubeflow project that aims to reduce the complexity and time involved with training and deploying machine learning models at scale. For more on Kubeflow, read our Kubernetes for data science: meet Kubeflow post.

Docker monitoring made easy

Docker is a platform that enables developers to run software in packaged environments called containers. These containers are operating system (OS)-level virtualized elements that share a common Linux server yet have their software, libraries, and configuration files bundled within them. These containers can communicate with each other and exchange information, making it easier to develop and host multiple applications through the CI/CD DevOps methodology.