Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vallard committed Jul 17, 2022
1 parent 0549d87 commit b0916f1
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Real World Kubernetes
This is a course with practical code examples about running Kubernetes in the real world.
This is a two part course with practical code examples about running Kubernetes in the real world. If you want to learn how to run Kubernetes in the real world, this is the course to follow.

This is a revamp of my somewhat popular O'Reilly class EKS in the data center. I've taken feedback from the hundreds of people who have taken the class to make it more applicable to the real world.

Expand All @@ -11,7 +11,7 @@ All content was created by me, [@vallard](https://twitter.com/vallard)



## Contents
## Part 1 - Kubernetes Real World

### Segment 01 - Setup & Stuff You'll Need
* [Introduction](01/README.md) Read this if you want a background on Kubernetes, Containers, and just getting started.
Expand Down Expand Up @@ -52,6 +52,23 @@ In this segment we'll go over some Kubernetes primitives. We move fast, show wh
* [Service Accounts for DynamoDB access](06/README.md)


## Part 2 - 🔭 Kubernetes Monitoring & Observability

### M01 - Basic Monitoring

* [README](m01/README.md)

### M02 - Slack App Integration

* [README](m02/README.md)

### M03 - Prometheus

* [README](m03/README.md)

### M04 - Grafana

* [README](m04/README.md)



0 comments on commit b0916f1

Please sign in to comment.