Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Virtana Announces New Funding from its Major Investors

San Jose, CA, May 13, 2020 – Virtana, the leader in enterprise hybrid cloud migration and optimization, announced today a new $15 million investment from HighBar Partners and Benhamou Global Ventures. The funding will allow Virtana to help more customers optimize performance, cost, and capacity in on-premises and cloud data centers.

The simple way to connect Microsoft Teams users to your SIP trunks quickly

The current period, with so many working from home due to the global Covid-19 pandemic, has seen a considerable increase in cloud communications consumption. Microsoft Teams’ daily active user count alone has more than doubled in approximately a month. As a long-time partner of Microsoft, Ribbon and our partners have been on the front lines helping organizations keep their communications robust and available during this time.

Enterprise Cloud MVC Requirements

A Minimum Viable Product (MVP) in software development is often what we strive for when proving a case for improvement or product. With the movement toward the cloud infrastructure, we should start striving for a Minimum Viable Cloud (MVC). An MVC consists of everything needed to get a cloud environment up and running. The main services of cloud infrastructure are Communication, Application, and Storage.

How to deploy an app to AWS: Route 53 and DNS explained

In our series on how to deploy an app to AWS with the least effort, we've talked about getting started, preventive measures, and securing your app. Today, we're going to focus on DNS (domain name system), specifically the AWS DNS service Route 53. As you're deploying your web app, you will inevitably use DNS.

3 Ways to Run Kubernetes on AWS

Kubernetes is hugely popular and growing, and is primarily used on the cloud — 83 percent of organizations included in a large CNCF survey said they run Kubernetes on at least one public cloud. Amazon is a natural option for Kubernetes clusters, due to its mature and robust infrastructure, and a variety of deployment options with a varying degree of automation.

Edge Computing is the Future, and Containerization is that Indispensable First Step

Gartner defines edge computing as solutions that facilitate data processing at or near the source of data generation. In this context edge computing is a key consideration while planning your digital business roadmap. Many scenarios like autonomous driving cars and industrial equipment monitoring systems have very low latency tolerance. Large volumes of data are collected and analyzed instantaneously to take action. Even a delay of milliseconds renders the data stale and useless.

Dashbird's Lessons Learned from Launching a SaaS Application

From the development and operations side, launching a new software application can be quite challenging. Deciding which tools to use, how to organize the task pipeline, managing collaboration among team members, monitoring performance and potential issues after launch, etc. It’s not easy to get it done right. Dashbird recently went through all of this. Behind the scenes, our amazing development team worked really hard to overcome all challenges and deliver the best value to our users.

Latest EC2 price cut for reserved instances and savings plans - what you need to know and how Spot's products support it

On Friday, AWS announced discounted prices for Standard RIs and EC2 Instance Savings Plans for both 1 year and 3-year terms. The discount covers the most used the latest generation instance families, C5, R5, M5, T3, Z1, and A1. The discounts range from 2% up to 18% in additional savings across multiple regions and are available immediately for purchase.

Getting Microsoft Azure Data into Splunk

If you're reading this, you're probably wondering how to get data from various Microsoft Azure services into Splunk. With the growing list of Azure services and various data access methods, it can be a little cloudy (pun intended) on what data is available and how to get all that data into Splunk. In this blog post, I'm going go over how Microsoft makes Azure data available, how to access the data, and out-of-the-box Splunk Add-Ons that can consume this data. So let's dive right in.

AWS Lambda Monitoring - what to keep an eye on with serverless

AWS Lambda is the leading serverless computing solution and is one of AWS’ most successful products, to date. Its popularity is in large part because of the way it makes development easier and faster. Lambda completely abstracts away the maintenance of underlying infrastructure including compute, storage, memory, and networking. Developers simply upload their code in the form of Lambda functions and the service fully handles the execution of these functions.