kubernetes_django_postgres_redis
kubernetes_django_postgres_redis copied to clipboard
How Django app knows to connect with which Postgres Host
- I have both
Django
andPostgres
service running. - But I am confused what will be the host here ?
- Is their any pattern or Rule to configure Host for
Postgres
or evenRedis
?