Operations | Monitoring | ITSM | DevOps | Cloud

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

Kubernetes Master Class: RKE under the Hood

In this Kubernetes Master Class, Rancher Engineers Hussein Galal and Sebastiaan van Steenis will explore how RKE was designed, the internals of how RKE works, and how Rancher and RKE work together. This session is suited for anyone who wants to learn more about what happens under the hood when you either use Rancher or RKE to provision and maintain clusters.

[WEBINAR] How to Build a World Class Monitoring Strategy

IT leaders agree that performance monitoring is absolutely critical to their success, yet the design and execution of a monitoring strategy can often be an afterthought. During this webinar, LogicMonitor and AWS will present the key components of a world-class performance monitoring strategy, along with a framework to improve monitoring effectiveness.

Getting Started with Kubernetes using MicroK8s

Single-node deployments of Kubernetes are more common than what one would expect. In some scenarios, single-node clusters make much more sense. For development purposes or testing, there’s no need to deploy a full-blown production-grade cluster. Single-node deployments are also handy for appliances and IoT applications since they have a much smaller footprint. Enter MicroK8s, a tool by Canonical that enables you to easily deploy a lightweight single-node cluster in your local environment.

Virtana Expands Monitoring Coverage and Enhances Infrastructure Capacity Planning with Latest Version of VirtualWisdom

Hybrid Infrastructure Management and AIOps Platform Builds on Customer Requirements to Deepen Infrastructure Visibility, Simplify Capacity Management, and Better Control Infrastructure Costs

Running and Deploying Elasticsearch on Kubernetes

Big data, AI, machine learning, and numerous others are all buzzwords we seem to throw around lightly in recent years. Even though they are hugely different from one another, they all have one thing in common. Data! Huge amounts of data that need to be managed. The downside of that is that the more data you have the more of a headache it is to store, query, and make sense of.

VS Code with Jira and Bitbucket - Demo Den December

Learn how to use Atlassian for VS Code, a new Bitbucket Cloud and Jira Software Cloud extension for Microsoft’s Visual Studio Code. Join Senior Product Manager, Integrations, Alastair Wilkes in our December Demo Den. See how to create and view issues, start work on issues, create pull requests, do code reviews, get build statuses, kick off your CI/CD, right where we think they should be: in your IDE, alongside your code.

Disable EBS Fast Snapshot Restores Action

A few weeks ago, Amazon announced a new feature for EBS snapshots: Amazon EBS Fast Snapshot Restore (FSR). Normally, accessing data on new EBS volumes was quite slow as the data is lazy-loaded from S3. When Fast Snapshot Restore (FSR) has been enabled on an EBS snapshot, new EBS volumes created from that snapshot will allow fast data access. While this feature is very good, it’s very expensive to keep enabled on an EBS snapshot for a long time.

How to monitor Lambda functions

As serverless application architectures have gained popularity, AWS Lambda has become the best-known service for running code on demand without having to manage the underlying compute instances. From an ops perspective, running code in Lambda is fundamentally different than running a traditional application. Most significantly from an observability standpoint, you cannot inspect system-level metrics from your application servers.