Operations | Monitoring | ITSM | DevOps | Cloud

DevOps

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

Chef Server Logging with the ELK Stack - Part 1

How many recipes do you have in your cookbook? This isn’t off topic, for today I’ll be exploring the ins and outs of Chef logging to help you maintain the state of your kitchen. (Last of the bad puns.) For those unfamiliar, Chef is a configuration management and platform automation tool that sits in the same space as Puppet (which we wrote about previously).

What Is CICD? What's Important and How to Get It Right

We’re on the verge of something here, people. A growing number of companies are shipping software in minutes. Yeah, you read that right. Minutes. Not hours, not weeks, months, or longer. Minutes. Often, teams struggle to ship software into the customer’s hands due to lack of consistency and excessive manual labor. Continuous integration (CI) and continuous delivery (CD) deliver software to a production environment with speed, safety, and reliability.

Load Balancing with Kubernetes: concepts, use cases, and implementation details

When it comes to containerizing user applications and deploying them on Kubernetes, it really comes down to 2 major parts - deploying the application and exposing it for access internally or externally. And as your application gets bigger, providing it with Load Balanced access becomes essential.