I have kubernetes cluster set up that hosts graphql api server https://hasura.io (https://hasura.io). This cluster is exposed to "the world" via digital ocean's load balancer service.
After reading through load balanc...
So I was playing with load balancers today, I created one through kubernetes config shown further down. This Load Balancer works correctly, I can access my kubernetes cluster, however I can only do so via http://[my-l...
I've set up managed PostgreSQL database alongside a managed Kubernetes that has 1 pool with one node. While setting up PostgreSQL I was asked to add resources that can connect to it, I was given option to add my pool ...