https://github.com/jpigree/k8s-101-presentation
My Kubernetes presentation for Tahiti DevOps
https://github.com/jpigree/k8s-101-presentation
kubernetes presentation
Last synced: 27 days ago
JSON representation
My Kubernetes presentation for Tahiti DevOps
- Host: GitHub
- URL: https://github.com/jpigree/k8s-101-presentation
- Owner: jpigree
- Created: 2018-09-06T18:45:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-24T07:13:52.000Z (over 6 years ago)
- Last Synced: 2024-11-04T19:42:29.540Z (6 months ago)
- Topics: kubernetes, presentation
- Language: Python
- Homepage: https://www.meetup.com/TahitiDevOps/events/253868192/
- Size: 2.55 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - jpigree/k8s-101-presentation - My Kubernetes presentation for Tahiti DevOps (Python)
README
# k8s-presentation
The repo containing files used for my k8s presentation- the slides are available as a pdf file in the root directory.
- each demo in the slides has a corresponding directory in "demos" with a "cmds" file which indicate the various commands of the demo
- "helloworld" contains the source files for the mini application we deploy
- "ops" contains the scripts with which I create and delete the GKE cluster.