mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2026-07-29 07:00:29 -07:00
Translated ['.github/pull_request_template.md', 'src/README.md', 'src/pe
This commit is contained in:
+2
-2
@@ -42,7 +42,7 @@ La principale differenza tra un ValidatingWebhookConfiguration e le politiche :&
|
||||
- **ValidatingWebhookConfiguration (VWC)** : Una risorsa Kubernetes che definisce un webhook di validazione, che è un componente lato server che convalida le richieste API Kubernetes in arrivo rispetto a un insieme di regole e vincoli predefiniti.
|
||||
- **Kyverno ClusterPolicy**: Una definizione di politica che specifica un insieme di regole e vincoli per convalidare e applicare le risorse Kubernetes, come pod, deployment e servizi
|
||||
|
||||
## Enumeration
|
||||
## Enumerazione
|
||||
```
|
||||
$ kubectl get ValidatingWebhookConfiguration
|
||||
```
|
||||
@@ -64,7 +64,7 @@ Entrambi provengono con valori predefiniti, ma i team di amministratori potrebbe
|
||||
```bash
|
||||
$ kubectl get validatingwebhookconfiguration kyverno-resource-validating-webhook-cfg -o yaml
|
||||
```
|
||||
Ora, identifica il seguente output :
|
||||
Ora, identifica il seguente output:
|
||||
```yaml
|
||||
namespaceSelector:
|
||||
matchExpressions:
|
||||
|
||||
Reference in New Issue
Block a user