article thumbnail

Rotating secrets with serverless

Xebia

In this article we are going to explore how we can use a serverless approach to automate the secret rotation process, avoiding having to ever endure one of these arduous events again! For this article I will be using the example of rotating the keys for an AWS IAM service account, and updating them in a GitLab.

article thumbnail

Running Serverless Service as Serverfull

Dzone - DevOps

The most popular use case in current IT architecture is moving from Serverfull to Serverless design. In this article, we will be showing how to run Kumologica flow as a docker container. There are cases where we might need to design a service in a Serverfull manner or move to Serverfull as part of operational cost.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

The Evolution of Serverless Monitoring Tools: Enhancing Efficiency and Performance

Dzone - DevOps

The rise of serverless computing has transformed the way applications are built and deployed, offering unparalleled scalability, reduced infrastructure management, and improved cost efficiency.

article thumbnail

How a Serverless Architecture Can Help You Secure Cloud-Native Applications

Tenable

The good news is that deploying these applications on a serverless architecture can make it easier to protect them. However, it can be challenging to protect cloud-native applications that leverage serverless functions like AWS Lambda, Google Cloud Functions, and Azure Functions and Azure App Service. What is serverless?

article thumbnail

Article: Reduce Carbon Dioxide Emissions with Serverless and Kubernetes Native Java

InfoQ Culture Methods

Serverless and Kubernetes Native Java enable developers to solve the global climate changes by reducing carbon dioxide emissions by natively native features with milliseconds first boot time, tiny resident set size memory and scalability.

article thumbnail

Building and Deploying Serverless Applications With OpenFaaS

Dzone - DevOps

Serverless computing is gaining more and more popularity in the software development industry these days. One of the most popular open-source serverless platforms is OpenFaaS. In this article, we will discuss the basics of building and deploying serverless applications with OpenFaaS. What Is OpenFaaS?

article thumbnail

WebSockets in a Serverless World

Netlify

WebSockets allow us to communicate between a ‘client’ and a ‘server’, but what happens when that server is ‘serverless’?! This article explains how you can maintain a persistent, fully duplex WebSocket connection on your serverless architecture. How can the connection be maintained?