Skip to main content

1.2 Accessing Application

Youtube ๐Ÿ“บ

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