Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Simplify IT Management with Hyperconverged Infrastructure

HCI (Hyperconverged Infrastructure) is changing the way businesses work. For starters, the management and deployments become way simpler with HCI solutions. But that is only the start; proper resource utilization, demandable scalability, exceptional data protection, and so on, the benefits associated with HCI solutions are numerous. But what are HCI solutions? And how the HCI Hyperconverged Infrastructure simplifies IT management. Well, find out answers to these and many more questions related to HCI solutions in this no-bullshit guide.

mRemoteNG: Using the Remote Connections Manager for Windows

mRemoteNG is a simple tool popular among IT professionals for efficiently managing multiple connections. The popularity of password managers has shown how much people don’t like typing in passwords every time they want to connect to a service. And IT professionals are all too familiar with the annoyance of manually typing in credentials every time they want to connect to a remote service. mRemoteNG solves this problem for SysAdmins and IT teams, and in this article, we’ll explore how.

JFrog Providers Support the Terraform Community

If you’re reading this blog you’re probably at least somewhat familiar with Hashicorp Terraform and the value it brings to managing the deployment and provisioning of infrastructure resources at scale. We’re big fans and users of it ourselves here at JFrog (see how in our recent webinar!).

How to leverage Kubernetes to modernize your legacy enterprise application infrastructure

The biggest question facing many businesses today is how to improve the efficiency and agility of their application delivery processes. Along the journey to infrastructure modernization, do they continue to maintain applications as-is, or do they need to be migrated, upgraded or replaced? This blog attempts to answer some of these questions. Take any popular enterprise app, like your Oracle business suite, or even a custom-built application, and it will typically follow a three-tier architecture.

What to Look for in a Colocation Data Center

As the costs of managing and maintaining owner-operated data centers rise, enterprises are reconsidering their infrastructure and attempting to minimize on-premises data center space. Colocation data center providers are an attractive and cost-effective solution, offering physical space as well as power, cooling, network, and security services for their customers.

9 Cloud Cost Mistakes You Don't Know You're Making

When you’re operating in the cloud, making the right decisions is not always easy because there’s a lot of ground to cover, especially with regard to cost. The elastic nature of cloud infrastructure means your costs could quickly spiral out of control if you don’t have guardrails in place to help keep costs down. Properly managing your cloud costs is important, especially for SaaS companies. Cloud spend impacts your COGS, which in turn affects revenue and valuation.

Kubernetes Upgrades at LogicMonitor

Managing Kubernetes version upgrades can be a formidable undertaking. API versions are graduated, new features are added and existing behaviors are deprecated. Version upgrades may also impact applications needed by the Kubernetes platform; affecting services like pod networking or DNS resolution. At LogicMonitor, we ensure our Kubernetes version upgrades are successful through a process designed to instill collaboration and due diligence in a repeatable fashion.

Deploying a Web App in any cloud using Terraform and Multy

In this tutorial, we'll deploy a simple web app to the cloud of your choice - composed of a database and a virtual machine where the frontend code will run. So that the configuration is reusable and consistent, we'll write it in Terraform. Usually Terraform configurations are cloud-specific, and changing clouds requires a complete rewrite. In this case, so that you can reuse the same configuration across clouds, we'll be using Multy.

Your CI GitFlow is Broken

One of the great things about GitFlow is that it makes parallel development very easy by isolating new development from finished work. New development, such as features, is done in feature branches and is only merged back into the main body of code when developers have validated the feature and the code is ready for release. For most development teams, feature validation happens in a staging branch coupled with a single testing environment.

Ephemeral Environments: Explained, Benefits, and How to Get Started?

Ephemeral environments are getting popular among companies that need to scale their business efficiently. Traditionally, the deployment environments usually included development, QA, staging, UAT, and production. However, the bottlenecks with shared QA and staging environments have hindered the efficient workflow of IT teams. The first issue you will face is environment drift because it is a shared environment, and you cannot afford a separate static environment for each developer.