Skip to content

Commit

Permalink
updated slides
Browse files Browse the repository at this point in the history
  • Loading branch information
dbafromthecold committed Nov 11, 2023
1 parent b6ada55 commit ad111f1
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 72 deletions.
72 changes: 66 additions & 6 deletions slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<img src="images/apruski.jpg" style="float: right"/>

### Field Solutions Architect
### Microsoft Data Platform MVP
### Microsoft Data Platform MVP
### Certified Kubernetes Administrator

<!-- .slide: style="text-align: left;"> -->
<i class="fab fa-twitter"></i><a href="https://twitter.com/dbafromthecold"> @dbafromthecold</a><br>
Expand Down Expand Up @@ -60,10 +61,51 @@ An overview of Chaos Engineering and how it can be applied

---

### Other Implementations
<!-- .slide: style="text-align: left;"> -->
<i class="fab fa-slack"></i><b> Slack - Disasterpiece Theatre</b>

<span style="display: inline-block; width: 2ch;">&#9;</span><font size="6">- Planned failure exercises</font><br>
<span style="display: inline-block; width: 2ch;">&#9;</span><font size="6">- Group of engineers working together</font><br>
<span style="display: inline-block; width: 2ch;">&#9;</span><font size="6">- Run in development then production to build confidence</font>

<i class="fab fa-google"></i><b> Google - DiRT</b>

<span style="display: inline-block; width: 2ch;">&#9;</span><font size="6">- Disaster recovery testing</font><br>
<span style="display: inline-block; width: 2ch;">&#9;</span><font size="6">- "Hope is not a strategy" - SRE Team motto</font><br>
<span style="display: inline-block; width: 2ch;">&#9;</span><font size="6">- Automated and manual tests</font><br>
<span style="display: inline-block; width: 2ch;">&#9;</span><font size="6">- Controlled Chaos</font>

---

# Getting Started

---

### Environment Analysis

<!-- .slide: style="text-align: left;"> -->
<ul>
<li class="fragment">Infrastructure</li>
<ul>
<li class="fragment">Cloud, private data centre?</li>
</ul>
<li class="fragment">Applications</li>
<ul>
<li class="fragment">What's hitting our SQL instances?</li>
</ul>
<li class="fragment">Monitoring</li>
<ul>
<li class="fragment">How are we going to analyse the results of our experiments?</li>
</ul>
<li class="fragment">Social</li>
<ul>
<li class="fragment">How do people react to systems going down?</li>
</ul>
</ul>

---

### Past Incident Analysis
<!-- .slide: style="text-align: left;"> -->
How has the system failed previously?<br>
Expand Down Expand Up @@ -154,12 +196,17 @@ Is there anything else that can be tested?

---

### What is Kubernetes?
<!-- .slide: style="text-align: left;"> -->
"Kubernetes is a portable, extensible open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. It has a large, rapidly growing ecosystem. Kubernetes services, support, and tools are widely available"<br>
<font size="6"><a href="kubernetes.io">kubernetes.io</a></font>

---

### KubeInvaders

<img src="images/KubeInvaders_75.png" style="float: center"/>

https://github.com/lucky-sideburn/KubeInvaders

---

# Demo
Expand All @@ -168,8 +215,21 @@ https://github.com/lucky-sideburn/KubeInvaders

## Resources
<!-- .slide: style="text-align: left;"> -->
https://github.com/dbafromthecold/SqlServerChaosEngineering
<img src="images/ChaosEngineeringQrCode.png" style="float: right"/>

<font size="6">
<a href="https://principlesofchaos.org">https://principlesofchaos.org</a><br>
<a href="https://chaostoolkit.org">https://chaostoolkit.org</a><br>
<a href="https://github.com/dastergon/awesome-chaos-engineering">https://github.com/dastergon/awesome-chaos-engineering</a><br>
<a href="https://github.com/lucky-sideburn/KubeInvaders">https://github.com/lucky-sideburn/KubeInvaders</a>
</font>

---

## Feedback
<!-- .slide: style="text-align: left;"> -->
<p align="center">
<img src="images/ChaosEngineeringQrCode.png" />
</p>
<img src="images/sqlbits_feedback.png"/>
</p>
<br>
<a href="https://sqlb.it/?9434">https://sqlb.it/?9434</a>
72 changes: 6 additions & 66 deletions slides_bkup.md → slides_old.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
<img src="images/apruski.jpg" style="float: right"/>

