You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The step can take longer depending on your internet speed.
91
91
92
92
1. Create all your resources with the `azd up` command.
93
-
2. Select which Azure subscription and region for your AKS Cluster.
94
-
3. Wait as azd automatically runs the commands for pre-provision and post-provision steps.
95
-
4. At the end, your output shows the newly created deployments and services.
93
+
1. Select which Azure subscription and region for your AKS Cluster.
94
+
1. Wait as azd automatically runs the commands for pre-provision and post-provision steps.
95
+
1. At the end, your output shows the newly created deployments and services.
96
96
97
97
```output
98
98
deployment.apps/rabbitmq created
@@ -109,6 +109,12 @@ The step can take longer depending on your internet speed.
109
109
110
110
When your application is created, a Kubernetes service exposes the application's front end service to the internet. This process can take a few minutes to complete. Once completed, follow these steps verify and test the application by opening up the store-front page.
111
111
112
+
1. Set your namespace as the demo namespace `pets` with the `kubectl set-context` command.
1. View the status of the deployed pods with the [kubectl get pods][kubectl-get] command.
113
119
114
120
Check that all pods are in the `Running` state before proceeding:
@@ -149,8 +155,6 @@ When your application is created, a Kubernetes service exposes the application's
149
155
150
156
Once on the store page, you can add new items to your cart and check them out. To verify, visit the Azure Service in your portal to view the records of the transactions for your store app.
151
157
152
-
<!-- Image of Storefront Checkout -->
153
-
154
158
## Delete the cluster
155
159
156
160
Once you're finished with the quickstart, remember to clean up all your resources to avoid Azure charges.
Copy file name to clipboardExpand all lines: articles/aks/tutorial-kubernetes-deploy-application.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,17 +214,21 @@ When the application runs, a Kubernetes service exposes the application front en
214
214
215
215
3. View the application in action by opening a web browser to the external IP address of your service.
216
216
217
+
:::image type="content" source="media/quick-kubernetes-deploy-cli/aks-store-application.png" alt-text="Screenshot of AKS Store sample application." lightbox="media/quick-kubernetes-deploy-cli/aks-store-application.png":::
218
+
217
219
If the application doesn't load, it might be an authorization problem with your image registry. To view the status of your containers, use the `kubectl get pods` command. If you can't pull the container images, see [Authenticate with Azure Container Registry from Azure Kubernetes Service](cluster-container-registry-integration.md).
218
220
219
221
### Azure Portal
220
222
221
223
Navigate to your Azure Portal to find your deployment information.
222
224
223
225
1. Open your [Resource Group][azure-rg] on the Azure Portal.
224
-
2. Navigate to the Kubernetes service for your cluster
225
-
3. Select `Services and Ingress` under `Kubernetes Resources`
226
-
4. Copy the External IP shown in the column for store-front.
227
-
5. Paste the IP into your browser to visit your store page.
226
+
1. Navigate to the Kubernetes service for your cluster
227
+
1. Select `Services and Ingress` under `Kubernetes Resources`
228
+
1. Copy the External IP shown in the column for store-front.
229
+
1. Paste the IP into your browser to visit your store page.
230
+
231
+
:::image type="content" source="media/quick-kubernetes-deploy-cli/aks-store-application.png" alt-text="Screenshot of AKS Store sample application." lightbox="media/quick-kubernetes-deploy-cli/aks-store-application.png":::
0 commit comments