Rule Books

Rule Books are how you teach Stakpak agents to follow your way of doing things. Think of them as smart, markdown based SOPs (standard operating procedures), whether it’s how to deploy to production, upgrade infrastructure, or tag resources correctly. Stakpak uses Rule Books to make decisions that align with your team’s standards, not just generic best practices.

There are two types of rule books:

  • Official Rule Books They are created by the Stakpak team, and they cover common workflows like Dockerization, infrastructure software upgrades, and cloud deployments. They follow industry best practices and are ready to use out of the box.

  • Your Rule Books Your custom Rule Books define how your team works. From deployment procedures to incident response, Stakpak will follow them step-by-step, just like a teammate would

Note:

  • You can view and create your rule books at stakpak.dev

  • You can disable the official rule books by opening your terminal and writing stakpak --disable-official-rulebooks

Now, let's take a look at the Official Rule Books in more detail

Last updated