1.2 Accessing Application
Once you see the below output, its indicative that your entire stack has been deployed and its time we access it !
๐ Accessing the Web Appโ
- Let's now access the application by browsing to
https://dev.yourdomain.com
as shown below
โ Accessing Kubernetesโ
- Now that the app is up and running let's access our k8s cluster using the commands below
cd ~/playground/infra
export AWS_PROFILE=admin
aws eks --region us-east-1 update-kubeconfig --name s4cp-us-east-1-dev
kubectl get pods -n s4cp
kubectl get nodes