Operations | Monitoring | ITSM | DevOps | Cloud

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

Elevating Code Reviews: Strategies for Distributed Teams

With more developers working remotely, traditional code reviews have begun to shift. Classic water cooler conversations have turned into pings on Slack, and collaborative office spaces have transformed into stand-alone home setups. Remote work clearly has many advantages, but it can also leave developers feeling isolated. Asynchronous communication introduces massive bottlenecks for efficient feedback and creative brainstorming, particularly during code reviews.

Observability Unpacked: 5 Takeaways From KubeCon + CloudNativeCon 2024

StackState had a blast at this year's KubeCon + CloudNativeCon gathering in Paris! The discussions were in-depth, covering a wide array of topics and lasting much longer than in the past. This year, attendees seemed to have a considerably deeper understanding of the cloud-native ecosystem, probably attributed to its rapid growth. We also noticed a pretty dramatic evolutionary shift in the vendors at the expo hall, who were showcasing some truly progressive specialized solutions.

Limit deployments to Upsun only when Git tagged: part two

In part one of this series, we covered how you could limit deployments to Upsun only when a tag is pushed/created, focusing primarily on using GitHub and the GitHub Actions platform to accomplish this goal. But we’re a polyglot PaaS and strive to be agnostic in our users’ source code management terms of the service. With that in mind, let’s look at how we can accomplish the same goal using GitLab and your CI/CD system. Just like last time, there are some assumptions to consider.

Patch Management Software: Your Guide to Picking a Patch Manager (with Examples)

Patch management software automatically applies updates to software, firmware, and other system components. Patching makes sure resources are up to date with the latest security and performance improvements to keep software protected and performing as expected.

The Azure Cost Management Journey

Episode 3 of #FinOpsonAzure takes you on journey through Azure cost management and FinOps as industry experts Michael Stephenson and Ahmed Bayoumy delve into the nuances of optimizing cloud spend. Also, Ahmed illustrates a compelling real-world case where a client struggled with an unexpected surge in expenses, underscoring the significance of reliable cost tracking and reporting mechanisms. Discover how third-party solutions help enterprises with detailed analytics, empowering them to pinpoint areas for improvement and help with ways to cut down on unnecessary Azure spending.

How to use Tailscale for gRPC authentication in Golang

Friends of this blog know that I am a big fan of building internal tools, or as we call them, "tools that help scale people". As the name suggests, internal tools are used, well, internally and as such usually will require their access to be restricted to the company's staff and network. In the past, I've written about how to use Tailscale for authentication of internal tools using HTTP. In this post, I will show you how to use Tailscale for gRPC authentication in Golang.