Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.