Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
knikhil42 authored Feb 8, 2024
1 parent 86477c7 commit 7c20358
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ Confirming pre-requisites (How will you know that K8S is installed?):
1. Here is a K8S command to check if your K8S cluster is up and running : `kubectl get nodes`
2. Here is a command to check if your K8S can access your Postgres DB : `pg_isready -d <db_name> -h <host_name> -p <port_number> -U <db_user>`
3. Here is a command to check if load balancer controller is installed in the EKS cluster: `kubectl get deployment -n kube-system aws-load-balancer-controller`
4. Here is a command to check if your K8S can connect to the internet : `kubectl get ingress` and check the address column in the output if the values are generated.

4. Here is a command to check if your K8S can connect to the internet : `kubectl get ingress` and check the address column in the output if the values are generated

### WARNINGS & DEBUGGING
### Warnings

- Database URI has to be the Internal URI valid inside the private network
- **DO NOT** obscure it behind a DNS as applications will be unable to connect to the database
Expand Down

0 comments on commit 7c20358

Please sign in to comment.