合集-YAML例子
摘要:# one rc deployment, schedule it to the node that has a label "ip" equals to "172.18.8.241" # dvwa image on arm platform: petechua/docker-vulnerable-d
阅读全文
摘要:# use nginx to be a proxy, mirror each request to other services, 10.96.2.58 send back the reponse to user client. m1 and m2 just mirror the request,
阅读全文
摘要:apiVersion: apps/v1 kind: DaemonSet metadata: name: test-ds-1 namespace: sj labels: k8s-app: arksec-ds-1 spec: selector: matchLabels: name: arksec-ds-
阅读全文
摘要:apiVersion: apps/v1 kind: Deployment metadata: name: cve-2021-3156-privilege-deployment spec: selector: matchLabels: app: nginx replicas: 1 template:
阅读全文