Related questions
How to retry image pull in a kubernetes Pods?
I am new to kubernetes. I have an issue in the pods. When I run the command
kubectl get pods
Result:
NAME READY STATUS RESTARTS AGE
mysql-apim-db-1viwg 1/1 Running 1 20h
mysql-govdb-qioee 1/1 Running 1 20h
mysql-userdb-l8q8c 1/1 Running 0 20h
wso2am-default-813…
Postgres - testing database connection in bash
I wonder if there is an alternative to the psql command to test the connection to a postgresql database using bash.
I'm setting up a Core OS cluster and have a side service which should perform the equivalent of psql …
Docker container logs taking all my disk space
I am running a container on a VM. My container is writing logs by default to /var/lib/docker/containers/CONTAINER_ID/CONTAINER_ID-json.log file until the disk is full.
Currently, I have to delete manually this file to …