Skip to content

Commit

Permalink
doc: add pre-reqs (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexouzounis committed May 8, 2020
1 parent d010921 commit 29f6d4d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# k8s primitives 1 workshop

## Pre-reqs

This assumes that you can run docker locally and that you have a kubernetes cluster setup with:
- external-dns
- cert-manager
- nginx-ingress-controller

## Overview

We will go through a journey running simple application which serves gifs of cats and dogs.
Expand Down Expand Up @@ -67,7 +74,7 @@ kubectl apply -f 05-service/
### 06 - Create an ingress object that makes those pods available to the external world

In this step we will create an Ingress object that exposes the pods under [k8sprimitives1.k8sdemos.test-infra.ouzi.io](k8sprimitives1.k8sdemos.test-infra.ouzi.io)
In this step we will create an Ingress object that exposes the pods under https://k8sprimitives1.k8sdemos.test-infra.ouzi.io

Run:
```
Expand Down

0 comments on commit 29f6d4d

Please sign in to comment.