summaryrefslogtreecommitdiff
path: root/k8s.tex
blob: bd3a7bc2dea65944b895279c6657f9c1b939691f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
% -------- Frame 1 ------
\begin{frame}{Kubernetes}
\begin{figure}
    \centering
    \includegraphics[width=0.2\linewidth]{static/Kubernetes_logo_without_workmark.svg.png}
\end{figure}
 The development was started by Google in 2014, but is now developed by Cloud Native Computing Foundation. 
It is the most widely used container orchestrator.

\end{frame}

% -------- Frame 2 ------
\begin{frame}{Kubernetes: Architecture}

\begin{figure}
    \centering
    \includegraphics[width=1\linewidth]{static/Untitled-2023-09-27-1503(3).png}
\end{figure}

\begin{itemize}
    \item<2-> Something a bit less complex?
\end{itemize}

\end{frame}

% -------- Frame 3 ------
\begin{frame}{Kubernetes: Distributions}

There are a lot of distributions of K8s such as:

\begin{itemize}
    \item Kubespray \uncover<2->{\alert{\textit{It uses a set of Ansible playbooks}}}
    \item K3s \uncover<3->{\alert{\textit{Lightweight packaged as a single binary}}}
    \item MicroK8s \uncover<4->{\alert{\textit{It works on any GNU/Linux distributions using Snap package manager}}}
\end{itemize}

\end{frame}