Skip to content

Instantly share code, notes, and snippets.

View gauravarora's full-sized avatar

Gaurav Arora gauravarora

View GitHub Profile
@gauravarora
gauravarora / keybase.md
Created November 5, 2018 18:25
keybase.md

Keybase proof

I hereby claim:

  • I am gauravarora on github.
  • I am gaurav (https://keybase.io/gaurav) on keybase.
  • I have a public key ASC4FQT_vnC2om_rdy8VzDExSonChPXuRq5d200KH8a57wo

To claim this, I am signing this object:

Get all images in cluster
kubectl get pods --all-namespaces -o jsonpath="{..image}" | tr -s '[[:space:]]' '\n' | sort | uniq -c
Nodes with type
kubectl get nodes -L beta.kubernetes.io/instance-type -L failure-domain.beta.kubernetes.io/zone
@gauravarora
gauravarora / docker-compose.yml
Created August 21, 2020 13:58
Konga fixed docker compose
version: "3"
networks:
kong-net:
driver: bridge
volumes:
postgres_data:
driver: local
@gauravarora
gauravarora / docker-compose.yml
Last active August 22, 2020 13:35
kong + keycloak + konga
version: '3.4'
networks:
kong-net:
keycloak-net:
volumes:
kong-datastore:
driver: local
keycloak-datastore: