
gp3 StorageClass for automatically provisioning storage when neededpatient-monitoring namespace for logical isolationpostgres-secrets Secret for secure credential storageabc.git remote add origin <URL> tells Git where to send your code online.git push -u origin master uploads your code and remembers the branch for future pushes..tf files, README.md, and your screenshots/ directory.terraform init prepares your directory for Terraform operations.terraform plan shows a preview of changes before applying them.terraform apply creates the actual resources in AWS.yes.kubectl how to talk to your new EKS cluster:update-kubeconfig writes cluster credentials to your local configuration.kubectl get nodes command should show your EKS nodes in Ready state.random_password Terraform resource ensures strong, unique passwords.patient-monitoring) creates a boundary around database resources.main branch.









Posted Aug 30, 2025
Deployed PostgreSQL on AWS EKS for NHS patient monitoring using cloud-native practices.