The Recipe for Modern IT In the traditional world of IT, setting up a server was a craft. A sysadmin would log in, click through menus, install packages, and tweak settings until everything worked. I know, I did this job for much of my early career. But much like a chef cooking a complex signature Read More …
Tag: IaC
CNAPP – Cloud-Native Application Protection Platform
For those of us who have spent decades in IT, we’ve seen security evolve from a bolt-on solution to an integrated part of the development lifecycle. This shift is most pronounced in the world of cloud-native applications, where fragmented security tools simply can’t keep up. The complexity of containers, microservices, and Infrastructure as Code (IaC) Read More …
Decoupling CI/CD from deployment
Decoupling CI/CD from deployment allows teams to build, test, and deploy code changes independently, offering more flexibility and control over releases, enabling faster feedback loops and risk reduction. Why Decouple? Improved Control and Stability: By separating deployment (moving the code to production) from release (making the code available to users), teams can deploy new versions of Read More …