Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anish1102 authored Jan 5, 2024
1 parent 088921e commit c0c7200
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ Excel sheet with minimum infrastructure requirements: https://docs.google.com/sp

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 : `...`
3. Here is a command to check if your K8S can connect to the internet : `...`
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.


### WARNINGS & DEBUGGING

Expand Down

0 comments on commit c0c7200

Please sign in to comment.