Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Fixes navigation of development and operations paths #572

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ with 1.6.10 version and perform an automatic rolling upgrade to 1.7.2 using kops

=== Create cluster

Review steps to create link:../prereqs.adoc[prereqs] and make sure `KOPS_STATE_STORE` and `AWS_AVAILABILITY_ZONES` environment variables are set. More details about creating a cluster are at link:../cluster-install[Create Kubernetes cluster using kops].
Review steps to create link:../../01-path-basics/101-start-here#install-kops[prereqs] and make sure `KOPS_STATE_STORE` and `AWS_AVAILABILITY_ZONES` environment variables are set.
More details about creating a cluster are at link:../../01-path-basics/102-your-first-cluster#alternative-create-a-kubernetes-cluster-with-kops[Create Kubernetes cluster using kops].


In this chapter, we'll create a Kubernetes 1.6.10 version cluster as shown:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,6 @@ You are now ready to continue on with the workshop!

[align="center", cols="1", grid="none", frame="none"]
|=====
|image:button-continue-operations.png[link=../../02-path-working-with-clusters/204-cluster-logging-with-EFK]
|image:button-continue-operations.png[link=../../02-path-working-with-clusters/205-cluster-autoscaling]
|link:../../operations-path.adoc[Go to Operations Index]
|=====
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,6 @@ You are now ready to continue on with the workshop!

[align="center", cols="1", grid="none", frame="none"]
|=====
|image:button-continue-operations.png[link=../../02-path-working-with-clusters/205-cluster-autoscaling]
|image:button-continue-operations.png[link=../../02-path-working-with-clusters/206-cloudformation-and-terraform]
|link:../../operations-path.adoc[Go to Operations Index]
|=====
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ You are now ready to continue on with the workshop!
[align="center", cols="2", grid="none", frame="none"]
|=====
|image:button-continue-standard.png[link=../../05-path-next-steps/502-for-further-reading]
|image:button-continue-developer.png[link=../../03-path-application-development/305-app-tracing-with-jaeger-and-x-ray]
|image:button-continue-developer.png[link=../../03-path-application-development/306-app-tracing-with-jaeger-and-x-ray]
|link:../../standard-path.adoc[Go to Standard Index]
|link:../../developer-path.adoc[Go to Developer Index]
|=====
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ In September 2017, Jaeger became a member of the link:https://www.cncf.io/[CNCF]

== Pre-requisites

A 3 master nodes and 5 worker nodes cluster as explained at link:../cluster-install#multi-master-multi-node-multi-az-gossip-based-cluster[] is used for this chapter.
A 3 master nodes and 5 worker nodes cluster as explained at link:../../../01-path-basics/102-your-first-cluster#alternative-create-a-kubernetes-cluster-with-kops[Create a Kubernetes Cluster with kops] is used for this chapter.

We will use the Istio service mesh sample application, so follow these steps to link:../../service-mesh#install-istio[install istio] and link:../../service-mesh#deploying-the-sample-application[deploy the sample application].
We will use the Istio service mesh sample application, so follow these steps to link:../../../02-path-working-with-clusters/202-service-mesh#install-istio[install istio] and link:../../../02-path-working-with-clusters/202-service-mesh#deploying-the-sample-application[deploy the sample application].
Check that you can see the BookInfo product page in your browser, as seen below.

image::bookinfo.png[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Once you've explored link:x-ray[X-Ray] and link:jaeger[Jaeger], you are ready to

[align="center", cols="1", grid="none", frame="none"]
|=====
|image:button-continue-developer.png[link=../../03-path-application-development/306-app-management-with-helm]
|image:button-continue-developer.png[link=../../03-path-application-development/307-app-management-with-helm]
|link:../../developer-path.adoc[Go to Developer Index]
|=====
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,6 @@ You are now ready to continue on with the workshop!

[align="center", cols="1", grid="none", frame="none"]
|=====
|image:button-continue-developer.png[link=../../03-path-application-development/307-statefulsets-and-pvs]
|image:button-continue-developer.png[link=../../03-path-application-development/308-statefulsets-and-pvs]
|link:../../developer-path.adoc[Go to Developer Index]
|=====
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,6 @@ You are now ready to continue on with the workshop!

[align="center", cols="1", grid="none", frame="none"]
|=====
|image:button-continue-developer.png[link=../../03-path-application-development/308-cicd-workflows/]
|image:button-continue-developer.png[link=../../03-path-application-development/311-chaos-engineering/]
|link:../../developer-path.adoc[Go to Developer Index]
|=====
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Once you've looked at the options above, you are ready to continue with the work

[align="center", cols="1", grid="none", frame="none"]
|=====
|image:button-continue-developer.png[link=../../03-path-application-development/309-deploying-a-chart-repository]
|image:button-continue-developer.png[link=../../03-path-application-development/310-deploying-a-chart-repository]
|link:../../developer-path.adoc[Go to Developer Index]
|=====
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,6 @@ You are now ready to continue on with the workshop!

[align="center", cols="1", grid="none", frame="none"]
|=====
|image:button-continue-developer.png[link=../../03-path-application-development/310-chaos-engineering]
|image:button-continue-developer.png[link=../../03-path-application-development/311-chaos-engineering]
|link:../../developer-path.adoc[Go to Developer Index]
|=====
4 changes: 2 additions & 2 deletions 05-path-next-steps/501-k8s-best-practices/readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ You are now ready to continue on with the workshop!

[align="center", cols="2", grid="none", frame="none"]
|=====
|image:button-continue-developer.png[link=../../05-path-next-steps/501-k8s-best-practices/]
|image:button-continue-operations.png[link=../../05-path-next-steps/501-k8s-best-practices/]
|image:button-continue-developer.png[link=../../05-path-next-steps/502-for-further-reading/]
|image:button-continue-operations.png[link=../../05-path-next-steps/502-for-further-reading/]
|link:../../developer-path.adoc[Go to Developer Index]
|link:../../operations-path.adoc[Go to Operations Index]
|=====
8 changes: 4 additions & 4 deletions developer-path.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ This path is suitable for individual developers or development teams interested
|link:03-path-application-development/302-app-discovery[302: Service Discovery for Microservices]
|link:03-path-application-development/303-app-update[303: Updating Applications on Kubernetes]
|link:03-path-application-development/304-app-scaling[304: Scaling Applications on Kubernetes]
|link:03-path-application-development/305-app-tracing-with-jaeger-and-x-ray[305: Tracing Applications with Jaeger and X-Ray]
|link:03-path-application-development/306-app-management-with-helm[306: Manage Applications with Helm]
|link:03-path-application-development/307-statefulsets-and-pvs[307: Store Persistent Data with StatefulSets and PVs]
|link:03-path-application-development/310-chaos-engineering[310: Applying Chaos Engineering]
|link:03-path-application-development/306-app-tracing-with-jaeger-and-x-ray[306: Tracing Applications with Jaeger and X-Ray]
|link:03-path-application-development/307-app-management-with-helm[307: Manage Applications with Helm]
|link:03-path-application-development/308-statefulsets-and-pvs[308: Store Persistent Data with StatefulSets and PVs]
|link:03-path-application-development/311-chaos-engineering[311: Applying Chaos Engineering]
|link:04-path-security-and-networking/401-configmaps-and-secrets[401: ConfigMaps and Secrets]
|link:04-path-security-and-networking/402-authentication-and-authorization[402: Authentication, Authorization, and Access]
|link:04-path-security-and-networking/403-admission-policy[403: Admission Control for Kubernetes on AWS]
Expand Down