Operations | Monitoring | ITSM | DevOps | Cloud

DevOps

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

Testing doesn't stop at staging

Imagine a perfect world where software releases ship bug-free. Developers write perfect code the first time, all tests pass without issues, operations teams effortlessly deploy builds to production, and customers never experience defects. Everyone's happy, and the Engineering team can focus exclusively on building and delivering features. Of course, we don't live in a perfect world.

Install & Configure the AWS CLI | A Beginner's Guide

The AWS Command Line Interface (CLI) is a powerful tool that allows you to manage your AWS resources from the command line. Whether you are a developer, system administrator, or DevOps engineer, the AWS CLI can help you automate and streamline your workflows, increase productivity, and improve the security of your AWS infrastructure. In this article, we’ll cover the basics of installing and configuring the AWS CLI on Windows, Mac, and Linux.

Kool Kubernetes Uses

As the movement to the cloud has grown, so has the use of containers as an effective way to package, distribute, and deploy applications. As surveys show, Kubernetes is the most widely used orchestration engine for managing cloud-native containers. Kubernetes automates deployment, auto-scaling, resource optimization, backup and recovery, and enables containers to run across different environments, eliminating the need to develop separate versions for each operating environment.

Release 1.38.0: Dramatic performance and stability improvements, with a smaller agent footprint

We completely reworked our custom-made, time series database (dbengine), resulting in stunning improvements to performance, scalability, and stability, while at the same time significantly reducing the agent memory requirements. On production-grade hardware (e.g. 48 threads, 32GB ram) Netdata Agent Parents can easily collect 2 million points/second while servicing data queries for 10 million points / second, and running ML training and Health querying 1 million points / second each!

New CircleCI features for secure secrets management

When security incidents happen, it’s crucial for software providers and users alike to take swift and effective action. In response to our recent security incident, we witnessed firsthand how an open and collaborative effort between our customers, technology partners, and engineering teams helped to contain the threat and mitigate risk of unauthorized access to customer systems.

Azure File Shares: A Beginner's Guide

Azure File Shares is a cloud-based file sharing service that provides a secure, scalable, and highly available solution for storing and sharing files in the cloud. With Azure File Shares, you can store, share, and access files from anywhere, at any time, and from any device. Whether you’re a small business owner, a freelancer, or an enterprise-level organization, Azure File Shares can help you meet your file storage and sharing needs.

What are Azure Tables and what are they used for?

Azure Tables is a NoSQL cloud-based data storage service provided by Microsoft. It allows users to store and retrieve structured data in the cloud, and it is designed to be highly scalable and cost-effective. Azure Tables are used for a variety of purposes, including: In summary, Azure Tables are a cost-effective, highly scalable, and flexible data storage service that is well suited for storing large amounts of structured and semi-structured data.

Testing Microservices - Trace Based Integration Testing Example

As engineering organizations transitioned from monolith to microservices architectures, they sought to make their development efforts more scalable and manageable. The microservices paradigm promised to increase development speed, reduce MTTR and improve quality while cutting down on maintenance costs. However, in real life, there are inherent quality caveats when it comes to developing microservices.