Skip to content

Commit e406938

Browse files
committed
GLS edit of Tech Exercise V-deployments completed
1 parent 3019f63 commit e406938

File tree

1 file changed

+26
-25
lines changed

1 file changed

+26
-25
lines changed

docs/slides/content/tech-exercise-v.md

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,24 @@ TL500 <!-- .element: class="title-color" -->
3232

3333

3434

35-
#### 🧑‍🏫 Learning outcomes 🧑‍💻
36-
As a learner, by the end of this exercise I ...
37-
* Can enable the Horizontal Pod Autoscaler for my applications
38-
* Can add Blue/Green deployment method into pipeline
39-
* Can run a split test on OpenShift with GitOps - splitting traffic between two tests
35+
#### 🧑‍🏫 Learning Outcomes 🧑‍💻
36+
As a learner, I can perform the following tasks by the end of this exercise:
37+
* Enable the Horizontal Pod Autoscaler for my applications
38+
* Add a Blue/Green deployment method to the pipeline
39+
* Run a split test on OpenShift with GitOps - splitting traffic between two tests
4040
<!--
4141
--->
4242

4343

4444

4545
#### What is it?
4646
Advanced Deployments 🚚📦📦📦👷
47-
* Autoscaling - horizontally scale applications based on observed metrics
48-
* Blue / Green Deployments - release, validate and switch
49-
* A/B Deployments - great for testing new features in small groups. One release with traffic routing between each
47+
* Autoscaling - horizontally scale applications based on observed metrics.
48+
* Blue / Green Deployments - release, validate and switch.
49+
* A/B Deployments - great for testing new features in small groups. One release with traffic routing between each.
5050
* Don't forget to take measures!!
51-
* Canary Release - Like a canary in the mines ... Exposing a small number of real users to a new version
52-
* Feature Toggling (Flags) - modifying system behaviours without changing the code
51+
* Canary Release - Like a canary in the mines ... Exposing a small number of real users to a new version.
52+
* Feature Toggling (Flags) - modifying system behaviors without changing the code.
5353

5454

5555

@@ -62,24 +62,24 @@ Advanced Deployments 🚚📦📦📦👷
6262

6363

6464
#### Design of Experiments
65-
All our ideas about new products, new services, new feature, any changes we can introduce to make things better (growth, revenue, experience, etc.) start as an idea, a hypothesis, an assumption.
65+
All our ideas about new products, new services, new features, and changes that we can introduce to make things better (growth, revenue, experience, etc.) start as an idea, a hypothesis, or an assumption.
6666

67-
The Design of Experiments is the practice we use to turn ideas, hypothesis and/or assumptions into a concrete well defined set of experiments which can be carried out in order to validate those ideas, hypothesis and assumptions, i.e. provide us with valuable learning.
67+
The Design of Experiments is the practice we use to turn ideas, hypotheses, and assumptions into a concrete, well-defined set of experiments that can validate those ideas, hypotheses, and assumptions, providing valuable learning.
6868

6969

7070

7171
#### Why do it?
72-
Design of Experiments...
73-
* is a fail safe way to advance a solution and learn fast
74-
* can provide a quick way to evolve a product
75-
* helps drive innovation in existing as well as new products
76-
* enables autonomous team to deliver on leadership intent by placing small bets
77-
* is essential for realising the Build-Measure-Learn loop
72+
Design of Experiments
73+
* Is a fail safe way to advance a solution and learn fast
74+
* Can provide a quick way to evolve a product
75+
* Helps drive innovation in new and existing products
76+
* Enables an autonomous team to deliver on leadership intent by placing small bets
77+
* Is essential to realizing the Build-Measure-Learn loop
7878

7979

8080

81-
#### Split testing
82-
Using the platform to support running an experiment
81+
#### Split Testing
82+
Using the platform to support running an experiment.
8383
![ab-test](images/tech-exercise-v/ab-test.png)
8484

8585

@@ -93,22 +93,23 @@ Using the platform to support running an experiment
9393

9494

9595

96-
### 💥 Prioritize and Extend your Kanban 💥 <!-- .element: class="title-bottom-left" -->
96+
### 💥 Prioritize and extend your Kanban 💥 <!-- .element: class="title-bottom-left" -->
9797
<!-- .slide: data-background-size="contain" data-background-image="images/tech-exercise-iii/team-kanban.png", class="black-style" data-background-opacity="1" -->
9898

9999

100100

101101
#### 💥 Tech Exercise 💥
102-
* In mobs / pairs work through your tasks
103-
* If in pairs, continuously playback what you accomplish to the others
102+
* In mobs / pairs, work through your tasks.
103+
* If in pairs, continuously playback what you accomplish to the others.
104+
<!--I've commented on the verbiage playback before, it's odd. Which others? If I am in a pair, do you mean my partner?-->
104105

105106

106107

107-
# Exercise Wrap Up
108+
# Exercise Wrap-up
108109

109110

110111

111-
#### Design of Experiments - From Value slice <!-- .element: class="title-bottom-left" -->
112+
#### Design of Experiments - From Value Slice <!-- .element: class="title-bottom-left" -->
112113
<!-- .slide: data-background-size="contain" data-background-image="images/tech-exercise-v/pet-battle-experiment.png", class="black-style" data-background-opacity="1" -->
113114

114115

0 commit comments

Comments
 (0)