Approaching this by starting w/docker run commands and seeing what needs to be done in order to get to kubectl step in order to dpeloy okapi on k8s.
Init database:
docker run -d --rm \
-e JAVA_OPTIONS="-Dport=8600 -Dstorage=postgres -Dpostgres_host=172.17.0.1 -Dpostgres_port=5432 -Dpostgres_user=okapi -Dpostgres_password=okapi25 -Dpostgres_database=okapi" \