Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 194 Bytes

CLI.md

File metadata and controls

11 lines (10 loc) · 194 Bytes
kubectl get po,svc -L app,version
kubectl exec -it tester -- bash -c \
	'for i in {1..20}; \
		do curl -s -X POST http://notification-service/notify; \
		echo; \
	dowe;'