Skip to content

Instantly share code, notes, and snippets.

View albertogalan's full-sized avatar

Alberto F Galan albertogalan

  • Madrid
View GitHub Profile
@albertogalan
albertogalan / postgres.yaml
Last active June 29, 2020 17:34
readinessprobe livenessProbe
containers:
- resources:
limits:
memory: 1Gi
readinessProbe:
exec:
command:
- /usr/libexec/check-container
initialDelaySeconds: 5

Storage Access methods

we have different types of access methods to a storage:

  • Block storage
  • File storage
  • Object storage
    • offer support for the Amazon S3 and OpenStack Swift , on top of Ceph cluster

Object storage vs Block Storage

function jq() {
if [ -f $1 ]; then
FILE=$1; shift
# Move FILE at the end as expected by native jq
command jq "$@" "$FILE"
else
command jq "$@"
fi
}
gist -d "Random rbx bug" a.rb