diff --git a/ z2/README.md b/ z2/README.md index 55750c9..6dedada 100644 --- a/ z2/README.md +++ b/ z2/README.md @@ -46,16 +46,10 @@ To remove all resources related to the app, run: ``` ## Example usage +kubectl get pods -n webapp -```bash -# Prepare the app -./prepare-app.sh -Preparing app... +kubectl get svc -n webapp -# Start the app -./start-app.sh -Running app ... -The app is available at http://localhost:5000 # Stop the app ./stop-app.sh