3. Testing the application in k8s (25. Deploying to k8s)
kubectl exec -it postgres-0 -- psql -U embarkx SELECT table_name FROM information_schema.tables WHERE table_schema = 'public';
kubectl exec -it postgres-0 -- psql -U embarkx SELECT table_name FROM information_schema.tables WHERE table_schema = 'public';




