Operations | Monitoring | ITSM | DevOps | Cloud

Serverless

The latest News and Information on Serverless Monitoring, Management, Development and related cloud technologies.

Integrate RabbitMQ with Logic Apps using Azure Functions

Unfortunately, no Logic App connector can make the bridge to RabbitMQ, which makes this integration challenge a little bit more complicated. However, we have the ability to create an Azure Function by using the RabbitMQ trigger for Azure Functions to overcome this limitation. The purpose of this POC is to receive a message in a RabbitMQ queue, and that event triggers an Azure Function, which fires a Logic App.

Lower Your AWS Lambda Bill by Increasing Memory Size- yep!

Lambda allows you to allocate memory for your functions in increments of 1 MB, ranging from a minimum of 128 MB to a maximum of 10,240 MB (10 GB). When we specify the memory size for a Lambda function, AWS will allocate CPU proportionally. For example, a 256 MB function will receive twice the processing power of a 128 MB function.

8 Challenges of Microservices and Serverless Log Management

As organizations increasingly adopt serverless architectures and embrace the benefits of microservices, managing logs in this dynamic environment presents unique challenges. In this blog, we’re taking a closer look at the differences between serverless and traditional log management, as well as 8 challenges associated with log management for serverless microservices.

Kubernetes Community Day Munich Recap: A Meeting of Tech Minds and Ideas

This July, the community spirit was profoundly vibrant in the scenic city of Munich, as Kubernetes Community Day (KCD) Munich brought together a meeting of minds and inspired the open-source collaboration we all know and love. The event was a testament to the strength and vitality of the Kubernetes community, which pulsed with an energy of shared intellectual curiosity and passion for all things Kubernetes.

Understanding AWS Lambda proactive initialization

AJ Stuyvenberg is a Staff Engineer at Datadog and an AWS Serverless Hero. A version of this post was originally published on his blog. In AWS Lambda, a cold start occurs when a function is invoked and an idle, initialized sandbox is not ready to receive the request. Features like Provisioned Concurrency and SnapStart are designed to reduce cold starts by pre-initializing execution environments.

How Zesty's Programmers and Ops Team Troubleshoots Kubernetes in Minutes

Using Lumigo's end-to-end distributed tracing that surfaces critical payload data, Zesty is able to find the root cause of errors in their microservice-based apps without using logs. Make sure to subscribe so you don't miss out on any new livestreams and observability content! With one-click distributed tracing, Lumigo lets developers effortlessly find and fix issues in serverless and containerized environments.

Debunking Misconceptions: Amazon Prime Video's Approach to Microservices and Serverless

This is the second blog in our deep dive series on serverless architectures. In the first installment, we explored the benefits and trade-offs of microservices and serverless architectures, highlighting the case of Amazon Prime Video's architectural redesign for cost optimization.

Proven methods for elevating end-to-end tracking in Azure/Hybrid Integrations

Tracking end-to-end message or business data across Azure/hybrid integration and implementing end-to-end tracking presents a significant challenge for many organizations. To solve this problem, many rely on various monitoring tools like Log Analytics, App Insights, etc., designed for developers. However, when it comes to supporting applications in production or real-time for non-technical Azure operations/support teams, this approach can be challenging in terms of security and expertise.

Azure Rightsizing: Maximizing Performance and Minimizing Costs

Organizations increasingly leverage Azure to host their applications and services in today’s cloud-driven world. However, efficiently managing Azure resources ensures optimal performance, cost-effectiveness, and resource utilization. One essential aspect of resource management is rightsizing. In this blog post, we’ll explore the concept of rightsizing Azure resources and provide practical tips on optimizing your deployments.