Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashvardhan-kukreja/zero-to-docker-and-k8s-event
https://github.com/yashvardhan-kukreja/zero-to-docker-and-k8s-event
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yashvardhan-kukreja/zero-to-docker-and-k8s-event
- Owner: yashvardhan-kukreja
- Created: 2024-07-04T21:47:51.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-05T18:20:39.000Z (7 months ago)
- Last Synced: 2024-11-07T05:59:52.689Z (3 months ago)
- Language: Python
- Size: 1.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zero To Docker and Kuberntes
This event took place on July 4, 2024 in University of Waterloo introducing the listeners to the cloud-native world of containers by onboarding them with Docker and Kubernetes.
# Contents
This repository consists of all the resources which were used in the presentation
- The pdf in the main directory are the slides which were used across the presentation.
- The `mandelbrot/` directory consists of the Python's piece of code of displaying a mandelbrot set in a zooming fashion. This sub-project was used as an example when teaching about Docker and shipping application safely and reliably with it.
- The `hello-world/` directory consists of the NodeJS website written to depict the powers of Kubernetes and how to deploy containerized projects over Kubernetes in a reliably, safe and scalable manner.