My New Friend, Cinc-Auditor
My journey with cinc-auditor for CI/CD pipelines, replacing InSpec. Discover how she navigated dependency issues using PackageCloud over RubyGems.
My journey with cinc-auditor for CI/CD pipelines, replacing InSpec. Discover how she navigated dependency issues using PackageCloud over RubyGems.
Explore the integration of Terraform, Kitchen, and InSpec for efficient testing of Terraform deployments for a smoother development workflow.
How to set up a Windows VM in Terraform that joins a domain domain and allows WinRM access. Addresses Strict Group Policy issues.
Explore how Azure’s Managed Identity enhances security in Test Kitchen by replacing client secrets with identities to your kitchen nodes for easier testing.
Discover how to use InSpec to scan and validate your Azure resources. A step-by-step guide on how to use the InSpec Azure resource pack to ensure compliance.
Explore the process of creating managed images in Azure using Packer and Chef. Learn how to use these images across multiple subscriptions and regions.
Discover the journey to becoming a Certified Chef Developer. This demystifies the Chef Certification tests and provides useful study materials and tips.
Start your journey into DevOps with this comprehensive guide. Learn to automate infrastructure by doing with this simple project.
Learn how to create virtual machines from custom images using Terraform and Azure with this step-by-step guide.
Explore the powerful combination of Terraform and Azure in this comprehensive guide. How to create, change, and improve production infrastructure using Terraform’s open-source tool with Azure.
Prepare for the Basic Chef Fluency Badge Exam with our comprehensive study guide. Gain insights from my personal experience and access a community-driven study resource. Get ready to ace the test!
Explore how Chef Software Inc. values its community, encouraging collaboration and innovation. Learn how this open-source community’s approach led to the adoption of a new feature.
Explore how Artifactory is an excellent tool for managing Chef artifacts for deployments. Learn how to install, upload, control access and integrate with Chef. Discover the benefits of Artifactory over other alternatives.
Explore the benefits of using Chef Policyfiles for rollback mechanisms in application release automation. Learn how to safely undo changes, simplify deployments, and plan for potential rollbacks.
Discover how to manage Chef changes in all environments using policyfiles. Learn how to create a Jenkins pipeline for your policyfiles, ensuring secure and efficient deployment.
Discover how to create a cookbook pipeline using Jenkinsfile for your CI environment. This blog post provides a detailed guide on setting up Jenkins as your tool of choice for managing deployment pipelines.
Explore the process of cookbook development with Rakefiles. Learn how to standardize cookbook quality, implement automated testing, and release cookbooks efficiently. Ideal for Ruby developers.
Explore the journey of a software engineer discovering the benefits of Habitat for application deployment. Learn about the pros and cons of various application automation approaches, and why Habitat stands out as a game-changer in the field.
Discover the latest updates on Policyfiles and its integration with Chef Automate. Learn about the future of automation and how Policyfiles can enhance your operations.
Explore the process of creating a Chef custom resource for your certification exam preparation. This blog post provides a detailed walkthrough of the process, helping you understand and implement custom resources effectively.
Discover Cafe, a new project designed to simplify running Chef in a Windows environment. Learn about its features, installation process, and how it can streamline your Chef operations.
Explore the concept of the sales funnel through the lens of NCR’s history and its application to technology change initiatives. Learn how to effectively manage and implement change in your organization.
The basics of configuring a Jenkinsfile to creating a CI/CD Pipeline in Jenkins. Includes version control, parallel commands, and an audit trail. Discover how to build, test, and publish.
Discover my comprehensive DevOps training plan for the new year. Learn about my projects, tools, and technologies I’ll be using and comparing. Follow my journey on the blog!
Seven ways to move away from Chef node, environment, or role attributes to Chef policyfile attributes. This can be the hardest part of migrating to Policyfiles.
Explore the final part of our InSpec Basics series, where we delve into using attributes with environment variables for testing different environments in TeamCity. Learn how to create and configure MySQL passwords using these attributes.
Discover the benefits of using Policyfiles in Chef for managing dependencies and changes for nodes. Take control over change management, make Chef easier to learn and more secure.
Explore the challenges and benefits of using Chef in a Windows environment. Learn from our experience at NCR and discover how to make a compelling business case for change.
Discover how to smoothly transition from Chef Analytics to Chef Visibility. Migrate your existing Chef Analytics Server to a Chef Visibility Server and to ensure a successful transition.
Discover the basics of InSpec Attributes in this Day 9 tutorial. Learn how to create an InSpec profile, declare attributes, use them in if statements, and run different tests. Ideal for database and webserver roles.
Explore the process of creating a cookbook to spin up three nodes using Test Kitchen and installing Elasticsearch onto said nodes. Learn how to navigate the complexities of using ohai values, node hashes, and IP addresses in an Elasticsearch cluster.
Discover how to streamline your Chef workflow in this comprehensive guide. Learn how to set up a connection, bootstrap nodes, install policies, and more. Perfect for beginners and experienced users alike.
Dive into the basics of InSpec and learn how to write a test to search for regular expressions in this Learning InSpec blog series.
Discover the journey of learning Ruby programming from scratch. This blog post shares personal experiences, challenges, and resources used in mastering Ruby.
Explore the world of Habitat, a disruptive technology that revolutionizes configuration management. Learn about its integration with Chef’s ecosystem and how it can streamline your workflow.
Learn how to inherit a profile from Chef Compliance Server with our InSpec Basics tutorial. Modify controls to suit your needs and enhance your Chef Compliance usage.
Explore the different ways to run InSpec and the various places to store it in this comprehensive guide. From running and storing InSpec locally to using Chef Compliance, this blog post covers it all.
Master the art of creating a profile in InSpec with our comprehensive tutorial. Learn from the basics to advanced techniques, and take your InSpec skills to the next level. Start now!
Master the basics of InSpec with our Day 4 tutorial. Learn how to use custom matchers, understand file resources, and construct a regex in Rubular. Perfect for beginners!
Learn how to use the file resource in InSpec in this tutorial. Understand how to write a control that looks for specific text within a file. Perfect for beginners in InSpec.
Deepen your understanding of InSpec with our Day 2 tutorial. Learn how to create a command resource, use Nathen Harvey’s InSpec workshop, set up a CentOS 6 VM, and more. Perfect for beginners.
Start your journey with Chef Compliance and InSpec framework through this beginner-friendly tutorial. Learn how to set up and run a simple ‘Hello World’ test, and gain a deeper understanding of Compliance. No prior coding experience required.
Explore the basics of Chef Compliance in this easy-to-follow guide. Learn how to add a node, scan your server, fix compliance failures, and more. Get started with Chef Compliance today!
Learn how to set up a Chef Compliance Server on Azure with our easy-to-follow tutorial. Ideal for beginners, we break down the process into simple steps.
Discover how to promote cookbooks into a private chef supermarket with TeamCity. Learn to control version dependencies, ensure cookbook availability, and streamline the approval process for external cookbooks.
Explore the orchestration maturity model with Chef, a configuration management tool. Understand the three phases of orchestration, from modeling existing processes to managing state declaratively, and finally, decoupling nodes for scalability.
Explore how to standardize your Chef Cookbook builds in TeamCity. Learn how to set up project structure, version control settings, build steps, and more. Ensure quality gates for your infrastructure creation.
chef-vault is the build-in secrets management system for Chef. Become an expert with this post, and learn when to use this vs. Hashicorp Vault.
Learn how to run Test Kitchen with Azure in this step-by-step tutorial. Discover the benefits of using Azure, how to set up, and the commands to use. Ideal for those seeking a hassle-free testing environment.
Explore the importance of Test Kitchen in Chef workflow. Learn how it’s not just for testing, but an essential part of coding with Chef. Don’t miss out on this essential tool for your infrastructure.
Discover how the Programming Ruby (Pickaxe) book can help you master Ruby programming. This comprehensive guide demystifies Ruby, making it an essential tool in your coding arsenal. Perfect for beginners and experts alike.
Explore our in-depth review of Customizing Chef by Jon Cowie. Discover how this book can help you understand Chef’s extensibility and tackle complex organizational challenges. Perfect for those with basic Chef knowledge.
Discover the world of Chef with the Learning Chef book. Understand and use Chef, including testing techniques and Windows-friendly commands.
Solve SSL Validation failure issues with knife after moving to a hosted version of the Chef server. Discover short-term and long-term solutions for your blog or website.