From 7c20358bfa193a3f18f1b561c22a8a8531473f47 Mon Sep 17 00:00:00 2001 From: Nikhil K <84435819+knikhil42@users.noreply.github.com> Date: Thu, 8 Feb 2024 22:51:08 +0530 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f77e8f..b23386b 100644 --- a/README.md +++ b/README.md @@ -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 -h -p -U ` 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