## (Not Too) Short Introduction to Kubernetes
[mirek](https://bletvaska.github.io)
/ [**Aktuálne trendy v informatike**](https://kpi.fei.tuke.sk/sk/aktualne-trendy-v-informatike)

[](https://kubernetes.io)
**Kubernetes** (K8s) is an open-source system for automating **deployment**, **scaling**, and **management** of containerized applications.
## Container Orchestration
Notes:
* container orchestrator - make many servers act like one

Notes:
* container orchestrator - make many servers act like one
* K8s and Swarm are popular container orchestrators



## Live Demo #1
### Creating a Pod/Deployment/Service in K8s
## The Imperative Approach
## Live Demo #2
### Updating a Service in K8s
## The Declarative Approach
## Live Demo #3
### Deploying a WordPress Application

(**https://bit.ly/31Tk5ik**)