File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed
Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -102,9 +102,9 @@ def get_version():
102102 }
103103
104104# Ignore link check for the following websites
105- # linkcheck_ignore = [
106- # 'https://SDN.systemspproach.org /',
107- # ]
105+ linkcheck_ignore = [
106+ 'https://www.amazon.com /' ,'https://amzn.to/'
107+ ]
108108
109109# -- Options for HTML output -------------------------------------------------
110110
Original file line number Diff line number Diff line change @@ -339,14 +339,16 @@ running in commodity switches. The microservice architecture is
339339another example of disaggregation—it breaks monolithic cloud
340340applications into a mesh of single-function components. Disaggregation
341341is widely viewed as an essential step in accelerating feature velocity.
342- This is the opportunity side of the story, which is nicely summarized
343- by Weaveworks.
342+ This is the opportunity side of the story, which is one of the
343+ widely-claimed benefits of cloud-native application architectures. A
344+ useful, if opinionated, view on such architectures is the Twelve-Factor
345+ App.
344346
345347.. _reading_disaggregate :
346348.. admonition :: Further Reading
347349
348- Weaveworks . `What You Need to Know for Cloud Native
349- <https://www.weave.works/technologies/going-cloud-native-6-essential-things-you-need-to-know > `__.
350+ Adam Wiggins . `The Twelve-Factor App.
351+ <https://12factor.net/ > `__.
350352
351353The challenge side of the story is that there are many more moving
352354parts that have to be integrated, coordinated, and managed. Circling
Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ points throughout this chapter.
110110.. _reading_gitops :
111111.. admonition :: Further Reading
112112
113- Weaveworks . `Guide to GitOps
114- <https://www.weave.works/technologies/ gitops/> `__.
113+ Red Hat . `An Illustrated Guide to GitOps
114+ <https://www.redhat.com/architect/illustrated-guide- gitops/> `__.
115115
116116The third repository shown in :numref: `Figure %s <fig-pipeline >` is
117117the Code Repo (on the far left). Although not explicitly indicated,
@@ -838,7 +838,7 @@ attack surface that needs to be protected.
838838 `git-crypt - transparent file encryption in git
839839 <https://github.com/AGWA/git-crypt/blob/master/README.md> `__.
840840
841- `"Sealed Secrets" for Kubernetes <https://github.com/bitnami-labs/sealed-secrets#readme >`__.
841+ `"Sealed Secrets" for Kubernetes <https://github.com/bitnami-labs/sealed-secrets >`__.
842842
8438434.7 What about GitOps?
844844----------------------
You can’t perform that action at this time.
0 commit comments