mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
GitBook: [#3245] No subject
This commit is contained in:
parent
45dd858f34
commit
9e20834ca4
1 changed files with 4 additions and 1 deletions
|
@ -137,13 +137,16 @@ If you managed to **escape from the container** there are some interesting thing
|
|||
* The whole **filesystem** and **OS** in general
|
||||
* The **Kube-Proxy** service listening
|
||||
* The **Kubelet** service listening. Check config files:
|
||||
* Directory: `/var/lib/kubelet/`
|
||||
* Directory:
|
||||
* `/var/lib/kubelet/kubeconfig`
|
||||
* `/var/lib/kubelet/kubelet.conf`
|
||||
* `/var/lib/kubelet/config.yaml`
|
||||
* `/var/lib/kubelet/kubeadm-flags.env`
|
||||
* `/etc/kubernetes/kubelet-kubeconfig`
|
||||
* `/etc/kubernetes/kubelet.conf`
|
||||
* `/etc/kubernetes/admin.conf`
|
||||
* `/etc/kubernetes/controller-manager.conf`
|
||||
* `/etc/kubernetes/scheduler.conf`
|
||||
* Other **kubernetes common files**:
|
||||
* `$HOME/.kube/config` - **User Config**
|
||||
* `/etc/kubernetes/bootstrap-kubelet.conf` - **Bootstrap Config**
|
||||
|
|
Loading…
Reference in a new issue