Skip to content

Instantly share code, notes, and snippets.

View thealmightygrant's full-sized avatar

Grant Sherrick thealmightygrant

View GitHub Profile
@thealmightygrant
thealmightygrant / hexagons.png
Created March 26, 2018 22:30 — forked from ryanj/hexagons.png
A CoreOS-inspired theme for Reveal.js
hexagons.png
@thealmightygrant
thealmightygrant / bash_to_the_future.html
Last active March 27, 2018 20:24
Bash to the Future
<section>
<h1>Bash to the Future</h1>
<h2>Grant Sherrick</h2>
</section>
<section id="some-bash-history-pt1">
<p id="slide-category" class="callouts">Bash History</p>
<h2>Bash is a product of the GNU project.</h2>
<br>
<ul>
<li class="fragment">Bash is covered under a GPL license.</li>
@thealmightygrant
thealmightygrant / a-prometheus-alert-deep-dive.html
Last active January 7, 2022 03:33
A Deep Dive into an Alert on Prometheus
<section>
<h1>A Deep Dive into an Alert on Prometheus</h1>
<h2>Grant Sherrick</h2>
</section>
<section id="where-we-started">
<h2>We started with an alert.</h2>
<br>
<pre><code>- alert: EntitledErrorRateIncreased
expr: sum(rate(http_requests_total{app="entitled",path!="/metrics/healthcheck",statusClass="5XX"}[1h])
* 60 * 60) > 5
@thealmightygrant
thealmightygrant / WTF-Kafka-Connect.html
Last active April 17, 2018 03:28
WTF Kafka Connect?!
<section>
<h1>WTF Kafka Connect?!</h1>
<h2>Grant Sherrick</h2>
</section>
<section id="where-we-began">
<h2>We started with trying to get our data from Kafka to S3.</h2>
<h2 class="fragment">We ran into a few issues...</h2>
<ul>
<li class="fragment">the Dockerfile</li>
<li class="fragment">Data Flushing</li>
@thealmightygrant
thealmightygrant / Deep-in-the-Heart-of-Kafka.html
Last active February 13, 2018 20:23
Deep in the Heart of Kafka
<section>
<h1>Deep in the Heart of Kafka</h1>
<h2>Grant Sherrick</h2>
</section>
<section id="what-has-confused-me">
<h2>I have found Kafka to be pretty confusing...</h2>
<ul class="fragment">
<li>Kafka/Confluent Relationship</li>
<li>Zookeeper</li>
<li>Consumer Groups</li>
@thealmightygrant
thealmightygrant / A-Journey-into-Helm.html
Last active January 7, 2022 03:33 — forked from ryanj/Fork-This-Talk.html
A Journey into Helm
<section>
<h1>A Journey into Helm</h1>
<h2>Grant Sherrick</h2>
</section>
<section data-transition="linear">
<section id="where-we-started">
<h2>We started with a git repo.</h2>
<br>
<pre><code>the-greatest-kafka-consumer
├── Dockerfile