## Get Ready for K8s!
1. Go to [`https://bit.ly/4aUVQRG`](https://bit.ly/4aUVQRG)
2. Take available IP address of remote host and sign yourself
3. Connect to remote host with SSH client:
```
# ssh user: "ubuntu"
# ssh password: "Kubernetes101"
$ ssh ubuntu@remote_host
```
4. Make yourself comfy and enjoy ;)
![thats me](images/mirek.na.hackathone.jpg)
## Helm 101: RAMBO Free Edition
#### (workshop)
[Miroslav "mirek" Biňas](https://bletvaska.github.io)
/ [**KCD Czech Slovak 2024**](https://community.cncf.io/events/details/cncf-kcd-czech-slovak-presents-kcd-czech-slovak-2024/)
![helm is](images/what.is.helm.png)
[![K8s Architecture](images/k8s.architecture.png)](https://thenewstack.io/kubernetes-an-overview/)
![Helm Architecture](images/helm.architecture.png)
## Chart
* collection of YAML files
* bundle of the K8s resources needed to build a K8s app
## Config
* configuration in the `values.yaml` file
* contains config explicit to a realease of K8s app
## Release
* a chat instance loaded into K8s
* installed chart
## Repository
* repository of published charts
## Hub
* helps to find charts hosted in many distributed repositories hosted by numerous people and organizations
[![Artifact Hub](images/artifact.hub.png)](https://artifacthub.io/)
### Links
* Single-Node K8s Clusters
* [minikube](https://minikube.sigs.k8s.io/docs/)
* [MicroK8s](https://microk8s.io/)
* [K3s](https://k3s.io/)
* [ Workshop Notes ]( https://bit.ly/3RcHLHW )
![qr code](https://api.qrserver.com/v1/create-qr-code/?data=https://bit.ly/3VvA8Pn&size=300x300)
(**https://bit.ly/3VvA8Pn**)