diff --git a/literatur.bib b/literatur.bib index 7ea186f..db53d5e 100644 --- a/literatur.bib +++ b/literatur.bib @@ -5,6 +5,38 @@ urldate = {2026-04-29} } +# distros +@online{distroList, + author = {Nubenetes}, + title = {\glqq Kubernetes Distributions \& Installers\grqq}, + url = {https://nubenetes.com/matrix-table/}, + urldate = {2026-04-29} +} +@online{distroK3s, + author = {k3s Project Authors}, + title = {\glqq Lightweight Kubernetes\grqq}, + url = {https://k3s.io/}, + urldate = {2026-04-29} +} +@online{distroRKE2, + author = {Rancher by SUSE}, + title = {\glqq Introduction: RKE2\grqq}, + url = {https://docs.rke2.io/}, + urldate = {2026-04-29} +} +@online{distroOpenShift, + author = {Red Hat}, + title = {\glqq Red Hat OpenShift\grqq}, + url = {https://www.redhat.com/en/technologies/cloud-computing/openshift}, + urldate = {2026-04-29} +} +@online{distroOKD, + author = {OKD Contributors \& Red Hat}, + title = {\glqq OKD Kubernetes Platform\grqq}, + url = {https://okd.io/}, + urldate = {2026-04-29} +} + @misc{rsFaq, author = {Rust Community}, title = {\glqq Frequently Asked Questions\grqq}, diff --git a/sources/Introduction _ RKE2.pdf b/sources/Introduction _ RKE2.pdf new file mode 100644 index 0000000..c643871 Binary files /dev/null and b/sources/Introduction _ RKE2.pdf differ diff --git a/sources/K3s.pdf b/sources/K3s.pdf new file mode 100644 index 0000000..cb1d383 Binary files /dev/null and b/sources/K3s.pdf differ diff --git a/sources/Kubernetes at Scale on any Infrastructure _ OKD Kubernetes Platform.pdf b/sources/Kubernetes at Scale on any Infrastructure _ OKD Kubernetes Platform.pdf new file mode 100644 index 0000000..02e6a07 Binary files /dev/null and b/sources/Kubernetes at Scale on any Infrastructure _ OKD Kubernetes Platform.pdf differ diff --git a/sources/Nubenetes Distros.pdf b/sources/Nubenetes Distros.pdf new file mode 100644 index 0000000..d40f4f8 Binary files /dev/null and b/sources/Nubenetes Distros.pdf differ diff --git a/sources/Red Hat OpenShift.pdf b/sources/Red Hat OpenShift.pdf new file mode 100644 index 0000000..ebcad81 Binary files /dev/null and b/sources/Red Hat OpenShift.pdf differ