Operations | Monitoring | ITSM | DevOps | Cloud

DevOps

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

Introducing Lambda Enhanced Metrics

AWS Lambda decouples the need to provision and maintain a runtime environment from running code, allowing developers to focus on applications rather than infrastructure. But, by abstracting away the underlying infrastructure of an application, serverless architectures introduce new challenges into monitoring and observability.

10 ways GitKraken Glo Boards outshines Trello for developers by Axosoft

It's GitKraken Glo Boards vs. Trello! To quickly show you how GitKraken Glo Boards by Axosoft stands out from competitors, I’m going to compare it to the well-known task tracking tool. I’ll show you 10 ways we designed Glo specifically with devs in mind, and by the end of this video, I bet you’ll be ready to start using Glo instead of Trello—or whatever other issue tracking system you’re using today.

Kubernetes Master Class: Troubleshooting Kubernetes

Everything breaks at some point, wether it is infrastructure (DNS, network etc) or Kubernetes itself, something will break eventually. In this session we will walk through the master components of Kubernetes, how they interact and how to troubleshoot the most common issues with Kubernetes. What parameters to use, what commands to run, how to interpret output from logging or commands are things that we will show you.

Kubernetes Master Class - Disaster Recovery Strategies for Kubernetes

As Kubernetes matures, enterprises are increasingly using it to run mission-critical applications with strict business requirements for uptime and availability. As a result, it is important to consider how your Kubernetes applications can recover from the failure of a server, data center and even entire region. In this Kubernetes master class, we'll look at how to ensure business continuity for your most important applications running on Kubernetes.

Data Is the New Oil... or Is It?

At Skeddly we’re focused on bringing you the best in AWS help tutorials, AWS scheduler services, and AWS backup services. However, from time to time we like to reach out to other leaders in the AWS space to help you, our blog readers, stay on top of the latest developments and news within the AWS ecosystem. Today Skeddly had the opportunity to speak with the team at Caserta, a big data and analytics company that helps businesses harness the power data to exceed their business goals.

Qovery: superpowers for developer

All developers are not equal, some know how to deploy their applications, others don’t. But now it’s over! With Qovery, all developers can deploy their application in the Cloud in just a few seconds. Qovery integrates seamlessly with Github and requires no effort from the developer. We know how it can be painful for developers to deploy applications, manage staging/development/features environments, synchronize databases and all system stuff - even in the Cloud.

How to access a property value of repeating object in a JSON message

Recently, I had a scenario in which it was necessary to access the content of the source JSON message and extract a property that contains a date-time. That property was in the last object (a repeating object) for control purposes, and my first idea was to get it done with Azure Function and that’s it. But then I was thinking, if I need to use Function for all these simple tasks, what’s the point?