Operations | Monitoring | ITSM | DevOps | Cloud

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

How to use Black Screen Mode to maintain the remote device during Remote Control

Welcome to this tutorial video where we walk you through the process of using Black Screen Mode to prevent outside interference during device maintenance. AirDroid Business is a mobile device management (MDM) solution that helps you manage all your Android devices effectively and securely.

State of Cloud Costs

Organizations face significant challenges in increasing the efficiency of their growing cloud spending, even as the flexibility and variety of available cloud services offer many opportunities for optimization. Cloud environments are complex and dynamic due to the breadth of services and the drive to adopt new technologies, such as Arm-based processors and GPUs that enable AI capabilities.

Best Infrastructure as Code (IAC) Tools (Updated 2024)

Infrastructure as code (IaC) tools enable the automation of cloud infrastructure and IT infrastructure deployment and management. These configuration management tools allow DevOps teams and development teams to define computing infrastructure resources as code in configuration files, use version control systems like GitHub, and deploy infrastructure consistently across different environments, from on-premises data centers to cloud services.

Office Hours: How to test zone redundancy using Gremlin

•Part of the Gremlin Office Hours series: A monthly deep dive with Gremlin experts. Zone failures are rare, but they still happen. When an entire zone fails, many of the most common redundancy techniques fail. How do you avoid outages like these, especially if they affect an entire datacenter?

Resolve Actions - Compute: Create new AWS Instance (via Slack)

See how we use our the Resolve Actions automation platform internally to streamline the provisioning of new Resolve Actions Evaluation instances on AWS. Via a ChatBot integration with Slack, Resolve creates the new instance, configures the networking and firewall rules, and informs the Sales Team and Customer of the connection details.

Kubernetes Unleashed: Mastering Installation, Configuration, and Cluster Management

Join Colin Griffin & Dinesh Majrekar as they dive into Kubernetes Unleashed, exploring the setup and management of Kubernetes clusters using Terraform, IAC, and GitOps. We'll cover essential tools like Rancher, Argo CD, and Helm, providing a hands-on demo of how to automate deployments and maintain infrastructure as code.

How to add feature flags to your Ruby on Rails applications

Feature flags are a way to affect how your application behaves at runtime, without having to deploy new code. As the name suggests, they can be used to switch certain features on or off depending on a specified rule. A type of feature flag you have probably already encountered can be implemented as simple environment variables. Consider the following code you typically find in every Rails app’s production.rb.