Operations | Monitoring | ITSM | DevOps | Cloud

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

Everything You Need to Know About IP Address Management (IPAM)

As networks continue to grow in complexity, investing in robust IP Address Management (IPAM) will help organizations manage their IP resources more effectively, minimizing risks and ensuring smooth day-to-day operations. If that’s where your organization is heading, this article aims to provide IT professionals and network administrators with a comprehensive understanding of IPAM, its relevance, and how to implement it effectively within their network infrastructure. Let 's dig in.

Broadband Design: The Intelligent Middle Mile

With the surge in public funding for rural communities, smart investment in Middle Mile transport can not only enhance your investments in outside plant and access networks but can also provide new sources of revenue, and add OpEx improvements to your CapEx spend. During this webinar on June 12th, experts from Ribbon will discuss current trends in broadband network design, focusing on the technical and financial benefits of the Intelligent Middle Mile.

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.