Operations | Monitoring | ITSM | DevOps | Cloud

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

The 5 Best AWS Cost Explorer Alternatives In 2022

AWS Cost Explorer is one of the core pillars of AWS cloud financial management. It helps collect resource consumption data and associated cost information across multiple AWS services. Cost Explorer then helps visualize all of this data in one dashboard to ease cost management. You can then analyze, understand, and share cloud cost data with various parties. Cost Explorer is also ideal for companies that have simple cloud billing — and it's free with an AWS subscription.

JFrog Connect: Ready for What's Next for DevSecOps, Edge and IoT

Today at swampUP, our annual DevOps conference, JFrog CTO Yoav Landman unveiled the next step toward making the Liquid Software vision of continuous, secure updates a truly universal reality. We’ve introduced JFrog Connect, a new solution designed to help developers update, manage, monitor, and secure remote Linux & Internet of Things (IoT) devices at scale.

Create FIPS-enabled Ubuntu container images with 10-year security updates

Canonical’s UA and Pro customers can now fully benefit from their subscriptions directly in containerised environments and pipelines. The new UA client release (27.7+) makes it easier to enable FIPS mode in Ubuntu containers. It also automatically signs up CI/CD builds for 10-year security updates to never worry about production container images getting timely patches for high and critical CVEs.

We can't all be Shaq: why it's time for the SRE hero to pass the ball and how to get there

At a going away party from a job I was leaving a few years back, my VP of engineering told a story I didn’t even remember but that I know subconsciously shaped how I viewed my role on that team: Toward the end of my very first day at the company, there was some internal system issue, and with pretty much zero context, I pulled out my laptop, figured out what was going on, and helped fix the issue.

Top Benefits of Containerization For Your Startup

A container is an isolated unit of software running on top of an operating system. Containers are getting popular among startups because containerized applications are portable, have built-in scalability and fault tolerance, are more secure, and promote faster development cycles. That’s why startups prefer containers for new application development to gain a business advantage over competitors who are still using VMs for application deployment and packaging.

We're Joining The Snowflake Partner Network - Bringing Cloud Cost Intelligence

Early on in our journey as a company, CloudZero split with legacy data architecture, migrating to Snowflake and opening up a world of resource flexibility. With the centralized, limitless processing power that Snowflake provided, our team could focus more energy on value-added work, less on managing inefficiencies. With a rapidly expanding customer base, Snowflake allowed us to maintain peak velocity, scaling without running into storage-based slowdowns.

Tools for tracing microservice architecture

Microservices are a popular architectural style for building applications that are resilient, highly scalable, independently deployable, and able to evolve quickly. But a successful microservices architecture requires a different approach to designing and building applications. A microservices architecture consists of a collection of small, autonomous services. Each service is self-contained and should implement a single business capability within a bounded context.

A practical approach to Active Directory Domain Services, Part 6: FSMO roles in AD

Do new users created on one domain controller (DC) of an Active Directory (AD) environment, ever get erroneously deleted only after a few minutes by DCs of other sites within an AD forest? Do changes made in a particular AD site ever get rewritten by DCs in other sites? Can AD objects be erroneously identified? Can more than one AD user account, for example, with all its associated attributes, be a replica of another user account?

Sponsored Post

How to Test Microservices in Kubernetes

In this article, you will learn about some of the tools to test microservices running in a Kubernetes cluster. In particular, we will compare the Speedscale CLI tool with other tools and the main benefits of using Speedscale CLI. In the last few years, software companies have been shifting from building monolith applications to utilizing smaller microservices. In a microservices architecture, you operate with decentralized applications. This means that there's a separation in which each service is responsible for a specific component of your application.