-
Exploring OSCAL Using Neo4J
This post is aimed at those interested in continuous compliance, an extension of cloud native principles to the area of software compliance, an under-developed field of software automation. Go to Source
-
Kubernetes Cost Optimization: A Developer’s Guide
What Is Kubernetes Cost Optimization? Kubernetes cost optimization involves reducing expenses associated with running applications in Kubernetes environments without compromising performance or availability. It requires a strategic approach to managing resources such as compute, storage, and networking. By optimizing these elements, organizations can ensure they only pay for what they actually use and need, avoiding…
-
10 Tips and Tricks for Using Kubernetes Helm
What Is Kubernetes Helm? Kubernetes Helm is a package manager designed to simplify the installation and management of applications on Kubernetes clusters. It handles the process of defining, installing, and upgrading complex Kubernetes applications. Kubernetes Helm packages, known as charts, contain all necessary components to run an application, service, or tool on Kubernetes. Charts are…
-
Celebrating 10 Years of Kubernetes: A Journey Through Innovation
Kubernetes, the brainchild of Google, has revolutionized container orchestration and cloud-native computing over the past decade. Its evolution from an internal tool to an industry-standard platform is a testament to its robustness and the thriving community behind it. This article delves into the timeline of Kubernetes’ development, its remarkable success, key orchestration patterns, and essential…
-
Does Crossplane Replace Terraform? Part I: the Theory
What is Crossplane? If you don’t already know, Crossplane is billed as an: Go to Source
-
Paralysed by Perfection: the Case for Action in Times of Change
Imagine a business that knows its survival depends on change—but can’t decide how to act. This scenario plays out more often than you’d think, with fear of failure paralysing decision-making and ensuring stagnation. This scenario can be summarised as a paradox: Go to Source
-
OK Cloud, On-Prem is Alright
As someone who has worked in software since 2001, and in the Cloud Native (containerisation and Kubernetes) space since 2013, I’m getting old enough to have seen trends come and go a few times. VMs came (and stayed), continuous integration went from a fad talked about by gurus to the mainstream of software delivery, and…
-
At 50 Years Old, Is SQL Becoming a Niche Skill?
SQL is turning 50 years old later this week 🎉 In your opinion, which are the best bits? Which are the worst? pic.twitter.com/aAB5emHuip — Jeremy Taylor (@refset) April 29, 2024 Go to Source
-
In Praise of Low Tech DevEx
When I started my career as an engineer in the early noughties, I was very keen on developer experience (devex). So when I joined a company whose chosen language was TCL (no, really), I decided to ask the engineering mailing list what IDEs they used. Surely the senior engineers, with all their wisdom and experience, would tell…
-
Learn jq the Hard Way,Part IV: Pipes
Go to Source