License

Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)

This book is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.

You are free to:

  • Share — copy and redistribute the material in any medium or format
  • Adapt — remix, transform, and build upon the material for any purpose, even commercially

The licensor cannot revoke these freedoms as long as you follow the license terms.

Under the following terms:

  • Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.

  • ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.

  • No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.

Notices:

You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation.

No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material.


The complete license text is available at: https://creativecommons.org/licenses/by-sa/4.0/legalcode


Code Examples and Configurations

All code examples, configuration files, and scripts in this book are released under the MIT License to allow maximum flexibility for practical use:

MIT License

Copyright (c) 2024 DevOps Community Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Why This License?

For the Book (CC BY-SA 4.0):

We chose Creative Commons Attribution-ShareAlike because:

  • Keeps it open — Anyone can read for free
  • Allows derivatives — You can adapt for your context
  • Ensures attribution — Original authors get credit
  • Maintains openness — Derivatives must also be open
  • Permits commercial use — Can be printed or sold

For Code (MIT License):

We chose MIT for code because:

  • Maximum flexibility — Use in any project
  • No copyleft requirement — Can be used in proprietary software
  • Simple and clear — Easy to understand and comply with
  • Industry standard — Widely accepted and trusted
  • Commercial friendly — No barriers to business use

Using This Book

If You Want to:

Read online for free

  • Just visit the website and read!

Print for personal use

  • Feel free! PDF versions available for download

Share with your team

  • Send links, share PDFs, recommend to colleagues

Translate to another language

  • Please do! Just maintain attribution and same license

Create a training course based on this

  • Absolutely! Just attribute the source and share-alike

Remix/adapt chapters for your blog

  • Go ahead! Attribute and use same license for your adaptations

Use code examples in your production systems

  • That's exactly what they're for! MIT license applies

Sell printed copies

  • Yes, but derivatives must also be CC BY-SA 4.0

Create a proprietary derivative work

  • No, derivatives must be shared under the same license

Attribution Guidelines

When using or adapting this work, please provide attribution like:

For the book:

"A Guide to DevOps Engineering: Bridging the Gap" by DevOps Community Contributors,
licensed under CC BY-SA 4.0. Available at https://github.com/BahaTanvir/devops-guide-book

For code examples:

# Adapted from "A Guide to DevOps Engineering" (MIT License)
# https://github.com/BahaTanvir/devops-guide-book

Contributor Rights

By contributing to this book, you agree to:

  1. License your contributions under the same terms (CC BY-SA 4.0 for content, MIT for code)
  2. Confirm you have the right to submit the contribution
  3. Allow your contribution to be used as part of the collective work

You retain copyright on your contributions, but grant others the rights specified in the licenses above.


Questions About Licensing?

If you have questions about how you can use this book:


Acknowledgments

This book is made possible by:

  • Contributors who share their knowledge
  • Readers who provide feedback
  • The open-source community that builds the tools we describe
  • Organizations that support learning and knowledge sharing

Thank you for being part of this community! 🙏


The choice of open licensing reflects our belief that knowledge should be accessible to all, and that learning resources should be freely available to those who need them most.