Operations | Monitoring | ITSM | DevOps | Cloud

Cloud

The latest News and Information on Cloud monitoring, security and related technologies.

4 ways cloud helps future-proof your teams

Cloud is no longer a differentiator – it’s a strategic requirement for long-term success. So says Forrester’s Benchmark Your Enterprise Cloud Adoption report, and so say our customers, 90 percent of whom choose our cloud products over hosting Server or Data Center versions on-premise (on-prem). Ten years ago, moving to the cloud was about staying ahead of the curve – no longer.

Tanzu Tuesdays - Spring Cloud Contract with Olga Maciaszek-Sharma

How can we better collaborate on creating useful APIs? How to reduce the testing time of your application? How can the team build API backwards compatibility verification into their deployment process? In this talk, Olga will discuss how to leverage the Consumer-Driven Contracts approach to solve these and other issues and present one of CDC implementations - Spring Cloud Contract. Olga will discuss practical use-cases and look at code examples.

How to Debug AWS Lambda Performance Issues

Ten years ago, Amazon found that every 100ms of latency would cost them roughly 1% in sales. This is a pretty clear statement on the importance of user experience! It’s especially true in today’s ultra-competitive market where the cost of switching (to another provider) for consumers is lower than ever. And one of the most common performance issues in serverless architectures is related to elevated latencies from services we depend on.

Roadmap to Backend Developer on Cost Effective API Serverless Infrastructures

AWS API Gateway is a great service but can be quite expensive, and even cost-prohibitive in some cases. An Application Load Balancer is a viable alternative since it integrates seamlessly with Lambda functions and is also highly scalable and reliable. For very small traffic, API Gateway will probably be the winner, but in high-throughput cases, ALB is capable of providing up to 90% savings.

Enhanced visibility for cost optimization across your Kubernetes clusters

Cloud cost management is essential for business success, especially in times of business and global volatility. However, gaining quick and clear visibility into all your containerized workloads so you can control and improve the way they are being used, has not been so simple to date. At Spot, we have been addressing these issues and recently introduced cost analysis and showback tools for Kubernetes within our Ocean solution.

Autoscaling an Amazon Elastic Kubernetes Service cluster

In this article we are going to consider the two most common methods for Autoscaling in EKS cluster: The Horizontal Pod Autoscaler or HPA is a Kubernetes component that automatically scales your service based on metrics such as CPU utilization or others, as defined through the Kubernetes metric server. The HPA scales the pods in either a deployment or replica set, and is implemented as a Kubernetes API resource and a controller.

Best Practices for Monitoring Azure Services

Monitoring your Azure cloud computing environment requires an understanding of each component of your Azure infrastructure and how they all interact. Cloud computing with Azure offers each of the three main advantages of cloud service providers: infrastructure as a service (IaaS), platform as a service (PaaS), and software as a service (SaaS). Combined, these three services provide a comprehensive cloud-based computing setup for any business.

Canonical, Elastic, and Google team up to prevent data corruption in Linux

At Elastic we are constantly innovating and releasing new features. As we release new features we are also working to make sure that they are tested, solid, and reliable — and sometimes we do find bugs or other issues. While testing a new feature we discovered a Linux kernel bug affecting SSD disks on certain Linux kernels. In this blog article we cover the story around the investigation and how it involved a great collaboration with two close partners, Google Cloud and Canonical.

Container Technology - A Quick Introduction

Containers, the biggest innovation in the shipping industry, have standardized dimensions so that they can be loaded and unloaded, stacked, transported efficiently over long distances, and transferred from one mode of transport to another. Taking a cue from this, think of a server as a ship and an application as a crate. A couple of decades ago, only one app could be deployed on one operating system meaning, a single crate on a single ship.