Operations | Monitoring | ITSM | DevOps | Cloud

Puppet's journey into Continuous Compliance

During my tenure at Puppet, I’ve learned that almost everything we do is focused on two things — eliminating soul-crushing work, and the never-ending desire to solve really hard customer problems. Couple those with the positive and energetic attitude of the Puppet team, and we’re bound to have a profound impact on our customers. Maybe I’ve had too much Kool-Aid?

Introducing CFEngine Custom Promise Types

In CFEngine 3.17, custom promise types were introduced. This allows you to extend policy language, managing resources which don’t have built in promise types. The implementation of custom promise types is open source, and available in both CFEngine Enterprise and CFEngine Community. To implement a new custom promise type, you need a promise module.

Use Deployments in Jira to connect your CI/CD tool - Demo Den December

Gareth Wham, a Product Manager on the Jira Software team, gives an overview of the new Deployments in Jira view. Check out this demo to see how Deployments in Jira allows anyone on the team to get a real-time view of where a deployment is, across any CI/CD provider, as it moves through the pipeline.

Kubernetes Master Class - Provision Kubernetes in vSphere with Rancher

vSphere continues to be a popular destination for Rancher-provisioned Kubernetes clusters. In this Master Class, Rancher Staff Software Engineer, Luther Monson and Field Engineer, David Holder present updates on the capabilities of Rancher with vSphere. Follow along with a full cluster lifecycle demonstration showcasing template creation, provisioning, cloud providers and more.

Why You Should Monitor Your GCP Infrastructure

Google Cloud Platform (GCP) is a crowd favorite of both developers and large enterprise consumers. While some smaller GCP services occasionally shut down with little warning, the main GCP services continue to grow in both adoption and functionality. Monitoring and understanding GCP usage across an organization becomes more complex as the organization grows and functionality increases.

Python Memory Management: The Essential Guide

Python is not known to be a "fast" programming language. However, according to the 2020 Stack Overflow Developer Survey results, Python is the 2nd most popular programming language behind JavaScript (as you may have guessed). This is largely due to its super friendly syntax and its applicability for just about any purpose.