Skip to content

Instantly share code, notes, and snippets.

View raj-saxena's full-sized avatar
🎯
Focusing

Raj Saxena raj-saxena

🎯
Focusing
View GitHub Profile
# Ouput of `k get kafka -o yaml -n strimzi`
apiVersion: v1
items:
- apiVersion: kafka.strimzi.io/v1beta1
kind: Kafka
metadata:
annotations:
meta.helm.sh/release-name: kafka
meta.helm.sh/release-namespace: strimzi
creationTimestamp: "2020-12-28T08:06:05Z"
@raj-saxena
raj-saxena / run-arbitrary-commands.sh
Last active May 18, 2022 14:57
To test the logging & reporting of running a script
#!/bin/bash
set -o errexit -o nounset -o pipefail -o xtrace
echo "Hello World"
curl -I "https://app.n26.com/login"
# install software
sudo apt update
sudo apt install -y iputils-ping netcat