Skip to content

Instantly share code, notes, and snippets.

View NL-TCH's full-sized avatar
🐢
I may be slow to respond.

TCH NL-TCH

🐢
I may be slow to respond.
  • Netherlands
  • 14:37 (UTC +02:00)
View GitHub Profile
{
"TimeSeries": {
"Security": [
{
"HistoryDetail": [
{
"EndDate": "2010-01-04",
"Value": "57.7"
},
{
kubectl run -i --tty load-generator --rm --image=busybox:1.28 --restart=Never -- /bin/sh -c "while sleep 0.01; do wget -q -O- http://webserver; done"
apiVersion: apps/v1
kind: Deployment
metadata:
name: webserver-deployment
labels:
app: webserver
spec:
replicas: 1
selector:
matchLabels: