You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/defender-for-cloud/how-to-test-attack-path-and-security-explorer-with-vulnerable-container-image.md
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,24 +42,31 @@ If there are no entries in the list of attack paths, you can still test this fea
42
42
43
43
```
44
44
az aks update -n myAKSCluster -g myResourceGroup --attach-acr <acr-name>
45
+
```
45
46
46
47
1. Authenticate your Cloud Shell session to work with the cluster:
47
48
48
49
```
49
-
az aks get-credentials --subscription <cluster-suid> --resource-group <your-rg> --name <your-cluster-name>
50
+
az aks get-credentials --subscription <cluster-suid> --resource-group <your-rg> --name <your-cluster-name>
- Look for an entry with **mdc-dcspm-demo** as namespace
54
67
- In the **Workloads-> Deployments** tab, verify “pod” created 3/3 and **dcspmcharts-ingress-nginx-controller** 1/1.
55
68
- In services and ingresses look for-> services **service**, **dcspmcharts-ingress-nginx-controller and dcspmcharts-ingress-nginx-controller-admission**. In the ingress tab, verify one **ingress** is created with an IP address and nginx class.
56
69
57
-
1. Deploy the mock vulnerable image to expose the vulnerable container to the internet by running the following command:
0 commit comments