diff --git a/.gitbook/assets/image (463).png b/.gitbook/assets/image (463).png new file mode 100644 index 00000000..d5587d1c Binary files /dev/null and b/.gitbook/assets/image (463).png differ diff --git a/.gitbook/assets/image (464).png b/.gitbook/assets/image (464).png new file mode 100644 index 00000000..d5587d1c Binary files /dev/null and b/.gitbook/assets/image (464).png differ diff --git a/pentesting/pentesting-kubernetes.md b/pentesting/pentesting-kubernetes.md index 927e87fd..758eff51 100644 --- a/pentesting/pentesting-kubernetes.md +++ b/pentesting/pentesting-kubernetes.md @@ -327,6 +327,18 @@ kube-system Active 1d kubectl create namespace my-namespace ``` +### Helm + +Helm is the **package manager** for Kubernetes. It allows to package YAML files and distribute them in public and private repositories. These packages are called **Helm Charts**. + +```text +helm search +``` + +Helm is also a template engine that allows to generate config files with variables: + +![](../.gitbook/assets/image%20%28463%29.png) + ## PART 2 - VULNERABILITIES and some fixes. ### Vulnerabilities - kubernetes secrets