App deployment
- Deploy the app
kubectl apply -f files/4ingress/1arcadia_delpoy.yaml
Output
- Check that all is deployed and working as expected:
kubectl get pods
Output
kubectl get svc -owide
Output
The application is not accessible yet. We will deploy the NGINX Ingress in the following sections.