mirror of
https://github.com/geerlingguy/kubernetes-101.git
synced 2026-08-24 02:24:23 -05:00
Merge pull request #25 from geerlingguy/episode-10-final
Episode 10 - Final changes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
[](https://github.com/geerlingguy/kubernetes-101/actions?query=workflow%3ACI)
|
||||
|
||||
A YouTube live streaming series by Jeff Geerling.
|
||||
A YouTube live streaming series and book by Jeff Geerling.
|
||||
|
||||
This repository contains code examples from the series and the code that powers the [Kubernetes 101 website](https://kube101.jeffgeerling.com).
|
||||
|
||||
@@ -18,12 +18,16 @@ Click on an episode title to see the resources for that episode:
|
||||
- [Episode 6 - DNS, TLS, Cron, Logging](episode-06): January 6, 2021
|
||||
- [Episode 7 - Hello, Operator!](episode-07): January 20, 2021
|
||||
- [Episode 8 - Kube, Meet Pi](episode-08): January 27, 2021
|
||||
- [Episode 9 - TBD](episode-09): February 3, 2021
|
||||
- [Episode 10 - TBD](episode-10): February 10, 2021
|
||||
- [Episode 9 - GitOps and Lagoon](episode-09): February 3, 2021
|
||||
- [Episode 10 - Monitoring with Lens, Prometheus, and Grafana](episode-10): February 10, 2021
|
||||
|
||||
## Kubernetes 101 Book
|
||||
|
||||
Check out the book inspired by this series, [Kubernetes 101](https://www.kubernetes101book.com).
|
||||
|
||||
## Ansible for Kubernetes
|
||||
|
||||
Check out Jeff Geerling's book, [Ansible for Kubernetes](https://www.ansibleforkubernetes.com).
|
||||
Check out Jeff Geerling's book on automating cloud-native infrastructure, [Ansible for Kubernetes](https://www.ansibleforkubernetes.com).
|
||||
|
||||
## Static Jekyll site
|
||||
|
||||
|
||||
@@ -8,8 +8,15 @@
|
||||
<p>Subscribe to <a href="{{ site.youtube.channel_url }}">Jeff Geerling's YouTube channel</a> so you don't miss an episode!</p>
|
||||
{% endif %}
|
||||
|
||||
<a href="https://www.ansibleforkubernetes.com"><img src="/assets/images/ansible-for-kubernetes.jpg" class="book-cover" width="100%" height="auto"></a>
|
||||
<p>Buy <a href="https://www.ansibleforkubernetes.com">Ansible for Kubernetes</a>, Jeff Geerling's latest book!
|
||||
<div class="book">
|
||||
<a href="https://www.kubernetes101book.com"><img src="/assets/images/kubernetes-101-book-cover.jpg" class="book-cover" width="100%" height="auto"></a>
|
||||
<p>Buy <a href="https://www.kubernetes101book.com">Kubernetes 101</a>, a book inspired by this series!</p>
|
||||
</div>
|
||||
|
||||
<div class="book">
|
||||
<a href="https://www.ansibleforkubernetes.com"><img src="/assets/images/ansible-for-kubernetes.jpg" class="book-cover" width="100%" height="auto"></a>
|
||||
<p>Buy <a href="https://www.ansibleforkubernetes.com">Ansible for Kubernetes</a>, a book about automating Kubernetes!</p>
|
||||
</div>
|
||||
|
||||
{% if site.github.is_project_page %}
|
||||
<p class="repo-owner">This <a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> project is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a> on GitHub.</p>
|
||||
|
||||
@@ -32,7 +32,7 @@ Even if you have already used a managed Kubernetes service before, learn more ab
|
||||
|
||||
### Episodes
|
||||
|
||||
The full list of episodes will be posted soon!
|
||||
See the [full episode list here]({% post_url 2020-11-12-kubernetes-101-episode-list %})!
|
||||
|
||||
### Special thanks
|
||||
|
||||
|
||||
@@ -17,6 +17,6 @@ Click on an episode title to go to its web page with more information about the
|
||||
| 7 | Jan 20, 2021 | [**Hello, Operator!**]({% post_url 2021-01-20-episode-7-hello-operator %}) | [Video](https://www.youtube.com/watch?v=Q7G6DBaIJ1c), [Examples](https://github.com/geerlingguy/kubernetes-101/blob/master/episode-07) |
|
||||
| 8 | Jan 27, 2021 | [**Kube, Meet Pi**]({% post_url 2021-01-27-episode-8-kube-meet-pi %}) | [Video](https://www.youtube.com/watch?v=_r1wN6cD32w), [Examples](https://github.com/geerlingguy/kubernetes-101/blob/master/episode-08) |
|
||||
| 9 | Feb 3, 2021 | [**GitOps and Lagoon - an Interview with Michael Schmid**]({% post_url 2021-02-03-episode-9-interview-michael-schmid %}) | [Video](https://www.youtube.com/watch?v=D5QOwhLE3mY), [Examples](https://github.com/geerlingguy/kubernetes-101/blob/master/episode-09) |
|
||||
| 10 | Feb 10, 2021 | **Monitoring with Lens, Prometheus, and Grafana** | [Video](https://www.youtube.com/watch?v=zW-E8THfvPY), [Examples](https://github.com/geerlingguy/kubernetes-101/blob/master/episode-10) |
|
||||
| 10 | Feb 10, 2021 | [**Monitoring with Lens, Prometheus, and Grafana**]({% post_url 2021-02-10-episode-10-monitoring-lens-prometheus-grafana %}) | [Video](https://www.youtube.com/watch?v=zW-E8THfvPY), [Examples](https://github.com/geerlingguy/kubernetes-101/blob/master/episode-10) |
|
||||
|
||||
View all the episodes in the [Kubernetes 101 Playlist](https://www.youtube.com/playlist?list=PL2_OBreMn7FoYmfx27iSwocotjiikS5BD) on YouTube.
|
||||
|
||||
@@ -26,4 +26,4 @@ Check out the [Instructions for Minikube](https://github.com/geerlingguy/kuberne
|
||||
|
||||
### Don't miss out!
|
||||
|
||||
All the episodes are being live streamed on Wednesdays on [Jeff Geerling's YouTube channel](https://www.youtube.com/c/JeffGeerling)—subscribe so you don't miss it!
|
||||
All episodes are live streamed on [Jeff Geerling's YouTube channel](https://www.youtube.com/c/JeffGeerling)—subscribe so you don't miss out on future content!
|
||||
|
||||
@@ -27,4 +27,4 @@ Check out the [Instructions for 'Hello Go' app](https://github.com/geerlingguy/k
|
||||
|
||||
### Don't miss out!
|
||||
|
||||
All the episodes are being live streamed on Wednesdays on [Jeff Geerling's YouTube channel](https://www.youtube.com/c/JeffGeerling)—subscribe so you don't miss it!
|
||||
All episodes are live streamed on [Jeff Geerling's YouTube channel](https://www.youtube.com/c/JeffGeerling)—subscribe so you don't miss out on future content!
|
||||
|
||||
@@ -33,4 +33,4 @@ Please check out the following examples in the [Episode 3 README](https://github
|
||||
|
||||
### Don't miss out!
|
||||
|
||||
All the episodes are being live streamed on Wednesdays on [Jeff Geerling's YouTube channel](https://www.youtube.com/c/JeffGeerling)—subscribe so you don't miss it!
|
||||
All episodes are live streamed on [Jeff Geerling's YouTube channel](https://www.youtube.com/c/JeffGeerling)—subscribe so you don't miss out on future content!
|
||||
|
||||
@@ -32,4 +32,4 @@ Please check out the following examples in the [Episode 4 README](https://github
|
||||
|
||||
### Don't miss out!
|
||||
|
||||
All the episodes are being live streamed on Wednesdays on [Jeff Geerling's YouTube channel](https://www.youtube.com/c/JeffGeerling)—subscribe so you don't miss it!
|
||||
All episodes are live streamed on [Jeff Geerling's YouTube channel](https://www.youtube.com/c/JeffGeerling)—subscribe so you don't miss out on future content!
|
||||
|
||||
@@ -36,4 +36,4 @@ Please check out the following examples in the [Episode 5 README](https://github
|
||||
|
||||
### Don't miss out!
|
||||
|
||||
All the episodes are being live streamed on Wednesdays on [Jeff Geerling's YouTube channel](https://www.youtube.com/c/JeffGeerling)—subscribe so you don't miss it!
|
||||
All episodes are live streamed on [Jeff Geerling's YouTube channel](https://www.youtube.com/c/JeffGeerling)—subscribe so you don't miss out on future content!
|
||||
|
||||
@@ -32,4 +32,4 @@ Please check out the following examples in the [Episode 6 README](https://github
|
||||
|
||||
### Don't miss out!
|
||||
|
||||
All the episodes are being live streamed on Wednesdays on [Jeff Geerling's YouTube channel](https://www.youtube.com/c/JeffGeerling)—subscribe so you don't miss it!
|
||||
All episodes are live streamed on [Jeff Geerling's YouTube channel](https://www.youtube.com/c/JeffGeerling)—subscribe so you don't miss out on future content!
|
||||
|
||||
@@ -29,4 +29,4 @@ Please check out the following examples in the [Episode 7 README](https://github
|
||||
|
||||
### Don't miss out!
|
||||
|
||||
All the episodes are being live streamed on Wednesdays on [Jeff Geerling's YouTube channel](https://www.youtube.com/c/JeffGeerling)—subscribe so you don't miss it!
|
||||
All episodes are live streamed on [Jeff Geerling's YouTube channel](https://www.youtube.com/c/JeffGeerling)—subscribe so you don't miss out on future content!
|
||||
|
||||
@@ -29,4 +29,4 @@ Please check out the following examples in the [Episode 8 README](https://github
|
||||
|
||||
### Don't miss out!
|
||||
|
||||
All the episodes are being live streamed on Wednesdays on [Jeff Geerling's YouTube channel](https://www.youtube.com/c/JeffGeerling)—subscribe so you don't miss it!
|
||||
All episodes are live streamed on [Jeff Geerling's YouTube channel](https://www.youtube.com/c/JeffGeerling)—subscribe so you don't miss out on future content!
|
||||
|
||||
@@ -22,4 +22,4 @@ layout: post
|
||||
|
||||
### Don't miss out!
|
||||
|
||||
All the episodes are being live streamed on Wednesdays on [Jeff Geerling's YouTube channel](https://www.youtube.com/c/JeffGeerling)—subscribe so you don't miss it!
|
||||
All episodes are live streamed on [Jeff Geerling's YouTube channel](https://www.youtube.com/c/JeffGeerling)—subscribe so you don't miss out on future content!
|
||||
|
||||
@@ -28,4 +28,4 @@ Please check out the following examples in the [Episode 10 README](https://githu
|
||||
|
||||
### Don't miss out!
|
||||
|
||||
All the episodes are being live streamed on Wednesdays on [Jeff Geerling's YouTube channel](https://www.youtube.com/c/JeffGeerling)—subscribe so you don't miss it!
|
||||
All episodes are live streamed on [Jeff Geerling's YouTube channel](https://www.youtube.com/c/JeffGeerling)—subscribe so you don't miss out on future content!
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
---
|
||||
title: "Announcing the Kubernetes 101 Book!"
|
||||
date: 2021-02-10 09:45:00 -0600
|
||||
categories: announcements, book
|
||||
layout: post
|
||||
---
|
||||
<div style="text-align: center;">
|
||||
<a href="https://www.kubernetes101book.com">
|
||||
<img src="/assets/images/kubernetes-101-book-cover.jpg" width="260" height="390" alt="Kubernetes 101 Book by Jeff Geerling" class="parent-img-responsive"><span></span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
The Kubernetes 101 YouTube series was so popular, I decided to translate everything into a short, concise book. The Kubernetes 101 book is the easiest introduction to container-based infrastructure.
|
||||
|
||||
All ten episodes of the video series are distilled into chapters to guide you through your journey starting out in cloud-native infrastructure.
|
||||
|
||||
You'll learn about containers, application deployment, scaling, and monitoring. And if you're looking for something a bit deeper, you can check out my other book on _automating_ Kubernetes, [Ansible for Kubernetes](https://www.ansibleforkubernetes.com).
|
||||
|
||||
### Updates Free Forever!
|
||||
|
||||
Just like my other books, I'll keep this book up to date as often as I'm able, and if you buy an ebook copy, you will get access to those updates free, forever!
|
||||
|
||||
Unfortunately, I haven't yet found a way to push updates out to paperback users.
|
||||
|
||||
### About the Author
|
||||
|
||||
This book was written by [Jeff Geerling](https://www.jeffgeerling.com), author of [Ansible for DevOps](https://www.ansiblefordevops.com) and [Ansible for Kubernetes](https://www.ansibleforkubernetes.com).
|
||||
|
||||
Visit the [www.kubernetes101book.com](https://www.kubernetes101book.com) website for more information or to buy the book.
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 114 KiB |
Reference in New Issue
Block a user