message
This commit is contained in:
parent
db0687d4e2
commit
f6ec51c22c
47
kustomize-demo/deployment 2.yaml
Normal file
47
kustomize-demo/deployment 2.yaml
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
apiVersion: apps/v1
|
||||||
|
kind: Deployment
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
deployment.kubernetes.io/revision: "1"
|
||||||
|
creationTimestamp: "2019-09-20T14:54:12Z"
|
||||||
|
generation: 1
|
||||||
|
labels:
|
||||||
|
k8s-app: nginx-friday20
|
||||||
|
name: nginx-friday20
|
||||||
|
namespace: default
|
||||||
|
resourceVersion: "24766"
|
||||||
|
selfLink: /apis/apps/v1/namespaces/default/deployments/nginx-friday20
|
||||||
|
uid: 4c4e3217-0fcf-4365-987c-10d089a09c1e
|
||||||
|
spec:
|
||||||
|
progressDeadlineSeconds: 600
|
||||||
|
replicas: 3
|
||||||
|
revisionHistoryLimit: 10
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
k8s-app: nginx-friday20
|
||||||
|
strategy:
|
||||||
|
rollingUpdate:
|
||||||
|
maxSurge: 25%
|
||||||
|
maxUnavailable: 25%
|
||||||
|
type: RollingUpdate
|
||||||
|
template:
|
||||||
|
metadata:
|
||||||
|
creationTimestamp: null
|
||||||
|
labels:
|
||||||
|
k8s-app: nginx-friday20
|
||||||
|
name: nginx-friday20
|
||||||
|
spec:
|
||||||
|
containers:
|
||||||
|
- image: nginx
|
||||||
|
imagePullPolicy: Always
|
||||||
|
name: nginx-friday20
|
||||||
|
resources: {}
|
||||||
|
securityContext:
|
||||||
|
privileged: false
|
||||||
|
terminationMessagePath: /dev/termination-log
|
||||||
|
terminationMessagePolicy: File
|
||||||
|
dnsPolicy: ClusterFirst
|
||||||
|
restartPolicy: Always
|
||||||
|
schedulerName: default-scheduler
|
||||||
|
securityContext: {}
|
||||||
|
terminationGracePeriodSeconds: 30
|
||||||
47
kustomize-demo/deployment.yaml
Normal file
47
kustomize-demo/deployment.yaml
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
apiVersion: apps/v1
|
||||||
|
kind: Deployment
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
deployment.kubernetes.io/revision: "1"
|
||||||
|
creationTimestamp: "2019-09-20T14:54:12Z"
|
||||||
|
generation: 1
|
||||||
|
labels:
|
||||||
|
k8s-app: nginx-friday20
|
||||||
|
name: nginx-friday20
|
||||||
|
namespace: default
|
||||||
|
resourceVersion: "24766"
|
||||||
|
selfLink: /apis/apps/v1/namespaces/default/deployments/nginx-friday20
|
||||||
|
uid: 4c4e3217-0fcf-4365-987c-10d089a09c1e
|
||||||
|
spec:
|
||||||
|
progressDeadlineSeconds: 600
|
||||||
|
replicas: 3
|
||||||
|
revisionHistoryLimit: 10
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
k8s-app: nginx-friday20
|
||||||
|
strategy:
|
||||||
|
rollingUpdate:
|
||||||
|
maxSurge: 25%
|
||||||
|
maxUnavailable: 25%
|
||||||
|
type: RollingUpdate
|
||||||
|
template:
|
||||||
|
metadata:
|
||||||
|
creationTimestamp: null
|
||||||
|
labels:
|
||||||
|
k8s-app: nginx-friday20
|
||||||
|
name: nginx-friday20
|
||||||
|
spec:
|
||||||
|
containers:
|
||||||
|
- image: nginx
|
||||||
|
imagePullPolicy: Always
|
||||||
|
name: nginx-friday20
|
||||||
|
resources: {}
|
||||||
|
securityContext:
|
||||||
|
privileged: false
|
||||||
|
terminationMessagePath: /dev/termination-log
|
||||||
|
terminationMessagePolicy: File
|
||||||
|
dnsPolicy: ClusterFirst
|
||||||
|
restartPolicy: Always
|
||||||
|
schedulerName: default-scheduler
|
||||||
|
securityContext: {}
|
||||||
|
terminationGracePeriodSeconds: 30
|
||||||
6
kustomize-demo/kustomization 2.yaml
Normal file
6
kustomize-demo/kustomization 2.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
resources:
|
||||||
|
- deployment.yaml
|
||||||
|
- service.yaml
|
||||||
|
namePrefix: test-
|
||||||
|
commonLabels:
|
||||||
|
environment: testing
|
||||||
6
kustomize-demo/kustomization.yaml
Normal file
6
kustomize-demo/kustomization.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
resources:
|
||||||
|
- deployment.yaml
|
||||||
|
- service.yaml
|
||||||
|
namePrefix: test-
|
||||||
|
commonLabels:
|
||||||
|
environment: testing
|
||||||
16
kustomize-demo/service 2.yaml
Normal file
16
kustomize-demo/service 2.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
creationTimestamp: null
|
||||||
|
labels:
|
||||||
|
k8s-app: nginx-friday20
|
||||||
|
name: nginx-friday20
|
||||||
|
spec:
|
||||||
|
ports:
|
||||||
|
- port: 80
|
||||||
|
protocol: TCP
|
||||||
|
targetPort: 80
|
||||||
|
selector:
|
||||||
|
k8s-app: nginx-friday20
|
||||||
|
status:
|
||||||
|
loadBalancer: {}
|
||||||
16
kustomize-demo/service.yaml
Normal file
16
kustomize-demo/service.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
creationTimestamp: null
|
||||||
|
labels:
|
||||||
|
k8s-app: nginx-friday20
|
||||||
|
name: nginx-friday20
|
||||||
|
spec:
|
||||||
|
ports:
|
||||||
|
- port: 80
|
||||||
|
protocol: TCP
|
||||||
|
targetPort: 80
|
||||||
|
selector:
|
||||||
|
k8s-app: nginx-friday20
|
||||||
|
status:
|
||||||
|
loadBalancer: {}
|
||||||
@ -18,12 +18,12 @@ TOTAL=$(( TOTAL + 10 ))
|
|||||||
|
|
||||||
###testing if a networkpolicy was found
|
###testing if a networkpolicy was found
|
||||||
#do we have a networkpolicy on the namespace restricted?
|
#do we have a networkpolicy on the namespace restricted?
|
||||||
if kubectl get netpol -n restricted &>/dev/null
|
if kubectl get netpol lab156pol -n restricted &>/dev/null
|
||||||
then
|
then
|
||||||
echo -e "\033[32m[OK]\033[0m\t\t found a NetworkPolicy on the Namespace restricted"
|
echo -e "\033[32m[OK]\033[0m\t\t found a NetworkPolicy on the Namespace restricted"
|
||||||
SCORE=$(( SCORE + 4 ))
|
SCORE=$(( SCORE + 4 ))
|
||||||
else
|
else
|
||||||
echo -e "\033[31m[FAIL]\033[0m\t\t previous revision of deploy updated not found or not using nginx:latest"
|
echo -e "\033[31m[FAIL]\033[0m\t\t NetworkPolicy not found on the Namespace restricted"
|
||||||
fi
|
fi
|
||||||
TOTAL=$(( TOTAL + 4 ))
|
TOTAL=$(( TOTAL + 4 ))
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user