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

https://github.com/hydeenoble/js-remote-conf-demo

Demo for JS Remote Conference Talk
https://github.com/hydeenoble/js-remote-conf-demo

conference-talk js kubernetes talk

Last synced: 7 months ago
JSON representation

Demo for JS Remote Conference Talk

Awesome Lists containing this project

README

          

# Demo for JS Remote Conference Talk

[Slides](#)

The talk focuses on introducing developers to kubernetes with the following concepts:

* Compatibility Hell
* Containers
* Containers vs VMs
* Container Orchestration
* Node / Master Node
* Cluster
* Pod
* ReplicaSet
* Deployment
* Service
* Ingress
* ConfigMaps
* Secrets

The demo code at [`demo/`](https://github.com/hydeenoble/js-remote-conf-demo/tree/master/demo) can be generated using:
```bash
npx express-generator
```

The major focus is in the `./demo/k8s/` folder.

```
k8s
├── deploy.yaml
└── service.yaml
```
`deploy.yaml` contains kubernetes configuration for a Kubernetes Deployment.

`service.yaml` contains kubernetes configuration for a Kubernetes Service.