From f6ca77cbb0e48402c107410f0e461af897b12d08 Mon Sep 17 00:00:00 2001 From: amo13 Date: Wed, 22 Nov 2023 12:10:25 +0100 Subject: [PATCH] fix error in solution It should be `backend` instead of `frontend`. --- accessing-your-application.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accessing-your-application.md b/accessing-your-application.md index 53521c4..aeb861b 100644 --- a/accessing-your-application.md +++ b/accessing-your-application.md @@ -104,7 +104,7 @@ Now we will deploy both the frontend and backend pods. You should see something like this: ``` -k get pods frontend -o wide +k get pods backend -o wide NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES backend 1/1 Running 0 11s 10.0.40.196 ip-10-0-35-102.eu-west-1.compute.internal ```