SlideShare a Scribd company logo
GitOps and Kubernetes 1st Edition Billy Yuen
Alexander Matyushentsev Jesse Suen Todd Ekenstam
download
https://textbookfull.com/product/gitops-and-kubernetes-1st-
edition-billy-yuen-alexander-matyushentsev-jesse-suen-todd-
ekenstam/
Download full version ebook from https://textbookfull.com
We believe these products will be a great fit for you. Click
the link to download now, or visit textbookfull.com
to discover even more!
GitOps and Kubernetes: Continuous Deployment with Argo
CD, Jenkins X, and Flux 1st Edition Billy Yuen
https://textbookfull.com/product/gitops-and-kubernetes-
continuous-deployment-with-argo-cd-jenkins-x-and-flux-1st-
edition-billy-yuen/
Billy Graham : American pilgrim 1st Edition Finstuen
https://textbookfull.com/product/billy-graham-american-
pilgrim-1st-edition-finstuen/
Progressivism's Aesthetic Education Jesse Raber
https://textbookfull.com/product/progressivisms-aesthetic-
education-jesse-raber/
Managing Kubernetes operating Kubernetes clusters in
the real world First Edition Burns
https://textbookfull.com/product/managing-kubernetes-operating-
kubernetes-clusters-in-the-real-world-first-edition-burns/
Kubernetes for Developers 1st Edition William Denniss
https://textbookfull.com/product/kubernetes-for-developers-1st-
edition-william-denniss/
Ethics and Science Education How Subjectivity Matters
1st Edition Jesse Bazzul (Auth.)
https://textbookfull.com/product/ethics-and-science-education-
how-subjectivity-matters-1st-edition-jesse-bazzul-auth/
Idealization and the Laws of Nature Billy Wheeler
https://textbookfull.com/product/idealization-and-the-laws-of-
nature-billy-wheeler/
Jesse (Broken Hill Boys #5) 1st Edition Sheridan Anne
[Anne
https://textbookfull.com/product/jesse-broken-hill-boys-5-1st-
edition-sheridan-anne-anne/
Guide Us Home 1st Edition Jesse J. Thoma & Cf Frizzell
https://textbookfull.com/product/guide-us-home-1st-edition-jesse-
j-thoma-cf-frizzell/
GitOps and Kubernetes 1st Edition Billy Yuen Alexander Matyushentsev Jesse Suen Todd Ekenstam
inside front cover
GitOps and Kubernetes 1st Edition Billy Yuen Alexander Matyushentsev Jesse Suen Todd Ekenstam
GitOps and Kubernetes
CONTINUOUS DEPLOYMENT WITH ARGO CD,
JENKINS X, AND FLUX
BILLY YUEN, ALEXANDER
MATYUSHENTSEV, TODD EKENSTAM, AND
JESSE SUEN
To comment go to liveBook
Manning
Shelter Island
For more information on this and other Manning titles go to
manning.com
Copyright
For online information and ordering of these and other
Manning books, please visit manning.com. The publisher
offers discounts on these books when ordered in quantity.
For more information, please contact
Special Sales Department
Manning Publications Co.
20 Baldwin Road
PO Box 761
Shelter Island, NY 11964
Email: orders@manning.com
©2021 by Manning Publications Co. All rights
reserved.
No part of this publication may be reproduced, stored in a
retrieval system, or transmitted, in any form or by means
electronic, mechanical, photocopying, or otherwise, without
prior written permission of the publisher.
Many of the designations used by manufacturers and sellers
to distinguish their products are claimed as trademarks.
Where those designations appear in the book, and Manning
Publications was aware of a trademark claim, the
designations have been printed in initial caps or all caps.
♾ Recognizing the importance of preserving what has been
written, it is Manning’s policy to have the books we publish
printed on acid-free paper, and we exert our best efforts to
that end. Recognizing also our responsibility to conserve
the resources of our planet, Manning books are printed on
paper that is at least 15 percent recycled and processed
without the use of elemental chlorine.
Manning Publications Co.
20 Baldwin Road Technical
PO Box 761
Shelter Island, NY 11964
Development editor: Dustin Archibald
Technical development editor: Al Krinker
Review editor: Aleks Dragosavljević
Production editor: Deirdre S. Hiam
Proofreader: Katie Tennant
Technical proofreader: Sam Brown
Typesetter and cover designer: Marija Tudor
ISBN: 9781617297274
contents
preface
acknowledgments
about this book
about the authors
about the cover illustration
Part 1. Background
1 Why GitOps?
1.1 Evolution to GitOps
Traditional Ops
DevOps
GitOps
1.2 Developer benefits of GitOps
Infrastructure as code
Self-service
Code reviews
Git pull requests
1.3 Operational benefits of GitOps
Declarative
Observability
Auditability and compliance
Disaster recovery
2 Kubernetes and GitOps
2.1 Kubernetes introduction
What is Kubernetes?
Other container orchestrators
Kubernetes architecture
Deploying to Kubernetes
2.2 Declarative vs. imperative object management
How declarative configuration works
2.3 Controller architecture
Controller delegation
Controller pattern
NGINX operator
2.4 Kubernetes + GitOps
2.5 Getting started with CI/CD
Basic GitOps operator
Continuous integration pipeline
Part 2. Patterns and processes
3 Environment management
3.1 Introduction to environment management
Components of an environment
Namespace management
Network isolation
Preprod and prod clusters
3.2 Git strategies
Single branch (multiple directories)
Multiple branches
Multirepo vs. monorepo
3.3 Configuration management
Helm
Kustomize
Jsonnet
Configuration management summary
3.4 Durable vs. ephemeral environments
4 Pipelines
4.1 Stages in CI/CD pipelines
GitOps continuous integration
GitOps continuous delivery
4.2 Driving promotions
Code vs. manifest vs. app config
Code and image promotion
Environment promotion
Putting it all together
4.3 Other pipelines
Rollback
Compliance pipeline
5 Deployment strategies
5.1 Deployment basics
Why ReplicaSet is not a good fit for GitOps
How Deployment works with ReplicaSets
Traffic routing
Configuring minikube for other strategies
5.2 Blue-green
Blue-green with Deployment
Blue-green with Argo Rollouts
5.3 Canary
Canary with Deployment
Canary with Argo Rollouts
5.4 Progressive delivery
Progressive delivery with Argo Rollouts
6 Access control and security
6.1 Introduction to access control
What is access control?
What to secure
Access control in GitOps
6.2 Access limitations
Git repository access
Kubernetes RBAC
Image registry access
6.3 Patterns
Full access
Deployment repo access
Code access only
6.4 Security concerns
Preventing image pull from untrusted registries
Cluster-level resources in a Git repository
7 Secrets
7.1 Kubernetes Secrets
Why use Secrets?
How to use Secrets
7.2 GitOps and Secrets
No encryption
Distributed Git repos
No granular (file-level) access control
Insecure storage
Full commit history
7.3 Secrets management strategies
Storing Secrets in Git
Baking Secrets into the container image
Out-of-band management
External Secrets management systems
Encrypting Secrets in Git
Comparison of strategies
7.4 Tooling
HashiCorp Vault
Vault Agent Sidecar Injector
Sealed Secrets
Kustomize Secret generator plugin
8 Observability
8.1 What is observability?
Event logging
Metrics
Tracing
Visualization
Importance of observability in GitOps
8.2 Application health
Resource status
Readiness and liveness
Application monitoring and alerting
8.3 GitOps observability
GitOps metrics
Application sync status
Configuration drift
GitOps change log
Part 3. Tools
9 Argo CD
9.1 What is Argo CD?
Main use cases
Core concepts
Sync and health statuses
Architecture
9.2 Deploy your first application
Deploying the first application
Inspect the application using the user interface
9.3 Deep dive into Argo CD features
GitOps-driven deployment
Resource hooks
Postdeployment verification
9.4 Enterprise features
Single sign-on
Access control
Declarative management
10 Jenkins X
10.1 What is Jenkins X?
10.2 Exploring Prow, Jenkins X pipeline operator, and Tekton
10.3 Importing projects into Jenkins X
Importing a project
Promoting a release to the production environment
11 Flux
11.1 What is Flux?
What Flux does
Docker registry scanning
Architecture
11.2 Simple application deployment
Deploying the first application
Observing application state
Upgrading the deployment image
Using Kustomize for manifest generation
Securing deployment using GPG
11.3 Multitenancy with Flux
appendix A. Setting up a test Kubernetes cluster
appendix B. Setting up GitOps tools
appendix C. Configuring GPG key
index
front matter
preface
As Intuit embarked on the journey from on-premises to
cloud-native, the journey itself presented an opportunity to
reinvent our build and deployment process. Similar to many
large enterprises, our old deployment process was data-
center-centric with separate QA, Ops, and Infrastructure
teams. Code could take weeks to get deployed, and
developers had no access to infrastructure when there were
production issues. Infrastructure issues could take a long
time to resolve and required many groups’ collaboration.
As Marianna Tessel (Intuit CTO) and Jeff Brewer (Intuit
SBSEG chief architect) decided to bet big on Kubernetes and
Docker, we were fortunate to be the first team to fully
migrate one of our production applications with Kubernetes
and Docker. Along the way, we got to reinvent our CI/CD
pipeline and adopt the GitOps process. Jesse and Alex
created Argo CD (CNCF incubator project) to address
enterprise needs for GitOps. Todd and his team created
world-class cluster management tools so we can scale out to
hundreds of clusters with ease.
Having a standard like Kubernetes and Docker enables all
engineers to speak a common language in terms of
infrastructure and deployment. Engineers can easily
contribute to other projects and deploy as soon as the
development process is complete. GitOps also allows us to
know exactly who and what gets changed in our
environments, which is especially important if you are
subject to compliance requirements. We cannot imagine
going back to the old way we did deployment, and we hope
that this book can help accelerate your journey to embrace
GitOps!
acknowledgments
This book turned out to be an 18-month journey that
required a lot of work and additional research to tell the
complete story. We believe that we have delivered what we
set out to do, and it is a great book for anyone who wants to
adopt GitOps and Kubernetes.
There are quite a few people we’d like to thank for helping
us along the way. At Manning, we would like to thank our
development editor, Dustin Archibald, project editor, Deirdre
Hiam, proofreader, Katie Tennant, and reviewing editor,
Aleks Dragosavljevic.
We want to thank Marianna Tessel and Jeff Brewer, who
provided us the opportunity and freedom to transform and
experiment with GitOps and Kubernetes. We would also like
to thank Pratik Wadher, Saradhi Sreegiriaju, Mukulika
Kupas, and Edward Lee for their guidance throughout the
process. We want to call out Viktor Farcic and Oscar Medina
for their insightful contributions to the Jenkins X chapter.
To all the reviewers: Andres Damian Sacco, Angelo Simone
Scotto, Björn Neuhaus, Chris Viner, Clifford Thurber, Conor
Redmond, Diego Casella, James Liu, Jaume López, Jeremy
Bryan, Jerome Meyer, John Guthrie, Marco Massenzio,
Matthieu Evrin, Mike Ensor, Mike Jensen, Roman Zhuzha,
Samuel Brown, Satej Kumar Sahu, Sean T. Booker, Wendell
Beckwith, and Zorodzayi Mukuya, we say thank you. Your
suggestions helped make this a better book.
For Jeff Brewer, who inspired us all for this awesome
transformation journey!
about this book
Who this book is for
This book is intended for both Kubernetes infrastructure and
operation engineers and software developers who want to
deploy applications to Kubernetes through a declarative
model using the GitOps process. It will benefit anyone
looking to improve the stability, reliability, security, and
auditability of their Kubernetes clusters while at the same
time reducing operational costs through automated
continuous software deployments.
Readers are expected to have a working knowledge of
Kubernetes (Deployment, Pod, Service, and Ingress
resources, for example) as well as an understanding of
modern software development practices including
continuous integration/continuous deployment (CI/CD),
revision control systems (such as Git), and
deployment/infrastructure automation.
Who this book is not for
Advanced users who have successfully implemented a
mature GitOps system may be better off reading a more
advanced book on their chosen tool.
This book is not intended to cover all aspects of Kubernetes
in depth. While we cover many Kubernetes concepts that
are relevant to GitOps, readers looking for a comprehensive
guide to Kubernetes should look at the other great books
and online resources available on the topic.
How this book is organized: A roadmap
This book describes the benefits of GitOps on Kubernetes,
including flexible configuration management, monitoring,
robustness, multienvironment support, and security. You will
learn the best practices, techniques, and tools to achieve
these benefits, which enable enterprises to use Kubernetes
to accelerate application development without compromising
on stability, reliability, or security.
You will also gain in-depth understanding of the following
topics:
Multiple-environment management with branching,
namespace, and configuration
Access control with Git, Kubernetes, and pipelines
Pipeline considerations with CI/CD, promotion,
push/pull, and release/rollback
Observability and drift detection
Managing Secrets
Deployment strategy selection among rolling update,
blue/green, canary, and progressive delivery
This book takes a hands-on approach with tutorials and
exercises to develop the skills you need to embrace GitOps
using Kubernetes. After reading this book, you will know
how to implement a declarative continuous delivery system
for your applications running on Kubernetes. This book
contains hands-on tutorials on
Getting started with managing Kubernetes application
deployments
Configuration and environment management using
Kustomize
Writing your own basic Kubernetes continuous delivery
(CD) operator
Implementing CI/CD using Argo CD,1 Jenkins X,2 and
Flux3
IMPERATIVE VS. DECLARATIVE There are two basic ways to deploy Kubernetes:
imperatively using many kubectl commands or declaratively by writing manifests and using
kubectl apply. The former is useful for learning and interactive experimentation. The
latter is best for reproducible deployments and tracking changes.
This book is intended for you to follow along, running the
hands-on portion of the tutorials, using your own test
Kubernetes cluster. Appendix A describes several options for
creating a test cluster.
There are many code listings contained in the book. All code
listings and additional supporting material can be found in
the publicly accessible GitHub repository for this book:
https://github.com/gitopsbook/resources
We encourage you to clone or fork this repository and use it
as you work through the tutorials and exercises in the book.
The following tools and utilities should be installed on your
workstation:
Kubectl (v1.16 or later)
Minikube (v1.4 or later)
Bash or the Windows Subsystem for Linux (WSL)
Most tutorials and exercises can be completed using a
minikube running on your workstation. If not, we will
mention if the cluster running on a cloud provider is needed,
and you can refer to appendix A for details on creating the
cluster.
NOTE You may incur additional costs for running a test Kubernetes cluster on a cloud
provider. While we have attempted to reduce the cost of the recommended test configuration
as much as possible, remember you are responsible for these costs. We recommend you
delete your test cluster after completing each tutorial or exercise.
This book has 3 parts that cover 11 chapters. Part 1 covers
the background and introduces GitOps and Kubernetes:
Chapter 1 walks you through the journey of software
deployment evolution and how GitOps became the latest
practice. It also covers the many key concepts and
benefits of GitOps.
Chapter 2 provides key concepts on Kubernetes and why
its declarative nature is perfect for GitOps. It also covers
the core operator concept and how to implement a
simple GitOps operator.
Part 2 goes over the patterns and processes to adopt the
GitOps process:
Chapter 3 discusses the definition of an environment
and how Kubernetes Namespaces nicely map as
environments. It also covers branching strategy and
config management to your environment
implementation.
Chapter 4 goes deep into the GitOps CI/CD pipeline with
comprehensive descriptions of all stages necessary for a
complete pipeline. It also covers code, image, and
environment promotion as well as the rollback
mechanism.
Chapter 5 describes various deployment strategies,
including rolling update, blue/green, canary, and
progressive delivery. It also covers how to implement
each strategy by using native Kubernetes resources and
other open source tools.
Chapter 6 discusses GitOps-driven deployment’s attack
surfaces and how to mitigate each area. It also reviews
Jsonnet, Kustomize, and Helm and how to choose the
right configuration management pattern for your use
cases.
Chapter 7 discusses various strategies for managing
Secrets for GitOps. It also covers several Secret
management tools as well as native Kubernetes Secrets.
Chapter 8 explains the core concepts of observability
and why it is important to GitOps. It also describes
various methods to implement observability with GitOps
and Kubernetes.
Part 3 goes over several enterprise-grade GitOps tools:
Chapter 9 discusses the intent and architecture for Argo
CD. It also covers configuring application deployment
using Argo CD and how to secure Argo CD in production.
Chapter 10 discusses the intent and architecture for
Jenkins X. It also covers configuring application
deployment and promotion to various environments.
Chapter 11 discusses the intent and motivation for Flux.
It also covers configuring application deployment using
Flux and multitenancy.
The book was organized to read all the chapters in sequential order.
However, if there is a particular area of interest you’d like to jump
into, we recommend you read the prerequisite chapters. For example,
if you would like to jump right into learning to use Argo CD, we
recommend you read chapters 1, 2, 3, and 5 before reading chapter 9.
About the code
This book contains many examples of source code both in
numbered listings and inline with normal text. In both cases,
source code is formatted in a fixed-width font to
separate it from ordinary text. Sometimes, code is also in
bold to highlight code that has changed from previous steps
in the chapter, such as when a new feature adds to an
existing line of code.
In many cases, the original source code has been
reformatted; we’ve added line breaks and reworked
indentation to accommodate the available page space in the
book. Additionally, comments in the source code have often
been removed from the listings when the code is described
in the text. Code annotations accompany many of the
listings, highlighting important concepts. Source code for the
examples in this book is available for download from
https://github.com/gitopsbook /resources.
liveBook discussion forum
Purchase of GitOps and Kubernetes includes free access to a
private web forum run by Manning Publications where you
can make comments about the book, ask technical
questions, and receive help from the authors and from other
users. To access the forum, go to
https://livebook.manning.com/book/GitOps-and-
Kubernetes/discussion. You can also learn more about
Manning’s forums and the rules of conduct at https://
livebook.manning.com/#!/discussion.
Manning’s commitment to our readers is to provide a venue
where a meaningful dialogue between individual readers and
between readers and authors can take place. It is not a
commitment to any specific amount of participation on the
part of the authors, whose contribution to the forum
remains voluntary (and unpaid). We suggest you try asking
them some challenging questions lest their interest stray!
The forum and the archives of previous discussions will be
accessible from the publisher’s website as long as the book is
in print.
about the authors
Billy Yuen is a principal engineer with Intuit’s Platform team,
focusing on AWS and Kubernetes adoption, system
resiliency, and monitoring. Previously, Billy worked on
Netflix’s Edge Services team to build the next generation of
edge-service infrastructure to support millions of customers
(more than 3 billion requests per day) with high scalability,
resilience to failure, and rapid innovation. Billy was a
speaker at Java One 2016 and Velocity NY 2016 on
“Operational Excellence with Netflix Hystrix,” “CI/CD at
Lightspeed” at KubeCon 2018, and “Automated Canary
Release” at Container World 2019.
Alexander Matyushentsev is a principal engineer on the
Intuit Platform team, focusing on building tools that make it
easier to use Kubernetes. Alexander is passionate about
open source, cloud-native infrastructure, and tools that
increase developers’ productivity. He is one of the core
contributors to the Argo Workflows and Argo CD projects.
Alexander was a speaker at KubeCon 2019 on “How Intuit
Does Canary and Blue-Green Deployments with a K8s
Controller.”
Todd Ekenstam is a principal engineer at Intuit, building a
platform for secure, multitenant Kubernetes infrastructure
supporting applications serving Intuit’s approximately 50
million customers. Todd has worked on a variety of large-
scale distributed systems projects during his career of more
than 25 years, including hierarchical storage management,
peer-to-peer database replication, enterprise storage
virtualization, and two-factor authentication SaaS. Todd has
presented at academic, government, and industry
conferences, most recently as a guest speaker on
“Introduction to Open Policy Agent” at KubeCon 2018.
Jesse Suen is a principal engineer on the Intuit Platform
team, developing microservices-based, distributed
applications for Kubernetes. He was an early engineer at
Applatix (acquired by Intuit), building a platform to help
users run containerized workloads in the public cloud.
Before that, he was part of the engineering team at Tintri
and Data Domain, working on virtualized infrastructure,
storage, tooling, and automation. Jesse is one of the core
Another Random Scribd Document
with Unrelated Content
Transcriber’s Notes
Retained publication information from the printed edition: this
eBook is public-domain in the country of publication.
Corrected a few palpable typos.
Re-arranged text in captions closer to the corresponding image.
Expanded ambiguous references to illustrations, e.g. “Figure D”
to “Figure 16D”
Added one section heading, “The First Big Lake” to match the
table of contents.
Included a transcription of the text within some images, with
estimated scale readings from charts.
In the text versions only, text in italics is delimited by
_underscores_.
*** END OF THE PROJECT GUTENBERG EBOOK CREATION OF THE
TETON LANDSCAPE: THE GEOLOGIC STORY OF GRAND TETON
NATIONAL PARK ***
Updated editions will replace the previous one—the old editions will
be renamed.
Creating the works from print editions not protected by U.S.
copyright law means that no one owns a United States copyright in
these works, so the Foundation (and you!) can copy and distribute it
in the United States without permission and without paying
copyright royalties. Special rules, set forth in the General Terms of
Use part of this license, apply to copying and distributing Project
Gutenberg™ electronic works to protect the PROJECT GUTENBERG™
concept and trademark. Project Gutenberg is a registered trademark,
and may not be used if you charge for an eBook, except by following
the terms of the trademark license, including paying royalties for use
of the Project Gutenberg trademark. If you do not charge anything
for copies of this eBook, complying with the trademark license is
very easy. You may use this eBook for nearly any purpose such as
creation of derivative works, reports, performances and research.
Project Gutenberg eBooks may be modified and printed and given
away—you may do practically ANYTHING in the United States with
eBooks not protected by U.S. copyright law. Redistribution is subject
to the trademark license, especially commercial redistribution.
START: FULL LICENSE
THE FULL PROJECT GUTENBERG LICENSE
PLEASE READ THIS BEFORE YOU DISTRIBUTE OR USE THIS WORK
To protect the Project Gutenberg™ mission of promoting the free
distribution of electronic works, by using or distributing this work (or
any other work associated in any way with the phrase “Project
Gutenberg”), you agree to comply with all the terms of the Full
Project Gutenberg™ License available with this file or online at
www.gutenberg.org/license.
Section 1. General Terms of Use and
Redistributing Project Gutenberg™
electronic works
1.A. By reading or using any part of this Project Gutenberg™
electronic work, you indicate that you have read, understand, agree
to and accept all the terms of this license and intellectual property
(trademark/copyright) agreement. If you do not agree to abide by all
the terms of this agreement, you must cease using and return or
destroy all copies of Project Gutenberg™ electronic works in your
possession. If you paid a fee for obtaining a copy of or access to a
Project Gutenberg™ electronic work and you do not agree to be
bound by the terms of this agreement, you may obtain a refund
from the person or entity to whom you paid the fee as set forth in
paragraph 1.E.8.
1.B. “Project Gutenberg” is a registered trademark. It may only be
used on or associated in any way with an electronic work by people
who agree to be bound by the terms of this agreement. There are a
few things that you can do with most Project Gutenberg™ electronic
works even without complying with the full terms of this agreement.
See paragraph 1.C below. There are a lot of things you can do with
Project Gutenberg™ electronic works if you follow the terms of this
agreement and help preserve free future access to Project
Gutenberg™ electronic works. See paragraph 1.E below.
1.C. The Project Gutenberg Literary Archive Foundation (“the
Foundation” or PGLAF), owns a compilation copyright in the
collection of Project Gutenberg™ electronic works. Nearly all the
individual works in the collection are in the public domain in the
United States. If an individual work is unprotected by copyright law
in the United States and you are located in the United States, we do
not claim a right to prevent you from copying, distributing,
performing, displaying or creating derivative works based on the
work as long as all references to Project Gutenberg are removed. Of
course, we hope that you will support the Project Gutenberg™
mission of promoting free access to electronic works by freely
sharing Project Gutenberg™ works in compliance with the terms of
this agreement for keeping the Project Gutenberg™ name associated
with the work. You can easily comply with the terms of this
agreement by keeping this work in the same format with its attached
full Project Gutenberg™ License when you share it without charge
with others.
1.D. The copyright laws of the place where you are located also
govern what you can do with this work. Copyright laws in most
countries are in a constant state of change. If you are outside the
United States, check the laws of your country in addition to the
terms of this agreement before downloading, copying, displaying,
performing, distributing or creating derivative works based on this
work or any other Project Gutenberg™ work. The Foundation makes
no representations concerning the copyright status of any work in
any country other than the United States.
1.E. Unless you have removed all references to Project Gutenberg:
1.E.1. The following sentence, with active links to, or other
immediate access to, the full Project Gutenberg™ License must
appear prominently whenever any copy of a Project Gutenberg™
work (any work on which the phrase “Project Gutenberg” appears,
or with which the phrase “Project Gutenberg” is associated) is
accessed, displayed, performed, viewed, copied or distributed:
This eBook is for the use of anyone anywhere in the United States
and most other parts of the world at no cost and with almost no
restrictions whatsoever. You may copy it, give it away or re-use it
under the terms of the Project Gutenberg License included with
this eBook or online at www.gutenberg.org. If you are not located
in the United States, you will have to check the laws of the
country where you are located before using this eBook.
1.E.2. If an individual Project Gutenberg™ electronic work is derived
from texts not protected by U.S. copyright law (does not contain a
notice indicating that it is posted with permission of the copyright
holder), the work can be copied and distributed to anyone in the
United States without paying any fees or charges. If you are
redistributing or providing access to a work with the phrase “Project
Gutenberg” associated with or appearing on the work, you must
comply either with the requirements of paragraphs 1.E.1 through
1.E.7 or obtain permission for the use of the work and the Project
Gutenberg™ trademark as set forth in paragraphs 1.E.8 or 1.E.9.
1.E.3. If an individual Project Gutenberg™ electronic work is posted
with the permission of the copyright holder, your use and distribution
must comply with both paragraphs 1.E.1 through 1.E.7 and any
additional terms imposed by the copyright holder. Additional terms
will be linked to the Project Gutenberg™ License for all works posted
with the permission of the copyright holder found at the beginning
of this work.
1.E.4. Do not unlink or detach or remove the full Project
Gutenberg™ License terms from this work, or any files containing a
part of this work or any other work associated with Project
Gutenberg™.
1.E.5. Do not copy, display, perform, distribute or redistribute this
electronic work, or any part of this electronic work, without
prominently displaying the sentence set forth in paragraph 1.E.1
with active links or immediate access to the full terms of the Project
Gutenberg™ License.
1.E.6. You may convert to and distribute this work in any binary,
compressed, marked up, nonproprietary or proprietary form,
including any word processing or hypertext form. However, if you
provide access to or distribute copies of a Project Gutenberg™ work
in a format other than “Plain Vanilla ASCII” or other format used in
the official version posted on the official Project Gutenberg™ website
(www.gutenberg.org), you must, at no additional cost, fee or
expense to the user, provide a copy, a means of exporting a copy, or
a means of obtaining a copy upon request, of the work in its original
“Plain Vanilla ASCII” or other form. Any alternate format must
include the full Project Gutenberg™ License as specified in
paragraph 1.E.1.
1.E.7. Do not charge a fee for access to, viewing, displaying,
performing, copying or distributing any Project Gutenberg™ works
unless you comply with paragraph 1.E.8 or 1.E.9.
1.E.8. You may charge a reasonable fee for copies of or providing
access to or distributing Project Gutenberg™ electronic works
provided that:
• You pay a royalty fee of 20% of the gross profits you derive
from the use of Project Gutenberg™ works calculated using the
method you already use to calculate your applicable taxes. The
fee is owed to the owner of the Project Gutenberg™ trademark,
but he has agreed to donate royalties under this paragraph to
the Project Gutenberg Literary Archive Foundation. Royalty
payments must be paid within 60 days following each date on
which you prepare (or are legally required to prepare) your
periodic tax returns. Royalty payments should be clearly marked
as such and sent to the Project Gutenberg Literary Archive
Foundation at the address specified in Section 4, “Information
about donations to the Project Gutenberg Literary Archive
Foundation.”
• You provide a full refund of any money paid by a user who
notifies you in writing (or by e-mail) within 30 days of receipt
that s/he does not agree to the terms of the full Project
Gutenberg™ License. You must require such a user to return or
destroy all copies of the works possessed in a physical medium
and discontinue all use of and all access to other copies of
Project Gutenberg™ works.
• You provide, in accordance with paragraph 1.F.3, a full refund of
any money paid for a work or a replacement copy, if a defect in
the electronic work is discovered and reported to you within 90
days of receipt of the work.
• You comply with all other terms of this agreement for free
distribution of Project Gutenberg™ works.
1.E.9. If you wish to charge a fee or distribute a Project Gutenberg™
electronic work or group of works on different terms than are set
forth in this agreement, you must obtain permission in writing from
the Project Gutenberg Literary Archive Foundation, the manager of
the Project Gutenberg™ trademark. Contact the Foundation as set
forth in Section 3 below.
1.F.
1.F.1. Project Gutenberg volunteers and employees expend
considerable effort to identify, do copyright research on, transcribe
and proofread works not protected by U.S. copyright law in creating
the Project Gutenberg™ collection. Despite these efforts, Project
Gutenberg™ electronic works, and the medium on which they may
be stored, may contain “Defects,” such as, but not limited to,
incomplete, inaccurate or corrupt data, transcription errors, a
copyright or other intellectual property infringement, a defective or
damaged disk or other medium, a computer virus, or computer
codes that damage or cannot be read by your equipment.
1.F.2. LIMITED WARRANTY, DISCLAIMER OF DAMAGES - Except for
the “Right of Replacement or Refund” described in paragraph 1.F.3,
the Project Gutenberg Literary Archive Foundation, the owner of the
Project Gutenberg™ trademark, and any other party distributing a
Project Gutenberg™ electronic work under this agreement, disclaim
all liability to you for damages, costs and expenses, including legal
fees. YOU AGREE THAT YOU HAVE NO REMEDIES FOR
NEGLIGENCE, STRICT LIABILITY, BREACH OF WARRANTY OR
BREACH OF CONTRACT EXCEPT THOSE PROVIDED IN PARAGRAPH
1.F.3. YOU AGREE THAT THE FOUNDATION, THE TRADEMARK
OWNER, AND ANY DISTRIBUTOR UNDER THIS AGREEMENT WILL
NOT BE LIABLE TO YOU FOR ACTUAL, DIRECT, INDIRECT,
CONSEQUENTIAL, PUNITIVE OR INCIDENTAL DAMAGES EVEN IF
YOU GIVE NOTICE OF THE POSSIBILITY OF SUCH DAMAGE.
1.F.3. LIMITED RIGHT OF REPLACEMENT OR REFUND - If you
discover a defect in this electronic work within 90 days of receiving
it, you can receive a refund of the money (if any) you paid for it by
sending a written explanation to the person you received the work
from. If you received the work on a physical medium, you must
return the medium with your written explanation. The person or
entity that provided you with the defective work may elect to provide
a replacement copy in lieu of a refund. If you received the work
electronically, the person or entity providing it to you may choose to
give you a second opportunity to receive the work electronically in
lieu of a refund. If the second copy is also defective, you may
demand a refund in writing without further opportunities to fix the
problem.
1.F.4. Except for the limited right of replacement or refund set forth
in paragraph 1.F.3, this work is provided to you ‘AS-IS’, WITH NO
OTHER WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR ANY PURPOSE.
1.F.5. Some states do not allow disclaimers of certain implied
warranties or the exclusion or limitation of certain types of damages.
If any disclaimer or limitation set forth in this agreement violates the
law of the state applicable to this agreement, the agreement shall be
interpreted to make the maximum disclaimer or limitation permitted
by the applicable state law. The invalidity or unenforceability of any
provision of this agreement shall not void the remaining provisions.
1.F.6. INDEMNITY - You agree to indemnify and hold the Foundation,
the trademark owner, any agent or employee of the Foundation,
anyone providing copies of Project Gutenberg™ electronic works in
accordance with this agreement, and any volunteers associated with
the production, promotion and distribution of Project Gutenberg™
electronic works, harmless from all liability, costs and expenses,
including legal fees, that arise directly or indirectly from any of the
following which you do or cause to occur: (a) distribution of this or
any Project Gutenberg™ work, (b) alteration, modification, or
additions or deletions to any Project Gutenberg™ work, and (c) any
Defect you cause.
Section 2. Information about the Mission
of Project Gutenberg™
Project Gutenberg™ is synonymous with the free distribution of
electronic works in formats readable by the widest variety of
computers including obsolete, old, middle-aged and new computers.
It exists because of the efforts of hundreds of volunteers and
donations from people in all walks of life.
Volunteers and financial support to provide volunteers with the
assistance they need are critical to reaching Project Gutenberg™’s
goals and ensuring that the Project Gutenberg™ collection will
remain freely available for generations to come. In 2001, the Project
Gutenberg Literary Archive Foundation was created to provide a
secure and permanent future for Project Gutenberg™ and future
generations. To learn more about the Project Gutenberg Literary
Archive Foundation and how your efforts and donations can help,
see Sections 3 and 4 and the Foundation information page at
www.gutenberg.org.
Section 3. Information about the Project
Gutenberg Literary Archive Foundation
The Project Gutenberg Literary Archive Foundation is a non-profit
501(c)(3) educational corporation organized under the laws of the
state of Mississippi and granted tax exempt status by the Internal
Revenue Service. The Foundation’s EIN or federal tax identification
number is 64-6221541. Contributions to the Project Gutenberg
Literary Archive Foundation are tax deductible to the full extent
permitted by U.S. federal laws and your state’s laws.
The Foundation’s business office is located at 809 North 1500 West,
Salt Lake City, UT 84116, (801) 596-1887. Email contact links and up
to date contact information can be found at the Foundation’s website
and official page at www.gutenberg.org/contact
Section 4. Information about Donations to
the Project Gutenberg Literary Archive
Foundation
Project Gutenberg™ depends upon and cannot survive without
widespread public support and donations to carry out its mission of
increasing the number of public domain and licensed works that can
be freely distributed in machine-readable form accessible by the
widest array of equipment including outdated equipment. Many
small donations ($1 to $5,000) are particularly important to
maintaining tax exempt status with the IRS.
The Foundation is committed to complying with the laws regulating
charities and charitable donations in all 50 states of the United
States. Compliance requirements are not uniform and it takes a
considerable effort, much paperwork and many fees to meet and
keep up with these requirements. We do not solicit donations in
locations where we have not received written confirmation of
compliance. To SEND DONATIONS or determine the status of
compliance for any particular state visit www.gutenberg.org/donate.
While we cannot and do not solicit contributions from states where
we have not met the solicitation requirements, we know of no
prohibition against accepting unsolicited donations from donors in
such states who approach us with offers to donate.
International donations are gratefully accepted, but we cannot make
any statements concerning tax treatment of donations received from
outside the United States. U.S. laws alone swamp our small staff.
Please check the Project Gutenberg web pages for current donation
methods and addresses. Donations are accepted in a number of
other ways including checks, online payments and credit card
donations. To donate, please visit: www.gutenberg.org/donate.
Section 5. General Information About
Project Gutenberg™ electronic works
Professor Michael S. Hart was the originator of the Project
Gutenberg™ concept of a library of electronic works that could be
freely shared with anyone. For forty years, he produced and
distributed Project Gutenberg™ eBooks with only a loose network of
volunteer support.
Project Gutenberg™ eBooks are often created from several printed
editions, all of which are confirmed as not protected by copyright in
the U.S. unless a copyright notice is included. Thus, we do not
necessarily keep eBooks in compliance with any particular paper
edition.
Most people start at our website which has the main PG search
facility: www.gutenberg.org.
This website includes information about Project Gutenberg™,
including how to make donations to the Project Gutenberg Literary
Archive Foundation, how to help produce our new eBooks, and how
to subscribe to our email newsletter to hear about new eBooks.
GitOps and Kubernetes 1st Edition Billy Yuen Alexander Matyushentsev Jesse Suen Todd Ekenstam
back
back
back
GitOps and Kubernetes 1st Edition Billy Yuen Alexander Matyushentsev Jesse Suen Todd Ekenstam
back
Welcome to our website – the ideal destination for book lovers and
knowledge seekers. With a mission to inspire endlessly, we offer a
vast collection of books, ranging from classic literary works to
specialized publications, self-development books, and children's
literature. Each book is a new journey of discovery, expanding
knowledge and enriching the soul of the reade
Our website is not just a platform for buying books, but a bridge
connecting readers to the timeless values of culture and wisdom. With
an elegant, user-friendly interface and an intelligent search system,
we are committed to providing a quick and convenient shopping
experience. Additionally, our special promotions and home delivery
services ensure that you save time and fully enjoy the joy of reading.
Let us accompany you on the journey of exploring knowledge and
personal growth!
textbookfull.com

More Related Content

PDF
Gitops And Kubernetes Continuous Deployment With Argo Cd Jenkins X And Flux 1...
epotedjala25
 
PDF
GitOps is the best modern practice for CD with Kubernetes
Volodymyr Shynkar
 
PDF
Gitops Cookbook Second Early Release Natale Vinto Alex Soto Bueno
rockesakkay
 
PDF
GitOps 101 Presentation.pdf
ssuser31375f
 
PDF
PDF GitOps Cookbook (Third Early Release) Natale Vinto download
xamysakuchuk
 
PDF
GitOps: Git come unica fonte di verità per applicazioni e infrastruttura
sparkfabrik
 
PDF
gitopsthekubernetesway-201026090439.pdf
saraichiba2
 
PDF
Gitops: the kubernetes way
sparkfabrik
 
Gitops And Kubernetes Continuous Deployment With Argo Cd Jenkins X And Flux 1...
epotedjala25
 
GitOps is the best modern practice for CD with Kubernetes
Volodymyr Shynkar
 
Gitops Cookbook Second Early Release Natale Vinto Alex Soto Bueno
rockesakkay
 
GitOps 101 Presentation.pdf
ssuser31375f
 
PDF GitOps Cookbook (Third Early Release) Natale Vinto download
xamysakuchuk
 
GitOps: Git come unica fonte di verità per applicazioni e infrastruttura
sparkfabrik
 
gitopsthekubernetesway-201026090439.pdf
saraichiba2
 
Gitops: the kubernetes way
sparkfabrik
 

Similar to GitOps and Kubernetes 1st Edition Billy Yuen Alexander Matyushentsev Jesse Suen Todd Ekenstam (20)

PDF
Intro to Kubernetes & GitOps Workshop
Weaveworks
 
PDF
Free GitOps Workshop + Intro to Kubernetes & GitOps
Weaveworks
 
PPTX
Cloud Native Transformation (Alexis Richardson) - Continuous Lifecycle 2018 ...
Weaveworks
 
PDF
Free GitOps Workshop
Weaveworks
 
PDF
GitOps Cookbook (Third Early Release) Natale Vinto
heeressiepel
 
PDF
Speeding up your team with GitOps
Brice Fernandes
 
PDF
Whitepaper automating kuberneteswithgitops 1
Kenneth Nnadikwe
 
PDF
Free GitOps Workshop (with Intro to Kubernetes & GitOps)
Weaveworks
 
PPTX
Cloud Native Apps with GitOps
Weaveworks
 
PDF
Delivering Quality at Speed with GitOps
Weaveworks
 
PDF
Promise of DevOps
Juraj Hantak
 
PDF
Continuous Lifecycle London 2018 Event Keynote
Weaveworks
 
PDF
stackconf 2021 | GitOps: yea or nay?
NETWAYS
 
PDF
Hybrid and Multi-Cloud Strategies for Kubernetes with GitOps
Sonja Schweigert
 
PDF
Hybrid and Multi-Cloud Strategies for Kubernetes with GitOps
Weaveworks
 
PDF
GitOps - Operation By Pull Request
Kasper Nissen
 
PDF
The DevOps 2.6 Toolkit: Jenkins X: Cloud-Native Kubernetes-First Continuous D...
comeewidbyph
 
PDF
1--DevOps---practical-devops_compress.pdf
ZehraKoker
 
PPTX
GitOps - Modern best practices for high velocity app dev using cloud native t...
Weaveworks
 
PDF
Introduction to DevOps and the Practical Use Cases at Credit OK
Kriangkrai Chaonithi
 
Intro to Kubernetes & GitOps Workshop
Weaveworks
 
Free GitOps Workshop + Intro to Kubernetes & GitOps
Weaveworks
 
Cloud Native Transformation (Alexis Richardson) - Continuous Lifecycle 2018 ...
Weaveworks
 
Free GitOps Workshop
Weaveworks
 
GitOps Cookbook (Third Early Release) Natale Vinto
heeressiepel
 
Speeding up your team with GitOps
Brice Fernandes
 
Whitepaper automating kuberneteswithgitops 1
Kenneth Nnadikwe
 
Free GitOps Workshop (with Intro to Kubernetes & GitOps)
Weaveworks
 
Cloud Native Apps with GitOps
Weaveworks
 
Delivering Quality at Speed with GitOps
Weaveworks
 
Promise of DevOps
Juraj Hantak
 
Continuous Lifecycle London 2018 Event Keynote
Weaveworks
 
stackconf 2021 | GitOps: yea or nay?
NETWAYS
 
Hybrid and Multi-Cloud Strategies for Kubernetes with GitOps
Sonja Schweigert
 
Hybrid and Multi-Cloud Strategies for Kubernetes with GitOps
Weaveworks
 
GitOps - Operation By Pull Request
Kasper Nissen
 
The DevOps 2.6 Toolkit: Jenkins X: Cloud-Native Kubernetes-First Continuous D...
comeewidbyph
 
1--DevOps---practical-devops_compress.pdf
ZehraKoker
 
GitOps - Modern best practices for high velocity app dev using cloud native t...
Weaveworks
 
Introduction to DevOps and the Practical Use Cases at Credit OK
Kriangkrai Chaonithi
 
Ad

Recently uploaded (20)

PDF
Virat Kohli- the Pride of Indian cricket
kushpar147
 
PDF
What is CFA?? Complete Guide to the Chartered Financial Analyst Program
sp4989653
 
PPTX
Software Engineering BSC DS UNIT 1 .pptx
Dr. Pallawi Bulakh
 
PPTX
Five Point Someone – Chetan Bhagat | Book Summary & Analysis by Bhupesh Kushwaha
Bhupesh Kushwaha
 
PDF
Review of Related Literature & Studies.pdf
Thelma Villaflores
 
PDF
2.Reshaping-Indias-Political-Map.ppt/pdf/8th class social science Exploring S...
Sandeep Swamy
 
PPTX
How to Track Skills & Contracts Using Odoo 18 Employee
Celine George
 
PDF
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
PDF
Module 2: Public Health History [Tutorial Slides]
JonathanHallett4
 
PDF
RA 12028_ARAL_Orientation_Day-2-Sessions_v2.pdf
Seven De Los Reyes
 
PPTX
Information Texts_Infographic on Forgetting Curve.pptx
Tata Sevilla
 
PPTX
Kanban Cards _ Mass Action in Odoo 18.2 - Odoo Slides
Celine George
 
PPTX
An introduction to Prepositions for beginners.pptx
drsiddhantnagine
 
PPTX
BASICS IN COMPUTER APPLICATIONS - UNIT I
suganthim28
 
PDF
Antianginal agents, Definition, Classification, MOA.pdf
Prerana Jadhav
 
PPTX
Basics and rules of probability with real-life uses
ravatkaran694
 
PPTX
family health care settings home visit - unit 6 - chn 1 - gnm 1st year.pptx
Priyanshu Anand
 
PPTX
A Smarter Way to Think About Choosing a College
Cyndy McDonald
 
PPTX
Artificial Intelligence in Gastroentrology: Advancements and Future Presprec...
AyanHossain
 
DOCX
pgdei-UNIT -V Neurological Disorders & developmental disabilities
JELLA VISHNU DURGA PRASAD
 
Virat Kohli- the Pride of Indian cricket
kushpar147
 
What is CFA?? Complete Guide to the Chartered Financial Analyst Program
sp4989653
 
Software Engineering BSC DS UNIT 1 .pptx
Dr. Pallawi Bulakh
 
Five Point Someone – Chetan Bhagat | Book Summary & Analysis by Bhupesh Kushwaha
Bhupesh Kushwaha
 
Review of Related Literature & Studies.pdf
Thelma Villaflores
 
2.Reshaping-Indias-Political-Map.ppt/pdf/8th class social science Exploring S...
Sandeep Swamy
 
How to Track Skills & Contracts Using Odoo 18 Employee
Celine George
 
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
Module 2: Public Health History [Tutorial Slides]
JonathanHallett4
 
RA 12028_ARAL_Orientation_Day-2-Sessions_v2.pdf
Seven De Los Reyes
 
Information Texts_Infographic on Forgetting Curve.pptx
Tata Sevilla
 
Kanban Cards _ Mass Action in Odoo 18.2 - Odoo Slides
Celine George
 
An introduction to Prepositions for beginners.pptx
drsiddhantnagine
 
BASICS IN COMPUTER APPLICATIONS - UNIT I
suganthim28
 
Antianginal agents, Definition, Classification, MOA.pdf
Prerana Jadhav
 
Basics and rules of probability with real-life uses
ravatkaran694
 
family health care settings home visit - unit 6 - chn 1 - gnm 1st year.pptx
Priyanshu Anand
 
A Smarter Way to Think About Choosing a College
Cyndy McDonald
 
Artificial Intelligence in Gastroentrology: Advancements and Future Presprec...
AyanHossain
 
pgdei-UNIT -V Neurological Disorders & developmental disabilities
JELLA VISHNU DURGA PRASAD
 
Ad

GitOps and Kubernetes 1st Edition Billy Yuen Alexander Matyushentsev Jesse Suen Todd Ekenstam

  • 1. GitOps and Kubernetes 1st Edition Billy Yuen Alexander Matyushentsev Jesse Suen Todd Ekenstam download https://textbookfull.com/product/gitops-and-kubernetes-1st- edition-billy-yuen-alexander-matyushentsev-jesse-suen-todd- ekenstam/ Download full version ebook from https://textbookfull.com
  • 2. We believe these products will be a great fit for you. Click the link to download now, or visit textbookfull.com to discover even more! GitOps and Kubernetes: Continuous Deployment with Argo CD, Jenkins X, and Flux 1st Edition Billy Yuen https://textbookfull.com/product/gitops-and-kubernetes- continuous-deployment-with-argo-cd-jenkins-x-and-flux-1st- edition-billy-yuen/ Billy Graham : American pilgrim 1st Edition Finstuen https://textbookfull.com/product/billy-graham-american- pilgrim-1st-edition-finstuen/ Progressivism's Aesthetic Education Jesse Raber https://textbookfull.com/product/progressivisms-aesthetic- education-jesse-raber/ Managing Kubernetes operating Kubernetes clusters in the real world First Edition Burns https://textbookfull.com/product/managing-kubernetes-operating- kubernetes-clusters-in-the-real-world-first-edition-burns/
  • 3. Kubernetes for Developers 1st Edition William Denniss https://textbookfull.com/product/kubernetes-for-developers-1st- edition-william-denniss/ Ethics and Science Education How Subjectivity Matters 1st Edition Jesse Bazzul (Auth.) https://textbookfull.com/product/ethics-and-science-education- how-subjectivity-matters-1st-edition-jesse-bazzul-auth/ Idealization and the Laws of Nature Billy Wheeler https://textbookfull.com/product/idealization-and-the-laws-of- nature-billy-wheeler/ Jesse (Broken Hill Boys #5) 1st Edition Sheridan Anne [Anne https://textbookfull.com/product/jesse-broken-hill-boys-5-1st- edition-sheridan-anne-anne/ Guide Us Home 1st Edition Jesse J. Thoma & Cf Frizzell https://textbookfull.com/product/guide-us-home-1st-edition-jesse- j-thoma-cf-frizzell/
  • 7. GitOps and Kubernetes CONTINUOUS DEPLOYMENT WITH ARGO CD, JENKINS X, AND FLUX BILLY YUEN, ALEXANDER MATYUSHENTSEV, TODD EKENSTAM, AND JESSE SUEN To comment go to liveBook Manning Shelter Island
  • 8. For more information on this and other Manning titles go to manning.com
  • 9. Copyright For online information and ordering of these and other Manning books, please visit manning.com. The publisher offers discounts on these books when ordered in quantity. For more information, please contact Special Sales Department Manning Publications Co. 20 Baldwin Road PO Box 761 Shelter Island, NY 11964 Email: [email protected] ©2021 by Manning Publications Co. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by means electronic, mechanical, photocopying, or otherwise, without prior written permission of the publisher. Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in the book, and Manning Publications was aware of a trademark claim, the designations have been printed in initial caps or all caps.
  • 10. ♾ Recognizing the importance of preserving what has been written, it is Manning’s policy to have the books we publish printed on acid-free paper, and we exert our best efforts to that end. Recognizing also our responsibility to conserve the resources of our planet, Manning books are printed on paper that is at least 15 percent recycled and processed without the use of elemental chlorine. Manning Publications Co. 20 Baldwin Road Technical PO Box 761 Shelter Island, NY 11964 Development editor: Dustin Archibald
  • 11. Technical development editor: Al Krinker Review editor: Aleks Dragosavljević Production editor: Deirdre S. Hiam Proofreader: Katie Tennant Technical proofreader: Sam Brown Typesetter and cover designer: Marija Tudor
  • 13. contents preface acknowledgments about this book about the authors about the cover illustration Part 1. Background 1 Why GitOps? 1.1 Evolution to GitOps Traditional Ops DevOps GitOps 1.2 Developer benefits of GitOps Infrastructure as code Self-service Code reviews Git pull requests 1.3 Operational benefits of GitOps Declarative Observability Auditability and compliance Disaster recovery 2 Kubernetes and GitOps
  • 14. 2.1 Kubernetes introduction What is Kubernetes? Other container orchestrators Kubernetes architecture Deploying to Kubernetes 2.2 Declarative vs. imperative object management How declarative configuration works 2.3 Controller architecture Controller delegation Controller pattern NGINX operator 2.4 Kubernetes + GitOps 2.5 Getting started with CI/CD Basic GitOps operator Continuous integration pipeline Part 2. Patterns and processes 3 Environment management
  • 15. 3.1 Introduction to environment management Components of an environment Namespace management Network isolation Preprod and prod clusters 3.2 Git strategies Single branch (multiple directories) Multiple branches Multirepo vs. monorepo 3.3 Configuration management Helm Kustomize Jsonnet Configuration management summary 3.4 Durable vs. ephemeral environments 4 Pipelines 4.1 Stages in CI/CD pipelines GitOps continuous integration GitOps continuous delivery 4.2 Driving promotions Code vs. manifest vs. app config Code and image promotion Environment promotion Putting it all together 4.3 Other pipelines Rollback Compliance pipeline 5 Deployment strategies
  • 16. 5.1 Deployment basics Why ReplicaSet is not a good fit for GitOps How Deployment works with ReplicaSets Traffic routing Configuring minikube for other strategies 5.2 Blue-green Blue-green with Deployment Blue-green with Argo Rollouts 5.3 Canary Canary with Deployment Canary with Argo Rollouts 5.4 Progressive delivery Progressive delivery with Argo Rollouts 6 Access control and security 6.1 Introduction to access control What is access control? What to secure Access control in GitOps 6.2 Access limitations Git repository access Kubernetes RBAC Image registry access 6.3 Patterns Full access Deployment repo access Code access only 6.4 Security concerns Preventing image pull from untrusted registries Cluster-level resources in a Git repository 7 Secrets
  • 17. 7.1 Kubernetes Secrets Why use Secrets? How to use Secrets 7.2 GitOps and Secrets No encryption Distributed Git repos No granular (file-level) access control Insecure storage Full commit history 7.3 Secrets management strategies Storing Secrets in Git Baking Secrets into the container image Out-of-band management External Secrets management systems Encrypting Secrets in Git Comparison of strategies 7.4 Tooling HashiCorp Vault Vault Agent Sidecar Injector Sealed Secrets Kustomize Secret generator plugin 8 Observability
  • 18. 8.1 What is observability? Event logging Metrics Tracing Visualization Importance of observability in GitOps 8.2 Application health Resource status Readiness and liveness Application monitoring and alerting 8.3 GitOps observability GitOps metrics Application sync status Configuration drift GitOps change log Part 3. Tools 9 Argo CD
  • 19. 9.1 What is Argo CD? Main use cases Core concepts Sync and health statuses Architecture 9.2 Deploy your first application Deploying the first application Inspect the application using the user interface 9.3 Deep dive into Argo CD features GitOps-driven deployment Resource hooks Postdeployment verification 9.4 Enterprise features Single sign-on Access control Declarative management 10 Jenkins X 10.1 What is Jenkins X? 10.2 Exploring Prow, Jenkins X pipeline operator, and Tekton 10.3 Importing projects into Jenkins X Importing a project Promoting a release to the production environment 11 Flux
  • 20. 11.1 What is Flux? What Flux does Docker registry scanning Architecture 11.2 Simple application deployment Deploying the first application Observing application state Upgrading the deployment image Using Kustomize for manifest generation Securing deployment using GPG 11.3 Multitenancy with Flux appendix A. Setting up a test Kubernetes cluster appendix B. Setting up GitOps tools appendix C. Configuring GPG key index
  • 21. front matter preface As Intuit embarked on the journey from on-premises to cloud-native, the journey itself presented an opportunity to reinvent our build and deployment process. Similar to many large enterprises, our old deployment process was data- center-centric with separate QA, Ops, and Infrastructure teams. Code could take weeks to get deployed, and developers had no access to infrastructure when there were production issues. Infrastructure issues could take a long time to resolve and required many groups’ collaboration. As Marianna Tessel (Intuit CTO) and Jeff Brewer (Intuit SBSEG chief architect) decided to bet big on Kubernetes and Docker, we were fortunate to be the first team to fully migrate one of our production applications with Kubernetes and Docker. Along the way, we got to reinvent our CI/CD pipeline and adopt the GitOps process. Jesse and Alex created Argo CD (CNCF incubator project) to address enterprise needs for GitOps. Todd and his team created world-class cluster management tools so we can scale out to hundreds of clusters with ease. Having a standard like Kubernetes and Docker enables all engineers to speak a common language in terms of infrastructure and deployment. Engineers can easily
  • 22. contribute to other projects and deploy as soon as the development process is complete. GitOps also allows us to know exactly who and what gets changed in our environments, which is especially important if you are subject to compliance requirements. We cannot imagine going back to the old way we did deployment, and we hope that this book can help accelerate your journey to embrace GitOps! acknowledgments This book turned out to be an 18-month journey that required a lot of work and additional research to tell the complete story. We believe that we have delivered what we set out to do, and it is a great book for anyone who wants to adopt GitOps and Kubernetes. There are quite a few people we’d like to thank for helping us along the way. At Manning, we would like to thank our development editor, Dustin Archibald, project editor, Deirdre Hiam, proofreader, Katie Tennant, and reviewing editor, Aleks Dragosavljevic. We want to thank Marianna Tessel and Jeff Brewer, who provided us the opportunity and freedom to transform and experiment with GitOps and Kubernetes. We would also like to thank Pratik Wadher, Saradhi Sreegiriaju, Mukulika Kupas, and Edward Lee for their guidance throughout the process. We want to call out Viktor Farcic and Oscar Medina for their insightful contributions to the Jenkins X chapter.
  • 23. To all the reviewers: Andres Damian Sacco, Angelo Simone Scotto, Björn Neuhaus, Chris Viner, Clifford Thurber, Conor Redmond, Diego Casella, James Liu, Jaume López, Jeremy Bryan, Jerome Meyer, John Guthrie, Marco Massenzio, Matthieu Evrin, Mike Ensor, Mike Jensen, Roman Zhuzha, Samuel Brown, Satej Kumar Sahu, Sean T. Booker, Wendell Beckwith, and Zorodzayi Mukuya, we say thank you. Your suggestions helped make this a better book. For Jeff Brewer, who inspired us all for this awesome transformation journey! about this book Who this book is for This book is intended for both Kubernetes infrastructure and operation engineers and software developers who want to deploy applications to Kubernetes through a declarative model using the GitOps process. It will benefit anyone looking to improve the stability, reliability, security, and auditability of their Kubernetes clusters while at the same time reducing operational costs through automated continuous software deployments. Readers are expected to have a working knowledge of Kubernetes (Deployment, Pod, Service, and Ingress resources, for example) as well as an understanding of modern software development practices including continuous integration/continuous deployment (CI/CD),
  • 24. revision control systems (such as Git), and deployment/infrastructure automation. Who this book is not for Advanced users who have successfully implemented a mature GitOps system may be better off reading a more advanced book on their chosen tool. This book is not intended to cover all aspects of Kubernetes in depth. While we cover many Kubernetes concepts that are relevant to GitOps, readers looking for a comprehensive guide to Kubernetes should look at the other great books and online resources available on the topic. How this book is organized: A roadmap This book describes the benefits of GitOps on Kubernetes, including flexible configuration management, monitoring, robustness, multienvironment support, and security. You will learn the best practices, techniques, and tools to achieve these benefits, which enable enterprises to use Kubernetes to accelerate application development without compromising on stability, reliability, or security. You will also gain in-depth understanding of the following topics: Multiple-environment management with branching, namespace, and configuration Access control with Git, Kubernetes, and pipelines
  • 25. Pipeline considerations with CI/CD, promotion, push/pull, and release/rollback Observability and drift detection Managing Secrets Deployment strategy selection among rolling update, blue/green, canary, and progressive delivery This book takes a hands-on approach with tutorials and exercises to develop the skills you need to embrace GitOps using Kubernetes. After reading this book, you will know how to implement a declarative continuous delivery system for your applications running on Kubernetes. This book contains hands-on tutorials on Getting started with managing Kubernetes application deployments Configuration and environment management using Kustomize Writing your own basic Kubernetes continuous delivery (CD) operator Implementing CI/CD using Argo CD,1 Jenkins X,2 and Flux3 IMPERATIVE VS. DECLARATIVE There are two basic ways to deploy Kubernetes: imperatively using many kubectl commands or declaratively by writing manifests and using kubectl apply. The former is useful for learning and interactive experimentation. The latter is best for reproducible deployments and tracking changes. This book is intended for you to follow along, running the hands-on portion of the tutorials, using your own test Kubernetes cluster. Appendix A describes several options for creating a test cluster.
  • 26. There are many code listings contained in the book. All code listings and additional supporting material can be found in the publicly accessible GitHub repository for this book: https://github.com/gitopsbook/resources We encourage you to clone or fork this repository and use it as you work through the tutorials and exercises in the book. The following tools and utilities should be installed on your workstation: Kubectl (v1.16 or later) Minikube (v1.4 or later) Bash or the Windows Subsystem for Linux (WSL) Most tutorials and exercises can be completed using a minikube running on your workstation. If not, we will mention if the cluster running on a cloud provider is needed, and you can refer to appendix A for details on creating the cluster. NOTE You may incur additional costs for running a test Kubernetes cluster on a cloud provider. While we have attempted to reduce the cost of the recommended test configuration as much as possible, remember you are responsible for these costs. We recommend you delete your test cluster after completing each tutorial or exercise. This book has 3 parts that cover 11 chapters. Part 1 covers the background and introduces GitOps and Kubernetes: Chapter 1 walks you through the journey of software deployment evolution and how GitOps became the latest practice. It also covers the many key concepts and benefits of GitOps.
  • 27. Chapter 2 provides key concepts on Kubernetes and why its declarative nature is perfect for GitOps. It also covers the core operator concept and how to implement a simple GitOps operator. Part 2 goes over the patterns and processes to adopt the GitOps process: Chapter 3 discusses the definition of an environment and how Kubernetes Namespaces nicely map as environments. It also covers branching strategy and config management to your environment implementation. Chapter 4 goes deep into the GitOps CI/CD pipeline with comprehensive descriptions of all stages necessary for a complete pipeline. It also covers code, image, and environment promotion as well as the rollback mechanism. Chapter 5 describes various deployment strategies, including rolling update, blue/green, canary, and progressive delivery. It also covers how to implement each strategy by using native Kubernetes resources and other open source tools. Chapter 6 discusses GitOps-driven deployment’s attack surfaces and how to mitigate each area. It also reviews Jsonnet, Kustomize, and Helm and how to choose the right configuration management pattern for your use cases. Chapter 7 discusses various strategies for managing Secrets for GitOps. It also covers several Secret management tools as well as native Kubernetes Secrets.
  • 28. Chapter 8 explains the core concepts of observability and why it is important to GitOps. It also describes various methods to implement observability with GitOps and Kubernetes. Part 3 goes over several enterprise-grade GitOps tools: Chapter 9 discusses the intent and architecture for Argo CD. It also covers configuring application deployment using Argo CD and how to secure Argo CD in production. Chapter 10 discusses the intent and architecture for Jenkins X. It also covers configuring application deployment and promotion to various environments. Chapter 11 discusses the intent and motivation for Flux. It also covers configuring application deployment using Flux and multitenancy.
  • 29. The book was organized to read all the chapters in sequential order. However, if there is a particular area of interest you’d like to jump
  • 30. into, we recommend you read the prerequisite chapters. For example, if you would like to jump right into learning to use Argo CD, we recommend you read chapters 1, 2, 3, and 5 before reading chapter 9. About the code This book contains many examples of source code both in numbered listings and inline with normal text. In both cases, source code is formatted in a fixed-width font to separate it from ordinary text. Sometimes, code is also in bold to highlight code that has changed from previous steps in the chapter, such as when a new feature adds to an existing line of code. In many cases, the original source code has been reformatted; we’ve added line breaks and reworked indentation to accommodate the available page space in the book. Additionally, comments in the source code have often been removed from the listings when the code is described in the text. Code annotations accompany many of the listings, highlighting important concepts. Source code for the examples in this book is available for download from https://github.com/gitopsbook /resources. liveBook discussion forum Purchase of GitOps and Kubernetes includes free access to a private web forum run by Manning Publications where you can make comments about the book, ask technical questions, and receive help from the authors and from other users. To access the forum, go to
  • 31. https://livebook.manning.com/book/GitOps-and- Kubernetes/discussion. You can also learn more about Manning’s forums and the rules of conduct at https:// livebook.manning.com/#!/discussion. Manning’s commitment to our readers is to provide a venue where a meaningful dialogue between individual readers and between readers and authors can take place. It is not a commitment to any specific amount of participation on the part of the authors, whose contribution to the forum remains voluntary (and unpaid). We suggest you try asking them some challenging questions lest their interest stray! The forum and the archives of previous discussions will be accessible from the publisher’s website as long as the book is in print. about the authors Billy Yuen is a principal engineer with Intuit’s Platform team, focusing on AWS and Kubernetes adoption, system resiliency, and monitoring. Previously, Billy worked on Netflix’s Edge Services team to build the next generation of edge-service infrastructure to support millions of customers (more than 3 billion requests per day) with high scalability, resilience to failure, and rapid innovation. Billy was a speaker at Java One 2016 and Velocity NY 2016 on “Operational Excellence with Netflix Hystrix,” “CI/CD at Lightspeed” at KubeCon 2018, and “Automated Canary Release” at Container World 2019.
  • 32. Alexander Matyushentsev is a principal engineer on the Intuit Platform team, focusing on building tools that make it easier to use Kubernetes. Alexander is passionate about open source, cloud-native infrastructure, and tools that increase developers’ productivity. He is one of the core contributors to the Argo Workflows and Argo CD projects. Alexander was a speaker at KubeCon 2019 on “How Intuit Does Canary and Blue-Green Deployments with a K8s Controller.” Todd Ekenstam is a principal engineer at Intuit, building a platform for secure, multitenant Kubernetes infrastructure supporting applications serving Intuit’s approximately 50 million customers. Todd has worked on a variety of large- scale distributed systems projects during his career of more than 25 years, including hierarchical storage management, peer-to-peer database replication, enterprise storage virtualization, and two-factor authentication SaaS. Todd has presented at academic, government, and industry conferences, most recently as a guest speaker on “Introduction to Open Policy Agent” at KubeCon 2018. Jesse Suen is a principal engineer on the Intuit Platform team, developing microservices-based, distributed applications for Kubernetes. He was an early engineer at Applatix (acquired by Intuit), building a platform to help users run containerized workloads in the public cloud. Before that, he was part of the engineering team at Tintri and Data Domain, working on virtualized infrastructure, storage, tooling, and automation. Jesse is one of the core
  • 33. Another Random Scribd Document with Unrelated Content
  • 34. Transcriber’s Notes Retained publication information from the printed edition: this eBook is public-domain in the country of publication. Corrected a few palpable typos. Re-arranged text in captions closer to the corresponding image. Expanded ambiguous references to illustrations, e.g. “Figure D” to “Figure 16D” Added one section heading, “The First Big Lake” to match the table of contents. Included a transcription of the text within some images, with estimated scale readings from charts. In the text versions only, text in italics is delimited by _underscores_.
  • 35. *** END OF THE PROJECT GUTENBERG EBOOK CREATION OF THE TETON LANDSCAPE: THE GEOLOGIC STORY OF GRAND TETON NATIONAL PARK *** Updated editions will replace the previous one—the old editions will be renamed. Creating the works from print editions not protected by U.S. copyright law means that no one owns a United States copyright in these works, so the Foundation (and you!) can copy and distribute it in the United States without permission and without paying copyright royalties. Special rules, set forth in the General Terms of Use part of this license, apply to copying and distributing Project Gutenberg™ electronic works to protect the PROJECT GUTENBERG™ concept and trademark. Project Gutenberg is a registered trademark, and may not be used if you charge for an eBook, except by following the terms of the trademark license, including paying royalties for use of the Project Gutenberg trademark. If you do not charge anything for copies of this eBook, complying with the trademark license is very easy. You may use this eBook for nearly any purpose such as creation of derivative works, reports, performances and research. Project Gutenberg eBooks may be modified and printed and given away—you may do practically ANYTHING in the United States with eBooks not protected by U.S. copyright law. Redistribution is subject to the trademark license, especially commercial redistribution. START: FULL LICENSE
  • 36. THE FULL PROJECT GUTENBERG LICENSE
  • 37. PLEASE READ THIS BEFORE YOU DISTRIBUTE OR USE THIS WORK To protect the Project Gutenberg™ mission of promoting the free distribution of electronic works, by using or distributing this work (or any other work associated in any way with the phrase “Project Gutenberg”), you agree to comply with all the terms of the Full Project Gutenberg™ License available with this file or online at www.gutenberg.org/license. Section 1. General Terms of Use and Redistributing Project Gutenberg™ electronic works 1.A. By reading or using any part of this Project Gutenberg™ electronic work, you indicate that you have read, understand, agree to and accept all the terms of this license and intellectual property (trademark/copyright) agreement. If you do not agree to abide by all the terms of this agreement, you must cease using and return or destroy all copies of Project Gutenberg™ electronic works in your possession. If you paid a fee for obtaining a copy of or access to a Project Gutenberg™ electronic work and you do not agree to be bound by the terms of this agreement, you may obtain a refund from the person or entity to whom you paid the fee as set forth in paragraph 1.E.8. 1.B. “Project Gutenberg” is a registered trademark. It may only be used on or associated in any way with an electronic work by people who agree to be bound by the terms of this agreement. There are a few things that you can do with most Project Gutenberg™ electronic works even without complying with the full terms of this agreement. See paragraph 1.C below. There are a lot of things you can do with Project Gutenberg™ electronic works if you follow the terms of this agreement and help preserve free future access to Project Gutenberg™ electronic works. See paragraph 1.E below.
  • 38. 1.C. The Project Gutenberg Literary Archive Foundation (“the Foundation” or PGLAF), owns a compilation copyright in the collection of Project Gutenberg™ electronic works. Nearly all the individual works in the collection are in the public domain in the United States. If an individual work is unprotected by copyright law in the United States and you are located in the United States, we do not claim a right to prevent you from copying, distributing, performing, displaying or creating derivative works based on the work as long as all references to Project Gutenberg are removed. Of course, we hope that you will support the Project Gutenberg™ mission of promoting free access to electronic works by freely sharing Project Gutenberg™ works in compliance with the terms of this agreement for keeping the Project Gutenberg™ name associated with the work. You can easily comply with the terms of this agreement by keeping this work in the same format with its attached full Project Gutenberg™ License when you share it without charge with others. 1.D. The copyright laws of the place where you are located also govern what you can do with this work. Copyright laws in most countries are in a constant state of change. If you are outside the United States, check the laws of your country in addition to the terms of this agreement before downloading, copying, displaying, performing, distributing or creating derivative works based on this work or any other Project Gutenberg™ work. The Foundation makes no representations concerning the copyright status of any work in any country other than the United States. 1.E. Unless you have removed all references to Project Gutenberg: 1.E.1. The following sentence, with active links to, or other immediate access to, the full Project Gutenberg™ License must appear prominently whenever any copy of a Project Gutenberg™ work (any work on which the phrase “Project Gutenberg” appears, or with which the phrase “Project Gutenberg” is associated) is accessed, displayed, performed, viewed, copied or distributed:
  • 39. This eBook is for the use of anyone anywhere in the United States and most other parts of the world at no cost and with almost no restrictions whatsoever. You may copy it, give it away or re-use it under the terms of the Project Gutenberg License included with this eBook or online at www.gutenberg.org. If you are not located in the United States, you will have to check the laws of the country where you are located before using this eBook. 1.E.2. If an individual Project Gutenberg™ electronic work is derived from texts not protected by U.S. copyright law (does not contain a notice indicating that it is posted with permission of the copyright holder), the work can be copied and distributed to anyone in the United States without paying any fees or charges. If you are redistributing or providing access to a work with the phrase “Project Gutenberg” associated with or appearing on the work, you must comply either with the requirements of paragraphs 1.E.1 through 1.E.7 or obtain permission for the use of the work and the Project Gutenberg™ trademark as set forth in paragraphs 1.E.8 or 1.E.9. 1.E.3. If an individual Project Gutenberg™ electronic work is posted with the permission of the copyright holder, your use and distribution must comply with both paragraphs 1.E.1 through 1.E.7 and any additional terms imposed by the copyright holder. Additional terms will be linked to the Project Gutenberg™ License for all works posted with the permission of the copyright holder found at the beginning of this work. 1.E.4. Do not unlink or detach or remove the full Project Gutenberg™ License terms from this work, or any files containing a part of this work or any other work associated with Project Gutenberg™. 1.E.5. Do not copy, display, perform, distribute or redistribute this electronic work, or any part of this electronic work, without prominently displaying the sentence set forth in paragraph 1.E.1
  • 40. with active links or immediate access to the full terms of the Project Gutenberg™ License. 1.E.6. You may convert to and distribute this work in any binary, compressed, marked up, nonproprietary or proprietary form, including any word processing or hypertext form. However, if you provide access to or distribute copies of a Project Gutenberg™ work in a format other than “Plain Vanilla ASCII” or other format used in the official version posted on the official Project Gutenberg™ website (www.gutenberg.org), you must, at no additional cost, fee or expense to the user, provide a copy, a means of exporting a copy, or a means of obtaining a copy upon request, of the work in its original “Plain Vanilla ASCII” or other form. Any alternate format must include the full Project Gutenberg™ License as specified in paragraph 1.E.1. 1.E.7. Do not charge a fee for access to, viewing, displaying, performing, copying or distributing any Project Gutenberg™ works unless you comply with paragraph 1.E.8 or 1.E.9. 1.E.8. You may charge a reasonable fee for copies of or providing access to or distributing Project Gutenberg™ electronic works provided that: • You pay a royalty fee of 20% of the gross profits you derive from the use of Project Gutenberg™ works calculated using the method you already use to calculate your applicable taxes. The fee is owed to the owner of the Project Gutenberg™ trademark, but he has agreed to donate royalties under this paragraph to the Project Gutenberg Literary Archive Foundation. Royalty payments must be paid within 60 days following each date on which you prepare (or are legally required to prepare) your periodic tax returns. Royalty payments should be clearly marked as such and sent to the Project Gutenberg Literary Archive Foundation at the address specified in Section 4, “Information
  • 41. about donations to the Project Gutenberg Literary Archive Foundation.” • You provide a full refund of any money paid by a user who notifies you in writing (or by e-mail) within 30 days of receipt that s/he does not agree to the terms of the full Project Gutenberg™ License. You must require such a user to return or destroy all copies of the works possessed in a physical medium and discontinue all use of and all access to other copies of Project Gutenberg™ works. • You provide, in accordance with paragraph 1.F.3, a full refund of any money paid for a work or a replacement copy, if a defect in the electronic work is discovered and reported to you within 90 days of receipt of the work. • You comply with all other terms of this agreement for free distribution of Project Gutenberg™ works. 1.E.9. If you wish to charge a fee or distribute a Project Gutenberg™ electronic work or group of works on different terms than are set forth in this agreement, you must obtain permission in writing from the Project Gutenberg Literary Archive Foundation, the manager of the Project Gutenberg™ trademark. Contact the Foundation as set forth in Section 3 below. 1.F. 1.F.1. Project Gutenberg volunteers and employees expend considerable effort to identify, do copyright research on, transcribe and proofread works not protected by U.S. copyright law in creating the Project Gutenberg™ collection. Despite these efforts, Project Gutenberg™ electronic works, and the medium on which they may be stored, may contain “Defects,” such as, but not limited to, incomplete, inaccurate or corrupt data, transcription errors, a copyright or other intellectual property infringement, a defective or
  • 42. damaged disk or other medium, a computer virus, or computer codes that damage or cannot be read by your equipment. 1.F.2. LIMITED WARRANTY, DISCLAIMER OF DAMAGES - Except for the “Right of Replacement or Refund” described in paragraph 1.F.3, the Project Gutenberg Literary Archive Foundation, the owner of the Project Gutenberg™ trademark, and any other party distributing a Project Gutenberg™ electronic work under this agreement, disclaim all liability to you for damages, costs and expenses, including legal fees. YOU AGREE THAT YOU HAVE NO REMEDIES FOR NEGLIGENCE, STRICT LIABILITY, BREACH OF WARRANTY OR BREACH OF CONTRACT EXCEPT THOSE PROVIDED IN PARAGRAPH 1.F.3. YOU AGREE THAT THE FOUNDATION, THE TRADEMARK OWNER, AND ANY DISTRIBUTOR UNDER THIS AGREEMENT WILL NOT BE LIABLE TO YOU FOR ACTUAL, DIRECT, INDIRECT, CONSEQUENTIAL, PUNITIVE OR INCIDENTAL DAMAGES EVEN IF YOU GIVE NOTICE OF THE POSSIBILITY OF SUCH DAMAGE. 1.F.3. LIMITED RIGHT OF REPLACEMENT OR REFUND - If you discover a defect in this electronic work within 90 days of receiving it, you can receive a refund of the money (if any) you paid for it by sending a written explanation to the person you received the work from. If you received the work on a physical medium, you must return the medium with your written explanation. The person or entity that provided you with the defective work may elect to provide a replacement copy in lieu of a refund. If you received the work electronically, the person or entity providing it to you may choose to give you a second opportunity to receive the work electronically in lieu of a refund. If the second copy is also defective, you may demand a refund in writing without further opportunities to fix the problem. 1.F.4. Except for the limited right of replacement or refund set forth in paragraph 1.F.3, this work is provided to you ‘AS-IS’, WITH NO OTHER WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED,
  • 43. INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PURPOSE. 1.F.5. Some states do not allow disclaimers of certain implied warranties or the exclusion or limitation of certain types of damages. If any disclaimer or limitation set forth in this agreement violates the law of the state applicable to this agreement, the agreement shall be interpreted to make the maximum disclaimer or limitation permitted by the applicable state law. The invalidity or unenforceability of any provision of this agreement shall not void the remaining provisions. 1.F.6. INDEMNITY - You agree to indemnify and hold the Foundation, the trademark owner, any agent or employee of the Foundation, anyone providing copies of Project Gutenberg™ electronic works in accordance with this agreement, and any volunteers associated with the production, promotion and distribution of Project Gutenberg™ electronic works, harmless from all liability, costs and expenses, including legal fees, that arise directly or indirectly from any of the following which you do or cause to occur: (a) distribution of this or any Project Gutenberg™ work, (b) alteration, modification, or additions or deletions to any Project Gutenberg™ work, and (c) any Defect you cause. Section 2. Information about the Mission of Project Gutenberg™ Project Gutenberg™ is synonymous with the free distribution of electronic works in formats readable by the widest variety of computers including obsolete, old, middle-aged and new computers. It exists because of the efforts of hundreds of volunteers and donations from people in all walks of life. Volunteers and financial support to provide volunteers with the assistance they need are critical to reaching Project Gutenberg™’s goals and ensuring that the Project Gutenberg™ collection will
  • 44. remain freely available for generations to come. In 2001, the Project Gutenberg Literary Archive Foundation was created to provide a secure and permanent future for Project Gutenberg™ and future generations. To learn more about the Project Gutenberg Literary Archive Foundation and how your efforts and donations can help, see Sections 3 and 4 and the Foundation information page at www.gutenberg.org. Section 3. Information about the Project Gutenberg Literary Archive Foundation The Project Gutenberg Literary Archive Foundation is a non-profit 501(c)(3) educational corporation organized under the laws of the state of Mississippi and granted tax exempt status by the Internal Revenue Service. The Foundation’s EIN or federal tax identification number is 64-6221541. Contributions to the Project Gutenberg Literary Archive Foundation are tax deductible to the full extent permitted by U.S. federal laws and your state’s laws. The Foundation’s business office is located at 809 North 1500 West, Salt Lake City, UT 84116, (801) 596-1887. Email contact links and up to date contact information can be found at the Foundation’s website and official page at www.gutenberg.org/contact Section 4. Information about Donations to the Project Gutenberg Literary Archive Foundation Project Gutenberg™ depends upon and cannot survive without widespread public support and donations to carry out its mission of increasing the number of public domain and licensed works that can be freely distributed in machine-readable form accessible by the widest array of equipment including outdated equipment. Many
  • 45. small donations ($1 to $5,000) are particularly important to maintaining tax exempt status with the IRS. The Foundation is committed to complying with the laws regulating charities and charitable donations in all 50 states of the United States. Compliance requirements are not uniform and it takes a considerable effort, much paperwork and many fees to meet and keep up with these requirements. We do not solicit donations in locations where we have not received written confirmation of compliance. To SEND DONATIONS or determine the status of compliance for any particular state visit www.gutenberg.org/donate. While we cannot and do not solicit contributions from states where we have not met the solicitation requirements, we know of no prohibition against accepting unsolicited donations from donors in such states who approach us with offers to donate. International donations are gratefully accepted, but we cannot make any statements concerning tax treatment of donations received from outside the United States. U.S. laws alone swamp our small staff. Please check the Project Gutenberg web pages for current donation methods and addresses. Donations are accepted in a number of other ways including checks, online payments and credit card donations. To donate, please visit: www.gutenberg.org/donate. Section 5. General Information About Project Gutenberg™ electronic works Professor Michael S. Hart was the originator of the Project Gutenberg™ concept of a library of electronic works that could be freely shared with anyone. For forty years, he produced and distributed Project Gutenberg™ eBooks with only a loose network of volunteer support.
  • 46. Project Gutenberg™ eBooks are often created from several printed editions, all of which are confirmed as not protected by copyright in the U.S. unless a copyright notice is included. Thus, we do not necessarily keep eBooks in compliance with any particular paper edition. Most people start at our website which has the main PG search facility: www.gutenberg.org. This website includes information about Project Gutenberg™, including how to make donations to the Project Gutenberg Literary Archive Foundation, how to help produce our new eBooks, and how to subscribe to our email newsletter to hear about new eBooks.
  • 48. back
  • 49. back
  • 50. back
  • 52. back
  • 53. Welcome to our website – the ideal destination for book lovers and knowledge seekers. With a mission to inspire endlessly, we offer a vast collection of books, ranging from classic literary works to specialized publications, self-development books, and children's literature. Each book is a new journey of discovery, expanding knowledge and enriching the soul of the reade Our website is not just a platform for buying books, but a bridge connecting readers to the timeless values of culture and wisdom. With an elegant, user-friendly interface and an intelligent search system, we are committed to providing a quick and convenient shopping experience. Additionally, our special promotions and home delivery services ensure that you save time and fully enjoy the joy of reading. Let us accompany you on the journey of exploring knowledge and personal growth! textbookfull.com