### Field Solutions Architect
### Microsoft Data Platform MVP
### Certified Kubernetes Administrator
### Microsoft Data Platform MVP

<!-- .slide: style="text-align: left;"> -->
<i class="fab fa-twitter"></i><a href="https://twitter.com/dbafromthecold"> @dbafromthecold</a><br>
Expand Down Expand Up @@ -61,51 +60,10 @@ An overview of Chaos Engineering and how it can be applied

---

### Other Implementations
<!-- .slide: style="text-align: left;"> -->
<i class="fab fa-slack"></i><b> Slack - Disasterpiece Theatre</b>

<span style="display: inline-block; width: 2ch;">&#9;</span><font size="6">- Planned failure exercises</font><br>
<span style="display: inline-block; width: 2ch;">&#9;</span><font size="6">- Group of engineers working together</font><br>
<span style="display: inline-block; width: 2ch;">&#9;</span><font size="6">- Run in development then production to build confidence</font>

<i class="fab fa-google"></i><b> Google - DiRT</b>

<span style="display: inline-block; width: 2ch;">&#9;</span><font size="6">- Disaster recovery testing</font><br>
<span style="display: inline-block; width: 2ch;">&#9;</span><font size="6">- "Hope is not a strategy" - SRE Team motto</font><br>
<span style="display: inline-block; width: 2ch;">&#9;</span><font size="6">- Automated and manual tests</font><br>
<span style="display: inline-block; width: 2ch;">&#9;</span><font size="6">- Controlled Chaos</font>

---

# Getting Started

---

### Environment Analysis

<!-- .slide: style="text-align: left;"> -->
<ul>
<li class="fragment">Infrastructure</li>
<ul>
<li class="fragment">Cloud, private data centre?</li>
</ul>
<li class="fragment">Applications</li>
<ul>
<li class="fragment">What's hitting our SQL instances?</li>
</ul>
<li class="fragment">Monitoring</li>
<ul>
<li class="fragment">How are we going to analyse the results of our experiments?</li>
</ul>
<li class="fragment">Social</li>
<ul>
<li class="fragment">How do people react to systems going down?</li>
</ul>
</ul>

---

### Past Incident Analysis
<!-- .slide: style="text-align: left;"> -->
How has the system failed previously?<br>
Expand Down Expand Up @@ -196,17 +154,12 @@ Is there anything else that can be tested?

---

### What is Kubernetes?
<!-- .slide: style="text-align: left;"> -->
"Kubernetes is a portable, extensible open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. It has a large, rapidly growing ecosystem. Kubernetes services, support, and tools are widely available"<br>
<font size="6"><a href="kubernetes.io">kubernetes.io</a></font>

---

### KubeInvaders

<img src="images/KubeInvaders_75.png" style="float: center"/>

https://github.com/lucky-sideburn/KubeInvaders

---

# Demo
Expand All @@ -215,21 +168,8 @@ Is there anything else that can be tested?

## Resources
<!-- .slide: style="text-align: left;"> -->
<img src="images/ChaosEngineeringQrCode.png" style="float: right"/>

<font size="6">
<a href="https://principlesofchaos.org">https://principlesofchaos.org</a><br>
<a href="https://chaostoolkit.org">https://chaostoolkit.org</a><br>
<a href="https://github.com/dastergon/awesome-chaos-engineering">https://github.com/dastergon/awesome-chaos-engineering</a><br>
<a href="https://github.com/lucky-sideburn/KubeInvaders">https://github.com/lucky-sideburn/KubeInvaders</a>
</font>
https://github.com/dbafromthecold/SqlServerChaosEngineering

---

## Feedback
<!-- .slide: style="text-align: left;"> -->
<p align="center">
<img src="images/sqlbits_feedback.png"/>
</p>
<br>
<a href="https://sqlb.it/?9434">https://sqlb.it/?9434</a>
<img src="images/ChaosEngineeringQrCode.png" />
</p>

0 comments on commit ad111f1

Please sign in to comment.