1
2
Fork 0
mirror of https://github.com/carlospolop/hacktricks.git synced 2023-12-14 19:12:55 +01:00

GitBook: [master] one page and 2 assets modified

This commit is contained in:
CPol 2021-04-26 14:49:13 +00:00 committed by gitbook-bot
parent ba6a433744
commit 3a6aa4f8e5
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF
3 changed files with 12 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

View file

@ -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 <keyword>
```
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