Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 410 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 410 Bytes

Alpine based

Creating

kubectl create -f k8s-collector-service.yaml
kubectl create -f k8s-agent-service.yaml
kubectl create -f k8s-collector-deployment.yaml
kubectl create -f k8s-agent-deployment.yaml

Cleaning up

kubectl delete deployment collector-deployment
kubectl delete deployment agent-deployment
kubectl delete service agent-service
kubectl delete service collector-service