https://github.com/daern91/kubernetes-intro
https://github.com/daern91/kubernetes-intro
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/daern91/kubernetes-intro
- Owner: daern91
- Created: 2020-09-10T09:25:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-06T14:17:28.000Z (over 5 years ago)
- Last Synced: 2025-01-07T14:24:44.616Z (over 1 year ago)
- Language: JavaScript
- Size: 349 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Intro to kubernetes
These exercises are meant do be done together in the [Kubernetes-intro](https://docs.google.com/presentation/d/1CdOHlNCrf3q8y5Sxl8WBrRLKWQusdzt4LnKrH1h2-eE) workshop taught within commercetools.
First of all, please clone this repo cd into it, then start with the setup step below.
[Setup steps for Kubernetes with Docker on macOS.](./SETUP.md)
[Exercise 1 - Your first deployment.](./EXERCISE-1.md)
[Exercise 2 - Are we alive?](./EXERCISE-2.md)
[Exercise 3 - Time to scale it.](./EXERCISE-3.md)
[Tear down steps.](./TEARDOWN.md)